
    #ast-scroll-top {
        background-color: #CDF7AD;
        transition: all 0.2s ease;
    }
    #ast-scroll-top svg {
        fill: #111112;
        transition: all 0.2s ease;
    }
    
    #ast-scroll-top:hover {
        background-color: #111112;
    }
    
    #ast-scroll-top:hover svg {
        fill: #CDF7AD;
    }
    
    .cky-consent-container {
        font-family: "Work Sans", Sans-serif !important;
    }
    .cky-btn {
        font-weight: 800 !important;
        border-radius: 12px !important;
    }
    
    body {
        background-color: #111112 !important;
    }
    .main-header-custom {
        z-index: 10;
    }
	
    .ast-container {
        max-width: 100% !important;
    }
