body{padding-bottom: 60px;}
.sticky-cta-container{padding: 0;z-index: 1999; transition:all 0.3s ease-out;min-height: 60px;display: flex;align-items: center;}
.sticky-cta-left h3{font-size: 25px; line-height: 1; letter-spacing: -0.01em;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
body:not(.fixed) .sticky-cta-container{transform:translateY(100%);}
/* ========================================== 
! Large devices (desktops, less than 1400px)
=========================================== */
@media (max-width:1399.98px) {
    
}
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {

}
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
    .sticky-cta-container{padding: 0px 0;}
}
/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width: 767.98px){
    .sticky-cta-container{padding: 0;}
    .sticky-cta-right{width: 100%;}
    .sticky-cta-right .btn.btn-green{width: calc(100% + 30px);max-width: none;clip-path: none;margin-left: -15px;}
    .sticky-cta-right .btn.btn-green::after{display: none;}
}
/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width: 575.98px){
}
/* ======================================================
! Extra small devices (portrait phones, less than 370px)
====================================================== */
@media (max-width:369.98px) { 
}