<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media screen and (min-width: 768px){

    .hide-on-mobile-block{
        display: none !important;
    }
    .hide-on-mobile-flex{
        display: none !important;
    }
    
    .show-on-mobile-block{
        display: block !important;
    }
    .show-on-mobile-flex{
        display: flex !important;
    }
    .menubar .suscribebutton{
        width: 25%;
    }

    .home-front-page-text{
        width:60%;
        display:block;
        justify-content: center;
        align-items: center;
        font-size: 80px;
        line-height: 65px;
        font-weight: 1600;
    }
    .home-front-page-buttons{
        display:block;
        padding-top: 40px;
    }
    


}
</pre></body></html>