html {
  box-sizing: border-box;
}
body {
	font-size: 16px;
	color: rgba(64,64,64,1);
}
*, *::before, *::after {
  box-sizing: inherit;
}
.ct-section::after,
.ct-section-inner-wrap::after,
.ct-div-block::after {
	display: table;
	content: " ";
	clear: both;
	white-space: normal;
}
.ct-section-inner-wrap {
	margin-left: auto;
	margin-right: auto;
}
.ct-columns-inner-wrap {
	/* flex layout */
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.ct-column {
	float: left !important;
	word-break: break-word;
}
.ct-svg-icon {
	display: inline-block;
	width: 1em !important;
	height: 1em !important;
	fill: currentColor;
}
.ct-columns-inner-wrap > .ct-column:first-child {
    margin-left: 0 !important;
}
.ct-columns-inner-wrap > .ct-column:last-child {
    margin-right: 0 !important;
}