@font-face {
    font-family: 'ITC Benguiat Std Book Cn';
    src: url('../fonts/BenguiatStd-BookCondensedItalic.woff2') format('woff2'),
        url('../fonts/BenguiatStd-BookCondensedItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Benguiat Std Book Cn';
    src: url('../fonts/BenguiatStd-BookCondensed.woff2') format('woff2'),
        url('../fonts/BenguiatStd-BookCondensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Benguiat Std Book Cn';
    src: url('../fonts/BenguiatStd-BoldCondensed.woff2') format('woff2'),
        url('../fonts/BenguiatStd-BoldCondensed.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Benguiat Std Medium Cn';
    src: url('../fonts/BenguiatStd-MediumCondensedItal.woff2') format('woff2'),
        url('../fonts/BenguiatStd-MediumCondensedItal.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Benguiat Std Medium Cn';
    src: url('../fonts/BenguiatStd-MediumCondensed.woff2') format('woff2'),
        url('../fonts/BenguiatStd-MediumCondensed.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Benguiat Std Book Cn';
    src: url('../fonts/BenguiatStd-BoldCondensedItalic.woff2') format('woff2'),
        url('../fonts/BenguiatStd-BoldCondensedItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

body.landing_page {
    padding: 0;
    margin: 0;
    background: linear-gradient(45deg, #6E7C5F, #E4E9C3);
    overflow: hidden;
    height: 100vh;
    background-image: url(../images/desktop_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}

body.landing_page * {
    font-family: 'ITC Benguiat Std Book Cn';
}

.email_collect  form.needsclick.klaviyo-form {
    padding: 0 !important;
    margin: 0 !important;
}
.email_collect .needsclick.kl-private-reset-css-Xuajs1:last-child {
    padding: 0 !important;
}
.email_collect  button.needsclick {
    position: absolute;
    right: 2px;
    width: fit-content !important;
    bottom: 2px;
    min-width: 95px;
    height: 46px !important;
    border-radius: 0 5px 5px 0px !important;
}
.youtube_embed_code a {
    border-radius: 4px;
}

.section_landing_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 0 60px;
}

.section_landing_inner {
    height: 100vh;
}

.section_landing_inner {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
}

.right_img img {
    width: 100%;
}

.email_collect,
.youtube_embed_code {
    padding: 15px;
    background: #b3e7ff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    max-width: 350px;
    margin: 0 40px;
    min-height: 86px;
}

.top_logo,
.side_content {
    margin: 0 40px;
}

.email_collect h3,
.youtube_embed_code h3 {
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    text-align: center;
}

.section_landing_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.top_logo img {
    width: 100%;
    max-width: 300px;
}

span.white_text {
    color: #fff;
}

span.red_text {
    color: #ff0000;
}

span.blue_text {
    color: #0000ff;
}

span.yellow_text {
    color: #ffff00;
}

.side_content h2 {
    font-size: 4vw;
    margin: 0;
    line-height: 1;
}

.side_content h2 {
    text-shadow: 2px 2px 20px #00000054;
    font-weight: 500;
}

.side_content {
    max-width: 600px;
}

.right_img img {
    max-width: 90vh;
}

.side_content h2 {
    text-shadow: 1px 1px 1px #00000054;
}

.top_logo {
    margin-bottom: 30px;
}

.section_landing_right {
    justify-content: space-between;
}

.section_landing_right {
    padding: 40px 0 60px;
}

.email_collect form {
    display: flex;
    align-items: center;
    margin-top: 10px;
    flex-wrap: nowrap;
    margin-bottom: 0;
}

.email_collect form button.submit-btn {
    background: #ff0000;
    line-height: 30px;
    font-size: 20px;
    padding: 7px 20px 7px 20px;
    border-radius: 0 5px 5px 0px;
    border: 2px solid #000;
    border-left: 0;
    color: #fff !important
}

.email_collect form input.email-input {
    width: 100%;
    line-height: 30px;
    border-radius: 5px 0 0 5px;
    padding: 7px 20px;
    font-size: 20px;
    color: #000;
    border-color: #000;
    border: 2px solid #000;
}

.youtube_embed_code {
    position: relative;
}

video.bg-video {
    position: absolute;
    z-index: -1;
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.youtube_embed_code {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 86px;
}

.email_collect form button.submit-btn {
    cursor: pointer;
}

.youtube_embed_code a {
    background: red;
    padding: 7px 15px 2px;
    text-decoration: none;
    line-height: 25px;
    color: #fff;
    border: 1px solid #000000;
}

.mobile_view {
    display: none;
}

.youtube_embed_code {
    width: -webkit-fill-available;
}


.top_logo {
    padding-top: 60px;
}

.youtube_embed_code::before {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    z-index: 1;
}

.right_img img {
    max-width: 68%;
    position: absolute;
    right: 0;
    top: 30px;
}

.youtube_embed_code a {
    z-index: 9;
}

.youtube_embed_code h3 {
    color: #fff;
    z-index: 99;
    position: relative;
}

video.bg-video.mobile_video {
    display: none;
}

@media(min-width:768px) {
    .youtube_embed_code {
        min-width: 350px;
    }

    .section_landing_left {
        padding-left: 50px;
    }

    .section_landing_right {
        padding-right: 50px;
    }

    .section_landing_img {
        display: none !important;
    }



}

@media (max-width:768px) {
    video.bg-video.mobile_video {
        display: block;
    }

    .mobile_view {
        display: block;
    }

    .youtube_embed_code {
        min-height: 79px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .youtube_embed_code.mobile_view {
        padding: 6px 10px;
        border: 2px solid #000;
        margin: 0;
    }

    .desktop_view {
        display: none;
    }

    .youtube_embed_code {
        max-width: 100%;
        width: -webkit-fill-available;
        text-align: center;
    }

    .email_collect form input.email-input,
    .email_collect form button.submit-btn {
        font-size: 15px;
    }

    .section_landing_left {
        padding: 0;
    }

    .email_collect form input.email-input::placeholder {
        color: #000;
    }

    .side_content h2 {
        font-size: 8.5vw;
        line-height: 9.5vw;
    }

    .side_content h2 br {
        display: none;
    }

    .right_img {
        max-width: 90%;
        margin: auto;
    }

    .youtube_embed_code.mobile_view {
        width: auto;
        margin-left: auto;
    }

    body.landing_page {
        background-image: url(../images/mobile_banner.jpg);
        background-position: left;
    }

    .email_collect,
    .youtube_embed_code {
        min-height: auto;
    }

    .youtube_embed_code {
        padding: 5px 10px 0px !important;
    }

    .section_landing_inner {
        grid-template-columns: 1fr;
    }

    .section_landing_right {
        align-items: flex-start;
        justify-content: space-between;
        gap: 0px;
    }

    .top_logo img {
        max-width: 120px;
    }

    .top_logo {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .top_logo,
    .side_content {
        margin: 0 20px 20px;
    }

    .youtube_embed_code.mobile_view h3 {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: -4px;
    }

    .email_collect form button.submit-btn,
    .email_collect form input.email-input {
        line-height: 22px;

    }

    .section_landing_right {
        padding: 10px 0;
    }

    .email_collect,
    .youtube_embed_code {
        padding: 10px 10px;
        margin: 0 20px;
        border-radius: 5px;
    }

    .email_collect.mobile_view {
        margin: auto;
        width: 85%;
    }

    .email_collect h3,
    .youtube_embed_code h3 {
        margin: 0;
        font-size: 18px;
    }

    .youtube_embed_code {
        width: 85%;
        margin: 10px auto;
    }

    .section_landing_img img {
        width: 100%;
    }

    .section_landing_inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .logo_content {
        padding-top: 0px;
    }

    video.bg-video.desktop_video {
        display: none;
    }

    .email_collect.mobile_view {
        margin: auto;
    }

    .top_logo {
        padding-top: 10px;
    }

    .section_landing_inner {
        height: auto;
        padding: 25px 0 10px;
    }

    .email_collect h3,
    .youtube_embed_code h3 {
        line-height: 18px;
    }

    .side_content {
        max-width: 100%;
    }

    .email_collect.mobile_view {
        min-width: 85%;
        max-width: 85%;
        margin: auto;
    }

}