body {
	position: relative;
	font-family: 'Inter',sans-serif;
	font-size: 1.125rem;
	line-height: 1.4;
	font-weight: 400;
	color: #000;
	background: #FFF;
	margin: 0;
	overflow-x: hidden;
}

h1 {
	font-size: 3.25rem;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: -0.3px;
	text-transform: none;
	color: #000;
	margin: 0 0 .5rem 0;
}

h2 {
	font-size: 2.625rem;
	line-height: 1.24;
	font-weight: 700;
	letter-spacing: -0.3px;
	text-transform: none;
	color: #2b2b80;
	margin: 0 0 1rem 0;
}

h3 {
	font-size: 2.125rem;
	line-height: 1.24;
	font-weight: 300;
	text-transform: none;
	color: #2b2b80;
	margin: 0 0 1rem 0;
}

h4 {
	font-size: 1.5rem;
	line-height: 2.5;
	font-weight: 500;
	text-transform: none;
	color: #2b2b80;
	margin: 0;
}

h5 {
	font-size: 1.3125rem;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: -0.3px;
	text-transform: none;
	color: #1c1137;
	margin: 0;
}

h6 {
	font-size: 1rem
	line-height: 1.5;
	font-weight: 700;
	text-transform: none;
	color: #2b2b80;
	margin: 0;
}

p {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0 0 1rem 0;
}

a {
	font-family: inherit;
	font-size: inherit;
	font-weight: 600;
	line-height: inherit;
	text-decoration: underline;
	text-underline-position: under;
	color: #2b2b80;
	transition: all .15s;
}
a:visited {}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}

.wd_page-content ul:not(.wd_layout-carousel):not(.wd_category_link_list),
.wd_page-content ol {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0 0 1rem 0;
	padding: 0 0 0 2rem;
	
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
}

b,strong {
    font-weight: 700;
}

i, em {
	font-style: italic;
}

sub,sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

blockquote {
    margin: 0 0 1rem 0;
}

img {
	width: auto;
	max-width: 100%;
	border-style: none;
}

table {
	width: auto;
	background: transparent;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 2rem 0;
}
table thead {
	border-bottom: 2px solid #2b2b80;
}
table th,
table thead th {
	font-weight: 700;
}
table:not(.wd_imagetable):not(.wd_attachment) tbody tr:nth-child(2n) {
	background: #ebf7fd;
}
table td,
table tbody td {
	border: none;
	padding: 1rem;
}
table tfoot {
	border-top: 2px solid #2b2b80;
}
table tfoot td {
	text-align: center;
}
caption {
	text-align: left;
	margin: 1rem 0;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

iframe {
    border: 0;
}

@media (max-width:  812px) {}
