*, html, body {
    font-family: 'Manrope';
    font-style: normal;
}
.scroll-top {
    position: fixed;
    bottom: 2%;
    right: 30px;
    display: none;
    z-index: 99;
}
#cal__partner-header:hover {
    color: #ffffff;
}
.main-content  {
    padding-bottom: 3rem;
}
.cs__footer-banner {
    height: 206px;
    background: linear-gradient(-80deg, rgb(241, 172, 24) -5.84%, rgb(245, 229, 87) 99.62%);
}
.cs__footer-banner--title, 
.cs__footer-banner--slogan,
.cs__footer-banner--title strong {
    color: #232425;
    font-weight: 700;
    line-height: 120%;
}
.cs__footer-banner--title {
    font-size: 32px;
}
.cs__footer-banner--slogan {
    font-size: 16px;
    font-weight: 500;
}
.cs__footer-banner--download a:first-child {
    margin-right: 4px;
}
.cs__footer-banner--phone {
    position: absolute;
    top: -11rem;
    right: 0;
    width: 480px;
    height: 360px;
    z-index: 1;
}
.cs__footer-banner--sink {
    position: absolute;
    width: 800px;
    top: -54px;
    left: 9rem;
}

@media (max-width:1207px) {
    .cs__footer-banner--sink {
        width: 600px;
        top: 5px;
        left: 0;
    }
}

@media (max-width:1087px) {
    .cs__footer-banner--phone {
        width: 450px;
        top: -8rem;
    }
    .cs__footer-banner--sink {
        width: 600px;
        top: 25px;
        left: 0;
    }
}
@media (max-width:768px) {
    .cs__footer-banner {
        height: auto !important;
        padding: 20px;
    }
    .cs__footer-banner--title {
        font-size: 22px;
    }
    .cs__footer-banner--slogan {
        font-size: 14px;
    }
    .cs__footer-banner--download {
        height: 40px;
        /* flex-direction: column; */
    }
    /* .cs__footer-banner--download a:first-child {
        margin-bottom: 4px;
        margin-right: auto;
    } */
    .cs__footer-banner--sink-phone {
        height: 70.517px !important;
    }
    .cs__footer-banner--phone {
        width: 395px;
        top: -14vh;
        right: -3rem;
    }
    .cs__footer-banner--sink {
        width: 600px;
        /* top: 67px; */
        left: -13rem;
    }
}
@media (max-width:575px) {
    .cs__footer-banner--sink {
        /* width: 418px; */
        width: auto;
        top: -5px;
        left: -1rem;
    }
    .main-content  {
        padding-bottom: unset !important;
    }
    .cs__footer-banner {
        height: auto !important;
        padding: 20px;
    }
    .cs__footer-banner--title {
        font-size: 22px;
    }
    .cs__footer-banner--slogan {
        font-size: 14px;
    }
    .cs__footer-banner--download {
        height: 40px;
        /* flex-direction: column; */
    }
    /* .cs__footer-banner--download a:first-child {
        margin-bottom: 4px;
        margin-right: auto;
    } */
    .cs__footer-banner--sink-phone {
        height: 70.517px !important;
    }
    .cs__footer-banner--phone {
        width: 210px;
        height: 225px;
        top: -7vh;
        right: -1rem;
    }
}
@media (max-width: 410px) {
    .cs__footer-banner--phone {
        width: 250px;
        height: 200px;
        top: -11vh;
        right: -3rem;
    }
    .cs__footer-banner--sink {
        position: unset !important;
        width: auto !important;
    }
}