.site-header {
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

.site-header--transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: transparent;
    border-bottom: none;
}

.site-header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 88px;
}

.site-content {
    min-height: 60vh;
    background-color: #F7F7F7;
}
