.errorContentMain{
    position: absolute;
    /* height: 100vh; */
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: 400;
    font-style: normal;
    font-size: 2vw;
    width: 100%;
}
.text1{
    text-align: center;
    margin-bottom: 0.5vw; 
}
.text2{
    text-align: center;
    margin-bottom: 0.5vw; 
}
.text3{
    text-align: center;
    margin-bottom: 0.5vw; 
}
.text3 a{
    color: #000;
}
.text3 a:hover{
    color: #000;
    opacity: 0.7;
}

@media only screen and (max-width:1023px) , only screen and (max-width: 1024px) and (orientation: portrait) {
.errorContentMain {
    position: relative;
    /* height: 100vh; */
    top: 50vw;
    left: 0;
    transform: none;
    font-weight: 400;
    font-style: normal;
    font-size: 6vw;
    width: 100%;
}
#Homer .footer-wrapper {
    margin-top: 40vh;
}
    #Homer .copyright-wrapper {
        position: static;
        bottom: 0;
        left: 50%;
        transform: none;
        width: 100%;
    }
}



.mail-wrapping .consent-placeholder {
	position: relative;
	margin: 20px auto;
	display: block;
}

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

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

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

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

.mail-wrapping .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: 12px;
	padding-left: 32px;
	vertical-align: top;
	font-weight: 400;
	position: static;
	transform: none;
	pointer-events: auto;
}

.mail-wrapping .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after {
	content: "\2713";
	position: absolute;
	top: 2px;
	line-height: 1;
	left: 4px;
	font-size: 16px;
	color: #000;
	font-weight: 700;
	text-align: center;
}

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

.mail-wrapping .consent-placeholder span.input-error {
	color: red;
	position: absolute;
	top: -20px;
	left: 0;
	bottom: auto;
}

.mail-wrapping .secondform .consent-placeholder {
	margin: 20px auto;
}

.mail-wrapping .plain-ml-wrapper .mlform .consent-placeholder label a,
.mail-wrapping .plain-ml-wrapper .mlform .consent-placeholder label span {
	color: #000;
}

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

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

#thankyoublock-innerwrapper span.consent-placeholder label {
	font-size: 10px;
}

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

	.mail-wrapping .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"]+label {
		font-size: 12px;
	}

}