#landing-body {
    font-family: Helvetica Neue, IvyMode;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
}

#landing-body #navbar {
    color: #000;
    height: 3.5rem;
    line-height: 60px;
    width: 100vw;
}

.landing-image-size {
    object-fit: cover;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    height: auto;
}

.team-image {
    height: -webkit-fill-available;
}

.image-container img {
    box-shadow: -1.5rem -1.5rem 0 #ed70c8;
    max-width: 100%;
}

.left {
}

.right {
}

.scroll-images {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.scroll-child {
    display: flex;
    /*min-width: 75%;*/
    min-width: 19.5rem;
    width: 28rem !important;
    height: auto;
    margin-right: 1.5rem;
    border: 1px solid rgba(229, 229, 229, 0.90);
    overflow: hidden;
    flex-direction: column;
}

@media (min-width: 720px) {
    .scroll-child {
        min-width: 35%;
        height: 70%;
    }

    .landing-scroll-image-sm {
        max-width: 30rem;
    }
}

@media (min-width: 1400px) {
    .scroll-child {
        min-width: 28%;
        max-width: 35%;
        height: auto;
    }

    .landing-scroll-image-sm {
        min-width: auto;
        max-width: fit-content;
    }
}

.scroll-child img, .child > svg {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 992px) {
    .scroll-child img, .child > svg {
        aspect-ratio: 1 / 1;
    }
}

@media (max-width: 720px) {
    .landing-article-preview {
        height: 150vw !important;
        max-height: 38rem !important;
    }
}

.scroll-images::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa;
}

.scroll-images::-webkit-scrollbar-thumb {
    background-color: black;
}

button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 25px;
}


.current-affair-badge {
    background-color: #E1F6EC;
    color: #000;
    padding: .5rem 1rem;
    text-align: center;
    font-weight: 300;
    font-size: 0.8rem;
    width: auto !important;
    border-radius: 0.5rem;
}

.audio-badge {
    background-color: #F4F4F4;
    color: #000;
    padding: .5rem 1rem;
    text-align: center;
    font-weight: 300;
    font-size: 0.8rem;
    width: auto !important;
    border-radius: 0.5rem;
}

.parent-badge {
    background-color: #F6EEE1;
    color: #000;
    padding: .5rem 1rem;
    text-align: center;
    font-weight: 300;
    font-size: 0.8rem;
    width: auto !important;
    border-radius: 0.5rem;
}

.diy-buy-badge {
    background-color: #E1EEF6;
    color: #000;
    padding: .5rem 1rem;
    text-align: center;
    font-weight: 300;
    font-size: 0.8rem;
    width: auto !important;
    border-radius: 0.5rem;
}

.fashion-badge {
    background-color: #EDE1F6;;
    color: #000;
    padding: .5rem 1rem;
    text-align: center;
    font-weight: 300;
    font-size: 0.8rem;
    width: auto !important;
    border-radius: 0.5rem;
}

.live-badge {
    background-color: #000;;
    color: #fff;
    padding: .5rem 1rem;
    text-align: center;
    font-weight: 300;
    font-size: 0.8rem;
    width: auto !important;
    border-radius: 0.5rem;
}

.live-badge::before {
    content: ''; /* Required property for ::before */
    height: 10px;
    width: 10px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.grid-content-area {
    padding: 1.5rem !important;
    background: #fff;
}

@media (min-width: 1200px) {
    .grid-content-area {
        padding: 5rem 5rem !important;
        background: #fff;
    }
}

.large-scroll-child {
    display: flex;
    flex-direction: column;
    min-width: 75%;
    height: 80%;
    margin-right: 1.5rem;
    border: 1px solid rgba(229, 229, 229, 0.90);
}


.large-scroll-child img, .child > svg {
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16 / 9;
}

.preview-container {
    width: 80%;
    padding: 5rem 0;
}

.landing-scroll-width {
    width: 100%;
}

@media (max-width: 768px) {
    .large-scroll-child {
        margin-right: 0.5rem;
        min-width: auto;
        width: 21.65rem;
    }

    .large-scroll-child img, .child > svg {
        width: auto;
        max-height: 21rem;
        aspect-ratio: 1/1;
    }

    .preview-container {
        width: 80%;
        padding: 2.5rem 0;
    }
}

.preview-label-container {
    display: flex;
    height: auto;
    align-content: space-between;
    gap: 0.5rem;
    align-items: flex-start;
    flex: 0 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .preview-label-container {
        min-height: 4.5rem;
    }
}

.top-preview-container {
    display: flex;
    width: 100%;
    padding: 0 0.5rem;
    margin: auto auto 0 auto !important;
    justify-content: center;
}

.preview-text-wrapper {
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 1.5rem;
    background-color: #fff;
}

@media (min-width: 768px) {
    .large-scroll-child {
        display: flex;
        flex-direction: row;
        min-width: 85%;
        margin-right: 1.5rem;
        border: 1px solid rgba(229, 229, 229, 0.90);
        overflow: hidden;
    }

    .large-scroll-child img, .child > svg {
        height: 75vh;
        object-fit: cover;
        object-position: center;
    }

    .large-scroll-img {
        min-height: 40rem;
    }

    .top-preview-container {
        width: 80%;
    }

    .preview-text-wrapper {
        padding: 3rem !important;
        align-items: flex-start;
        align-self: stretch;
    }

    .newsletter-input-container {
        display: flex;
        gap: 1rem;
        flex-wrap: nowrap !important;
        justify-content: center;
        align-items: baseline;
    }
}

@media (min-width: 1200px) {
    .large-scroll-child img, .child > svg {
        height: 65vh;
    }
}

@media (max-width: 1058px) and (min-width: 992px) {
    .large-scroll-child-content {
        padding: 2rem !important;
    }
}

.scroll-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    width: 40% !important;
    align-items: center;
}

.item {
    flex: 0 0 auto;
    scroll-snap-align: center;
    text-align: center;
    box-sizing: border-box;
    color: #7D7D7D;
    font-size: 1.5rem;
    line-height: normal;
    cursor: pointer;
}

.scroll-container.mobile {
    overflow: hidden;
    scroll-snap-type: x mandatory;
}

.scroll-container.mobile .item {
    scroll-snap-align: start;
    width: 100%;
    flex-shrink: 0;
}

.episode-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 60%;
    margin: 0 auto 2rem auto;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 575px) {
    .item {
        display: none;
    }

    .item.selected {
        display: block !important;
    }
}

@media (max-width: 992px) {
    .episode-navigation {
        width: 80%;
    }

    .scroll-container > div {
        display: inline-block;
    }

    .scroll-container {
        overflow: hidden;
        scroll-snap-type: x mandatory;
    }

    .arrow {
        font-size: 15px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .left-arrow {
        position: relative;
        margin-right: 1rem;
    }

    .right-arrow {
        position: relative;
        margin-left: -1rem;
    }

}

@media (max-width: 576px) {
    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        margin-right: calc(-2.25 * var(--bs-gutter-x)) !important;
        margin-left: calc(-0.75 * var(--bs-gutter-x)) !important;
    }
}

.selected {
    color: black;
    font-size: 2.5rem;
    font-weight: 700;
}

.arrow {
    cursor: pointer;
    font-size: 24px;
    padding: 10px;
    user-select: none;
    width: auto !important;
    color: #7D7D7D;
}

::-webkit-scrollbar {
    display: none;
}

.workout-container img {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
}

.workout-text {
    z-index: 10;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}

.workout-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    opacity: 0.5;
}


.trainer-scroll-images {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.trainer-scroll-child {
    display: flex;
    min-width: 150px;
    margin-right: 1.5rem;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
}

.trainer-scroll-child img, .child > svg {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}

.scroll-images::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa;
}

.scroll-images::-webkit-scrollbar-thumb {
    background-color: black;
}

.landing-title {
    font-family: myIvyMode;
    white-space: pre-line;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.sports-tab {
    margin: 1.5rem 1rem 0.5rem 2.5rem;
}

@media (min-width: 992px) {
    .landing-title {
        font-size: 3rem;
        margin-bottom: 2.5rem;
    }

    .landing-scroll-title {
        font-size: 2.5rem !important;
    }

    .landing-subtitle {
        margin-bottom: 2.5rem;
        font-size: 1.5rem;
        font-weight: 700;
    }

    .sports-tab {
        margin: 1.5rem 1rem 0.5rem 2rem;
    }
}

.landing-subtitle {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    font-weight: 700;
}

ul li {
    margin-bottom: 1rem;
}

.large-scroll-child-content {
    height: 19rem;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5rem;
    background-color: #fff;
}

.large-scroll-child-title {
    font-family: myIvyMode;
    font-size: 1.5rem;
    font-weight: 700;
    width: auto;
    padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .large-scroll-child-content {
        height: auto;
        padding: 3rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 1.5rem;
        background-color: #fff;
    }

    .large-scroll-child-title {
        font-family: myIvyMode;
        font-size: 2.5rem;
        font-weight: 700;
        width: auto;
        padding-bottom: 1rem;
    }
}

.large-scroll-child-text {
    font-family: Helvetica Neue;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
}

.newsletter-container {
    align-items: center;
    width: 95%;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 1rem;
    gap: 1.5rem;
    text-align: center;
}


@media (min-width: 992px) {
    .newsletter-container {
        align-items: center;
        width: 80%;
        display: flex;
        flex-direction: column;
        margin: auto;
        padding: 5rem 3rem;
        gap: 1.5rem;
        text-align: center;
    }
}

.episode-title {
    font-family: myIvyMode;
    white-space: pre-line;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
}

.episode-subtitle {
    width: auto;
    white-space: pre-line;
    text-align: center;
    padding: 0 1rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
    .episode-title {
        font-family: myIvyMode;
        white-space: pre-line;
        font-size: 3rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 2.5rem;
    }

    .episode-subtitle {
        margin-bottom: 5rem;
    }
}

.content-area-column {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    justify-content: center;
    padding: 5rem 5rem !important;
    background: #fff;
}

.landing-scroll-section {
    width: 100%;
    background-color: #fff;
    padding: 2.5rem 0;
    justify-content: center;
    display: flex;
}

.landing-scroll-section-transparent {
    width: 100%;
    background-color: transparent;
    padding: 0;
    justify-content: center;
    display: flex;
}

@media (min-width: 992px) {
    .landing-scroll-section {
        width: 100%;
        background-color: #fff;
        padding: 7rem 0;
        justify-content: center;
        display: flex;
    }

    .landing-scroll-section-transparent {
        padding: 0 0 5rem 0;
    }
}

@media (min-width: 1200px) {
    .landing-scroll-section-transparent {
        padding: 0 0 7rem 0;
    }
}

@media (max-width: 768px) {
    .landing-button {
        width: 100% !important;
        margin-bottom: 0;
    }
}

.team-intro-text {
    font-size: 1.5rem;
    margin-bottom: 3.5rem;
    text-align: center;
    color: #000;
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 992px) {
    .nav-arrows {
        display: none !important;
    }

    .team-container {
        display: grid !important;
        justify-items: center;
        width: 110%;
    }

    .team-intro-text {
        padding: 0 1rem 1.5rem;
        font-size: 1rem;
        margin-bottom: 0;
    }

    .newsletter-form {
        display: flex;
        justify-content: center;
    }
}

.newsletter-input-container {
    justify-content: space-around;
    width: 100%;
}

.newsletter-input {
    width: 65%;
}

@media (min-width: 768px) {
    .newsletter-btn {
        width: 30%;
        margin-top: 2.5rem !important;
    }

    .newsletter-input {
        width: 45rem !important;
    }
}

@media (max-width: 768px) {
    .newsletter-input-container {
        display: flex;
        gap: 1rem;
        flex-direction: column;
        align-content: space-around;
        align-items: center;
    }

    .newsletter-input-container .black-btn {
        width: 22rem;
    }

    .newsletter-input {
        width: 100%;
    }

    .btn-landing-2 {
        width: 78vw !important;
    }
}

.desktop-time-wrapper {
    display: none;
}

@media (min-width: 992px) {
    .desktop-time-wrapper {
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
    }

    .landing-tp {
        padding-top: 10rem !important;
    }
}

.trainer-image {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    overflow: hidden;
}

.trainer-name {
    color: #000;
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 1.5rem;
    font-weight: 400;
}

.mobile-back-team {
    display: none;
}

.desktop-back-team {
    padding: 0 !important;
    display: flex;
}

.sports-filter-wrapper {
    width: 100%;
    background-color: #fff;
    justify-content: center;
    display: flex;
}

.sports-filter-wrapper-padding {
    padding: 3rem 0;
}

@media (max-width: 992px) {
    .mobile-back-team {
        display: grid;
        align-items: stretch;
        justify-items: center;
        width: 110% !important;
        padding: 0 !important;
    }

    .desktop-back-team {
        display: none;
    }

    .sports-filter-wrapper-padding {
        padding: 0;
    }
}

.team-text {
    width: 40%;
    text-align: center;
}

@media (max-width: 992px) {
    .team-text {
        width: 95%;
    }
}

.landing-team-wrapper {
    width: 100%;
    background-color: #fff;
    padding: 2.5rem 1rem 0 1rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) {
    .landing-team-wrapper {
        padding: 5rem 1rem 0 1rem;
    }
}

.sample-flex-md {
    display: flex;
    flex: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .sample-flex-md {
        display: flex;
        flex: auto;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.trainer-container {
    width: 100%;
    background-color: #fff;
    margin-bottom: 2.5rem;
    padding: 2.5rem 0;
}

@media (min-width: 992px) {
    .trainer-container {
        padding: 5rem 0;
    }
}

.day-of-week-label {
    display: none !important;
}

.video-label {
    display: inline-flex;
}

.styled-scroll-row {
    width: 80%;
    margin: 0 auto 2.5rem auto !important;
    align-items: center;
}

@media (max-width: 992px) {
    .styled-scroll-row {
        margin: 0 auto 1rem auto !important;
    }

}

#sports-page {
    .grid-description-wrapper {
        display: none;
    }

    @media (max-width: 768px) {
        .article-preview {
            height: 80vw;
        }

        .landing-article-preview {
            height: 30rem !important;
        }
    }

    .day-of-week-label {
        display: block !important;
    }

    .video-label {
        display: none;
    }
}