.plain-ml-wrapper {
    max-width: 100%;
    margin: 0 auto;
}

.footerWrapper .mailinglist_Wrapper {
    margin-top: 0;
}

div.plain-ml-wrapper span#secondFormClose:hover {
    opacity: 1;
    transition: 0.5s all;
    color: #DC2527;
}

.plain-ml-wrapper #mlform .message-header {
    font-size: 25px;
    text-transform: uppercase;
}

.plain-ml-wrapper #mlform input {
    height: 3.3vw;
    padding: 5px 10px;
    box-sizing: border-box;
}

input,
select {
    -webkit-appearance: none;
    border-radius: 0;
}

.plain-ml-wrapper form#mlistFormOne div.fieldWrap,
.plain-ml-wrapper form#mlistFormTwo div.fieldWrap {
    margin-right: 2%;
    font-family: futura-pt, sans-serif;
}

.plain-ml-wrapper form#mlistFormOne>div,
.plain-ml-wrapper form#mlistFormTwo div {
    margin-bottom: 4%;
    display: inline-block;
    width: 26.5%;
    vertical-align: top;
}

.plain-ml-wrapper form#mlistFormTwo div {
    width: 25%;
}

.plain-ml-wrapper form#mlistFormTwo .postal_country {
    /* font-size: 0; */
    width: 100%;
}

.plain-ml-wrapper form#mlistFormTwo .postal_country>div.country {
    margin: 0;
}

.plain-ml-wrapper form#mlistFormTwo .postal_country>div {
    width: 100%;
}

.plain-ml-wrapper input:focus,
*:focus {
    outline: none;
}

.plain-ml-wrapper input#submit {
    cursor: pointer;
    background-color: transparent;
    font-size: 1.025vw;
    color: #ffffff;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    font-family: futura-pt, sans-serif;
    letter-spacing: 0;
    border: 1px solid #FFFFFF;
    margin-left: 19px;
    transition: all 0.5s ease-out;
}

.plain-ml-wrapper #mlform input#email {
    font-style: normal;
    border: 0;
    padding-left: 20px;
    font-size: 1.171vw;
    letter-spacing: 0;
}

.plain-ml-wrapper #mlform input#email.errored {
    border: 2px solid red;
}

.plain-ml-wrapper #mlform .terms,
#secondform .terms {
    color: #FFFFFF;
    font-size: 1.025vw;
    text-decoration: none;
    text-transform: capitalize;
    font-family: futura-pt, sans-serif;
}

.plain-ml-wrapper #mlform #terms .terms-message,
.plain-ml-wrapper #secondform #terms .terms-message {
    width: 100%;
    color: #fff;
    margin: 0px auto;
    text-decoration: none;
}

.plain-ml-wrapper #mlform p.terms-message a,
.plain-ml-wrapper #secondform p.terms-message a {
    /* color: #070707; */
    /* text-decoration: none; */
}

.plain-ml-wrapper #mlform p.terms-message a:hover,
.plain-ml-wrapper #secondform p.terms-message a:hover {
    /* color: #1B214E; */
    /* text-decoration: underline; */
}


/* first form style ends */

.plain-ml-wrapper .singleStepForm .name {
    display: block
}

.plain-ml-wrapper .singleStepForm .name div {
    display: inline-block;
    width: 49%;
}

.plain-ml-wrapper .singleStepForm .name input {
    width: 100%;
    padding: 0px 5px;
    font-size: 12px;
}

.plain-ml-wrapper .singleStepForm input#goptin {
    width: 15px;
    height: 15px;
}

.plain-ml-wrapper .singleStepForm select {
    width: 100%;
    height: 35px;
    padding: 0px 5px;
    color: #fff;
    font-size: 12px;
    border: 1px solid #fff;
    background: #000;
}

option {
    color: #fff;
    background: #000;
}

.plain-ml-wrapper #secondform {
    width: 100%;
    text-align: center;
}

.plain-ml-wrapper #secondform .name {
    display: block
}

.plain-ml-wrapper #secondform .birthday div {
    display: inline-block;
    width: 49%;
}

.plain-ml-wrapper #secondform .name input {
    width: 100%;
    padding: 0px 5px;
    font-size: 12px;
}

.plain-ml-wrapper #secondform input#goptin {
    width: 15px;
    height: 15px;
}

.plain-ml-wrapper #secondform select {
    width: 100%;
    padding: 10px 0px;
    height: 35px;
    padding: 0px 5px;
}

.plain-ml-wrapper #secondform input:not([type="submit"]) {
    width: 100%;
    background: #ffffff;
    padding: 10px 0px;
    height: 3.904vw;
    font-size: 1.098vw;
    line-height: 3.904vw;
    padding: 0px 5px;
    border: 1px solid #ffffff;
}

.plain-ml-wrapper #secondform input[type="checkbox"] {
    width: 15px;
    height: 15px !important;
    vertical-align: middle;
    position: absolute;
    cursor: pointer;
    z-index: 111;
}

.plain-ml-wrapper #secondform .globaloptin {
    width: 100%;
    margin: 0px auto;
    text-align: justify;
}

.plain-ml-wrapper #secondform .welcome {
    text-transform: capitalize;
    font-size: 1.0248901903367496vw;
    width: 85%;
    margin: 0 auto;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
}

.plain-ml-wrapper #thankyou {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 80px;
    padding-bottom: 0px;
    margin: 0px auto;
}

.plain-ml-wrapper input {
    color: #666666;
    background: #ffffff;
    padding: 5px 10px;
    box-sizing: border-box;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.098vw;
    border: 1px solid rgba(230, 230, 230, 0.1);
}

.plain-ml-wrapper #secondform select {
    /* color: #fff; */
    font-size: 1.098vw;
    border: 1px solid #ffffff;
    background: #000;
    height: 3.904vw;
    color: #ffffff;
}

.plain-ml-wrapper #secondform input#goptin {
    vertical-align: middle;
}

.plain-ml-wrapper #secondform .globaloptin {
    font-size: 13px;
    margin: 0;
}

.plain-ml-wrapper #terms {
    text-decoration: underline;
    width: 100%;
    text-align: left;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-left: 12px;
    padding-top: 4px;
    max-width: 31.5vw;
    margin: 0 auto;
    margin: 0.586vw auto
}

form#mlistFormOne {
    margin-bottom: 0;
    max-width: 31.5vw;
    margin: 0 auto;
}

.plain-ml-wrapper p.terms-message-2,
.plain-ml-wrapper p.terms-message {
    position: absolute;
    width: 100%;
    top: 1.8301610541727673vw;
    margin: 0;
    background: #000000;
    font-size: 0.8784773060029283vw;
    color: #fff;
    /* max-width: 30vw; */
    max-width: fit-content;
}

.plain-ml-wrapper .fadeOut {
    display: none;
}

.plain-ml-wrapper .fadeIn {
    display: block;
}

.plain-ml-wrapper #mlform p.terms-message a,
.plain-ml-wrapper .singleform p.terms-message a {
    color: #fff;
    text-decoration: underline;
}

.plain-ml-wrapper #mlform p.terms-message a:hover {
    opacity: .5;
    color: #fff;
}

div.plain-ml-wrapper {
    position: relative;
}

div.plain-ml-wrapper span#secondFormClose {
    position: absolute;
    right: 105px;
    font-size: 2vw;
    cursor: pointer;
    color: #ffffff;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    top: 70px;
}

.plain-ml-wrapper span.input-error {
    color: red;
    position: absolute;
    top: -1.171vw;
    left: 0;
    padding: 0;
    bottom: auto;
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
    font-size: 0.878vw;
    text-transform: capitalize;
}

p.message-description {
    font-family: bebas-neue, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 180px auto 52px;
    text-transform: uppercase;
    color: #ffff;
    font-size: 60px;
}

.plain-ml-wrapper div#mlform {
    text-align: center;
}

.email.fieldWrap label {
    display: none;
    font-size: 0;
}

.plain-ml-wrapper #mlform .terms a:hover,
#secondform .terms a:hover {
    text-decoration: none;
    transition: 0.5s;
}

input::placeholder {
    color: #666666;
    font-family: futura-pt, sans-serif;
    font-size: 1.098vw;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    color: #666666;
    -webkit-text-fill-color: #666666;
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
}

.plain-ml-wrapper #secondform input,
.plain-ml-wrapper #secondform select {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
}

input#first {
    font-family: futura-pt, sans-serif;
}

.globaloptin.fieldWrap {}

.plain-ml-wrapper #secondform div.birthday {
    margin-bottom: 0%;
}

form#mlistFormTwo .submit {
    margin-top: 4%;
}

form#mlistFormTwo .submit input {
    padding: 0.7320644216691069vw 1.4641288433382138vw;
    opacity: 1;
    cursor: pointer;
    font-family: futura-pt, sans-serif;
    font-size: 1.0248901903367496vw;
    margin-right: 1.3177159590043923vw;
}

form#mlistFormTwo div#terms {
    text-align: center;
    right: 0;
    bottom: -33px;
    width: 100%;
    bottom: 0.7320644216691069vw;
    margin-bottom: 0;
    padding-left: 0;
}

.plain-ml-wrapper form#mlistFormTwo div.submit {
    margin-bottom: 2%;
}

.plain-ml-wrapper p.terms-message-2 a {
    color: #fff;
    text-decoration: underline;
}

.plain-ml-wrapper p.terms-message-2 a:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.plain-ml-wrapper form#mlistFormOne .email.fieldWrap {
    width: 71%;
}

.plain-ml-wrapper input#submit:hover,
form#mlistFormTwo .submit input:hover {
    background: transparent;
    transition: 0.5s all;
    opacity: 1;
    background-color: #FFFFFF;
    color: #000000;
}

.plain-ml-wrapper form#mlistFormTwo div.fieldWrap {
    width: 100%;
}

.plain-ml-wrapper #secondform div.birthday {
    width: 100%;
    display: inline-block;
    font-size: 0;
}

.plain-ml-wrapper #secondform div.dobMonth.fieldWrap,
.plain-ml-wrapper #secondform div.dobDay.fieldWrap {
    display: inline-block;
    width: 49%;
}

.plain-ml-wrapper #secondform div.dobDay.fieldWrap {
    margin-right: 0;
}

div.plain-ml-wrapper span#secondFormClose:hover {
    color: #ffffff94;
    opacity: 1;
    transition: 0.5s;
}

.plain-ml-wrapper form#mlistFormOne>div {
    margin-bottom: 0.6%;
}

.plain-ml-wrapper form#mlistFormOne .primary-list-values {
    display: none;
}

.plain-ml-wrapper #mlform #terms .terms-message {
    padding: 2%;
    box-sizing: border-box;
}

a.terms:hover {
    opacity: 0.5;
}

.plain-ml-wrapper p.terms-message-2 {
    padding: 2.4% 1%;
    border: 1px solid;
    margin-bottom: 1.0980966325036603vw;
}

.plain-ml-wrapper #secondform select {
    background: url('../images/ddArrow.png') no-repeat 97%;
    background-color: #ffffff;
    color: #666666;
    background-position-y: 57%;
    background-size: 1.2vw;
}

.plain-ml-wrapper #secondform select#country {
    background-position-x: 99%;
}


/** custom checkbox **/

.globaloptin input[type="checkbox"] {
    opacity: 0;
}

.globaloptin label {
    position: relative;
    display: inline-block;
    /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
    padding-left: 1.610541727672035vw;
    /* vertical-align: middle; */
    color: #ffffff;
    font-size: 1.0248901903367496vw;
}

.globaloptin label::before,
.globaloptin label::after {
    position: absolute;
    content: "";
    /*Needed for the line-height to take effect*/
    display: inline-block;
}


/*Outer box of the fake checkbox*/

.globaloptin label::before {
    height: 1.171303074670571vw;
    width: 1.171303074670571vw;
    border: 1px solid;
    left: 0px;
    /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
     *to vertically center it.
     */
    top: -3px;
    cursor: pointer;
}


/*Checkmark of the fake checkbox*/

.globaloptin label::after {
    height: 0.36603221083455345vw;
    width: 0.6588579795021962vw;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 0.29282576866764276vw;
    top: 0.07320644216691069vw;
    cursor: pointer;
}


/*Hide the checkmark by default*/

.globaloptin input[type="checkbox"]+label::after {
    content: none;
}


/*Unhide on the checked state*/

.globaloptin input[type="checkbox"]:checked+label::after {
    content: "";
}


/*Adding focus styles on the outer-box of the fake checkbox*/

.globaloptin input[type="checkbox"]:focus+label::before {
    outline: none;
}


/** custom checkbox ends **/

@media only screen and (min-width: 768px) {
    form#mlistFormTwo {
        max-width: 40vw;
        margin: 0 auto;
    }

    .plain-ml-wrapper #secondform .welcome {
        margin-top: 10%;
    }

    .plain-ml-wrapper div#mlform {
        text-align: center;
        width: 100%;
        margin: 0px auto;
        box-sizing: content-box;
        padding: 0;
    }

    .plain-ml-wrapper div#secondform {
        /* max-width: 100%; */
        /* height: 100vh; */
        /* width: 100%; */
        /* padding-top: 0; */
        /* overflow-y: scroll; */
    }

    .plain-ml-wrapper #secondform .name {
        width: 100%;
        text-align: center;
        font-size: 0px;
        margin-bottom: 0;
    }

    .plain-ml-wrapper .first {
        font-size: 0px;
    }

    .plain-ml-wrapper #secondform .name div {
        font-size: 0px;
    }

    .plain-ml-wrapper #secondform input,
    .plain-ml-wrapper #secondform select {
        /* margin: 0; */
    }

    .plain-ml-wrapper input#goptin {
        margin: 0;
    }

    .plain-ml-wrapper #secondform .globaloptin {
        margin-top: 0;
    }

    .plain-ml-wrapper #secondform div.dobMonth.fieldWrap {
        margin-right: 2%;
    }

    .plain-ml-wrapper #secondform div.birthday {
        font-size: 0;
    }

    .plain-ml-wrapper #secondform .globaloptin span {
        padding-left: 10px;
    }

    .plain-ml-wrapper #mlform #terms .terms-message,
    .plain-ml-wrapper #secondform #terms .terms-message {
        font-size: 0.878vw;
        color: #fff;
        border: 1px solid #fff;
        max-width: 100%;
    }

    .plain-ml-wrapper div#thankyou {
        width: 100%;
        font-size: 26px;
        font-family: futura-pt, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #ffffff;
        text-transform: capitalize;
    }

    br.mob {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .plain-ml-wrapper #mlform input#email {
        font-size: 16px !important;
        padding-left: 12px;
        border: 1px solid #FFFFFF;
        background: none;
    }

    .plain-ml-wrapper #secondform .welcome {
        margin-top: 25%;
    }

    .plain-ml-wrapper #secondform input,
    .plain-ml-wrapper #secondform select {
        font-size: 16px;
    }

    .plain-ml-wrapper #secondform input#submit {
        font-size: 15px;
        display: block;
        max-width: 250px;
        width: 100%;
        height: 50px;
        /* line-height: 64px; */
        padding: 10px 40px;
    }

    .plain-ml-wrapper span.input-error {
        top: -20px;
        font-size: 14px;
    }

    .plain-ml-wrapper {
        max-width: 100%;
        width: 58%;
        margin: 0 auto;
    }

    p.message-description {
        font-family: 'bebas-neue';
        font-weight: 400;
        font-style: normal;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 40px;
        margin: 7% auto;
    }

    .plain-ml-wrapper #secondform div.dobMonth.fieldWrap {
        margin-right: 2%;
    }

    .plain-ml-wrapper #mlform input {
        width: 100%;
    }

    .plain-ml-wrapper #mlform input {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .plain-ml-wrapper input#submit {
        font-size: 14px;
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    .plain-ml-wrapper #terms {
        text-align: left;
        top: 0;
        transform: none;
        max-width: 98%;
        padding-top: 1px;
        padding-bottom: 4vw;
        /* margin: 0 auto; */
    }

    form#mlistFormTwo div#terms {
        right: 0;
        bottom: 0px;
        top: auto;
        margin-top: 10px;
    }

    .plain-ml-wrapper #secondform .name {
        margin: 0;
    }

    .plain-ml-wrapper form#mlistFormOne .email.fieldWrap {
        width: 64%;
        margin-right: 3%;
    }

    .plain-ml-wrapper form#mlistFormOne>div.submit {
        width: 80%;
        margin-top: 10px;
    }

    .plain-ml-wrapper form#mlistFormOne>div {
        width: 100%;
    }

    .plain-ml-wrapper #thankyou {
        padding: 0;
        padding-bottom: 10px;
        font-size: 18px;
    }

    input::placeholder {
        font-size: 16px;
    }

    .plain-ml-wrapper #mlform .terms,
    #secondform .terms {
        color: #FFFFFF;
        font-size: 14px;
        text-decoration: none;
        text-transform: capitalize;
        font-family: futura-pt, sans-serif;
        max-width: 59%;
        display: block;
        margin: 0 auto;
    }

    .plain-ml-wrapper p.terms-message-2,
    .plain-ml-wrapper p.terms-message {
        /* font-size: 12px;
    bottom: 20px; */
    }

    div#firstMlistForm #mlform .terms {
        padding-left: 29px;
    }

    div.plain-ml-wrapper span#secondFormClose {
        font-size: 20px;
        top: -15px;
        right: 15px;
    }

    .plain-ml-wrapper #secondform .welcome {
        font-size: 14px;
    }

    .plain-ml-wrapper #mlform #terms .terms-message,
    .plain-ml-wrapper #secondform #terms .terms-message,
    .plain-ml-wrapper p.terms-message-2,
    .plain-ml-wrapper p.terms-message {
        font-size: 13px;
        background: #000000;
        padding: 4% 2.3%;
        top: unset;
        left: 50%;
        transform: translateX(-50%);
        border: 1px solid;
        max-width: 100%;
        box-sizing: border-box;
        bottom: 10vw;
    }

    .plain-ml-wrapper div#thankyou {
        padding-bottom: 0;
        font-size: 24px;
    }

    .plain-ml-wrapper #secondform .name input {
        font-size: 16px;
    }

    .plain-ml-wrapper #secondform input:not([type="submit"]),
    .plain-ml-wrapper #secondform select {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }

    .plain-ml-wrapper div#secondform {
        max-width: 100%;
        /* height: 100vh; */
        width: 100%;
        padding-top: 0;
        /* overflow-y: scroll; */
    }

    form#mlistFormTwo {
        max-width: 90%;
        margin: 0 auto;
    }

    .globaloptin label {
        font-size: 3.7333333333333334vw;
        padding-left: 5.866666666666666vw;
    }

    .globaloptin label::before {
        height: 4.266666666666667vw;
        width: 4.266666666666667vw;
    }

    .globaloptin label::after {
        height: 1.3333333333333333vw;
        width: 2.4vw;
        left: 1.0666666666666667vw;
        top: 0.26666666666666666vw;
    }
}

@media only screen and (max-width: 767px) {
    .footerWrapper .mailinglist_Wrapper {
        margin-top: 0;
        max-width: 96%;
        margin: 0 auto;
        margin-top: 60px;
    }

    .plain-ml-wrapper #secondform .welcome {
        font-size: 14px;
        margin-top: 0;
    }

    .plain-ml-wrapper {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }

    .plain-ml-wrapper form#mlistFormOne .email.fieldWrap {
        width: 80%;
        margin: 0 auto;
    }

    .plain-ml-wrapper form#mlistFormOne>div.submit {
        width: 33%;
        display: inline-block;
    }

    .plain-ml-wrapper form#mlistFormTwo .name {
        width: 100%;
    }

    .plain-ml-wrapper #secondform input#submit {
        padding: 0px 20px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .plain-ml-wrapper form#mlistFormOne .email.fieldWrap {
        width: 60%;
        margin-right: 0%;
    }

    .plain-ml-wrapper form#mlistFormOne>div.submit {
        width: 33%;
        display: inline-block;
    }
}

@media only screen and (max-width:767px) {
    .plain-ml-wrapper #secondform select {
        background-size: 5vw;
    }

    form#mlistFormTwo div#terms {
        margin: 0;
    }

    .plain-ml-wrapper form#mlistFormOne>div.submit {
        width: 80%;
        display: inline-block;
    }

    .plain-ml-wrapper #mlform input#email {
        font-size: 16px !important;
        padding-left: 12px;
        border: 1px solid #FFFFFF;
        background: none;
    }

    .plain-ml-wrapper input#submit {
        font-size: 14px;
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    div#firstMlistForm #mlform .terms {
        /* padding-left: 29px; */
        padding-left: 0;
        text-align: center;
    }

    .plain-ml-wrapper p.terms-message-2 a {
        color: #fff;
        text-decoration: underline;
    }

    form#mlistFormOne {
        margin-bottom: 0;
        max-width: 100%;
        margin: 0 auto;
    }

    .plain-ml-wrapper #mlform .terms,
    #secondform .terms {
        color: #FFFFFF;
        font-size: 14px;
        text-decoration: none;
        text-transform: capitalize;
        font-family: futura-pt, sans-serif;
        max-width: 85.5vw;
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .plain-ml-wrapper input#submit {
        cursor: pointer;
        background-color: transparent;
        font-size: 14px;
        color: #ffffff;
        padding: 0px;
        display: inline-block;
        text-align: center;
        text-transform: capitalize;
        font-family: futura-pt, sans-serif;
        letter-spacing: 0;
        border: 1px solid #FFFFFF;
        margin-left: 0px;
        height: 50px;
        width: 100%;
    }

    div.plain-ml-wrapper span#secondFormClose {
        position: absolute;
        right: 110px;
        font-size: 2vw;
        cursor: pointer;
        color: #ffffff;
        font-family: futura-pt, sans-serif;
        font-weight: 400;
        font-style: normal;
        top: 100px;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    form#mlistFormOne {
        margin-bottom: 0;
        max-width: 58.5vw;
        margin: 0 auto;
    }

    .plain-ml-wrapper form#mlistFormOne>div.submit {
        width: 60%;
    }

    .plain-ml-wrapper input#submit {
        font-size: 14px;
        width: 100%;
        padding: 1px;
        margin: 0 auto;
    }

    div#firstMlistForm #mlform .terms {
        padding-left: 0px;
        padding-right: 27px;
    }

    .plain-ml-wrapper #secondform input#submit {
        font-size: 15px;
        display: block;
        max-width: 250px;
        width: 100%;
        height: 50px;
        /* line-height: 64px; */
        padding: 0px 18px;
    }
}




.footerWrapper .mailinglist_Wrapper #mlform .consent-placeholder {
    position: relative;
    margin: 3.5vh auto 0;
    display: block;
    /* width: 35%;
    text-align: justify; */
}

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

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

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

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

.footerWrapper .mailinglist_Wrapper .plain-ml-wrapper #mlform .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.88vw;
    padding-left: 2.54vw;
    vertical-align: top;
    font-weight: 400;
    position: static;
    transform: none;
    pointer-events: none;
    color: #fff;
}

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

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

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

.footerWrapper .mailinglist_Wrapper #mlform .secondform .consent-placeholder {
    margin: 2vh auto;
}

.footerWrapper .mailinglist_Wrapper .plain-ml-wrapper #mlform .mlform .consent-placeholder label a,
.footerWrapper .mailinglist_Wrapper .plain-ml-wrapper #mlform .mlform .consent-placeholder label span {
    color: #fff;
}

.footerWrapper .mailinglist_Wrapper .plain-ml-wrapper #mlform .mlform .consent-placeholder label a {
    text-decoration: underline;
    pointer-events: auto;
}

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

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

    .footerWrapper .mailinglist_Wrapper .plain-ml-wrapper #mlform .mlform .consent-placeholder input[type="checkbox"]+label {
        font-size: 4.024vw;
        padding-left: 7.94vw;
    }

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

    .footerWrapper .mailinglist_Wrapper .plain-ml-wrapper #mlform .consent-placeholder input[type="checkbox"]:checked+label:after {
        top: 0.528vh;
        left: 1.5vw;
    }
}

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

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

    .footerWrapper .mailinglist_Wrapper #mlform .consent-placeholder {
        position: relative;
        margin: 2vh auto;
    }

    .footerWrapper .mailinglist_Wrapper #mlform .consent-placeholder span.input-error {
        top: -1.75vh;
    }

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

@media only screen and (max-width:767px) and (orientation:portrait) {
    .footerWrapper .mailinglist_Wrapper #mlform .consent-placeholder {
        width: 80%;
    }

    .footerWrapper .mailinglist_Wrapper .plain-ml-wrapper #mlform .consent-placeholder input[type="checkbox"]:checked+label:after {
        font-size: 4vw;
    }

    .footerWrapper .mailinglist_Wrapper #mlform #secondform .consent-placeholder {
        width: auto;
    }
}

@media only screen and (max-width:932px) and (orientation:landscape) {
    .footerWrapper .mailinglist_Wrapper #mlform .consent-placeholder {
        width: 80%;
        margin-top: 5.5vh
    }

    .footerWrapper .mailinglist_Wrapper .plain-ml-wrapper #mlform .mlform .consent-placeholder input[type="checkbox"]+label {
        font-size: 1.5vw;
    }

    .footerWrapper .mailinglist_Wrapper #mlform .consent-placeholder span.input-error {
        top: -5vh;
    }

    .footerWrapper .mailinglist_Wrapper #mlform #secondform .consent-placeholder {
        width: auto;
    }
}

@media only screen and (min-width:767px) and (max-width:932px) and (orientation:landscape) {
    .plain-ml-wrapper form#mlistFormOne>div.submit {
        width: 71%
    }

    .plain-ml-wrapper form#mlistFormOne .email.fieldWrap {
        margin-right: 0%;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) and (orientation:portrait) {
    .footerWrapper .mailinglist_Wrapper .plain-ml-wrapper #mlform .mlform .consent-placeholder input[type="checkbox"]+label {
        font-size: 2.5vw;
    }

    .footerWrapper .mailinglist_Wrapper .plain-ml-wrapper #mlform .consent-placeholder input[type="checkbox"]:checked+label:after {
        font-size: 4vw;
    }
}

@media only screen and (min-width:1024px) and (max-width:1366px) and (orientation:landscape) {
  
    .footerWrapper .mailinglist_Wrapper .plain-ml-wrapper #mlform .consent-placeholder input[type="checkbox"]:checked+label:after {
        top: .2vw;
    }
}

@media only screen and (min-width:1024px) and (max-width:1024px) and (orientation:portrait) {
    .footerWrapper .mailinglist_Wrapper .plain-ml-wrapper #mlform .mlform .consent-placeholder input[type="checkbox"]+label {
        font-size: 1.5vw;
    }
}



.postalcode label {
    display: none;
}

.country label {
    display: none;
}

.first label {
    display: none;
}

label.tiny {
    display: none;
}

#secondform select:hover {
    cursor: pointer;
}