<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 03 2024 | 20:04:41 */
.fin_container h1 {
    width: 50%;
    margin-bottom: 10px;
    line-height: 0.95em;
}

.fin_container p {
    color: #FFF;
    width: 50%;
    font-weight: 600;
    font-size: 30px !important;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
    line-height: 1.2em;
}

.fin_container .Buttons {
    margin-top: 40px;
}

@media screen and (max-width: 1024px) {

    .fin_container h1,
    .fin_container p {
        width: 100%;
        text-align: center;
    }

    .fin_container .Buttons {
        justify-content: center;
    }

    .fin_container .HeroHome__figure {
        object-position: 60% 54% !important;
    }
}</pre></body></html>