<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&amp;display=swap");

body {
    font-family: "Raleway", sans-serif;
}

::selection {
    background-color: var(--main_color);
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    white-space: wrap !important;
}

.slider_homepage img,
.slider img {
    width: 100%;
    height: 640px;
    object-position: center;
    margin: 0 auto;
}

.active {
    color: var(--main_color) !important;
}


h1 {
    font-size: 55px;
    font-weight: 800;
    text-transform: none;
    letter-spacing: -2px;
    margin-top: 0px;
    text-align: center;
}

h4 {
    font-size: 28px;
}

.social {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--text_color);
}

.images img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-position: center;
}

.social svg {
    fill: var(--main_color);
    width: 50px;
    height: 50px;
    margin-top: 10px;
}

i.icon.custom-icon {
    color: var(--main_color) !important;
    font-size: 50px !important;
}

.img-banner {
    padding: 10px;
}

.row {
    justify-content: center;
}

.w-full {
    width: 100%;
}

.dropdown-menu {
    background-color: var(--background_color) !important;
}

.dropdown-item {
    color: var(--text_color) !important;
}

.dropdown-item:active,
.dropdown-item:hover {
    background-color: var(--main_color) !important;
}

.custom-icon {
    font-size: 80px;
}

@media only screen and (max-width: 900px) {
    h1 {
        font-size: 32px;
    }

    .slider_homepage .img-banner {
        padding: 0px !important;
    }

    .slick-dots {
        bottom: 0px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px !important;
    }
}</pre></body></html>