@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');
@import "reset.css";

/* font-family: "Ubuntu", sans-serif; */

/* general */
html,
body {
    height: 100%;
}
body {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    background: linear-gradient(180deg, #16131A 0%, #341920 100%);
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.hdc67ws1mg-inner-page {
    background: #171C23 url("../images/fond-info-hdc67ws1mg.jpg") no-repeat 50% 0;
    background-size: cover;
}
.hdc67ws1mg-general--bg .hdc67ws1mg-content {
    background: url("../images/fond-home-hdc67ws1mg.png") no-repeat 50% 0;
    background-size: cover;
}
/* BTN */
.hdc67ws1mg-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 64px;
    padding: 10px;
    transition: all 0.5s ease-out;
    border: 4px solid transparent;
    box-sizing: border-box;
    text-transform: uppercase;
    max-width: 372px;
    border-radius: 100px;
    background: #D2B571;
    color: #2A2A2A;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 40px auto 0;

}
.hdc67ws1mg-btn:hover {
    border: 4px solid #D2B571;
    background-color: transparent;
    color: #D2B571;
}
.hdc67ws1mg-btn-back {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/arrow-back-hdc67ws1mg.svg) no-repeat center/auto;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 1525px) {
    .hdc67ws1mg-btn-back {
        left: -200px;
    }
}
@media (max-width: 1524px) {
    .hdc67ws1mg-btn-back {
        left: 0;
    }
}
@media (max-width: 992px) {
    .hdc67ws1mg-btn-back {
        right: 15px;
    }
}
@media (max-width: 768px) {
    .hdc67ws1mg-btn {
        font-size: 18px;
        height: 50px;
        max-width: 285px;
        margin-top: 18px;
    }
    .hdc67ws1mg-btn:hover {
        border-width: 2px;
    }
}

/* HEADER */
.hdc67ws1mg-header {
    padding: 8px 15px;
    margin: 0 auto;
    width: 100%;
    background: #171C23;
    position: relative;
}
.hdc67ws1mg-header__wrapper {
    margin:0 auto;
    max-width: 1145px;
    width: 100%;
    position: relative;
}
.hdc67ws1mg-marks {
    margin-bottom: 14px;
}
@media (max-width: 1524px) {
    .hdc67ws1mg-header__wrapper {
        position: initial;
    }
}
@media (max-width: 1199px) {
    .hdc67ws1mg-header__wrapper img {
        margin: 0 auto;
    }
    .hdc67ws1mg-marks {
        margin-bottom: 6px;
    }
}

/* CONTENT */
.hdc67ws1mg-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
}
.hdc67ws1mg-general {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 102px);
    max-width: 1320px;
    margin: 0 auto;
}
.hdc67ws1mg-general.hdc67ws1mg-general-text-page {
    min-height: calc(100vh - 102px - 46px);
    max-width: 1145px;
}
.hdc67ws1mg-title {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 45px;
    line-height: 1.33;
}
.hdc67ws1mg-steps-container {
    z-index: 20;
    max-width: 1320px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-grow: 1;
    /*min-height: 810px;*/
    position: relative;
    padding: 40px 15px 130px;
}
.hdc67ws1mg-step {
    position: relative;
    max-width: 34.7%;
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hdc67ws1mg-step--2 {
    max-width: 590px;
    padding-bottom: 44px;
}
.hdc67ws1mg-step--3 {
    max-width: 458px;
    padding: 40px 27px;
    border-radius: 20px;
    background: #FFF;
}
.hdc67ws1mg-logo {
    max-width: 338px;
    margin:0 auto 14px;
    width: 100%;
}
.hdc67ws1mg-bg {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    /*width: 650px;*/
    width: 66%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    display: block;
    animation: fade-in 0.5s linear both;
}
.hdc67ws1mg-bg--3 {
    background-image: url(../images/fond-hdc67ws1mg.png);
    right: 0;
    z-index: 9;
}
.hdc67ws1mg-content--es .hdc67ws1mg-step--3 {
	max-width: 470px;
}
.hdc67ws1mg-content--es .hdc67ws1mg-step--3 .hdc67ws1mg-title {
    display: inline-block;
    color: #242424;
    /*font-size: 45px;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
}
.hdc67ws1mg-content--es .hdc67ws1mg-step--3 .hdc67ws1mg-subtitle {
    color: #2A2A2A;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.hdc67ws1mg-content--es .hdc67ws1mg-step--3 .hdc67ws1mg-subtitle + .hdc67ws1mg-subtitle {
    margin-top: 15px;
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media (max-width: 990px) {
    .hdc67ws1mg-steps-container {
        /*padding: 210px 20px 38px;*/
        position: relative;
        padding: 15px;
    }
    .hdc67ws1mg-header__wrapper {
        max-width: initial;
    }
    .hdc67ws1mg-bg {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background-size: cover;
        background-position: center top;
    }
    .hdc67ws1mg-bg--3 {
        overflow: hidden;
        background-position: 80% top;
        background-size: cover;
    }
    .hdc67ws1mg-title {
        margin-bottom: 21px;
        font-size: 35px;
        text-align: center;
    }
    .hdc67ws1mg-step {
        margin: 0 auto;
        width: 80%;
        max-width: initial;
    }
    .hdc67ws1mg-step--3 {
        /*padding-bottom: 50px;*/
        margin-top: auto;
        padding: 30px 18px;
    }
    .hdc67ws1mg-step .hdc67ws1mg-btn {
        margin-left: initial;
        margin-right: auto;
        width: 100%;
        max-width: 100%;
    }
    .hdc67ws1mg-content--es .hdc67ws1mg-step--3 .hdc67ws1mg-subtitle {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .hdc67ws1mg-step {
        width: 100%;
    }
    .hdc67ws1mg-bg--1 {
        /*background-size: 120% auto;*/
    }
    .hdc67ws1mg-logo {
        margin-bottom: 10px;
    }
    .hdc67ws1mg-content--es .hdc67ws1mg-step--3 .hdc67ws1mg-subtitle + .hdc67ws1mg-subtitle {
        margin-top: 10px;
    }
}

/* text-page */
.hdc67ws1mg-text-page {
    padding: 40px 15px;
    width: 100%;
    display: block;
}
.hdc67ws1mg-text-page h1 {
    margin-bottom: 20px;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 141.667% */
}
.hdc67ws1mg-text-page h2 {
    margin-bottom: 15px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.hdc67ws1mg-text-page h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.hdc67ws1mg-text-page p {
    margin-bottom: 15px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.hdc67ws1mg-text-page ul {
    font-size: 18px;
    line-height: 26px;
    list-style: disc;
}
.hdc67ws1mg-text-page ol {
    font-size: 18px;
    line-height: 26px;
    list-style: decimal;
}
.hdc67ws1mg-text-page li {
    list-style-position: inside;
    margin-bottom: 15px;
}
.hdc67ws1mg-text-page a {
    display: inline-block;
    color: #D2B571;
    text-decoration: underline;
}
.hdc67ws1mg-text-page a:hover {
    text-decoration: none;
}
.hdc67ws1mg-text-page .box + .box {
    margin-top: 40px;
}
@media (max-width: 768px) {
    .hdc67ws1mg-text-page {
        padding: 30px 20px;
    }
}


/* FOOTER */
.hdc67ws1mg-ending {
    padding: 30px 15px;
    background: #171C23;
}
.hdc67ws1mg-ending__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 1125px;
    margin: 0 auto;
}
.hdc67ws1mg-ending__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    max-width: 777px;
    margin: 0 auto;
}
.hdc67ws1mg-ending__list a {
    padding: 5px 15px;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.hdc67ws1mg-ending__list a::after {
    position: relative;
    bottom: -2px;
    background-color: #ffffff;
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    -webkit-transition: width 0.3s ease-in-out;
    -moz--transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}
.hdc67ws1mg-ending__list a:hover:after,
.hdc67ws1mg-ending__list a:focus:after {
    width: 100%;
}
@media (max-width: 990px) {
    .hdc67ws1mg-ending__list {
        width: 100%;
        max-width: initial;
    }
    .hdc67ws1mg-header__wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hdc67ws1mg-ending {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .hdc67ws1mg-ending__wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .hdc67ws1mg-ending__list {
        justify-content: center;
    }
    .hdc67ws1mg-ending__list a {
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    .hdc67ws1mg-ending {
        padding: 20px 15px;
    }
}
@media (max-width: 530px) {
    .hdc67ws1mg-ending__list {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* MODAL */
.modal {
    padding: 20px;
}
.modal-backdrop {
    background: rgba(45, 49, 58, 0.7);
}
.modal-dialog {
    max-width: 560px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.modal-content {
    color: #2D313A;
}
.content-inner {
    padding: 38px 38px 48px;
}
.hdc67ws1mg-modal-text {
    text-align: center;
    color: #2D313A;
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.hdc67ws1mg-btn-close {
    position: absolute;
    top: 7px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
}
.hdc67ws1mg-btn-close img {
    width: 20px;
}
.modal .hdc67ws1mg-btn {
    margin: 30px auto 0;
}
@media (max-width: 768px) {
}
