<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General Link Styles */
.remove-link-styling a {
}

    .remove-link-styling a:hover {
        color: inherit;
        text-decoration: none;
    }

/* Logo Styles */
.nav_logo {
    margin-right: 10px; /* Add margin between the logo and the hamburger icon */
}


/* Navigation Header Styles */
.nav-header {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 40px;
    justify-content: space-between;
}

nav .nav-title {
    justify-content: center;
    margin-left: 8px;
    list-style: none;
}
    nav .nav-title a {
        text-transform: uppercase;
        text-decoration: none;
    }
    nav .nav-title.active {
        font-weight: bold;
        margin-left: 8px;
        border-bottom: 3px solid;
        box-sizing: border-box;
        padding: 0;
        list-style: none;
        text-transform: uppercase;
    }
        nav .nav-title.active a {
            font-weight: bold;
        }
        nav .nav-title.active:hover a {
            text-decoration: none;
        }

/*dark theme*/
.nav-header,
.bg-navbar-header {
    background-color: #141414;
}

nav .nav-title,
nav .nav-title a {
    color: #ffffff;
}
    nav .nav-title.active,
    nav .nav-title.active a {
        color: #ad974f;
    }

/*light theme*/
.me-light .nav-header,
.me-light .bg-navbar-header {
    background-color: #F9FAFB;
}
.me-light nav .nav-title,
.me-light nav .nav-title a {
    color: #28a745;
}
    .me-light nav .nav-title.active,
    .me-light nav .nav-title.active a {
        color: #28a745;
    }

nav ul.topnav {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    font-size: .8rem;
}

/*nav .site-search input {
    max-width: 220px;
    width: 100%;
}*/

/* header-actions */
nav .user-controls {
    display: inline;
    flex-wrap: wrap;
    align-items: center;
}
    nav .user-controls img {
        width: 24px;
        height: 24px;
        margin: 0 6px;
    }
.login,
.logout {
    display: inline-block;
    padding: 6px 14px;
    font-size: 12px;
    color: #fff;
    background-color: #ad974f;
    text-decoration: none;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .login:hover,
    .logout:hover {
        color:#e4e4e4;
        background-color: #ad974f;
    }

    nav .user-controls .form-control:valid,
    nav .user-controls .form-control:invalid {
        background-image: none !important;
    }


/* Main Navigation */
.bg-main-nav {
    background-color: #faf9f7;
}
.me-light .bg-main-nav {
    background-color: #fff;
}
.main-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}




/* Navigation Items */
nav ul {
    margin: 0;
    padding: 0;
}

.nav_mob-header {
    height: 60px;
    display: flex;
    justify-content: center;
}

.nav_header {
    background-color: #F9FAFB;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 40px;
    justify-content: center;
}


.nav-item {
    display: block;
    list-style: none;
    font-size: .8rem;
    cursor: pointer;
}

.nav-menu:hover {
}

.nav-item-list {
    font-size: 1.1rem;
    padding: 1rem;
    transition: .15s all;
    cursor: pointer;
}


#navDesktop .nav-item-list.active {
    background-color: #ad974f;
    color: #fff;
}

.me-light #navDesktop .nav-item-list.active {
    background-color: #4AB563;
    color: #fff;
}

ul.nav_item-secondary li {
    display: block;
    font-size: 1rem;
    line-height: 170%;
    transition: .15s all;
    cursor: pointer;
}

    ul.nav_item-secondary li:hover {
    }

    ul.nav_item-secondary li a {
        color: inherit;
        text-decoration: none;
        cursor: pointer;
    }

        ul.nav_item-secondary li a:hover {
            color: #9b7806;
            /*font-weight: 500;*/
        }


#mainNav,
#commercialProducts {
    transition: .8s all;
}

/*search bar*/
.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
}

.site-search .was-validated .form-control:valid,
.site-search .form-control.is-valid,
.site-search .form-control,
.site-search .form-control:focus {
    padding: .375rem .75rem !important; /* Same padding for all states */
    font-size: .9rem !important;
    border-radius: 0;
    border: 1px solid #dee2e6;
    height: 38px;
    margin: 0 !important;
}

.site-search .search-btn {
    background-color: #000;
    color: white;
    border: none;
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-search .search-icon {
    background-image: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="white"&gt;&lt;path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"/&gt;&lt;/svg&gt;');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.site-search .input-group-append {
    margin-left: 0;
}

.site-search .form-control:focus {
    box-shadow: none;
    border-color: #dee2e6;
}

/* Mobile sidebar search */
.sidebar .form-control {
    font-size: 16px;
    border-radius: 0;
    border: 1px solid #dee2e6;
    height: 38px;
    padding: .375rem .75rem !important;
}

.sidebar .btn-outline-secondary {
    background-color: #000;
    color: white;
    border: none;
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar .input-group-append {
    margin-left: 0;
}

.sidebar .form-control:focus {
    box-shadow: none;
    border-color: #dee2e6;
    padding: .375rem .75rem !important;
    margin: 0 !important;
}

.sidebar .btn-outline-secondary {
    background-image: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="white"&gt;&lt;path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"/&gt;&lt;/svg&gt;');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

/* Prevent any shifting */
.sidebar .was-validated .form-control:valid,
.sidebar .form-control.is-valid {
    padding: .375rem .75rem !important;
}
.sidebar .input-group {
    flex-wrap: nowrap;
}

.sidebar .input-group-append {
    margin-left: 0;
    flex-shrink: 0; /* Prevents the button from shrinking */
}


/* Call-to-Action Buttons */
.cta-btn {
    font-size: 1rem;
    text-transform: uppercase;
    padding: 1rem;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    color: inherit;
}

    .cta-btn:hover {
        text-decoration: none;
        color: inherit;
        cursor: pointer;
    }


.cta-btn-wtb {
    transition: 0.15s all;
    color: white;
    background-color: #ad974f;
    box-shadow: 0 0 0 #ad974f; /* Simulates the outline effect without affecting the button's size */
}

.cta-btn-green,
.me-light .cta-btn-wtb {
    transition: .15s all;
    color: white;
    background-color: #4AB563;
}

    .cta-btn-green:hover,
    .me-light .cta-btn-wtb:hover {
        color: white;
        background-color: #389a4f;
    }

/* Visibility Classes */
.opacity-0 {
    opacity: 0;
    height: 0;
    visibility: hidden;
}

.opacity-1 {
    opacity: 1;
    height: auto;
    transition: 0.30s linear opacity;
    visibility: visible;
}

.nav-menu-desktop {
    height: 0px;
}

/* Tabs */
.tab-underlined {
    border-bottom: 3px solid;
    box-sizing: border-box;
    padding: 0;
}

/* Footer Styles */
footer .footer-item {
    line-height: 60px;
    line-height: 160%;
    color: white;
}

    footer .footer-item li {
        color: white;
    }

footer .footer-logo {
    display: flex;
}

    footer .footer-logo img {
        width: auto;
        max-width: 280px;
        margin: 1rem 0 0 0;
    }

footer .footer-item ul {
    list-style-type: none;
    line-height: 160%;
    color: white;
}

/* Mobile Menu */
.mobile-menu {
    font-size: 13px;
}

/* Bar Icon Styles */

.navbar-toggler {
    cursor: pointer;
    border: 0;
}

    .navbar-toggler span {
        display: block;
        width: 25px;
        height: 3px;
        margin-top: .2rem;
        background-color: #fff;
        margin-bottom: 5px;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

        .navbar-toggler span.navbar-toggler-icon-2 {
            width: 20px;
        }

    .navbar-toggler.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .navbar-toggler.active span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

/* Main Content Styles */
.main-content {
    flex: 1;
}

#navbarSupportedContent {
    display: none;
}

/* Sidebar */
.sidebar {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .2rem;
    display: none;
    position: fixed;
    top: 0;
    padding-bottom: 1rem;
    left: -300px;
    width: 300px;
    height: 100%;
    background-color: #333;
    transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 10000;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 31px;
    font-weight: 500;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar.active {
    left: 0;
}

.sidebar li {
    padding: 15px;
    color: #F9FAFB;
}

.submenu li {
    padding-bottom: 15px;
    margin-bottom: 10px;
}

    .submenu li a {
        display: inline-block;
        position: relative;
    }

        .submenu li a::after {
            content: '';
            display: block;
            margin: 0 auto;
            width: 100%;
            border-bottom: 1.1px solid #555;
            padding-top: .5rem;
        }

.sidebar li:last-child {
    border-bottom: none;
}

.sidebar a {
    text-decoration: none;
    color: #fff;
}

.sidebar li a {
    margin-left: 16px;
}

.sidebar li a:hover {
    color: #ad974f;
}

.navbar-brand {
    display: block;
}

.sidebar .submenu {
    display: none;
    list-style-type: none;
    padding-left: 15px;
}

.sidebar.nav-item-list.active span {
    color: #ad974f;
    font-weight: 500;
    margin-bottom: 1rem;
}

.sidebar .submenu.active {
    display: block;
}

.sidebar .nav-item-list .arrow-icon {
    font-size: 1.2rem;
    float: right;
    transition: transform 0.3s ease;
}

.sidebar .nav-item-list.active .arrow-icon {
    transform: rotate(90deg);
    color: #ad974f;
}

.submenu li {
    padding: 2px 0;
}

li.submenu-header {
    margin-top: 2rem;
}

.footer li.submenu-header {
    margin-top: 1rem;
    margin-bottom: .3rem;
}

.nav-bottom-container {
    margin-top: 3rem;
    bottom: 1rem;
    width: 100%;
}

.nav-cta {
    position: relative;
    display: inline-block;
}


/* Desktop Menu */
.nav-menu-desktop-show {
    height: auto;
    position: absolute;
    top: 120px;
    background: #fff;
    padding: 2rem;
    left: 18%;
    width: 64%;
    background-color: #F9FAFB;
    box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15);
    z-index: 1000;
}

.nav-menu.nav-item-list li:hover {
    color: #ad974f;
    font-weight: 600;
}


/* Responsive Styles */
@media (max-width: 991px) {
    .nav_logo-small {
        width: 100px;
        display: block;
        margin-right: 10px;
        float: right;
    }

    .nav_logo-large {
        display: none;
    }

    .main-nav {
        flex-direction: column;
    }

    .main-nav_buttons {
        margin-top: 10px;
    }

    .nav-menu-desktop-show {
        left: 14%;
        width: 72%;
        top: 100px;
    }

    .sidebar {
        display: block;
        overflow-y: scroll;
    }

    .navbar-brand {
        display: none;
    }

    .nav-menu {
        display: block;
    }

        .nav-menu .row {
            flex-direction: column;
            align-items: center;
        }

        .nav-menu .col-md-3,
        .nav-menu .col-md-6 {
            width: 100%;
            max-width: 100%;
            padding: 15px;
        }

        .nav-menu img {
            width: 100%;
            height: auto;
        }

    .nav-header {
        display: none;
    }

    .submenu li:first-child,
    li.submenu-header:first-child {
        margin-top: 1rem;
    }

    .fa-angle-down {
        font-size: 1.2rem;
        float: right;
    }

    li.nav-item-list {
        font-size: .9rem;
        padding: 1rem;
        transition: .15s all;
        font-variation-settings: 'wght' 400;
        cursor: pointer;
    }

        li.nav-item-list span {
            font-size: 1.1rem;
        }
            li.nav-item-list:hover {
                color: #ad974f;
            }
              

        li.nav-item-list.active span {
            color: #ad974f;
            margin-bottom: 1rem;
        }

}



.footer-logo-container {
    display: flex;
    justify-content: center; /* Center content horizontally */
}


footer .copyright-text {
    margin-top: 0.4rem;
    margin-left:1rem;
}

footer h5.menu-title {
    position: relative; /* Positioning for the pseudo-element */
    display: inline-block; /* Ensure the underline is only as wide as the text */
    padding-bottom: 5px; /* Adjust padding to create space for the underline */
}


footer .footer-logo img {
    height: auto; /* Keep the logo responsive */
}

.socials-container {
    display: flex;
    flex-direction: column; /* Stack text and icons vertically */
    align-items: flex-end; /* Align items to the right */
    text-align: center; /* Center text if needed */
    margin-top: 1.5rem;
}

.socials-text {
    font-size: 14px; /* Adjust font size as needed */
    color: #ffffff; /* Ensure text color contrasts well with the background */
    margin-bottom: 3px; /* Space between text and icons */
}

.social-icons {
    margin-top: .6rem;
    display: flex;
    justify-content: center; /* Center icons horizontally */
    gap: 25px; /* Space between the icons */
}

.social-icon {
    filter: invert(30%) brightness(75%) saturate(100%);
    width: 24px; /* Size of the icons */
    height: 24px;
    transition: transform 0.3s ease;
}

.facebook:hover {
    filter: invert(17%) sepia(40%) saturate(4768%) hue-rotate(180deg) brightness(93%) contrast(91%); /* Facebook blue */
    transform: scale(1.1); /* Slightly increase the size on hover */
}

.instagram:hover {
    filter: invert(34%) sepia(93%) saturate(4900%) hue-rotate(330deg) brightness(92%) contrast(97%); /* Instagram pink */
    transform: scale(1.1); /* Slightly increase the size on hover */
}

.linkedin:hover {
    filter: invert(26%) sepia(52%) saturate(3162%) hue-rotate(190deg) brightness(91%) contrast(92%); /* LinkedIn blue */
    transform: scale(1.1); /* Slightly increase the size on hover */
}

.youtube:hover {
    filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(3546%) hue-rotate(355deg) brightness(85%) contrast(131%);
    transform: scale(1.1); /* Slightly increase the size on hover */
}

@media (max-width: 768px) {


    .cta-btn-light {
        margin-bottom: 1rem;
        box-shadow: inset 0 0 0 2px #a8a8a85e; /* Simulates the outline effect */
    }

        .cta-btn-light:hover, .cta-btn-wtb:hover {
            box-shadow: 0 0 0 2px #141414;
            background-color: #141414;
            color: #ad974f;
        }

        .socials-container {
            align-items: center; /* Center items on smaller screens */
            margin-top: .5rem;
        }

    .socials-text {
        margin-bottom: 8px; /* Adjust margin for smaller screens */
    }

    .social-icons {
        gap: 10px; /* Adjust spacing for smaller screens */
    }

    footer .row {
        flex-direction: column; /* Stack columns vertically */
    }

   footer .row {
        flex-direction: column; /* Stack columns vertically on mobile */
    }

    .footer-logo-container {
        display: flex;
        justify-content: center; /* Center content horizontally */
        align-items: center; /* Center content vertically if needed */
        text-align: center; /* Center text inside the container */
    }

    footer .footer-logo {
        margin-top:1.2rem;
        flex-direction: column;
    }
    .footer-logo, .copyright-text {
        align-items: center; /* Center content within columns */
        text-align: center;
        margin-bottom: 1.2rem; /* Add spacing between elements */
    }
    footer .copyright-text {
        margin-top: 0rem;
        margin-left: 0rem;
    }
}


@media (min-width: 768px) {
  
    .cta-btn-light {
        color: #000; /* Default text color */
        box-shadow: inset 0 0 0 2px #0707073b; /* Simulates the outline effect */
        transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
    }
        .cta-btn-light:hover, .cta-btn-wtb:hover {
            color: #ad974f;
            box-shadow: 0 0 0 #141414;
            background-color: #141414;
        }

    footer .footer-logo {
        justify-content: flex-end;
    }
}


@media (min-width: 992px) {
    .nav_logo-large {
        height: 48px;
        display: block;
        margin: -0.625rem 3rem 0 0;
    }

    .nav_logo-small {
        display: none;
    }

    .nav-menu-desktop-show {
        top: 120px;
        max-width: 956px;
    }

    #navbarSupportedContent {
        display: flex;
    }

    nav .nav-menu {
        font-size: 1rem;
        cursor: pointer;
        padding-left: 0 !important;
        list-style: none;
    }

    nav .input-group-append .btn {
        height: 30px;
        vertical-align: middle;
    }

    nav .form-control {
        height: 30px !important;
    }

    .main-nav {
        display: flex;
        flex-direction: row;
        height: 80px;
        align-items: center;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: .5rem;
    }

    .cta-btn {
        display: inline-block;
        width: auto;
    }


    .footer .footer-item {
        width: 100%;
        line-height: 160%;
        color: white;
    }
}
</pre></body></html>