@charset "UTF-8";
/*
    STATIC PROMO CSS
 */

.promo {
    position: relative;
    z-index: 2;
    height: min( 30.208vw, 580px );
    min-height: unset;
    max-width: 1920px;
    background-size: min( 1920px, 100vw ) min(30.208vw, 580px );
    background-repeat: no-repeat;
    background-position: center;
    overflow: visible;
    display: block;
}

#vidBanner {
    position: absolute;
    width: 100%;
    object-fit: cover;
    height: 100%;
    top: 0;
    left: 0;
}

.slide_content {
    position: relative;
    display: grid;
    padding: 0;
    text-align: left;
    height: fit-content;
    max-height: unset;
    align-content: stretch;
    align-items: end;
}

.promo h2.banH {
    position: relative;
    display: inline-block;
    color: #313131;
    font-family: 'relation-two', cursive;
    font-size: clamp( 35px, 3.750vw, 72px );
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp( 35px, 3.750vw, 72px );
    margin-bottom: clamp( 16px, 2.917vw, 56px );
    text-transform: none;
    width: 100%;
    text-align: left;
}

.promo h2.banH .script {
    display: block;
    text-align: right;
    font-size: clamp( 49px, 8.333vw, 160px );
    font-family: 'New Chapter', cursive;
    text-transform: lowercase;
    line-height: clamp( 40px, 4.583vw, 88px );
    margin-bottom: 60px;
}

.promo h2.banH i {
    color: #fc9238;
}

.promo .s_content p {
    color: #ffffff;
    font-size: clamp( 14px, 1.354vw, 26px );
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp( 22px, 1.979vw, 38px );
}

.promo .promo-holder {
    position: relative;
    z-index: 7;
    overflow: visible;
    height: 100%;
}

.promo-holder .container {
    overflow: hidden;
    height: min( 29.167vw, 560px );
}

.promo .promo-holder .container {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: end;
    padding-bottom: clamp( 20px, 4.167vw, 80px );
}

.parthners-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-content: center;
}

.parthners-list li {
    width: clamp( 175px, 13.542vw, 260px );
    text-align: center;
    margin: 0 min(2.083vw, 28px );
    margin-bottom: 0;
}

.promo .btn-block {
    margin: 0 auto;
    overflow: hidden;
    float: none;
}

.slide_content ul.sub-nav li,
.slide_content ul.sub-nav li a {
    color: #f8f8f8;
    padding: min( 0.365vw, 7px ) 0;
    font-weight: 400;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.slide_content ul.sub-nav li:before {
    color: #f8f8f8;
    font-weight: 900;
    font-size: 18px;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free',fantasy;
    margin-right: 10px
}

.btn.banner-btn {
    font-weight: 500;
    background-color: transparent;
    margin: 0;
    display: inline-block;
    float: left;
    max-width: fit-content;
    color: #688a91;
    clear: none;
}

.btn.banner-btn:last-of-type {
    margin: 0 auto;
    margin-left: 0px;
    background-color: #998662;
    color: #f8f8f8;
    border: 0;
    font-weight: 500;
    font-style: normal;
    float: none;
    border-radius: 28px;
}

.btn.banner-btn:hover {
    color: #fff;
    background-color: #688a91;
    text-decoration: none;
}

.btn.banner-btn:last-of-type:hover {
    color: #f8f8f8;
    background-color: #B49D73;
    text-decoration: none;
}

a.popVideo {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-weight: 600;
    right: 4%;
    bottom: 20px;
    position: absolute;
    text-transform: uppercase;
    font-size: 16px;
    color: #fbfbfb;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    border: 2px solid;
    border-radius: 50%;
    z-index: 9;
    justify-content: center;
}

a.popVideo:hover {
    text-decoration: none;
}

a.popVideo .far {
    font-size: 40px;
    margin-right: 10px;
}

@media ( max-width: 1024px ) {
    .promo {
        height: min( 56.641vw, 580px );
        background-size: min( 100vw, 1024px ) min( 56.641vw, 580px );
    }
    .parthners-list {
        display: none;
    }

    a.popVideo {
        display: none;
    }

    .slide_content {
        float: none;
        /* margin: 0 0 0 auto; */
    }

    .slide_content ul.sub-nav li, .slide_content ul.sub-nav li a {
        justify-items: center;
        justify-content: center
    }

    .promo .btn-block a {
        text-align: left;
    }

    .promo video#vidBanner {
        display: none;
    }

    .promo-holder .container {
        display: block;
    }

    .promo .btn-block {
        top: unset;
        right: unset;
        display: block;
        text-align: left;
        overflow: visible;
        margin: 0;
        position: relative;
    }

    .btn.banner-btn:last-of-type {
        margin: 30px 0;
        font-size: 14px;
        padding: 16px 25px;
        text-align: center;
        display: block;
    }
}

@media ( max-width: 768px ) {
    .promo .slide_content {
        width: 72%;
        /* text-align: center; */
        display: grid;
        align-items: center;
        align-content: center;
    }
}

@media ( max-width: 567px ) {
    .promo .promo-holder {
        /* padding: 8vw 0 0; */
    }

    .promo {
        height: min( 55.908vw, 317px );
        background-size: min( 567px, 100vw ) min(55.908vw, 317px );
    }

    .slide_content {
        width: 100%;
        margin: 0;
        /* height: 57vw; */
    }

    .promo h2.banH {
        margin-top: 8vw;
    }
}

@media ( max-width: 479px ) {
    .slide_content {
        margin: 0 0 0 auto;
    }

    .promo h2.banH::before {
        width: 100px;
        margin: 0 -51px -49px -50px;
    }

    .slide_content::before {
        top: 5px;
    }

    .promo .promo-holder {
        /* padding: 32vw 0 0; */
    }
}

@media ( max-width: 479px ) {
    .promo .btn-block a {
        font-size: 12px;
    }

    .btn.banner-btn:last-of-type {
        margin: 20px 0;
        display: block;
        max-width: unset;
        width: fit-content;
        font-size: 12px;
    }

}