:root {
    --black: #292D32;
    --white: #ffffff;
}

* {
    letter-spacing: -0.5px;
    color: var(--black);
}

#vp-header {
    margin-bottom: 0;
}

.page-index.page-home.vp-has-mini-header.bg-white .size4 {
    padding: 0 !important;
}

.franchise {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

.franchise-bg {
    width: 100%;
    background: url("/plugins/misc.topscards/wwwroot/themes/master/assets/img/campaign-bg.png");
    background-repeat: repeat-y;
    background-position: center;
    background-size: 100%;
    padding-top: 64px;
    padding-bottom: 32px;
}

.franchise .franchise-bg .conatiner {
    padding: 0 16px;
}

    .franchise .franchise-bg .conatiner .franchise-header .franchise-header_banner {
        width: 100%;
        height: 100%;
        margin-bottom: 20px;
    }

        .franchise .franchise-bg .conatiner .franchise-header .franchise-header_banner img {
            display: block;
            width: 100%;
            height: 100%;
        }

    .franchise .franchise-bg .conatiner .franchise-header .franchise-header_captions .title {
        color: var(--black);
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
    }

    .franchise .franchise-bg .conatiner .franchise-header .franchise-header_captions .text {
        color: var(--black);
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 4px;
        margin-bottom: 12px;
    }

    .franchise .franchise-bg .conatiner .white-box {
        background: var(--white);
        padding: 16px 24px;
        border-radius: 12px;
        margin-bottom: 16px;
    }

        .franchise .franchise-bg .conatiner .white-box .title {
            font-weight: 900;
            font-size: 15px;
            line-height: 24px;
            text-align: center;
        }

        .franchise .franchise-bg .conatiner .white-box .phone {
            display: flex;
            align-items: center;
            justify-content: center;
            column-gap: 4px;
            padding-top: 4px;
        }

            .franchise .franchise-bg .conatiner .white-box .phone .text {
                font-weight: 600;
                font-size: 14px;
                line-height: 24px;
            }

            .franchise .franchise-bg .conatiner .white-box .phone a {
                font-weight: 700;
                font-size: 16px;
                line-height: 24px;
            }

        .franchise .franchise-bg .conatiner .white-box .socials {
            font-weight: 600;
            font-size: 12px;
            line-height: 24px;
            text-align: center;
        }

    .franchise .franchise-bg .conatiner .list {
        margin-bottom: 20px;
    }

        .franchise .franchise-bg .conatiner .list .list-title {
            color: var(--black);
            font-weight: 800;
            font-size: 16px;
            line-height: 30px;
        }

        .franchise .franchise-bg .conatiner .list ul {
            display: flex;
            flex-direction: column;
            row-gap: 6px;
        }

            .franchise .franchise-bg .conatiner .list ul li {
                font-weight: 600;
                font-size: 14px;
                line-height: 24px;
            }

    .franchise .franchise-bg .conatiner .picture {
        max-width: 100%;
        width: 100%;
        margin-bottom: 16px;
    }

    .franchise .franchise-bg .conatiner .picture img{
        display: block;
        max-width: 100%;
        height: 100%;
        width: 100%;
    }