<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#footerarea1
{
    display: flex;
}

#footer_content
{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 60px);
}


#logo_area_footer
{
    display: flex;
    align-items: flex-start;
}

#footer_logo
{
    width: 60px;
    height: 60px;
}

#footer_logo_img
{
    max-width: calc(100% - 5px);
    max-height: calc(100% - 10px);
    margin-top: 10px;
    margin-left: 10px;
}

#footer_links
{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-left: 20px;
    margin-top: 10px;
}

#footer_links a
{
    text-decoration: none;
    color: black;
    font-family: Arial;
    margin-right: 10px;
}

#footerdesign
{
    color: black;
    font-family: Arial;
    margin-top: 5px;
}

#footer_contact
{
    margin-top: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: black;
    font-family: Arial;
}

#footer_contact2
{
    margin-top: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: black;
    font-family: Arial;
}

#footer_contact span
{
    margin-top: 5px;
}

#footer_contact2 span
{
    margin-top: 5px;
}

.footericon
{
    width: 30px;
}

#socialmedia
{
    margin-top: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: black;
    font-family: Arial;
}

#socialmedia span
{
    margin-top: 5px;
}

#socialmedia a
{
    text-decoration: none;
    color: black;
}

#footer_sm_small
{
    margin-top: 30px;
    display: none;
    justify-content: space-around;
    color: black;
    font-family: Arial;
}

#footer_sm_small a
{
    text-decoration: none;
    color: black;
}

#sitemap
{
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    color: black;
    font-family: Arial;
}

.sitemapblock
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.smb_sub
{
    margin-top: 5px;
}

.sitemapblock a
{
    text-decoration: none;
    color: black;
}

.smb_main
{
    text-decoration: underline;
}




@media only screen and (max-width:999px)
{
    #socialmedia
    {
        display: none;
    }

    #footer_sm_small
    {
        display: flex;
    }

    #sitemap
    {
        display: none;
    }
}

@media only screen and (max-width:849px)
{
    #logo_area_footer
    {
        display: flex;
    }

    #footer_contact
    {
        display: none;
    }

    #sitemap
    {
        display: none;
    }
}

@media only screen and (max-width:699px)
{
    #logo_area_footer
    {
        display: flex;
    }

    #socialmedia
    {
        display: flex;
    }

    #footer_sm_small
    {
        display: none;
    }

    #footer_contact
    {
        display: none;
    }

    #footer_contact2
    {
        display: none;
    }
}</pre></body></html>