body .light > nav,
body > nav {
    top: 0;
    margin-top: 16px;
    position: sticky;
    z-index: 102;
    width: 100%;
    color:#fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 24px;
}

body .light {
    position: sticky;
    top: 0;
    z-index: 2;
}

body .light nav .background,
body > nav .background {
    position: absolute;
    top:-32px;
    bottom:0;
    left:0;
    max-width: initial !important;
    transition: background .30s ease-out;
}

body .light > nav .background {
    color:#169FF2;
    bottom:  -16px;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(188, 188, 188, 0.26);
    transition: bottom .25s ease-out;
}


body .light nav > div,
body nav > div {
    position: relative;
    width: 100% !important;
    max-width: 1312px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between;
}

body nav > div.inner {
    height: 60px;
}

body nav.flying .background {
    background: #fff;
    bottom:0;
    box-shadow: 0 0px 4px rgb(0 0 0 / 30%);
}

body .light nav.flying,
body > nav.flying {
    color: #169FF2;
}

body nav > div .logo-container {
    width: 258px;
}

body nav > div .logo svg {
    width: 140px;
    color: #fff;
}

body .light nav .logo svg,
body nav.flying .logo svg {
    color: #169FF2;
}

body .light nav ul,
body > nav ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
}

body .light nav .inner > ul > li,
body > nav .inner > ul > li {
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}

body > nav .inner > ul > li > a,
body > nav.flying .inner > ul > li > a {
    border-left: 1px solid #169FF2;
}

body .light nav .inner > ul > li:first-child a,
body > nav .inner > ul > li:first-child a {
    border-left: none;
}

.CTA > a {
    text-decoration: none;
    padding: 0 32px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    color: rgba(255,255,255, .87);
    transition: color .25s ease-out;
    display: inline-flex;
    align-items: center;
}

body .light nav .inner > ul > li > a,
body > nav .inner > ul > li > a {
    text-decoration: none;
    padding: 0 32px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    color: rgba(255,255,255, .87);
    border-left: 1px solid #fff;
    transition: color .25s ease-out;
    display: inline-flex;
    align-items: center;
}

body > nav .inner > ul > li > a:has(svg),
body .light nav .inner > ul > li > a:has(svg) {
    gap: 10px;
}

body > nav .inner > ul > li > a:has(svg) svg,
body > .light > nav ul > li > a svg {
    margin-top: 3px;
}

body .light nav .inner > ul > li > a {
    color: #169FF2;
    border-left: 1px solid #169FF2;
}

.light .contactBtn {
    color: #169FF2;
}

body .light nav .inner > ul > li:hover > a {
    color:  #169FF2;
}

body > nav .inner > ul > li:hover > a {
    color: rgba(255,255,255, 1);
}

body nav.flying .inner > ul li:hover > a,
body nav.flying ul li > a,
body > nav.flying .contactBtn {
    color: #169FF2;
}

body nav.flying ul li > a svg > path,
body > .light > nav ul > li > a path  {
    stroke: #169FF2;
}


body .light nav ul li .pulldown,
body > nav ul li .pulldown {
    position: absolute;
    display: flex;
    width: max-content;
    min-width: 140px;
    opacity: 0;
    top: calc(100% - 6px);
    padding: 1rem;
    border-radius: 8px;
    transform: translateY(8px);
    transform-origin: 1.3rem -8px;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.9);
    width:160px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    transition: transform .35s, opacity .35s ease-out;

}

body nav.flying .inner > ul > li .pulldown:before {
    content: ' ';
    position: absolute;
    height: 20px;
    width: 100%;
    left: 0;
    top: -20px;
}

body .light nav.flying ul li .pulldown,
body > nav.flying ul li .pulldown {
    top: calc(100% - -12px);
}

body .light nav ul li .pulldown > svg,
body > nav ul li .pulldown > svg {
    position: absolute;
    width: 28px;
    height: 8px;
    top: -8px;
    left: 80px;
}

body .light nav ul li .pulldown ul,
body > nav ul li .pulldown ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

body .light nav ul li:hover .pulldown,
body > nav ul li:hover .pulldown {
    opacity: 1;
    transform: none;
    pointer-events: all;
}

body .light nav ul li .pulldown ul li a,
body > nav ul li .pulldown ul li a {
    text-decoration: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #3E3E3E;
    box-sizing: border-box;
    padding-left: 4px;
    transition: color .25s ease-out;
}

body .light nav ul li .pulldown ul li a:hover,
body > nav ul li .pulldown ul li a:hover {
    color: #169FF2;
    text-decoration: underline;
}

body .light nav i,
body > nav i {
    display: none;
}

body .light nav .demo,
body > nav .demo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 8px;
    font-weight: 600;
    font-style: normal;
    color: #3E3E3E;;
    background: #fff;
    text-decoration: none;
    padding: 0 18px;
    border: 1px solid #fff;
    white-space: nowrap;
    transition: transform 500ms ease;
}

body .light nav .demo {
    background-color: #169FF2;
    color: #ffffff;
}

body > nav .demo:hover {
    transform: scale(1.1) !important;
}

body nav.flying .demo:hover,
body nav.flying .demo {
    border: none ;
    background-color: #169FF2;
    color: #fff;
}

body nav .inner .animate {
    opacity: 0; transform: translateY(-50px);
    animation-delay: var(--delay) !important;
}

body nav .inner .animate.visible {
    animation: opacityDownTranslate 0.5s forwards;
}

@keyframes opacityDownTranslate {
    0% { opacity: 0; transform: translateY(-50px) }
    100% { opacity: 1; transform: translateY(0px) }
}



@media only screen and (max-width: 1200px) {

    body .light nav,
    body > nav {
        padding: 0 24px;
        box-sizing: border-box;
    }


    body .light nav .inner > ul > li > a,
    body > nav .inner > ul > li > a {
        padding:  0 12px;
    }

    body .light nav .demo,
    body > nav .demo {
        text-transform: capitalize;
    }

    body .light nav .demo > span,
    body > nav .demo > span {
        display: none;
    }
}

@media only screen and (max-width: 1120px) {

    .header {
        padding: 0;
    }

    body nav > div.inner {
        height: auto;
    }

    .header::after {
        display: none;
    }

    body .light nav,
    body > nav {
        margin-top: 12px;
        padding: 12px 24px;
    }

    body .light nav .inner > svg,
    body > nav .inner > svg {
        width: 120px;
    }

    body .light nav ul,
    body > nav ul {
        display: none;
    }

    body .light nav i,
    body > nav i {
        width: 0;
        display: flex;  
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex: 0 0 40px;
        height: 40px;
        /* background: rgba(255, 255, 255, 0.4); */
        border-radius: 20px;    
    }

    nav button#navBtnClose > svg path,
    nav i#navBtn > svg path {
        transition: transform .4s .06s,opacity .2s;
    }
    
    .show nav button#navBtnClose > svg path:first-child,
    nav i#navBtn.isOpen > svg path:first-child {
        transform: translateX(4px) translateY(-2px) rotate(45deg);
    }
    
    .show button#navBtnClose > svg path:nth-child(2),
    nav i#navBtn.isOpen > svg path:nth-child(2) {
        opacity: 0;
    }
    
    .show nav button#navBtnClose > svg path:nth-child(3),
    nav i#navBtn.isOpen > svg path:nth-child(3) {
        transform: translateX(-5px) translateY(5px) rotate(-45deg);
    }

    body .light nav .demo,
    body > nav .demo {
        color: #fff;
        width: 20px;
    }


    body .light nav i svg,
    body nav.flying i svg {
       color: #169FF2;
    }

    body .light nav .demo,
    body > nav .demo,
    body > nav .contactBtn,
    .CTA
    {
        display: none !important;
    }
}