:root {
    --button-color: #ff4300;
    --button-hover-color: rgba(242, 54, 0, 1);
    --bg-st-color: rgba(7, 46, 93, 0.85);
}

footer {
    padding-bottom: 120px;
}

.fluentu-lead-st-container {
    display: flex;
    font-family: "Montserrat", sans-serif;
    z-index: 1999;
    width: 100%;
    position: fixed;
    left: 0;
    top: -285px;
    height: 285px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    background-color: var(--bg-st-color);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.fluentu-sticky-show .fluentu-lead-st-container {
    top: 0;
}

.fluentu-lead-st-container__outer {
    display: flex;
    padding: 20px 10px;
    width: 100%;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    position: relative;
}

.fluentu-lead-st-container__inner {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.fluentu-lead-st-container__inner div {
    display: flex;
    flex-direction: column;
}

.fluentu-lead-st-item__copy p {
    display: block;
    max-width: 825px;
    font-family: Rubik;
    font-size: 26px !important;
    font-weight: bold !important;
    line-height: 1.31 !important;
    letter-spacing: normal !important;
    text-align: center;
    color: #fff !important;
}

.fluentu-lead-st-item__copy p strike {
    color: rgba(255, 255, 255, 0.65);
}

a.fluentu-lead-st-item__button {
    background-color: var(--button-color);
    font-family: Rubik;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.33px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    padding: 18px 22px !important;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    border: 1px solid var(--button-color);
    min-width: 413px !important;
    margin: 0 auto;
    text-decoration: none !important;
}

a.fluentu-lead-st-item__button:hover {
    background-color: var(--button-hover-color);
}

a.fluentu-lead-st-item__button:visited {
    color: #fff;
}

.fluentu-lead-st-item_column__button {
    /* padding-top: 32px; */
}

.fluentu-lead-st-closeright-contaier {
    height: 0px;
    width: 0px;
    z-index: 999999999;
    top: 80px;
    right: 80px;
    position: absolute;
}

.fluentu-lead-st-closeright {
    content: "";
    background: #fff;
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-right: -0px;
    margin-top: -40px;
    float: right;
    -webkit-clip-path: polygon(20% 0%,
            0% 20%,
            30% 50%,
            0% 80%,
            20% 100%,
            50% 70%,
            80% 100%,
            100% 80%,
            70% 50%,
            100% 20%,
            80% 0%,
            50% 30%);
    clip-path: polygon(20% 0%,
            0% 20%,
            30% 50%,
            0% 80%,
            20% 100%,
            50% 70%,
            80% 100%,
            100% 80%,
            70% 50%,
            100% 20%,
            80% 0%,
            50% 30%);
}

@media screen and (max-width: 568px) {
    .fluentu-sticky-show .fluentu-lead-st-container {
        top: 0;
    }

    .fluentu-lead-st-item__copy p {
        font-size: 18px !important;
    }

    .fluentu-lead-st-container {
        z-index: 1999;
        padding-top: 5px;
        position: fixed;
        height: 255px;
        top: -350px;
    }

    .fluentu-lead-st-container__inner {
        display: flex;
        flex-direction: column;
        padding: 0px 0px;
        text-align: center;
        margin: auto;
        margin-top: 5px;
        height: 100%;
    }

    a.fluentu-lead-st-item__button {
        padding: 20px 10px !important;
        background-size: contain !important;
        background-position: 5px 0px;
        display: block;
        width: 275px;
        font-size: 14px;
        min-width: 113px !important;
        text-decoration: none;
        margin: auto;
    }

    .fluentu-lead-st-item_column__button {
        margin-left: 0px;
    }

    .fluentu-lead-st-container__outer {
        display: block;
        margin: auto;
        width: 100%;
        padding: 10px;
    }

    #lp-pom-block-162-color-overlay {
        padding-bottom: 300px;
    }

    .fluentu-lead-st-closeright-contaier {
        top: 20px;
        right: 10px;
    }
}