.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-69bb11b */footer{
    border-top:1px solid rgba(242,240,255,.09);
    padding:40px 0;
}

.footer-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:14px;
}

.footer-row .brand{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:16px;
    direction:ltr;
}

.footer-row .brand-logo{
    width:85px;
    height:85px;
    object-fit:contain;
    filter:drop-shadow(0 0 6px rgba(255,47,199,.35));
}

.footer-row .brand-word{
    display:flex;
    flex-direction:column;
    line-height:1.15;
}

.footer-row .tag{
    font-family:'JetBrains Mono',monospace;
    font-size:9px;
    letter-spacing:.22em;
    color:#33d9ff;
    font-weight:500;
}

.footer-row .fine{
    color:#5c6088;
    font-size:12.5px;
}

@media(max-width:768px){
    .footer-row{
        justify-content:center;
        text-align:center;
        flex-direction:column;
    }

    .footer-row .brand{
        justify-content:center;
    }
}/* End custom CSS */