header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    color: white;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
}

.header-onscroll {
    background: rgba(255, 255, 255, 0.7) !important;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    font-weight: bold;
}

.logo img {
    width: 4rem;
    max-width: 1.3rem;
}

nav {
    display: flex;
    gap: 24px;
}

nav a {
    text-decoration: none;
    color: #333;
    font-weight: 400;
    font-size: .8rem;
}

nav a:hover {
    color: #007bff;
}

.blur {
    backdrop-filter: saturate(180%) blur(20px) !important;
    -webkit-backdrop-filter: saturate(180%) blur(20px) !important;
}

.blur::after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(data:image/png;base64,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);
    opacity: 0.465;
}

.shadow-lg {
    -webkit-box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.3);
    /*box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .09), 0 4px 6px -2px rgba(0, 0, 0, .05)*/
}

.shadow-xlg {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.header-has-bottom-divider::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 0.2mm;
    padding: 0;
    border: 0;
    background: #DEE3E9;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.01) 0, rgba(0, 0, 0, 0.15) 50%, rgba(255, 255, 255, 0.01) 100%)
}

.header-none-bottom-divider::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.01) 0, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.01) 100%);
    height: 0.2mm;
}

.max-width-100 {
    width: 88px !important;
    max-width: 100% !important;
}

@media (max-width: 640px) {
    .headerContainer {
        padding: 0px !important;
    }

    header .container {
        padding: 0;
    }
}

.colored {
    color: transparent;
    --s: #939393;
    --r: #000000;
    --i: var(--r), var(--s, rgba(51, 245, 158, 0));
    background-image: linear-gradient(90deg, var(--i));
    -webkit-background-clip: text;
    background-clip: text;
}

/* Hamburger button */
.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
}

.line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}


/* Wide menu */
#overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0);
    opacity: 0;
    visibility: hidden;
    transition: all .5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    backface-visibility: hidden !important;
}

body.menu-opened #overlay {
    visibility: visible;
    opacity: 1;
}

body.menu-opened header button {
    z-index: 1101111 !important;
    color: white;
}

body.menu-opened header {
    transition: all .6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    background: rgba(255, 255, 255, 0) !important;
}

body.menu-opened header::before {
    height: 0;
}

html.no-scroll {
    overflow: hidden !important;
}

#menu, .header {
    /* -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     -webkit-perspective: none;
     perspective: none;*/
    /* will-change: transform;*/

    /*
    will-change: transform, opacity, transition;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
     */
    backface-visibility: hidden !important;
}

#menu {
    background: rgba(255, 255, 255, 0.7) !important;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    visibility: hidden;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: all .5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

body.menu-opened #menu {
    opacity: 1;
    visibility: visible;
}

body.menu-opened #menu li:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

body.menu-opened #menu li:nth-child(2) {
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
}

body.menu-opened #menu li:nth-child(3) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

body.menu-opened #menu li:nth-child(4) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

body.menu-opened #menu li:nth-child(5) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

body.menu-opened #menu li:nth-child(6) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

body.menu-opened #menu li:nth-child(7) {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

body.menu-opened #menu li:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

body.menu-opened #menu li:nth-child(9) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

body.menu-opened #menu li:nth-child(10) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

body.menu-opened #menu li {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#menu ul a {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

#menu ul:hover a {
    opacity: 0.2;
}

#menu ul a:hover {
    opacity: 1;
}

#menu .main-nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#menu .main-nav ul {
    list-style: none;
    padding: 0;
    margin: auto;
}

#menu .main-nav a {
    color: #000;
    display: block;
    font-size: 1.8rem;
    padding: 1rem;
    text-decoration: none;
    font-weight: 400;
}