@charset "utf-8";

html{box-sizing:border-box}

*,*:before,*:after{box-sizing:inherit}

html{
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%}
	
.wm-content,.w3-auto{margin-left:auto;margin-right:auto}

.wm-content{max-width:1300px}

.wm-auto{max-width:1300px}

.cta {
	display: block;
	width: 100%;
	padding: 20px;
	text-align: center;
}

.restricted {
	img {
		filter: saturate(0);
	}
}