





 .fl-node-pmz8nyaquv9t > .fl-row-content-wrap {
	padding-top:0px;
	padding-bottom:0px;
}

                
    
    .fl-builder-row-settings #fl-field-separator_position {
        display: none !important;
    }
    
    
    
    	
	
    
    
    
    



.fl-node-n5k0ur9av1sj {
	width: 100%;
}
 .fl-node-nkyd32mwu5x0 > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}

/* Start Global Nodes CSS */

/* End Global Nodes CSS */


/* Start Layout CSS */
/* Megamenu */

.customMegaLink{
    cursor: pointer;
}

.megamenuHTML{
    position: relative;
}

/* Header z-index fix for box shadow */

header{
    position: relative;
    z-index: 4;
}

.megamenuWrapper{
    position: absolute;
    z-index: 1;
    display: flex;
    opacity: 1;
    pointer-events: none;
    flex-direction: column;
    margin: auto;
    width:100%;
    top: 0;
    z-index: 3;
}

.megamenuActive{
    opacity: 1;
    pointer-events: auto;
}

.megamenuSection{
    margin-top: 20px;
    display: flex;
    width: 100%;
    max-width: 1340px;
    margin: auto;
    background: #fcfcfc;
    padding: 60px 10px;
    border-radius: 0 0 10px 10px;
    position: relative;
    box-shadow: #00000020 0 0 30px 10px;
}

.megamenuContent{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.megamenuCol{
    display: flex;
    flex-direction: column;
    gap: 18px;
    flex: 1;
    align-items: center;
    border-right: 1px solid #F5F5F5;
}

.megamenuMenuItems{
    display: flex;
    flex-direction: column;
    gap: 17px;
    align-items: flex-start;
    justify-content: center;
}

.megamenuCol:last-of-type {
    border: 0;
}

.megamenuHeadingItem{
    font-weight: 600;
    font-size: 24px;
    color: var(--blueAccent);
    line-height: 0.5;
    margin-bottom:8px;
}

.megamenuHeadingItem:not(:first-of-type) {
    margin-top: 20px;
}

.megamenuSubItem{
    font-weight: 500;
    font-size: 16px;
    color: #626262;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 4;
}


.megamenuCol a:hover,
.megamenuCol a:focus,
.megamenuCol a:active{
    text-decoration: none;
    color: inherit;
    color: #626262
}


.megamenuCol a:not(.megamenuHeadingItem):before {
    content: " ";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--blueAccent);
    border-radius: 10px;
    opacity: 0;
    transition: 0.2s ease-in-out;
    transform: scale(0);
    position: absolute;
    z-index: -1;
    left: 20%;
}

.megamenuCol a:not(.megamenuHeadingItem):hover:before {
    opacity: 0.2;
    transform: scale(5);
}



.megamenuCol a:hover,
.megamenuCol a:focus,
.megamenuCol a:active{
    text-decoration: none;
    color: inherit;
    color: #626262
}

.megamenuHeadingItem:hover,
.megamenuHeadingItem:focus,
.megamenuHeadingItem:active{
    color: var(--blueAccent) !important;
}

.closeMegamenuSection{
    position: absolute;
    top: 40px;
    right: 20px;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    top: 20px;
}

.closeMegamenuSection:hover,
.closeMegamenuSection:focus,
.closeMegamenuSection:active{
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 20px;
}



/* End Layout CSS */


        