/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 150:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
    .tab-buttons {
        display: flex;
        gap: 10px;
        margin-bottom: 1rem;
    }
    .tab-buttons button.active {
        background: #000;
        color: #fff;
    }
    .tab-button-container .tab-btn {
        border: none;
        cursor: pointer;
        font-family: "Zona Pro", serif;
        background-color: transparent;
        padding: 10px;
        width: 134px;
        border-radius: 100px;
        font-weight: 700;
        font-size: 14px;
        line-height: 100%;
        text-transform: uppercase;
    }
    .tab-content h3 {
        font-family: "Source Code Pro", sans-serif;
        margin: 0;
    }
    .tab-content .tab-content-description-text p {
        margin: 0 0 16px;
    }
     .tab-content-description-text p:last-of-type {
        margin-bottom: 0;
    }
    .tab-content h3 strong {
        font-family: "Zona Pro", serif;
    }
    section.video-and-tabs {
        padding-top: 60px;
        max-width: 1440px;
        margin: auto;
    }
    .tab-button-container {
        border: 1px solid #DFDFDF;
        border-radius: 100px;
        padding: 6px;
    }
    .tab-content {
        display: none;
    }
    .tab-content-text-container {
        padding-right: 80px;
    }
    .tab-content.active {
        display: grid;
        grid-template-columns: 1.35fr 1fr;
        gap: 30px;
        align-items: center;

    }
    .video-and-tabs-title-container {
        text-align: center;
        padding-bottom: 24px;
        display: flex;
        flex-direction: column;
        row-gap: 14px;
    }
    .video-and-tabs-title {
        font-weight: 700;
        font-size: 26px;
        line-height: 100%;
        text-transform: uppercase;
        margin: 0;
    }
    .video-and-tabs-subtitle {
        font-weight: 400;
        font-size: 19px;
        line-height: 150%;
        margin: 0;
    }
    .video-and-tabs .tab-buttons {
        display: flex;
        width: 100%;
        justify-content: center;
        padding-bottom: 60px;
    }
    .video-column {
        flex: 1 1 50%;
    }
    .content-column {
        flex: 1 1 29%;
        display: flex;
        align-items: center;
    }
    .content-column .tab-content h3,
    .content-column .tab-content p {
        font-weight: 400;
        font-size: 19px;
        line-height: 150%;
    }
    .content-column .tab-content strong {
        font-weight: 700;
        font-size: 19px;
        line-height: 100%;
        text-transform: uppercase;
    }
    .video-subscribe-section {
        width: 100%;
    }
    @media (max-width: 768px) {
        section.video-and-tabs {
            padding-top: 40px;
        }
        .tab-content-text-container {
            padding-right: 0px;
            display: flex;
            flex-direction: column;
            row-gap: 24px;
        }
        .tab-content.active {
            display: flex;
            flex-direction: column-reverse;
            padding: 0 15px;
            align-items: flex-start;
        }
        .video-and-tabs .tab-buttons {
            padding-bottom: 30px;
        }
        .video-and-tabs-subtitle,
        .content-column .tab-content h3,
        .content-column .tab-content p {
            font-size: 14px;
        }
        .video-and-tabs-title,
        .content-column .tab-content strong {
            font-size: 18px;
        }
        .tab-button-container .tab-btn {
            width: 111px;
        }
    }
</style>