@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: #191617;
}

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;
}


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

.mdqf63wq-portion {
    position: relative;
    display: block;
}

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

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

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

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

.mdqf63wq-facts-full {
    width: 100% !important;
    padding-left: 0 !important;
}

.mdqf63wq-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: #3E78FF;
    cursor: pointer;
    transition: .4s;
}

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

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

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

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

h3 span {
    color: #2E2E2E;
}

h4 {
    color: #2E2E2E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 15px 0;
}

p {
    margin: 0;
}

p a {
    color: #3E78FF;
    font-weight: 700;
    text-decoration: none;
}

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

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

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

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

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

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

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

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

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

    .mdqf63wq-breadcrumbs {
        display: none;
    }
}


/* SITE HEADER
---------------------------------*/
.mdqf63wq-site-overview {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    transition: .4s;
    background: #2B2A35;
    color: #ffffff;
    padding: 12px 0;
}

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

.mdqf63wq--overview .mdqf63wq-graphic {
    max-width: 100%;
    transition: .4s;
}

/* .mdqf63wq-site-overview.mdqf63wq-overview-graphic {padding: 10px 0;} */

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

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

.mdqf63wq-btn-open .mdqf63wq-molds:nth-child(1) {
    top: 10px;
    transform-origin: left center;
}

.mdqf63wq-btn-open .mdqf63wq-molds:nth-child(2) {
    top: 16px;
    transform-origin: left center;
}

.mdqf63wq-btn-open .mdqf63wq-molds:nth-child(3) {
    top: 22px;
    transform-origin: left center;
}

.mdqf63wq-overview_active .mdqf63wq-btn-open .mdqf63wq-molds:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
    left: 8px;
}

.mdqf63wq-overview_active .mdqf63wq-btn-open .mdqf63wq-molds:nth-child(2) {
    width: 0;
    opacity: 0;
}

.mdqf63wq-overview_active .mdqf63wq-btn-open .mdqf63wq-molds:nth-child(3) {
    transform: rotate(-45deg);
    top: 24px;
    left: 8px;
}

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

@media (max-width: 991px) {
    .mdqf63wq-site-overview .mdqf63wq-graphic {
        max-width: 220px;
    }
}

@media (max-width: 768px) {
    .mdqf63wq-btn-open {
        display: block;
    }
}

/* SECTION kickoff
---------------------------------*/
.mdqf63wq-portion-kickoff {
    padding: 110px 0 68px;
    max-width: 1720px;
    margin: 0 auto;
    position: relative;
}

.mdqf63wq-portion-kickoff .mdqf63wq-overlap {
    display: flex;
    justify-content: space-between;
}

.mdqf63wq-guide {
    width: 260px;
}

.mdqf63wq-guide ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mdqf63wq-guide ul li {
    border-bottom: 1px solid #D9D9D940;
}

.mdqf63wq-guide ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #9EA1A7;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.mdqf63wq-guide ul li a.active,
.mdqf63wq-guide ul li a:hover {
    background: #3E78FF;
    color: #fff;
}

.mdqf63wq-left-barriers {
    display: none;
}

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

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

@media (max-width: 992px) {
    .mdqf63wq-portion-kickoff {
        padding: 72px 0 24px;
    }
}

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

    .mdqf63wq-guide {
        display: none;
        position: fixed;
        z-index: 9;
        top: 56px;
        left: 0;
        overflow-y: auto;
    }

    .mdqf63wq-guide.mdqf63wq-guide_active {
        background: #2B2A35;
        width: 100%;
        height: calc(100vh - 48px);
    }

    .mdqf63wq-guide ul {
        width: 272px;
        background: #fff;
    }

    .mdqf63wq-left-barriers {
        display: block;
    }

    .mdqf63wq-guide ul li a {
        color: #191617;
    }
}

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


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

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

.mdqf63wq-overview-barriers {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mdqf63wq-overview-barriers li {
    list-style-type: none;
}

.mdqf63wq-overview-barriers li+li {
    margin-left: 40px;
}

.mdqf63wq-overview-barriers a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-weight: 400;
}

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

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

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

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

    .mdqf63wq-overview-barriers li+li {
        margin-left: 20px;
    }
}

@media (max-width: 768px) {
    .mdqf63wq-overview-barriers {
        display: none;
    }
}

@media (max-width: 560px) {
    .mdqf63wq-overview-barriers {
        flex-direction: column;
        align-items: center;
        justify-content: start;
    }

    .mdqf63wq-overview-barriers li+li {
        margin-left: 0;
        margin-top: 10px;
    }
}



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

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

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

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

.mdqf63wq-terms-content a {
    text-decoration: none;
    font-weight: 700;
    color: #3E78FF;
}

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

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



/* Form */

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

.mdqf63wq-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: #ffffff;
    border: 1px solid #2E2E2E;
    border-radius: 100px;
}

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

.mdqf63wq-button {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    margin: 0;
    background: #3E78FF;
    border: 2px solid #3E78FF;
    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: #d00000;
}