.desktop_styles_container__VTbnB {
    width: 162.6rem;
    height: 10.1rem;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/images/header-bg.png);
    background-size: 100% 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.desktop_styles_logo__68gXe {
    margin-left: 11.4rem;
    margin-top: 0
}

.desktop_styles_logo__68gXe .desktop_styles_img__PtJKS {
    width: 20rem
}

.desktop_styles_menu__15zXy {
    -webkit-flex: 1 1;
    flex: 1 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 1.7rem -2rem 0
}

.desktop_styles_menu__15zXy .desktop_styles_item__9z4gy {
    padding: 0 2rem
}

.desktop_styles_menu__15zXy .desktop_styles_item__9z4gy .desktop_styles_link__8cJKp {
    display: block;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 700;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.desktop_styles_menu__15zXy .desktop_styles_item__9z4gy .desktop_styles_link__8cJKp.desktop_styles_active__2MATT {
    padding: 0 2.3rem;
    background: rgba(255, 255, 255, .8);
    border-radius: 10rem;
    color: #823416
}

.desktop_styles_socials__3dozx {
    display: -webkit-flex;
    display: flex;
    margin-top: 1.6rem
}

.desktop_styles_socials__3dozx .desktop_styles_item__9z4gy {
    margin-left: 2.4rem;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.desktop_styles_socials__3dozx .desktop_styles_item__9z4gy:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.desktop_styles_socials__3dozx .desktop_styles_item__9z4gy .desktop_styles_icon__1WYbB {
    width: 4rem;
    height: 4rem
}

.desktop_styles_play__1iarv {
    margin-right: 12.7rem;
    width: 20rem;
    height: 6.3rem;
    padding-bottom: .7rem;
    margin-top: .8rem;
    background: url(/images/header-button-bg.png);
    background-size: 100% 100%;
    font-size: 2.4rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    font-weight: 900;
    color: #823416;
    margin-left: 4rem;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.desktop_styles_play__1iarv:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    cursor: pointer
}