.elementor-9612 .elementor-element.elementor-element-7c6d937{--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;}.elementor-9612 .elementor-element.elementor-element-67e7b74{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-9612 .elementor-element.elementor-element-67e7b74{width:100%;max-width:100%;}}@media(max-width:767px){.elementor-9612 .elementor-element.elementor-element-67e7b74{width:100%;max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-67e7b74 */.custom-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 64px;
    padding: 0 14px;
    margin: 0;
    background: #2c2f8f;
    box-sizing: border-box;
    position: relative;
    z-index: 1000;
}

.logo a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.logo img {
    display: block;
    height: 50px;
    width: auto;
    max-width: 150px;
}

.menu-toggle {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #fff;
    line-height: 1;
}

.menu-icon {
    font-size: 30px;
    display: inline-block;
    transition: transform 0.25s ease, opacity 0.2s ease;
}

.mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #2c2f8f;
    box-sizing: border-box;
    padding: 8px 14px 14px;
    border-top: 1px solid rgba(255,255,255,0.12);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mobile-menu a {
    display: block;
    text-align: center;
    padding: 14px 12px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.2px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.mobile-menu a:last-child {
    border-bottom: 0;
}

.mobile-menu a:hover,
.mobile-menu a:focus {
    background: rgba(255,255,255,0.08);
}

.mobile-menu.active a {
    animation: menuItemFade 0.35s ease both;
}

.mobile-menu.active a:nth-child(1) { animation-delay: 0.03s; }
.mobile-menu.active a:nth-child(2) { animation-delay: 0.06s; }
.mobile-menu.active a:nth-child(3) { animation-delay: 0.09s; }
.mobile-menu.active a:nth-child(4) { animation-delay: 0.12s; }
.mobile-menu.active a:nth-child(5) { animation-delay: 0.15s; }
.mobile-menu.active a:nth-child(6) { animation-delay: 0.18s; }

@keyframes menuItemFade {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7c6d937 */.custom-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 64px;
    padding: 0 14px;
    margin: 0;
    background: #2c2f8f;
    box-sizing: border-box;
    position: relative;
    z-index: 1000;
}/* End custom CSS */