.icon-arrow2-r, .icon-arrow2-l, .icon-arrow2-t, .icon-arrow2-b {
	display: inline-block;
	width: 12px !important;
	height: 12px !important;
}
.icon-arrow2-r:before, .icon-arrow2-l:before, .icon-arrow2-t:before, .icon-arrow2-b:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: transparent;
	transform-origin: center;
}

.icon-arrow2-r:before {
	border-top: 1px solid var(--color-txt);
	border-right: 1px solid var(--color-txt);
	transform: rotate(45deg) skew(-3deg, -3deg);
}

.icon-arrow2-l:before {
	border-bottom: 1px solid var(--color-txt);
	border-left: 1px solid var(--color-txt);
	transform: rotate(45deg) skew(-3deg, -3deg);
}

.icon-arrow2-b:before {
	top: -2px !important;
	border-top: 1px solid var(--color-txt);
	border-right: 1px solid var(--color-txt);
	transform: rotate(135deg) skew(-3deg, -3deg);
}

.icon-arrow2-t:before {
	top: 3px !important;
	border-bottom: 1px solid var(--color-txt);
	border-left: 1px solid var(--color-txt);
	transform: rotate(135deg) skew(-3deg, -3deg);
}

.icon-pdf:before {
	color: var(--color-red);
}

.l-section > div:not(.c-heading-tertiary):not(.c-heading-quaternary) + div, .l-section > div:not(.c-heading-tertiary):not(.c-heading-quaternary) + ul, .l-section > div:not(.c-heading-tertiary):not(.c-heading-quaternary) + ol, .l-section > div:not(.c-heading-tertiary):not(.c-heading-quaternary) + p, .l-section > div:not(.c-heading-tertiary):not(.c-heading-quaternary) + figure,
.l-section > ul + div,
.l-section > ul + ul,
.l-section > ul + ol,
.l-section > ul + p,
.l-section > ul + figure, .l-section > ol + div, .l-section > ol + ul, .l-section > ol + ol, .l-section > ol + p, .l-section > ol + figure, .l-section > p + div, .l-section > p + ul, .l-section > p + ol, .l-section > p + p, .l-section > p + figure, .l-section > figure + div, .l-section > figure + ul, .l-section > figure + ol, .l-section > figure + p, .l-section > figure + figure {
	margin-top: 60px;
}
.l-section ol + p,
.l-section ul + p,
.l-section p + p {
	margin-top: 10px;
}
.l-section .c-heading-tertiary {
	margin-bottom: 40px;
}
.l-section .c-heading-quaternary {
	margin-bottom: 36px;
}
/*# sourceMappingURL=article.css.map */
