.fadeOut {
    display: none;
}

.mlistwrapper {
    width: 20.809vw;
    position: relative;
}

input,
select {
    border-radius: 0;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.042vw;
    color: #FDFDFD;
    -webkit-text-fill-color: #FDFDFD;
    border: none;
    text-transform: uppercase;
    height: 1.906vw;
    width: 100%;
}

input.email {
    border-bottom: 1px solid #FDFDFD;
}

input.email:focus-visible {
    outline: none;
}

form {
    font-size: 0;
}

form.mlistFormOne.mlform.twostep {
   /* display: flex;*/
    justify-content: flex-end;
    flex-wrap: wrap;
}

.primary-list-values {
    display: none !important;
}

form.mlistFormOne.mlform.twostep>div {
    display: inline-block;
    vertical-align: bottom;
}

.thankyou.fadeOut.fadeIn {
    min-height: 40vh;
}

.terms a {
    text-decoration: underline;
}

.terms a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.email.fieldWrap {
    width: 70%;
    padding-right: 1vw;

}

div.submit {
    width: 23%;

}

input.submit {
    font-size: 0.9vw;
    border: 1px solid #FDFDFD;
    padding: 0.2vw 0.7vw;
    cursor: pointer;
}

input.submit:hover {
    opacity: 0.8;
}

div.terms {
    text-align: right;
    position: relative;
    margin-top: 0.3vw;
}

.menu-wrapper a.terms {
    font-size: 0.573vw;
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #FDFDFD;
    text-transform: uppercase;
    margin-right: 0.4vw;
}

p.terms-message.fadeIn {
    position: absolute;
    width: 100%;
    top: 0.8vw;
    right: 0;
    font-size: 0.573vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #FDFDFD;
    text-transform: uppercase;
}

p.terms-message.fadeIn a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.573vw;
    color: #FDFDFD;
}

span.input-error {
    position: absolute;
    font-size: 0.7vw;
    left: 0.4vw;
    top: 2vw;
    width: 100%;
    color: #ff0000;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
}

input.email.errored {
    border-color: #ff0000;
}

.secondform.singleform.fadeIn {
    border: 1px solid #FDFDFD;
    position: absolute;
    right: 0;
}

.secondform.singleform.fadeIn input,
.secondform.singleform.fadeIn select {
    border: 1px solid #FDFDFD;
    width: 100%;
    margin: 0 auto;
    padding-left: 0.5vw;
}

.secondform.singleform.fadeIn input:focus-visible,
.secondform.singleform.fadeIn select:focus-visible {
    outline: none;
}

div.name,
.postalcode.fieldWrap,
.dobDay.fieldWrap,
.dobMonth.fieldWrap {
    display: inline-block;
    width: 47.2%;
}

.postalcode.fieldWrap,
.dobMonth.fieldWrap {
    margin-left: 1vw;
}

form.mlistFormTwo.mlform {
    width: 90%;
    margin: 0 auto;
}


.postal_country {
    margin: 1vw auto;
}

.secondform.singleform.fadeIn select option {
    background: #000;
}

span.secondFormClose {
    position: absolute;
    right: 1.1vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #FDFDFD;
    cursor: pointer;
}

span.secondFormClose:hover {
    opacity: 0.7;
}

.welcome {
    margin-top: 2vw;
}

.welcome p {
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8vw;
    color: #FDFDFD;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.secondform.singleform.fadeIn .globaloptin.fieldWrap {
    position: relative;
    margin: 1vw auto;
}

.secondform.singleform.fadeIn input#goptin_checkbox4 {
    border: 1px solid #fff;
    position: absolute;
    left: 0px;
    width: 1.4vw;
    height: 1.4vw;
    z-index: 10;
    top: 0px;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    padding: 0;
}

.secondform.singleform.fadeIn label.goptin_checkbox {
    position: static;
    transform: none;
    display: inline-block;
    pointer-events: all;
    box-sizing: border-box;
    color: #FDFDFD;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 0.1vw;
    font-size: 0.938vw;
    letter-spacing: 0;
    line-height: 1.25;
    padding: 0;
    width: 100%;
    padding-left: 2vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.globaloptin label::before,
.globaloptin label::after {
    position: absolute;
    content: "";
    display: inline-block;
    height: 1.5vw;
    width: 1.5vw;
    border: 0.104vw solid #fff;
    top: 0.25vw;
    left: 0;
}

.globaloptin input[type="checkbox"]:checked+label::after {
    content: '\2713';
    position: absolute;
    top: 0.35vw;
    line-height: 1;
    left: 0.25vw;
    font-size: 1.3vw;
    height: auto;
    width: auto;
    border: none;
    transform: none;
    color: #fff;
}

.secondform.singleform.fadeIn input.submit.mlistSubmit {
    padding: 0;
}

body .secondform.singleform.fadeIn input.submit.mlistSubmit {
    margin-bottom: 1vw;
}

.secondform.singleform.fadeIn div.submit {
    width: 50%;
    margin: 0 auto;
}

.secondform.singleform.fadeIn div.terms {
    text-align: center;
    margin: 0.9vw auto;
}

p.terms-message-2.fadeIn {
    position: absolute;
    width: 90%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 0.573vw;
    bottom: -4.2vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #FDFDFD;
    background: #000;
    padding: 1vw;
    text-transform: uppercase;
    border: 1px solid #FDFDFD;
}

.secondform.singleform.fadeIn input.submit.mlistSubmit {
    padding: 0;
}

.secondform.singleform.fadeIn div.submit {
    width: 50%;
}

.secondform.singleform.fadeIn div.terms {
    text-align: center;
    margin: 0.9vw auto;
}

p.terms-message-2.fadeIn {
    position: absolute;
    width: 90%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 0.573vw;
    bottom: -4.2vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #FDFDFD;
    background: #000;
    padding: 1vw;
    text-transform: uppercase;
    border: 1px solid #FDFDFD;
}

.thankyou.fadeIn {
    text-align: center;
    color: #FDFDFD;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1vw;
    text-transform: uppercase;
}

p.terms-message-2.fadeIn a {
    color: #FDFDFD;
}

p.terms-message-2.fadeIn a:hover {
    text-decoration: none;
}

p.terms-message.fadeIn a:hover {
    text-decoration: none;
}

.menu-wrapper a.terms:hover {
    text-decoration: none;
}

p.terms-message-2.fadeIn a :hover {
    text-decoration: none;
}

.secondform.singleform.fadeIn select {
    appearance: none;
    background: url("../assets/dropdown.png") no-repeat transparent;
    background-size: 1vw;
    background-position: 95%;
    cursor: pointer;
    padding-right: 2vw;
}

select.country.form-control {
    background-position: 98% !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #FDFDFD;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

.email.fieldWrap span.input-error {
    top: -0.5vw;
}

@media only screen and (max-width:1023px),
only screen and (max-width:1024px) and (orientation:portrait) {


    .mlistwrapper {
        width: 90%;
        margin: 0 auto;
    }

    input,
    select {
        height: 11vw;
        line-height: 7.200vw;
        font-size: 5.333vw;
    }

    form.mlistFormOne.mlform.twostep>div {
        display: block;
        width: 100%;
        margin-top: 2vw;
    }

    input.submit {
        font-size: 5.333vw;
    }

    .menu-wrapper a.terms {
        font-size: 2.4vw;
    }

    div.terms {
        text-align: center;
        margin-top: 2vw;
    }

    p.terms-message.fadeIn {
        position: unset;
        transform: none;
        font-size: 2vw;
        width: 100%;
        left: unset;
        top: unset;
    }

    p.terms-message.fadeIn a {
        font-size: 2vw;
    }

    span.input-error {
        position: unset;
        font-size: 2.5vw;
        text-align: left;
        display: block;
    }

    .secondform.singleform.fadeIn {
        position: unset;
    }

    span.secondFormClose {
        font-size: 5vw;
    }

    .welcome p {
        font-size: 3vw;
    }

    .postalcode.fieldWrap,
    .dobMonth.fieldWrap {
        margin-left: 4vw;
    }

    .postal_country {
        margin: 3vw auto;
    }

    .globaloptin label::before,
    .globaloptin label::after {
        width: 5vw;
        height: 5vw;
        top: 1vw;
    }

    .secondform.singleform.fadeIn label.goptin_checkbox {
        font-size: 3.5vw;
        padding-left: 8vw;
        text-align: left;
    }

    .secondform.singleform.fadeIn .globaloptin.fieldWrap {
        margin: 3vw auto;
    }

    p.terms-message-2.fadeIn {
        background: transparent;
        border: none;
        font-size: 2vw;
        position: unset;
        transform: none;
        margin: 0 auto;
        padding: 2vw 0;
    }

    p.terms-message-2.fadeIn a {
        font-size: 2vw;
    }

    .thankyou.fadeIn {
        font-size: 5vw;
        margin-top: 4vw;
    }

    .globaloptin input[type="checkbox"]:checked+label::after {
        font-size: 4vw;
        top: 1.7vw;
        left: 1vw;
    }

    .secondform.singleform.fadeIn input,
    .secondform.singleform.fadeIn select {
        font-size: 4vw;
        padding-left: 2vw;
    }

    .secondform.singleform.fadeIn select {
        background-size: 3vw;
    }
}

@media only screen and (max-width:1023px),
only screen and (max-width:1024px) and (orientation:landscape) {
    span.secondFormClose {
        font-size: 3vw;
    }
}

/* new css */
.mlistwrapper .consent-placeholder {
    position: relative;
    margin: 3.5vh auto 0;
    display: block;
    flex: 0 1 100%;
}

.plain-ml-wrapper label:not(.goptin_checkbox) {
    position: static;
    transform: none;
}

.mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked),
.mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked {
    position: absolute;
    left: 0px;
    width: 1.28vw;
    height: 1.28vw;
    z-index: 10;
    top: 0px;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    padding: 0;
}

.mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked)+label:before,
.mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: auto;
    width: 1.28vw;
    height: 1.28vw;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 0px;
    box-sizing: border-box;
}

.mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"].errored:not(:checked)+label:before {
    border-color: red;
}

.mlistwrapper .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"]+label {
    display: inline-block;
    box-sizing: border-box;
    line-height: 1;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.68vw;
    padding-left: 2.04vw;
    vertical-align: top;
    font-weight: 400;
    position: static;
    transform: none;
    pointer-events: auto;
    color: #ffffff;
}

.email.fieldWrap span.input-error {
    top: -0.5vw;
}

.mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after {
    content: "\2713";
    position: absolute;
    top: 0.25vw;
    line-height: 1;
    left: 0.25vw;
    font-size: 1vw;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after {
    color: #ffffff;
}

.mlistwrapper .consent-placeholder span.input-error {
    color: red;
    position: absolute;
    top: -3.25vh;
    left: 0;
    bottom: auto;
}

.mlistwrapper .secondform .consent-placeholder {
    margin: 2vh auto;
}

.mlistwrapper .plain-ml-wrapper .mlform .consent-placeholder label a,
.mlistwrapper .plain-ml-wrapper .mlform .consent-placeholder label span {
    color: #ffffff;
}

.mlistwrapper .plain-ml-wrapper .mlform .consent-placeholder label a {
    text-decoration: underline;
}

.mlistwrapper .plain-ml-wrapper .mlform .consent-placeholder label a:hover {
    opacity: 0.5;
}

@media only screen and (max-width: 1023px),
only screen and (max-width: 1024px) and (orientation: portrait) {

    body .mlistwrapper .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"]+label {
        font-size: 3vw;
        padding-left: 7vw;
    }

    body .mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked),
    body .mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked,
    body .mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked)+label:before,
    body .mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:before {
        width: 5vw;
        height: 5vw;
    }

    body .mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after {
        top: 1vw;
        left: 1.5vw;
        font-size: 3.15vw;
    }
}


@media only screen and (max-height: 1366px) and (min-width: 1024px) and (orientation: portrait) {
    .mlistwrapper .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"]+label {
        font-size: 1.268vw;
        padding-left: 3.54vw;
    }

    .mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after {
        top: 0;
        font-size: 2vw;
    }

    .mlistwrapper .consent-placeholder {
        position: relative;
        margin: 2vh auto;
    }

    .mlistwrapper .consent-placeholder span.input-error {
        top: -1.5vh;
    }

    .mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked)+label:before,
    .mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:before,
    .mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked),
    .mlistwrapper .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked {
        width: 2.28vw;
        height: 2.28vw;
    }

}