HEAD html,
body {
    min-height: 100%;
    background-color: #f2f2f2;
    font-family: 'YEEZYTSTAR-Regular', 'Arial', sans-serif;
}

.Line {
    width: 696px;
    height: 2px;
    border: solid 1px #dcdcdc;
}

body,
div,
form,
input,
select,
textarea,
label,
p {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: "adineuePROTT-Black", 'Arial', sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 38px;
    /* text-transform: uppercase; */
    justify-content: center;
}

.imagewelc-container {
    margin-left: 155px;
    margin-right: auto;
}

@media only screen and (max-width: 768px) {
    .imagewelc-container {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.imagewelc-container2 {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 768px) {
    .imagewelc-container2 {
        margin-left: 28px;
        margin-right: auto;
        padding-top: 80px;
        padding-bottom: 210px;
    }
}

.imagewelc-container2 img {
    width: 100%;
    padding-top: 150px;
   }
}

@media only screen and (max-width: 768px) {
    .imagewelc-container2 img {
        width: 86%;
    }
}

.title-welcome {
    font-size: 50px;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    line-height: 46px;
    padding-top: 60px;
}

@media only screen and (max-width: 768px) {
    .title-welcome {
        font-size: 30px;
        line-height: 31px;
        padding-left: 28px;
    }
}

.text-welcome {
    font-size: 20px;
    font-family: 'AdihausDIN-Regular', 'Arial', sans-serif;
    padding-top: 10px;
}

@media only screen and (max-width: 768px) {
    .text-welcome {
        padding-left: 28px;
        font-size: 12px;
        padding-top: 5px;
    }
}

.text2-welcome {
    font-size: 40px;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    padding-top: 82px;
    padding-bottom: 200px;
}

.date-release {

   font-size: 20px;
   font-family: 'AdihausDIN-Regular', 'Arial', sans-serif;
   text-transform: capitalize;
}

@media only screen and (max-width: 768px) {
    .text2-welcome {
        padding-left: 28px;
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 0px;
    }
}

.welcome-container {
    display: flex;
}

@media only screen and (max-width: 768px) {
    .welcome-container {
        display: grid;
    }
}

.button-why {
    all: initial;
    color: #000000;
    cursor: pointer;
    font-family: "adineuePROTT-Black", 'Arial', sans-serif;
    font-size: 14px;
    text-decoration: underline;
    line-height: 15px;
}

.item>span {
    font-size: 12px;
    font-family: "adineuePROTT-Black", 'Arial', sans-serif;
    line-height: 15px;
    letter-spacing: normal;
    color: #000000;
}

.button-why:hover {
    background: #6d6d6d;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    margin: 10% auto;
    width: 54%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
    animation-name: modalopen;
    animation-duration: var(--modal-duration);
}

@media only screen and (max-width: 768px) {
    .modal-content {
        width: 88%;
    }
}

.modal-header h2,
.modal-footer h3 {
    margin: 0;
}

.modal-header {
    background: #f2f2f2;
    padding: 15px;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-body {
    padding: 34px 60px;
    background: #f2f2f2;
}

@media only screen and (max-width: 768px) {
    .modal-body {
        padding: 34px 15px;
    }
}

.modal-body>p {
    font-family: 'AdihausDIN-Medium';
    line-height: 23px;
    text-transform: none;
}

.modal-footer {
    background: var(--modal-color);
    padding: 10px;
    color: #fff;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.close {
    float: right;
    font-size: 30px;
    color: #000000;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@keyframes modalopen {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.testbox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
}

form {
    width: 100%;
}

.item {
    position: relative;
    margin: 10px 0;
}

.colums {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 7px;
    row-gap: 30px;
}

@media only screen and (max-width: 768px) {
    .colums {
        display: block!important;
        margin-bottom: 39px;
    }
}

.colums div {
    width: 41%;
}

@media only screen and (max-width: 768px) {
    .colums div {
        width: 100%;
        margin-top: 35px;
    }
}

.termyco {
    text-align: left;
    padding-top: 2px;
    font-size: 14px;
    padding-right: 157px;
    line-height: 15px;
}

.termyco a {
    color: #000000;
}

@media only screen and (max-width: 768px) {
    .termyco {
        padding-right: 10px;
        font-size: 12px;
    }
}

.container-button-page2 {
    display: flex;
}

.btn-block {
    margin-top: 10px;
    text-align: center;
}

.btn-block-prev {
    margin-top: 10px;
    text-align: center;
    display: flex;
}

@media only screen and (max-width: 768px) {
    .container-button-page2 {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .btn-block-prev button {
        width: 102px!important;
        text-align: center!important;
    }
}

.btn-block-prev img {
    width: 23px;
    padding-top: 10px;
}

.btn-block-prev button {
    all: initial;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    width: 324px;
    padding: 15px;
    border: none;
    font-size: 24px;
    color: #000000;
    cursor: pointer;
    margin-top: 10px;
}

.btn-block-prev button:hover {
    color: #fff;
    background-color: transparent;
}

.btn-block1 {
    text-align: right;
    margin-top: 80px;
    margin-right: 127px;
}

.btn-block11 {
    text-align: right;
    margin-top: 0px;
    padding-right: 90px;
}

@media only screen and (max-width: 768px) {
    .btn-block11 {
        text-align: center;
        padding-right: 0px;
        padding-top: 60px;
    }
}

.btn-block2 {
    text-align: center;
    margin-top: 28px;
}

.btn-block22 {
    text-align: center;
    margin-top: 28px;
}

@media only screen and (max-width: 768px) {
    .btn-block22>button {
        width: 237px;
    }
}

@media only screen and (max-width: 768px) {
    .btn-block1 {
        margin-top: 40px!important;
        text-align: center;
        justify-content: center;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .btn-block1 button {
        width: 250px;
    }
}

button {
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    width: 324px;
    padding: 15px;
    border: none;
    background: #000000;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
}

/* button:hover {
    background: #6d6d6d;
   } */

button.return {
background: transparent;
color: #000;
text-align: left;
}
button.return:hover {
background: transparent;
}

.button-select {
    all: initial;
    background: transparent;
    color: #000000;
    display: flex;
    place-content: center;
    place-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 2px solid #000000;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    margin: 9px 7px;
}

.button-select:hover,
button.active {
    background: #000000;
    color: #fff;
}

.button-test-container {
    display: flex;
    justify-content: space-around;
    padding: 27px 0px;
}

@media only screen and (max-width: 768px) {
    .button-test-container {
        margin-left: 17px;
        width: 91%;
    }
}

@media only screen and (max-width: 768px) {
    .button-test-container>button {
        width: 30%;
        margin: 0px 8px;
    }
}

.button-test-container>button {
    width: 23%
}

.button-test-container2 {
    display: flex;
    justify-content: space-around;
    width: 81%;
    margin-left: 72px;
}

.button-test-container2>button {
    width: 22%
}

.button-test-container2mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .button-test-container2mobile {
        display: flex;
    }
}

.button-test-container2mobile2 {
    display: none;
}

@media only screen and (max-width: 768px) {
    .button-test-container2mobile2 {
        display: flex;
    }
}

@media only screen and (max-width: 768px) {
    .button-test-container2 {
        display: none;
    }
}

.test-button {
    all: initial;
    background: transparent;
    color: #000000;
    display: flex;
    place-content: center;
    place-items: center;
    width: 152px;
    height: 32px;
    cursor: pointer;
    border: 2px solid#6d6d6d;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    border-radius: 6px;
}

.test-button2 {
    all: initial;
    background: transparent;
    color: #000000;
    display: flex;
    place-content: center;
    place-items: center;
    width: 127px;
    height: 32px;
    cursor: pointer;
    border: 2px solid#6d6d6d;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    margin: 30px 22px;
    border-radius: 6px;
}

.test-button:hover {
    background: #6d6d6d;
    color: #fff;
}

.test-button2:hover {
    background: #6d6d6d;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .test-button2 {
        margin: 13px 14px;
        ;
    }
}

.content-select {
    display: grid;
    justify-content: flex-end;
    margin-right: 127px;
    grid-template-columns: 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr;
}

@media only screen and (max-width: 768px) {
    .content-select {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .content-select {
        display: block;
        display: grid;
        grid-template-columns: 0fr 0fr 0fr 0fr 0fr;
        margin-right: 0px;
        flex-direction: row;
        text-align: center;
        margin-left: 0px;
        justify-content: center;
    }
}

.title-test {
    margin-left: 41px;
    margin-top: 40px;
}

.title-test span {
    font-size: 20px!important;
}

@media only screen and (max-width: 768px) {
    .title-test>span {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .title-test {
        margin-top: 25px;
        margin-left: 0px;
        padding: 13px 4px;
        text-align: left;
        font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
        font-weight: bold;
        font-size: 14px;
    }
}

.space-footer {
    height: 230px;
}

@media only screen and (max-width: 768px) {
    .space-footer {
        height: 116px
    }
}

.space-footer2 {
    height: 137px;
}

@media only screen and (max-width: 768px) {
    .space-footer2 {
        height: 80px
    }
}

.space-footer3 {
    height: 212px;
}

@media only screen and (max-width: 768px) {
    .space-footer3 {
        height: 80px
    }
}

.space-footer4 {
    height: 385px;
}

@media only screen and (max-width: 768px) {
    .space-footer4 {
        height: 166px
    }
}

.space-footer5 {
    height: 336px;
}

@media only screen and (max-width: 768px) {
    .space-footer5 {
        height: 0px!important;
    }
}

.containk22 {
    display: flex;
    flex-direction: row;
    gap: 37px;
}

@media only screen and (max-width: 768px) {
    .containk22 {
        display: block;
    }
}

@font-face {
    font-family: 'YEEZYTSTAR-Light';
    src: url(../fonts/yeezy/YEEZYTSTAR-Light.eot);
    src: url(../fonts/yeezy/YEEZYTSTAR-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/yeezy/YEEZYTSTAR-Light.ttf) format('truetype'), url(../fonts/yeezy/YEEZYTSTAR-Light.svg) format('svg')
}

@font-face {
    font-family: 'YEEZYTSTAR-Regular';
    src: url(../fonts/yeezy/YEEZYTSTAR-Regular.eot);
    src: url(../fonts/yeezy/YEEZYTSTAR-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/yeezy/YEEZYTSTAR-Regular.ttf) format('truetype'), url(../fonts/yeezy/YEEZYTSTAR-Regular.svg) format('svg')
}

@font-face {
    font-family: 'YEEZYTSTAR-Bold';
    src: url(../fonts/yeezy/YEEZYTSTAR-Bold.eot);
    src: url(../fonts/yeezy/YEEZYTSTAR-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/yeezy/YEEZYTSTAR-Bold.ttf) format('truetype'), url(../fonts/yeezy/YEEZYTSTAR-Bold.svg) format('svg')
}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 960px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 480px) {}

:root {
    --background-cream: #f2f2f2;
    --text-dark: #454545;
}
/* inyector */
/* global */

.esis {
    font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
    background-color: var(--background-cream);
    background-color: #f2f2f2;
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    overflow: hidden;
}

.esis .button-main {
    position: relative;
    display: flex;
    margin: 0;
    border: 0;
    height: 50px;
    width: 280px;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-size: 30px;
    color: white;
    background-color: black;
    /* text-transform: uppercase; */
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.esis .button-main[disabled],
.esis .button-main:disabled {
    /* background-color: #c4c4c4; */
    cursor: not-allowed;
}

.esis .button-main:focus {
    outline: none;
}

.esis .button-main.bordered {
    color: black;
    background-color: transparent;
    border: 1px solid black;
}
/* page */

.esis .page {
    position: relative;
    padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.esis .page-box {
    position: relative;
    margin: 0 auto;
    padding-top: 108px;
}

@media only screen and (max-width: 768px) {
    .esis .page-box {
        margin-top: 0px;
        padding-top: 0px;
    }
}

.esis .page-brand {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1440px;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
}

.esis .page-image {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-top: 174px;
    width: 76%;
}

.esis .page-image img {
    display: block;
    max-width: 720px;
    width: 90%;
    height: auto;
    margin-left: 33px;
    margin-right: auto;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .esis .page-image img {
        max-width: 251px;
        width: 56%;
        display: initial!important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 768px) {
    .esis .page-image {
        text-align: center;
        margin-left: 0px;
        width: 100%;
        margin-top: 45px;
    }
}

.esis .page-title {
    position: relative;
    margin-left: 47px;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 1;
    text-align: left;
    color: #000000;
}

@media only screen and (max-width: 768px) {
    .esis .page-title {
        font-size: 21px;
        text-align: center;
        margin: 0px;
        margin-top: 46px;
    }
}

.esis .page-text {
    position: relative;
    text-align: center;
    padding: 0 80px;
    width: 100%;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .esis .page-text {
        padding: 0 40px;
    }
}

.esis .page-text p {
    font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    color: #454545;
    color: var(--text-dark);
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .esis .page-text p {
        font-size: 21px;
    }
}

.esis .page-actions {
    position: relative;
    text-align: center;
    padding: 0 10px;
    width: 100%;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.title-form {
    position: relative;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    color: #000000;
    padding-bottom: 15px;
    padding-top: 20px;
}

.title-form1 {
    position: relative;
    font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    text-align: right;
    color: #000000;
    padding-bottom: 22px;
    padding-top: 310px;
}

.title-form123 {
    position: relative;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    text-align: right;
    color: #000000;
    padding-bottom: 22px;
    padding-top: 126px;
    margin-right: 127px;
}

.title-form12333 {
    position: relative;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    text-align: right;
    color: #000000;
    padding-bottom: 63px;
    margin-right: 127px;
}

.title-form11 {
    position: relative;
    font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    text-align: right;
    color: #000000;
    padding-bottom: 22px;
    padding-top: 248px;
    padding-right: 90px;
}

.title-form55 {
    position: relative;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    color: #000000;
    padding-bottom: 22px;
    padding-top: 19px;
    padding-right: 0px;
}

@media only screen and (max-width: 768px) {
    .title-form11 {
        padding-top: 20px;
        text-align: center;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .title-form55 {
        padding-top: 0px;
        text-align: center;
        padding-right: 0px;
    }
}

.title-form2 {
    position: relative;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    color: #000000;
    padding-bottom: 22px;
    padding-top: 15px;
}

@media only screen and (max-width: 768px) {
    .title-form2 {
        font-size: 24px;
        text-align: center;
        margin-right: 0px;
        padding-top: 10px;
        padding: 12px 26px;
    }
}

@media only screen and (max-width: 768px) {
    .title-form1 {
        font-size: 24px;
        text-align: center;
        margin-right: 0px;
        padding-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .title-form123 {
        font-size: 24px;
        text-align: center;
        margin-right: 0px;
        padding-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .title-form12333 {
        font-size: 18px;
        text-align: center;
        margin-right: 0px;
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .title-form {
        font-size: 28px;
        text-align: center;
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 38px;
        font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    }
}

.text-form {
    position: relative;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #000000;
    padding-bottom: 57px;
}

.text-form1 {
    position: relative;
    font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    text-align: right;
    color: #000000;
    padding-bottom: 57px;
    text-decoration: underline;
}

.text-form123 {
    position: relative;
    font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    text-align: right;
    color: #000000;
    padding-bottom: 57px;
    text-decoration: underline;
    margin-right: 127px;
}

.underline>hr {
    display: none;
}

@media only screen and (max-width: 768px) {
    .underline>hr {
        display: block;
    }
}

.text-form11 {
    position: relative;
    font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    text-align: right;
    color: #000000;
    padding-bottom: 57px;
    padding-left: 200px;
    padding-right: 90px;
}

.text-form55 {
    position: relative;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #000000;
    padding-bottom: 57px;
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (max-width: 768px) {
    .text-form11 {
        text-align: center;
        padding: 0px 32px;
    }
}

@media only screen and (max-width: 768px) {
    .text-form55 {
        text-align: center;
        padding: 20px 25px;
    }
}

.text-form2 {
    position: relative;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-size: 20px;
    line-height: 1;
    text-align: right;
    color: #000000;
    padding-bottom: 57px;
    margin-right: 90px;
}

.text-form22 {
    position: relative;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #000000;
    padding-bottom: 57px;
}

.text-form1>a {
    color: black;
}

.text-form123>a {
    color: black;
}

@media only screen and (max-width: 768px) {
    .text-form {
        font-size: 14px;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        padding-bottom: 0px;
        font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
        font-weight: bold;
        padding: 0px 15px;
    }
}

@media only screen and (max-width: 768px) {
    .text-form1 {
        font-size: 18px;
        text-align: center;
        padding-bottom: 60px;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .text-form123 {
        font-size: 18px;
        text-align: center;
        padding-bottom: 60px;
        padding-top: 20px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .text-form2 {
        font-size: 18px;
        text-align: center;
        margin-right: 0px;
        padding: 10px 211px;
        font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
        font-weight: bold;
    }
}

@media only screen and (max-width: 768px) {
    .text-form22 {
        font-size: 14px;
        text-align: center;
        margin-right: 0px;
        font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
        font-weight: bold;
        padding: 0px 32px;
    }
}

hr {
    border: solid 1px #dcdcdc;
    width: 83%;
    margin-left: 38px;
}

@media only screen and (max-width: 768px) {
    hr {
        width: 58%;
        margin-left: auto;
    }
}

.confirm-title-email {
    text-align: center;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: 68px;
}

@media only screen and (max-width: 768px) {
    .confirm-title-email {
        margin-top: 20px;
    }
}

.confirm-text-email {
    text-align: center;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding: 0px 200px;
    line-height: 24px;
}

@media only screen and (max-width: 768px) {
    .confirm-text-email {
        padding: 10px 10px;
    }
}

.content-buton-test {
    display: flex;
}
/* release */

.esis .release {
    position: relative;
    display: grid;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 80px;
    z-index: 1;
}

.esis .release-box {
    position: relative;
    text-align: center;
}

.esis .release-title {
    font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
    font-size: 62px;
    line-height: 1;
    color: #454545;
    color: var(--text-dark);
}

@media only screen and (max-width: 768px) {
    .esis .release-title {
        font-size: 32px;
    }
}

.esis .release-time {
    font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
    font-size: 162px;
    line-height: 1;
    color: #454545;
    color: var(--text-dark);
}

@media only screen and (max-width: 768px) {
    .esis .release-time {
        font-size: 80px;
    }
}
/* form */
.page-form {
   background-color: #f2f2f2;
}

.esis .page-form {
    position: relative;
    width: 100%;
    max-width: 820px;
    margin-right: 127´px;
}

@media only screen and (max-width: 768px) {
    .esis .page-form {}
}

.section-home {
    display: flex;
    padding: 0px 15px;
}

@media only screen and (max-width: 768px) {
    .section-home {
        display: grid;
    }
}

.title-control {
    position: relative;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    color: #000000;
    padding-bottom: 7px;
}

.esis .form {
    position: relative;
    padding-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.esis .form-title {
    padding-bottom: 42px;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .esis .form-title {
        font-size: 24px;
    }
}

.esis .form-subtitle {
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-size: 22px;
    line-height: 1;
    color: #9d9d9b;
    margin-bottom: 24px;
}

.container1-form {
    display: flex;
    justify-content: center;
}

.esis .control {
    position: relative;
    margin: 36px 15px;
}

.esis .gryp {
    display: grid;
    grid-template-columns: 48px 1fr;
    margin-bottom: 64px;
}

.esis .gryp.compact {
    margin-bottom: 32px;
}

.esis select,
.esis input[type="text"],
.esis input[type="email"],
.esis input[type="password"] {
    display: block;
    padding: 0 14px;
    background-color: transparent;
    font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
    font-size: 18px;
    line-height: 1;
    width: 100%;
    height: 38px;
    color: #adadad;
    border: 1px solid #a6a6a6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
}

.esis select:focus,
.esis input[type="text"]:focus,
.esis input[type="email"]:focus,
.esis input[type="password"]:focus {
    outline: none;
}

.esis .control.error input[type="text"],
.esis .control.error input[type="email"],
.esis .control.error input[type="password"] {
    border-color: red;
}

.esis input[readonly] {
    user-select: none;
    pointer-events: none;
}

.esis select {
    color: #adadad;
    -webkit-appearance: none;
}

.ckeck-container {
    display: flex;
    justify-content: left;
    padding-bottom: 30px;
    padding-left: 49px;
}

@media only screen and (max-width: 768px) {
    .ckeck-container {
        padding-left: 0px;
    }
}

.esis .check {
    vertical-align: top;
    cursor: pointer;
    margin-right: 16px;
}

.esis .check input[type="checkbox"] {
    display: none !important;
    visibility: hidden;
}

.esis .check input[type="checkbox"]:checked+.checkbox {
    color: black;
}

.esis .checkbox {
    position: relative;
    width: 26px;
    height: 26px;
    border: 1px solid #a6a6a6;
    color: transparent;
    text-align: center;
    display: grid;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}

.esis .checktext {
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
}

.esis .checktext p {
    font-size: 16px;
    line-height: 1.2;
    /* text-transform: uppercase; */
    margin: 0;
}
/* modern */

.esis .form.modern {
    padding-bottom: 0;
    margin-bottom: 40px;
}

.esis .modern .form-title {
    text-align: center;
    margin-bottom: 32px;
}

.esis .modern label {
    display: block;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-size: 19px;
    line-height: 1;
    margin-bottom: 4px;
    color: #c4c4c4;
}

.esis .modern input[type="text"],
.esis .modern input[type="email"] {
    border-right: 0;
    border-top: 0;
    border-left: 0;
    padding: 0;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    color: #909090;
}
/* modal */

.esis .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .6);
    z-index: 100;
    display: none;
}

.esis .modal.open {
    display: block;
}

.esis .modal-box {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
    background-color: #f2f2f2;
    padding: 70px 40px;
    margin-top: 10%;
    margin-bottom: 10%;
    border-radius: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.esis .modal-close {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 36px;
    height: 36px;
    text-align: center;
    border: 2px solid #737370;
    color: #737370;
    border-radius: 100%;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}

.esis .modal-close .material-icons {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
}

.material-icons {
    margin: -7px;
}

.esis .modal-plex {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.esis .modal-plex p {
    color: #707070;
    font-size: 24px;
    line-height: 1.5;
}

html,
body {
    min-height: 100%;
}

.Line {
    width: 696px;
    height: 2px;
    border: solid 1px #dcdcdc;
}

body,
div,
form,
input,
select,
textarea,
label,
p {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: "adineuePROTT-Black", 'Arial', sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 38px;
    /* text-transform: uppercase; */
    justify-content: center;
}

.button-why {
    all: initial;
    color: #000000;
    cursor: pointer;
    font-family: "adineuePROTT-Black", 'Arial', sans-serif;
    font-size: 14px;
    text-decoration: underline;
}

.button-why:hover {
    background: #6d6d6d;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    margin: 10% auto;
    width: 54%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
    animation-name: modalopen;
    animation-duration: var(--modal-duration);
}

@media only screen and (max-width: 768px) {
    .modal-content {
        width: 88%;
    }
}

.modal-header h2,
.modal-footer h3 {
    margin: 0;
}

.modal-header {
    background: #f2f2f2;
    padding: 15px;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-body {
    padding: 34px 60px;
    background: #f2f2f2;
}

@media only screen and (max-width: 768px) {
    .modal-body {
        padding: 34px 15px;
    }
}

.modal-footer {
    background: var(--modal-color);
    padding: 10px;
    color: #fff;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.close {
    float: right;
    font-size: 30px;
    color: #000000;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@keyframes modalopen {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.testbox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
}

form {
    width: 100%;
}

.item {
    position: relative;
    margin: 10px 0;
}

.colums {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 7px;
    row-gap: 30px;
}

@media only screen and (max-width: 768px) {
    .colums {
        display: block!important;
        margin-bottom: 39px;
    }
}

.colums div {
    width: 41%;
}

@media only screen and (max-width: 768px) {
    .colums div {
        width: 100%;
        margin-top: 35px;
    }
}

.termyco {
    text-align: left;
    padding-top: 2px;
    font-size: 14px;
    padding-right: 157px;
    line-height: 15px;
}

.termyco a {
    color: #000000;
}

@media only screen and (max-width: 768px) {
    .termyco {
        padding-right: 10px;
        font-size: 12px;
    }
}

.container-button-page2 {
    display: flex;
}

.btn-block {
    margin-top: 10px;
    text-align: center;
}

.btn-block-prev {
    margin-top: 10px;
    text-align: center;
    display: flex;
}

@media only screen and (max-width: 768px) {
    .container-button-page2 {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .btn-block-prev button {
        width: 102px!important;
        text-align: center!important;
    }
}

.btn-block-prev img {
    width: 23px;
    padding-top: 10px;
}

.btn-block-prev button {
    all: initial;
    font-family: 'adineuePROTT-Black';
    width: 324px;
    padding: 15px;
    border: none;
    font-size: 24px;
    color: #000000;
    cursor: pointer;
    margin-top: 10px;
}

.btn-block-prev button:hover {
    color: #fff;
    background-color: transparent;
}

.btn-block1 {
    text-align: right;
    margin-top: 80px;
    margin-right: 127px;
}

.btn-block11 {
    text-align: right;
    margin-top: 0px;
    padding-right: 90px;
}

@media only screen and (max-width: 768px) {
    .btn-block11 {
        text-align: center;
        padding-right: 0px;
        padding-top: 60px;
    }
}

.btn-block2 {
    text-align: center;
    margin-top: 28px;
}

.btn-block22 {
    text-align: center;
    margin-top: 28px;
}

@media only screen and (max-width: 768px) {
    .btn-block22>button {
        width: 237px;
    }
}

@media only screen and (max-width: 768px) {
    .btn-block1 {
        margin-top: 40px!important;
        text-align: center;
        justify-content: center;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .btn-block1 button {
        width: 250px;
    }
}

button {
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    width: 324px;
    padding: 15px;
    border: none;
    background: #000000;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
}

button[disabled] {
    background: #000000;
}

.button-select {
    all: initial;
    background: transparent;
    color: #000000;
    display: flex;
    place-content: center;
    place-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 2px solid #000000;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    margin: 9px 7px;
}

.button-select:hover,
button.active {
    background: #000000;
    color: #fff;
}

.button-test-container {
    display: flex;
    justify-content: space-around;
    padding: 27px 0px;
}

@media only screen and (max-width: 768px) {
    .button-test-container {
        margin-left: 17px;
        width: 91%;
    }
}

@media only screen and (max-width: 768px) {
    .button-test-container>button {
        width: 30%;
        margin: 0px 8px;
    }
}

.button-test-container>button {
    width: 23%
}

.button-test-container2 {
    display: flex;
    justify-content: space-around;
    width: 81%;
    margin-left: 72px;
}

.button-test-container2>button {
    width: 22%
}

.button-test-container2mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .button-test-container2mobile {
        display: flex;
    }
}

.button-test-container2mobile2 {
    display: none;
}

@media only screen and (max-width: 768px) {
    .button-test-container2mobile2 {
        display: flex;
    }
}

@media only screen and (max-width: 768px) {
    .button-test-container2 {
        display: none;
    }
}

.test-button {
    all: initial;
    background: transparent;
    color: #000000;
    display: flex;
    place-content: center;
    place-items: center;
    width: 152px;
    height: 32px;
    cursor: pointer;
    border: 2px solid#6d6d6d;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    border-radius: 6px;
}

.test-button2 {
    all: initial;
    background: transparent;
    color: #000000;
    display: flex;
    place-content: center;
    place-items: center;
    width: 127px;
    height: 32px;
    cursor: pointer;
    border: 2px solid#6d6d6d;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    margin: 30px 22px;
    border-radius: 6px;
}

.test-button:hover {
    background: #6d6d6d;
    color: #fff;
}

.test-button2:hover {
    background: #6d6d6d;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .test-button2 {
        margin: 13px 14px;
        ;
    }
}

.content-select {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-end;
   margin-right: 127px;
   padding-left: 20%;
}

.content-select button {
    width: 98px;
    margin: 0.5%;
}

.tallas-no-disponibles {
    display: flex;
    justify-content: end;
    margin-right: 16%;
    color: #6d6d6d !important;
 }

@media only screen and (max-width: 768px) {
    .content-select {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .content-select {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        flex-direction: row;
        text-align: center;
        /* justify-content: center; */
        padding-left: 5%;
        padding-right: 6%;
        margin: 34px;
    }
}

.title-test {
    margin-left: 41px;
    margin-top: 40px;
}

.title-test span {
    font-size: 20px!important;
}

@media only screen and (max-width: 768px) {
    .title-test>span {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .title-test {
        margin-top: 25px;
        margin-left: 0px;
        padding: 13px 4px;
        text-align: left;
        /* font-family: 'adineuePRO-Regular'; */
        font-weight: bold;
        font-size: 14px;
    }
}

.space-footer {
    height: 230px;
}

@media only screen and (max-width: 768px) {
    .space-footer {
        height: 116px
    }
}

.space-footer2 {
    height: 137px;
}

@media only screen and (max-width: 768px) {
    .space-footer2 {
        height: 80px
    }
}

.space-footer3 {
    height: 212px;
}

@media only screen and (max-width: 768px) {
    .space-footer3 {
        height: 80px
    }
}

.space-footer4 {
    height: 385px;
}

@media only screen and (max-width: 768px) {
    .space-footer4 {
        height: 166px
    }
}

.space-footer5 {
    height: 336px;
}

@media only screen and (max-width: 768px) {
    .space-footer5 {
        height: 0px!important;
    }
}

.containk22 {
    display: flex;
    flex-direction: row;
    gap: 37px;
}

@media only screen and (max-width: 768px) {
    .containk22 {
        display: block;
    }
}

@font-face {
    font-family: 'YEEZYTSTAR-Light';
    src: url(../fonts/yeezy/YEEZYTSTAR-Light.eot);
    src: url(../fonts/yeezy/YEEZYTSTAR-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/yeezy/YEEZYTSTAR-Light.ttf) format('truetype'), url(../fonts/yeezy/YEEZYTSTAR-Light.svg) format('svg')
}

@font-face {
    font-family: 'YEEZYTSTAR-Regular';
    src: url(../fonts/yeezy/YEEZYTSTAR-Regular.eot);
    src: url(../fonts/yeezy/YEEZYTSTAR-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/yeezy/YEEZYTSTAR-Regular.ttf) format('truetype'), url(../fonts/yeezy/YEEZYTSTAR-Regular.svg) format('svg')
}

@font-face {
    font-family: 'YEEZYTSTAR-Bold';
    src: url(../fonts/yeezy/YEEZYTSTAR-Bold.eot);
    src: url(../fonts/yeezy/YEEZYTSTAR-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/yeezy/YEEZYTSTAR-Bold.ttf) format('truetype'), url(../fonts/yeezy/YEEZYTSTAR-Bold.svg) format('svg')
}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 960px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 480px) {}

:root {
    --background-cream: #f2f2f2;
    --text-dark: #454545;
}
/* inyector */
/* global */

.esis {
    font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
    background-color: var(--background-cream);
    background-color: #f2f2f2;
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    overflow: hidden;
}

.esis .button-main {
    position: relative;
    display: flex;
    margin: 0;
    border: 0;
    height: 50px;
    width: 280px;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-size: 30px;
    color: white;
    background-color: black;
    /* text-transform: uppercase; */
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.esis .button-main[disabled],
.esis .button-main:disabled {
    /* background-color: #c4c4c4; */
    cursor: not-allowed;
}

.esis .button-main:focus {
    outline: none;
}

.esis .button-main.bordered {
    color: black;
    background-color: transparent;
    border: 1px solid black;
}
/* page */

.esis .page {
    position: relative;
    padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.esis .page-box {
    position: relative;
    margin: 0 auto;
    padding-top: 108px;
}

@media only screen and (max-width: 768px) {
    .esis .page-box {
        margin-top: 0px;
        padding-top: 0px;
    }
}

.esis .page-brand {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1440px;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
}

.esis .page-image {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-top: 71px;
    width: 76%;
}

.esis .page-image img {
    display: block;
    max-width: 720px;
    width: 100%;
    height: auto;
    margin-left: 33px;
    margin-right: auto;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .esis .page-image img {
        max-width: 251px;
        width: 100%;
        display: initial!important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 768px) {
    .esis .page-image {
        text-align: center;
        margin-left: 0px;
        width: 100%;
        margin-top: 45px;
    }
}

.esis .page-title {
    position: relative;
    margin-left: 47px;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 1;
    text-align: left;
    color: #000000;
}

@media only screen and (max-width: 768px) {
    .esis .page-title {
        font-size: 21px;
        text-align: center;
        margin: 0px;
        margin-top: 46px;
    }
}

.esis .page-text {
    position: relative;
    text-align: center;
    padding: 0 80px;
    width: 100%;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .esis .page-text {
        padding: 0 40px;
    }
}

.esis .page-text p {
    font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    color: #454545;
    color: var(--text-dark);
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .esis .page-text p {
        font-size: 21px;
    }
}

.esis .page-actions {
    position: relative;
    text-align: center;
    padding: 0 10px;
    width: 100%;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.title-form {
    position: relative;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    color: #000000;
    padding-bottom: 15px;
    padding-top: 20px;
}

.title-form1 {
    position: relative;
    font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    text-align: right;
    color: #000000;
    padding-bottom: 22px;
    padding-top: 310px;
}

.title-form123 {
    position: relative;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    text-align: right;
    color: #000000;
    padding-bottom: 22px;
    padding-top: 126px;
    margin-right: 127px;
}

.title-form12333 {
    position: relative;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    text-align: right;
    color: #000000;
    padding-bottom: 63px;
    margin-right: 127px;
}

.title-form11 {
    position: relative;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    color: #000000;
    padding-bottom: 22px;
    padding-top: 248px;
    padding-right: 90px;
    padding-left: 90px;
}

@media only screen and (max-width: 768px) {
    .title-form11 {
        padding-top: 20px;
        text-align: center;
        padding-right: 0px;
    }
}

.title-form2 {
    position: relative;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    color: #000000;
    padding-bottom: 22px;
    padding-top: 15px;
}

@media only screen and (max-width: 768px) {
    .title-form2 {
        font-size: 24px;
        text-align: center;
        margin-right: 0px;
        padding-top: 10px;
        padding: 12px 26px;
    }
}

@media only screen and (max-width: 768px) {
    .title-form1 {
        font-size: 24px;
        text-align: center;
        margin-right: 0px;
        padding-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .title-form123 {
        font-size: 24px;
        text-align: center;
        margin-right: 0px;
        padding-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .title-form12333 {
        font-size: 18px;
        text-align: center;
        margin-right: 0px;
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .title-form {
        font-size: 28px;
        text-align: center;
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 38px;
        font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    }
}

.text-form {
    position: relative;
    font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #000000;
    padding-bottom: 57px;
}

.text-form1 {
    position: relative;
    font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    text-align: right;
    color: #000000;
    padding-bottom: 57px;
    text-decoration: underline;
}

.text-form123 {
    position: relative;
    font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    text-align: right;
    color: #000000;
    padding-bottom: 57px;
    text-decoration: underline;
    margin-right: 127px;
}

.underline>hr {
    display: none;
}

@media only screen and (max-width: 768px) {
    .underline>hr {
        display: block;
    }
}

.text-form11 {
    position: relative;
    font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #000000;
    padding-bottom: 57px;
    padding-left: 90px;
    padding-right: 90px;
}

.text-form55 {
    position: relative;
    font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    /* text-align: right; */
    color: #000000;
    padding-bottom: 57px;
    padding-left: 57px;
    padding-right: 90px;
}

@media only screen and (max-width: 768px) {
    .text-form11 {
        text-align: center;
        padding: 0px 32px;
    }
}

@media only screen and (max-width: 768px) {
    .text-form55 {
        text-align: center;
        padding: 20px 25px;
    }
}

.text-form2 {
    position: relative;
    font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
    font-size: 20px;
    line-height: 1;
    text-align: right;
    color: #000000;
    padding-bottom: 57px;
    margin-right: 90px;
}

.text-form22 {
    position: relative;
    font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #000000;
    padding-bottom: 57px;
}

.text-form1>a {
    color: black;
}

.text-form123>a {
    color: black;
}

@media only screen and (max-width: 768px) {
    .text-form {
        font-size: 14px;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        padding-bottom: 0px;
        font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
        font-weight: bold;
        padding: 0px 15px;
    }
}

@media only screen and (max-width: 768px) {
    .text-form1 {
        font-size: 18px;
        text-align: center;
        padding-bottom: 60px;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .text-form123 {
        font-size: 18px;
        text-align: center;
        padding-bottom: 60px;
        padding-top: 20px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .text-form2 {
        font-size: 18px;
        text-align: center;
        margin-right: 0px;
        padding: 10px 211px;
        font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
        font-weight: bold;
    }
}

@media only screen and (max-width: 768px) {
    .text-form22 {
        font-size: 14px;
        text-align: center;
        margin-right: 0px;
        font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
        font-weight: bold;
        padding: 0px 32px;
    }
}

hr {
    border: solid 1px #dcdcdc;
    width: 83%;
    margin-left: 38px;
}

@media only screen and (max-width: 768px) {
    hr {
        width: 58%;
        margin-left: auto;
    }
}

.confirm-text-email {
    text-align: center;
    font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding: 0px 200px;
}

@media only screen and (max-width: 768px) {
    .confirm-text-email {
        padding: 0px 10px;
    }
}

.content-buton-test {
    display: flex;
}
/* release */

.esis .release {
    position: relative;
    display: grid;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 80px;
    z-index: 1;
}

.esis .release-box {
    position: relative;
    text-align: center;
}

.esis .release-title {
    font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
    font-size: 62px;
    line-height: 1;
    color: #454545;
    color: var(--text-dark);
}

@media only screen and (max-width: 768px) {
    .esis .release-title {
        font-size: 32px;
    }
}

.esis .release-time {
    font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
    font-size: 162px;
    line-height: 1;
    color: #454545;
    color: var(--text-dark);
}

@media only screen and (max-width: 768px) {
    .esis .release-time {
        font-size: 80px;
    }
}
/* form */

.esis .page-form {
    position: relative;
    width: 100%;
    max-width: 820px;
    margin-right: 127´px;
}

@media only screen and (max-width: 768px) {
    .esis .page-form {}
}

.section-home {
    display: flex;
    padding: 0px 15px;
}

@media only screen and (max-width: 768px) {
    .section-home {
        display: grid;
    }
}

.title-control {
    position: relative;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    color: #000000;
    padding-bottom: 7px;
}

.esis .form {
    position: relative;
    padding-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.esis .form-title {
    padding-bottom: 42px;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .esis .form-title {
        font-size: 24px;
    }
}

.esis .form-subtitle {
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-size: 22px;
    line-height: 1;
    color: #9d9d9b;
    margin-bottom: 24px;
}

.container1-form {
    display: flex;
    justify-content: center;
}

.esis .control {
    position: relative;
    margin: 36px 15px;
}

.esis .gryp {
    display: grid;
    grid-template-columns: 48px 1fr;
    margin-bottom: 64px;
}

.esis .gryp.compact {
    margin-bottom: 32px;
}

.esis select,
.esis input[type="text"],
.esis input[type="email"],
.esis input[type="date"],
.esis input[type="password"] {
    display: block;
    padding: 0 14px;
    background-color: transparent;
    font-family: 'adineuePRO-Regular', 'Arial', sans-serif;
    font-size: 18px;
    line-height: 1;
    width: 100%;
    height: 38px;
    color: #adadad;
    border: 1px solid #a6a6a6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
}

.esis select:focus,
.esis input[type="text"]:focus,
.esis input[type="date"],
.esis input[type="email"]:focus,
.esis input[type="password"]:focus {
    outline: none;
}

.esis .control.error input[type="text"],
.esis .control.error input[type="email"],
.esis .control.error input[type="date"],
.esis .control.error input[type="password"] {
    border-color: red;
}

.esis input[readonly] {
    user-select: none;
    pointer-events: none;
}

.esis select {
    color: #adadad;
    -webkit-appearance: none;
}

.ckeck-container {
    display: flex;
    justify-content: left;
    padding-bottom: 30px;
    padding-left: 49px;
}

@media only screen and (max-width: 768px) {
    .ckeck-container {
        padding-left: 0px;
    }
}

.esis .check {
    vertical-align: top;
    cursor: pointer;
    margin-right: 16px;
}
.esis .check input[type="checkbox"]:checked+.checkbox {
    color: black;

}

.esis .check input[type="checkbox"]:checked+.checkbox .material-icons {
    
    height: 18px;
    background: black;
}

.esis .checkbox {
    position: relative;
    width: 26px;
    height: 26px;
    border: 1px solid #a6a6a6;
    color: transparent;
    text-align: center;
    display: grid;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}



.esis .checktext {
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
}

.esis .checktext p {
    font-size: 16px;
    line-height: 1.2;
    /* text-transform: uppercase; */
    margin: 0;
}
/* modern */

.esis .form.modern {
    padding-bottom: 0;
    margin-bottom: 40px;
}

.esis .modern .form-title {
    text-align: center;
    margin-bottom: 32px;
}

.esis .modern label {
    display: block;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    font-size: 19px;
    line-height: 1;
    margin-bottom: 4px;
    color: #c4c4c4;
}

.esis .modern input[type="text"],
.esis .modern input[type="email"] {
    border-right: 0;
    border-top: 0;
    border-left: 0;
    padding: 0;
    font-family: 'adineuePROTT-Black', 'Arial', sans-serif;
    color: #909090;
}
/* modal */

.esis .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .6);
    z-index: 100;
    display: none;
}

.esis .modal.open {
    display: block;
}

.esis .modal-box {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
    background-color: #f2f2f2;
    padding: 70px 40px;
    margin-top: 10%;
    margin-bottom: 10%;
    border-radius: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.esis .modal-close {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 36px;
    height: 36px;
    text-align: center;
    border: 2px solid #737370;
    color: #737370;
    border-radius: 100%;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}

.esis .modal-close .material-icons {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
}

.material-icons {
    width: 20px;
    background: black;
}

.esis .modal-plex {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.esis .modal-plex p {
    color: #707070;
    font-size: 24px;
    line-height: 1.5;
}

.content-button-sizes button[disabled] {
    opacity: .2;
}
