@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    min-width: 320px;
    font-family: "Ubuntu", sans-serif;
    color: #9EA1A7;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    background: #161213;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: bottom;
}

@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
}

a,
button {
    transition: all linear 0.2s;
}


h1 {
    color: #EFF4FF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 36px;
}

h2 {
    color: #EFF4FF;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 24px 0;
}

h2.wsr51n6yt-titpe-page {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 36px;
}

h3 {
    color: #EFF4FF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin: 20px 0;
}

h3 span {
    background: linear-gradient(64.6deg, #DE094C -2.49%, #FFC115 109.2%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h4 {
    background: linear-gradient(64.6deg, #DE094C -2.49%, #FFC115 109.2%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 15px 0;
}

p {
    margin: 0;
}

p a {
    background: linear-gradient(64.6deg, #DE094C -2.49%, #FFC115 109.2%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-decoration: none;
}

p+p {
    margin-top: 15px;
}

a {
    text-decoration: underline;
    display: inline-block;
}

a:hover {
    text-decoration: none;
}


/* BASE
---------------------------------*/
.wsr51n6yt-wrapper {
    position: relative;
    display: block;
    max-width: 100%;
    overflow: hidden;
}

.wsr51n6yt-group {
    position: relative;
    display: block;
}

.wsr51n6yt-overlap {
    position: relative;
    display: block;
    width: 976px;
    max-width: 100%;
    margin: 0 auto;
}

.wsr51n6yt-wrap-full {
    max-width: 100%;
}

.wsr51n6yt-row {
    display: flex;
    justify-content: space-between;
}

.wsr51n6yt-col-6 {
    flex: 1 0 50%;
    max-width: 50%;
}

.wsr51n6yt-details-full {
    width: 100% !important;
    padding-left: 0 !important;
}

.wsr51n6yt-press {
    display: inline-block;
    min-width: 200px;
    max-width: 100%;
    padding: 25px 50px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border: none;
    outline: none;
    background: #FFC115;
    cursor: pointer;
    transition: .4s;
}

.wsr51n6yt-breadcrumbs {
    position: absolute;
    top: 70px;
    left: 0;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wsr51n6yt-breadcrumbs li {
    position: relative;
    color: #EFF4FF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    align-items: center;
}

.wsr51n6yt-breadcrumbs li+li:before {
    display: block;
    padding: 0 4px;
    content: '/';
    color: #FFC115;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.wsr51n6yt-breadcrumbs li a {
    color: #EFF4FF;
    text-decoration: none;
}

.wsr51n6yt-breadcrumbs li a:hover {
    text-decoration: underline;
}

@media (max-width: 1719px) {
    .wsr51n6yt-breadcrumbs {
        left: 20px;
    }
}

@media (max-width: 991px) {
    .wsr51n6yt-overlap {
        padding: 0 20px;
    }

    .wsr51n6yt-breadcrumbs {
        display: none;
    }
}


/* SITE HEADER
---------------------------------*/
.wsr51n6yt-site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    transition: .4s;
    background: #2D2929;
    color: #EFF4FF;
    padding: 12px 0;
}

.wsr51n6yt-site-header .wsr51n6yt-overlap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1720px;
}

.wsr51n6yt--header .wsr51n6yt-badge {
    max-width: 100%;
    transition: .4s;
}

.wsr51n6yt-hbr-press {
    display: none;
    position: relative;
    width: 32px;
    height: 32px;
    transition: .5s ease-in-out;
    cursor: pointer;
    border: none;
    background: none;
    outline: none;
}

.wsr51n6yt-hbr-press .wsr51n6yt-line {
    position: absolute;
    height: 2px;
    width: 23px;
    background: #fff;
    left: 5px;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    will-change: transform;
}

.wsr51n6yt-hbr-press .wsr51n6yt-line:nth-child(1) {
    top: 10px;
    transform-origin: left center;
}

.wsr51n6yt-hbr-press .wsr51n6yt-line:nth-child(2) {
    top: 16px;
    transform-origin: left center;
}

.wsr51n6yt-hbr-press .wsr51n6yt-line:nth-child(3) {
    top: 22px;
    transform-origin: left center;
}

.wsr51n6yt-header_active .wsr51n6yt-hbr-press .wsr51n6yt-line:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
    left: 8px;
}

.wsr51n6yt-header_active .wsr51n6yt-hbr-press .wsr51n6yt-line:nth-child(2) {
    width: 0;
    opacity: 0;
}

.wsr51n6yt-header_active .wsr51n6yt-hbr-press .wsr51n6yt-line:nth-child(3) {
    transform: rotate(-45deg);
    top: 24px;
    left: 8px;
}

@media (max-width: 1759px) {
    .wsr51n6yt-site-header .wsr51n6yt-overlap {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .wsr51n6yt-site-header .wsr51n6yt-badge {
        max-width: 220px;
    }
}

@media (max-width: 768px) {
    .wsr51n6yt-hbr-press {
        display: block;
    }
}

/* SECTION INTRO
---------------------------------*/
.wsr51n6yt-group-intro {
    padding: 110px 0 68px;
    max-width: 1720px;
    margin: 0 auto;
    position: relative;
}

.wsr51n6yt-group-intro .wsr51n6yt-overlap {
    display: flex;
    justify-content: space-between;
}

.wsr51n6yt-box {
    width: 260px;
}

.wsr51n6yt-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wsr51n6yt-box ul li {
    border-bottom: 1px solid #D9D9D940;
}

.wsr51n6yt-box ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #9EA1A7;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    transition: .3s;
}

.wsr51n6yt-box ul li a.active,
.wsr51n6yt-box ul li a:hover {
    background: linear-gradient(64.6deg, #DE094C -2.49%, #FFC115 109.2%);
    color: #fff;
}

.wsr51n6yt-left-options {
    display: none;
}

.wsr51n6yt-details {
    padding-right: 76px;
    width: calc(100% - 224px);
}
.wsr51n6yt-details p {
    margin-bottom: 15px;
}
.wsr51n6yt-details ul {
    padding-left: 18px;
}

.wsr51n6yt-details img {
    display: block;
    margin-bottom: 36px;
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .wsr51n6yt-group-intro {
        padding: 92px 0 24px;
    }
}

@media (max-width: 768px) {
    .wsr51n6yt-details {
        padding-right: 0;
        width: 100%;
    }

    .wsr51n6yt-box {
        display: none;
        position: fixed;
        z-index: 9;
        top: 64px;
        left: 0;
        overflow-y: auto;
    }

    .wsr51n6yt-box.wsr51n6yt-box_active {
        background: #161213;
        width: 100%;
        height: calc(100vh - 48px);
    }

    .wsr51n6yt-box ul {
        width: 272px;
        background: #fff;
    }

    .wsr51n6yt-left-options {
        display: block;
    }

    .wsr51n6yt-box ul li a {
        color: #161213;
    }
}

@media (max-width: 560px) {}


/* FOOTER
---------------------------------*/
.wsr51n6yt-footer {
    padding: 10px;
    border-top: 1px solid #D9D9D940;
    color: #EFF4FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.wsr51n6yt-footer .wsr51n6yt-overlap {
    width: 1720px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wsr51n6yt-header-options {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.wsr51n6yt-header-options li {
    list-style-type: none;
}

.wsr51n6yt-header-options li+li {
    margin-left: 40px;
}

.wsr51n6yt-header-options a {
    text-decoration: none;
    color: #EFF4FF;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-weight: 400;
    transition: .3s;
}

.wsr51n6yt-header-options a:hover {
    background: linear-gradient(64.6deg, #DE094C -2.49%, #FFC115 109.2%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 1759px) {
    .wsr51n6yt-footer .wsr51n6yt-overlap {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .wsr51n6yt-footer .wsr51n6yt-overlap {
        padding: 0;
    }

    .wsr51n6yt-footer .wsr51n6yt-overlap {
        flex-direction: column;
        align-items: center;
        justify-content: start;
    }

    .wsr51n6yt-copyright {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .wsr51n6yt-header-options li+li {
        margin-left: 20px;
    }
}

@media (max-width: 768px) {
    .wsr51n6yt-header-options {
        display: none;
    }
}

@media (max-width: 560px) {
    .wsr51n6yt-header-options {
        flex-direction: column;
        align-items: center;
        justify-content: start;
    }

    .wsr51n6yt-header-options li+li {
        margin-left: 0;
        margin-top: 10px;
    }
}



/* TERMS
---------------------------------*/
.wsr51n6yt-terms-title {
    margin-bottom: 24px;
}

.wsr51n6yt-terms-content h2,
.wsr51n6yt-terms-content h3,
.wsr51n6yt-terms-content h4 {
    color: #2E2E2E;
}

.wsr51n6yt-terms-content p,
.wsr51n6yt-terms-content ul,
.wsr51n6yt-terms-content ol {
    margin-bottom: 20px;
    word-wrap: break-word;
}

.wsr51n6yt-terms-content ul,
.wsr51n6yt-terms-content ol {
    padding-left: 18px;
}

.wsr51n6yt-terms-content a {
    text-decoration: none;
    font-weight: 700;
    color: #FFC115;
}

a.wsr51n6yt-link-mail {
    text-decoration: none;
}

a.wsr51n6yt-link-mail:hover {
    text-decoration: underline;
}



/* Form */

.wsr51n6yt-form--item {
    position: relative;
    margin-bottom: 32px;
}

.wsr51n6yt-form--input {
    font-family: "Ubuntu", sans-serif;
    color: #2E2E2E;
    border: none;
    height: 50px;
    padding: 5px 20px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    outline: none;
    background: #EFF4FF;
    border: 1px solid #2E2E2E;
    border-radius: 100px;
}

textarea.wsr51n6yt-form--input {
    vertical-align: middle;
    height: 140px;
    border-radius: 20px;
    padding: 10px 20px;
}

.wsr51n6yt-button {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
    color: #EFF4FF;
    margin: 0;
    background: linear-gradient(64.6deg, #DE094C -2.49%, #FFC115 109.2%);
    border: none;
    border-radius: 100px;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 10px;
    outline: 0;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

label.error {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    position: absolute;
    bottom: -24px;
    left: 20px;
    color: #DE094C;
}