figure img {
	width: auto !important;
	height: auto !important;
	margin: 0;
}

figure figcaption {
	font-size: 0.8em;
	line-height: 1.4;
	padding: 1em 0 0 0;
	color: #666666;
}

figure.left-align,
figure.align-left,
figure[style*="float:left"],
img[data-align="left"] {
	max-width: 480px !important;
	width: auto !important;
	margin: 1em 1.5em 1em 0;
	float: left;
}

@media (max-width:575px) {

	figure.left-align,
	figure.align-left,
	figure[style*="float:left"],
	img[data-align="left"] {
		float: none !important;
		margin-right: 0;
	}
}

figure.left-align img,
figure.align-left img,
figure[style*="float:left"] img {
	width: auto !important;
	height: auto !important;
}

img[data-align="left"] {
	width: auto !important;
	height: auto !important;
}

figure.right-align,
figure.align-right,
figure[style*="float:right"],
img[data-align="right"] {
	max-width: 480px !important;
	width: auto !important;
	margin: 0.8em 0 1em 1.5em;
	float: right;
}

@media (max-width:575px) {

	figure.right-align,
	figure.align-right,
	figure[style*="float:right"],
	img[data-align="right"] {
		float: none !important;
		margin-left: 0;
	}
}

figure.right-align img,
figure.align-right img,
figure[style*="float:right"] img {
	width: auto !important;
	height: auto !important;
}

img[data-align="right"] {
	width: auto !important;
	height: auto !important;
}

img.left-align,
img.align-left,
img[data-align="left"] {
	margin: 1em 1.5em 1em 0;
}

img.right-align,
img.align-right,
img[data-align="right"] {
	margin: 0.8em 0 1em 1.5em;
}

.fcenter {
	width: auto !important;
}

.fcenter img {
	display: block;
	width: auto !important;
}

.fcenter~.figcaption {
	font-size: 0.8em;
	line-height: 1.4;
	margin-bottom: 25px;
	padding: 0 0 10px 0;
	color: #666666;
}

img[data-align="center"] {
	width: auto !important;
	margin: 0 auto !important;
	display: block;
}

.grd-icon-left {
	display: grid;
	grid-template-columns: 72px 1fr;
	grid-gap: 16px;
	align-items: center;
	margin: 16px 0 16px 0;
}

.grd-icon-left:last-child {
	margin-bottom: 32px;
}

.grd-icon-left p:only-of-type {
	margin-top: 0;
}

.grd-icon-left p:not(:first-of-type) {
	margin: 10px 0 20px 0;
}

p+ul {
	margin: 15px 0 0 0 !important;
}

p+h1,
p+h2,
p+h3,
p+h4 {
	margin-top: 40px !important;
	margin-bottom: 20px !important;
}

.partner-logo {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin: 32px 0 48px 0;
}

@media (min-width: 720px) {
	.partner-logo {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (min-width: 1024px) {
	.partner-logo {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media (min-width: 1140px) {
	.partner-logo {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
}

.p-logo {
	border: 1px solid #efefef;
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-logo img {
	max-width: 90%;
	margin: 16px;
	max-height: 100px;
}

#highcharts-bar {
	width: 300px;
	height: 500px;
	margin: 32px auto 64px auto;
}

@media (min-width: 360px) {
	#highcharts-bar {
		width: 340px;
		height: 500px;
	}
}

@media (min-width: 400px) {
	#highcharts-bar {
		width: 380px;
		height: 500px;
	}
}

@media (min-width: 720px) {
	#highcharts-bar {
		width: 600px;
		height: 500px;
	}
}

@media (min-width: 980px) {
	#highcharts-bar {
		width: 800px;
		height: 600px;
	}
}

#highcharts-pie {
	width: 300px;
	height: 500px;
	margin: 32px auto 64px auto;
}

@media (min-width: 360px) {
	#highcharts-pie {
		width: 340px;
		height: 500px;
	}
}

@media (min-width: 400px) {
	#highcharts-pie {
		width: 380px;
		height: 500px;
	}
}

@media (min-width: 720px) {
	#highcharts-pie {
		width: 600px;
		height: 500px;
	}
}

@media (min-width: 980px) {
	#highcharts-pie {
		width: 800px;
		height: 600px;
	}
}

.highcharts-exporting-group {
	display: none;
}

.blockquote-img {
	display: flex;
	flex-direction: row;
	gap: 32px;
	align-items: center;
}

@media (max-width: 575px) {
	.blockquote-img {
		flex-direction: column;
	}
}

.blockquote-img.reverse {
	display: flex;
	flex-direction: row-reverse;
	gap: 32px;
}

@media (max-width: 575px) {
	.blockquote-img {
		flex-direction: column;
	}

	.blockquote-img.reverse {
		flex-direction: column-reverse;
	}
}

.blockquote-img blockquote {
	width: 70%;
}

@media (max-width: 575px) {
	.blockquote-img blockquote {
		width: 100%;
	}
}

#highcharts-bar .highcharts-title {
	left: 110px !important;
}

#highcharts-pie .highcharts-subtitle {
	left: 110px !important;
	right: 50px !important;
}

@media (max-width: 575px) {
	#highcharts-bar .highcharts-title {
		left: 20px !important;
		right: 20px !important;
	}

	#highcharts-pie .highcharts-subtitle {
		left: 20px !important;
		right: 20px !important;
	}
}

.cards-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 24px
}

@media(max-width: 64em) {
	.cards-container {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media(max-width: 840px) {
	.cards-container {
		grid-template-columns: 1fr
	}
}

.small-card {
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 15px;
	padding: 50px 40px 50px 40px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.small-card img {
	display: flex;
	align-self: center
}

.small-card h2 {
	margin-bottom: unset !important;
	white-space: nowrap;
	color: #1d1051 !important;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 1.17;
	margin: 0 auto;
	text-align: center;
}

.small-card p {
	color: #1d1051 !important;
}

.bg-light-orange {
	background-color: #F49520;
}