/* START: Hero */
.t-video__hero {
    background-image: linear-gradient(
        white 30%,
        #E6F7FF);
}

.t-video__hero-box {
    max-width: 54rem;
    margin: var(--margin--center);
}

.t-video__info {
    display: var(--flex);
        flex-direction: var(--flex--column);
        align-items: var(--flex--center);
        gap: 1.5rem;
    text-align: var(--text-align--center);
}

.t-video__info .tag-rounded {
    margin: var(--null) !important;
}

.t-video__title {
    font-size: 3.5625rem;
    letter-spacing: -1.25px !important;
    line-height: 1.15;
    margin: var(--null);
    padding: var(--null);
}

.t-video__info p {
    margin: var(--null);
}

.t-video__info + .t-video__iframe-box {
    margin: 2.5rem var(--null) var(--null);
}

.t-video__iframe-box {
    border: solid 9px var(--white);
    box-shadow: var(--null) var(--null) 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.t-video__iframe-box .x-resp-embed {
    border-radius: 8px;
    display: var(--flex);
        align-items: var(--flex--center);
    padding-bottom: var(--null) !important;
    height: var(--full);
    width: var(--full);
}

.t-video__iframe-box,
.t-video__iframe-box .rll-youtube-player,
.t-video__iframe-box iframe {
    aspect-ratio: 16 / 9;
	height: var(--full);
    width: var(--full);
}

.t-video__iframe-box iframe,
.t-video__iframe-box .rll-youtube-player {
    display: var(--block);
    border-radius: 5px;
}

.t-video__iframe-box .rll-youtube-player
.t-video__iframe-box iframe,
.t-video__iframe-box > p {
    width: var(--full);
    height: var(--full);
}

.t-video__iframe-box > p {
    display: var(--flex);
    margin: var(--null);
}

/* 980px */
@media screen and (max-width: 61.25em) {
    .t-video__info {
        align-items: var(--flex--start);
        text-align: var(--inital);
    }
}

/* 768px */
@media screen and (max-width: 48em) {
    .t-video__title {
        font-size: 2.5rem;
    }
}
/* END: Hero */

/* START: Description */
.t-video__desc .container {
    max-width: 46.875rem !important;
    margin: var(--margin--center);
}

.t-video__desc .container p:last-child {
    margin: var(--null);
}

.t-video__desc blockquote {
    border: solid 1px #A2F2D5;
    border-radius: 5px;
    background: linear-gradient(
        97.38deg, rgba(230, 255, 245, 0.6) -1.04%,
        rgba(230, 255, 245, 0.4) 13.48%,
        rgba(230, 255, 245, 0) 48.82%,
        rgba(230, 255, 245, 0.4) 78.25%,
        rgba(230, 255, 245, 0.6) 103.01%);
    margin: 48px 0;
    padding: 40px 48px;
}

.t-video__desc blockquote * {
    text-align: center;
}

.t-video__desc blockquote p:first-child {
    color: #05BE92 !important;
    display: flex;
        align-items: var(--flex--center);
        justify-content: var(--flex--center);
        gap: 0.5rem;
    font-size: 3.5625rem !important;
    font-weight: var(--font-weight--medium) !important;
    line-height: 1.2 !important;
    margin: var(--null);
}

.t-video__desc blockquote p:nth-child(2) {
    color: #002622 !important;
    font-size: 1rem !important;
    margin: var(--null) var(--null) 1rem;
}

.t-video__desc blockquote p:last-child {
    color: #002622 !important;
    font-size: 1.75rem !important;
    font-weight: var(--font-weight--regular) !important;
    letter-spacing: -0.5px !important;
    line-height: 1.2 !important;
    margin: var(--null);
}

/* 768px */
@media screen and (max-width: 48em) {
    .t-video__desc blockquote {
        padding: 2rem;
    }

    .t-video__desc blockquote p:last-child {
        font-size: 1.25rem;
    }
}
/* END: Description */

/* START: Typography System Edits */
.t-video__desc h2 {
    font-size: var(--font-size--h3);
    line-height: 1.3;
    letter-spacing: -0.7px !important;
}

.t-video__desc h3 {
    font-size: var(--font-size--h4);
    line-height: 1.3;
    letter-spacing: -1.12px !important;
}

.t-video__desc h4 {
    font-size: var(--font-size--h5);
    letter-spacing: -0.4px !important;
}
/* END: Typography System Edits */