.elementor-425 .elementor-element.elementor-element-592150c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e6cfb6f */.hidden-logo {
            display: none;
        }

        .header-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 87%;
            padding: 7px 0px;
            margin: auto;
        }

        .brand-logo {
            width: 166px;
            height: 48px;
        }

        .brand-logo img {
            width: 100%;
            height: 100%;
        }

        .navigation-menu ul {
            display: flex;
            margin: 0;
            padding: 0;
            list-style-type: none;
            gap: 40px;
        }

        .navigation-menu ul li a {
            color: black;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
        }

        .logo-nav-wrapper {
            display: flex;
            align-items: center;
            gap: 70px;
        }

        .navigation-menu ul li a,
        .contact-email a,
        .contact-phone a {
            transition: color 0.4s ease-in-out;
        }

        .sticky-header {
            position: fixed;
            width: 100%;
            background-color: rgba(255, 255, 255, 0.93);
            transition: background-color 0.2s ease-in-out, margin-top 0.2s ease-in-out;
            top: 0;
            z-index: 9999999999999999;
        }

        .contact-phone a {
            display: flex;
            align-items: center;
            gap: 10px;
            color: black;
            justify-content: end;
            font-weight: 600;
            font-size: 16px;
            text-decoration: none;
        }

        .contact-phone {
            margin-bottom: 5px;
        }

        .contact-email a {
            display: flex;
            align-items: center;
            gap: 10px;
            color: black;
            justify-content: end;
            text-decoration: none;
            font-weight: 600;
            font-size: 16px;
        }/* End custom CSS */