.checkbox1 {
	width: 100%;
	float: left;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	float: left;
	margin: 0 0 26px;
}
.checkbox3 {
	width: 100%;
	float: left;
	margin: 0 0 6px;
}
.checkbox4 {
	width: 100%;
	float: left;
	margin: 0 0 26px;
}
.checkbox1 a, .checkbox2 a {
	color: #ffffff;
	text-decoration: underline;
}
.checkbox3 a, .checkbox4 a {
	color: #000000;
	text-decoration: underline;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #373739;
}
.checkbox1, .checkbox2 {
	font-size: 13.93px;
	color: #ffffff;
	letter-spacing: 0;
	line-height: 26px;
}
.checkbox3, .checkbox4 {
	font-size: 13.93px;
	color: #000000;
	letter-spacing: 0;
	line-height: 26px;
}
.checkbox1 span, .checkbox2 span, .checkbox3 span, .checkbox4 span {
	display: inherit;
	position: relative;
	top: 0;
}
input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
input[type=checkbox].css-checkbox + label.css-label {
	margin: 0 0 0;
	padding: 0 0 0 26px;
	height: 11px;
	display: initial;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -17px;
}
label.css-label {
	background-image: url(../images/checkbox-thumb1.svg);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox3 label.css-label, .checkbox4 label.css-label {
	background-image: url(../images/checkbox-thumb2.svg);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.checkbox1 { width:100%; margin:0 0 10px;}
.checkbox2 { width:100%; margin:0 0 20px;}
.checkbox1, .checkbox2 { font-size:12.93px; line-height:25px;}
.checkbox1 span, .checkbox2 span { position:relative; top:1px;}
input[type=checkbox].css-checkbox + label.css-label { background-size:14px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -15px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.checkbox1 { width:100%; margin:0 0 10px;}
.checkbox2 { width:100%; margin:0 0 20px;}
.checkbox1, .checkbox2 { font-size:12.93px; line-height:25px;}
.checkbox1 span, .checkbox2 span { position:relative; top:1px;}
input[type=checkbox].css-checkbox + label.css-label { background-size:14px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -15px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.checkbox1 { width:100%; margin:0 0 10px;}
.checkbox2 { width:100%; margin:0 0 20px;}
.checkbox1, .checkbox2 { font-size:12.93px; line-height:25px;}
.checkbox1 span, .checkbox2 span { position:relative; top:1px;}
input[type=checkbox].css-checkbox + label.css-label { background-size:14px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -15px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.checkbox2 { width:100%; margin:0 0 20px;}
input[type=checkbox].css-checkbox + label.css-label { background-position:0 -2px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -19px;
}
.checkbox1, .checkbox2 { font-size:11.93px; line-height:24px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.checkbox2 { width:100%; margin:0 0 23px;}
input[type=checkbox].css-checkbox + label.css-label { background-position:0 -2px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -19px;
}
.checkbox1, .checkbox2 { font-size:12.93px; line-height:25px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.mac-os input[type=checkbox].css-checkbox + label.css-label { background-size:14px; background-position:0 -2px;}
.mac-os input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -17px;}
}