@import "css/icomoon.css";
:root {
    --primary: #003c75;
    --primary_rgb: 0, 60, 117;
    --secondary: #f58220;
    --secondary_rgb: 245, 130, 32;
    --tertiary: #43AA8B;
    --tertiary_rgb: 67, 170, 139;
	--text: #000000;
}
[class^="sl-"], [class*=" sl-"],[class^="sl-"]:before, [class*=" sl-"]:before {
    font-family: 'simple-line-icons';
	font-style:normal
}
[class^="icon-"], [class*=" icon-"], [class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "icomoon";
	font-style: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	speak: none;
	font-weight: normal;
}

body, input, textarea, select, button {
    font-family: "Montserrat", "Arial", sans-serif !important;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	color: var(--text);
	-webkit-backface-visibility: hidden;
}



img {
	max-width: 100%;
}
.fontw600 {
	font-weight: 600;
}
h2.primary, h2.secondary, h2.tertiary {
	font-weight: 600;
}
h2.primary {
	color: var(--primary)
}
h2.secondary {
	color: var(--secondary)
}
h2.tertiary {
	color: var(--tertiary)
}
.mce-content-body div:not('.kc-elm'), .vnt_the_content div:not('.kc-elm') {
	width: 100%;
	float: left;
	margin-bottom: 12px;
}
.mce-content-body div.flex, .vnt_the_content div.flex {
	display: flex;
	flex-flow: wrap;
}
blockquote {
	width: 100%;
	float: left;
}
blockquote + p {
	width: 100%;
	float: left;
}
blockquote.primary, .mce-visualblocks blockquote.primary {
	margin: 0 0 15px;
    background: #f9f9f9;
    border-left: 4px solid var(--primary);
    padding: 10px;
	border-radius: 5px;
}
blockquote.primary, .mce-visualblocks blockquote.primary {
	margin: 0 0 15px;
    background: #f9f9f9;
    border-left: 4px solid var(--secondary);
    padding: 10px;
	border-radius: 5px;
}
blockquote.tertiary, .mce-visualblocks blockquote.tertiary {
	margin: 0 0 15px;
    background: #f9f9f9;
    border-left: 4px solid var(--tertiary);
    padding: 10px;
	border-radius: 5px;
}
blockquote.call {
	margin: 0 0 12px 0;
	display: flex;
}
blockquote.call a {
	display: inline-block;
	margin: auto;
	padding: 8px 15px;
	background: var(--primary);
	color: #FFFFFF;
	border-radius: 36px;
}
blockquote.call a::before {
	display: inline-block;
	content: "\f008";
	font-family: 'IcoFont' !important;
	font-weight: 400;
	margin-right: 5px;
	color: var(--tertiary);
	animation: Shake 0.5s linear infinite;
	font-size: 150%;
}
blockquote div {
	display: inline-block;
}
blockquote p {
	margin-top: 0;
	margin-bottom: 10px;
}
blockquote p:last-child {
	margin-bottom: 0;
}
.mce-content-body h2, .vnt_the_content h2 {
	font-size: 24px;
	line-height: 30px;
}
.mce-content-body h3, .vnt_the_content h3 {
	font-size: 20px;
	line-height: 26px;
}
.mce-content-body h4, .vnt_the_content h4 {
	font-size: 18px;
	line-height: 24px;
}
.mce-content-body h5, .vnt_the_content h5 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}
.mce-content-body ul, .vnt_the_content ul {
	margin-top: 0;
	margin-bottom: 12px;
	padding-left: 15px;
}
ul.no_list {
	list-style: none;
	padding: 0 0 0 10px;
}
ul.no_list .vnt_svg, .mce-content-body ul.no_list img {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
ul.check {
	list-style: none;
	margin-top: 0;
	padding: 0 0 0 10px;
}
ul.check li::before {
	content: "\eed6";
	font-family: 'IcoFont' !important;
	margin-right: 10px;
	font-size: 18px;
}
ul.check.primary li::before {
	color: var(--primary)
}
ul.check.secondary li::before {
	color: var(--secondary)
}
ul.check.tertiary li::before {
	color: var(--tertiary)
}

a.vnt_download {
	display: inline-block;
	background: var(--primary);
	color: #FFFFFF;
	font-weight: 500;
	border-radius: 30px;
	line-height: 36px;
	padding: 0 20px;
	transition: all 500ms ease;
	margin: auto;
}
a.vnt_download:hover {
	background: var(--tertiary);
	color: #FFFFFF;
}
a.vnt_download::before {
	content: "\e6be";
	font-family: "icomoon" !important;
	margin-right: 10px;
}