.elementor-kit-3328{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-3328 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:720px;}.e-con{--container-max-width:720px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Fullscreen container */
#fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #0d0d0d;
    z-index: 99999;
    display: none;
    flex-direction: row;
    padding: 40px;
}

/* Columns */
#mega-main, #mega-sub, #mega-child {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 60px 40px;
    border-right: 1px solid rgba(255,255,255,0.06);
}

#mega-child {
    border-right: none;
}

/* Lists */
#mega-main li, #mega-sub li {
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
    opacity: 0.5;
    cursor: pointer;
    transition: 0.25s ease;
}

/* Active and hover */
#mega-main li:hover, #mega-sub li:hover, #mega-main li.active, #mega-sub li.active {
    opacity: 1;
    color: #ffffff;
    transform: translateX(5px);
}

/* Child menu */
#mega-child li {
    background: #1a1a1a;
    padding: 12px 18px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
    opacity: 1;
    transition: 0.2s;
}

#mega-child li:hover {
    background: #ff6b00;
    color: #000;
    transform: translateX(0);
}

/* Close button */
#mega-close {
    position: absolute;
    top: 35px;
    right: 45px;
    font-size: 36px;
    color: #fff;
    cursor: pointer;
    z-index: 999999;
    transition: 0.2s;
}

/* Trigger button style */
#mega-trigger {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    user-select: none;
}/* End custom CSS */