.site-header[data-sb-cid-ctg3m53h] {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1000000;
    background: #fff;
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    transition: padding .35s ease;
    border-bottom: 1px solid #000000
}

.site-header[data-sb-cid-ctg3m53h].header-compact {
    padding: 10px 40px
}

.site-header[data-sb-cid-ctg3m53h].header-compact:hover {
    padding: 20px 40px
}

.site-header[data-sb-cid-ctg3m53h] [data-sb-cid-ctg3m53h] {
    box-sizing: border-box
}

.nav-card[data-sb-cid-ctg3m53h] {
    background: #fff;
    width: 100%;
    overflow: hidden;
    transition: box-shadow .35s ease, transform .35s ease;
    position: relative
}

.site-header[data-sb-cid-ctg3m53h].header-compact .nav-card[data-sb-cid-ctg3m53h] {
    transform: scaleY(.92)
}

.site-header[data-sb-cid-ctg3m53h].header-compact:hover .nav-card[data-sb-cid-ctg3m53h] {
    transform: scale(1)
}

.nav-header[data-sb-cid-ctg3m53h] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    background: #fff;
    position: relative;
    z-index: 20;
    transition: padding .35s ease
}

.site-header[data-sb-cid-ctg3m53h].header-compact .nav-header[data-sb-cid-ctg3m53h] {
    padding: 14px 0
}

.site-header[data-sb-cid-ctg3m53h].header-compact:hover .nav-header[data-sb-cid-ctg3m53h] {
    padding: 20px 0
}

.logo[data-sb-cid-ctg3m53h] {
    font-family: sans-serif;
    font-size: 32px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    user-select: none;
    transition: font-size .35s ease
}

.site-header[data-sb-cid-ctg3m53h].header-compact .logo[data-sb-cid-ctg3m53h] {
    font-size: 22px
}

.site-header[data-sb-cid-ctg3m53h].header-compact:hover .logo[data-sb-cid-ctg3m53h] {
    font-size: 32px
}

.header-actions[data-sb-cid-ctg3m53h] {
    display: flex;
    align-items: center;
    align-items: stretch;
    gap: 20px
}

.header-actions[data-sb-cid-ctg3m53h]>div[data-sb-cid-ctg3m53h] {
    display: flex;
    align-items: center
}

.icon-btn[data-sb-cid-ctg3m53h] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.search-svg[data-sb-cid-ctg3m53h] {
    width: 24px;
    height: 24px;
    stroke: #000;
    stroke-width: 2;
    fill: none
}

.burger-btn[data-sb-cid-ctg3m53h] {
    width: 30px;
    height: 10px;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.burger-line[data-sb-cid-ctg3m53h] {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: transform .4s ease, opacity .2s ease, top .4s cubic-bezier(.075, .82, .165, 1), bottom .4s cubic-bezier(.075, .82, .165, 1);
    position: absolute;
    left: 0
}

.burger-line[data-sb-cid-ctg3m53h]:nth-child(1) {
    top: 0
}

.burger-line[data-sb-cid-ctg3m53h]:nth-child(2) {
    bottom: 0
}

.menu-wrapper[data-sb-cid-ctg3m53h] {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .5s cubic-bezier(.4, 0, .2, 1)
}

.menu-inner[data-sb-cid-ctg3m53h] {
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s ease;
    visibility: hidden
}

.nav-card[data-sb-cid-ctg3m53h].is-open .menu-wrapper[data-sb-cid-ctg3m53h] {
    grid-template-rows: 1fr
}

.nav-card[data-sb-cid-ctg3m53h].is-open .menu-inner[data-sb-cid-ctg3m53h] {
    opacity: 1;
    visibility: visible;
    transition-delay: .1s
}

.nav-card[data-sb-cid-ctg3m53h].is-open .burger-line[data-sb-cid-ctg3m53h]:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg)
}

.nav-card[data-sb-cid-ctg3m53h].is-open .burger-line[data-sb-cid-ctg3m53h]:nth-child(2) {
    bottom: 50%;
    transform: translateY(50%) rotate(-135deg)
}

.nav-content[data-sb-cid-ctg3m53h] {
    padding: 10px 0 40px 20px;
    display: flex;
    flex-direction: column
}

.extra-icons-row[data-sb-cid-ctg3m53h] {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-bottom: 20px;
    padding-right: 5px
}

.nav-list[data-sb-cid-ctg3m53h] {
    list-style: none;
    padding: 0;
    margin: 0
}

.nav-item[data-sb-cid-ctg3m53h] {
    border-bottom: 1px solid #f0f0f0
}

.nav-link[data-sb-cid-ctg3m53h] {
    display: block;
    padding: 18px 0;
    font-size: 28px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    letter-spacing: -.5px;
    transition: padding-left .2s ease, color .2s ease
}

.nav-link[data-sb-cid-ctg3m53h]:hover {
    padding-left: 10px;
    color: #444
}

.socials[data-sb-cid-ctg3m53h] {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    padding-top: 10px
}

.social-icon[data-sb-cid-ctg3m53h] {
    width: 20px;
    height: 20px;
    fill: #000;
    cursor: pointer;
    transition: transform .2s
}

.social-icon[data-sb-cid-ctg3m53h]:hover {
    transform: scale(1.2)
}

@media(max-width:768px) {
    .logo[data-sb-cid-ctg3m53h] {
        font-size: 25px
    }

    .site-header[data-sb-cid-ctg3m53h] {
        padding: 20px
    }

    .site-header[data-sb-cid-ctg3m53h].header-compact {
        padding: 10px 20px
    }

    .site-header[data-sb-cid-ctg3m53h].header-compact:hover {
        padding: 20px
    }

    .site-header[data-sb-cid-ctg3m53h].header-compact:hover .logo[data-sb-cid-ctg3m53h] {
        font-size: 25px
    }
}

body,
* {
    margin: 0;
    padding: 0
}