﻿@import 'https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap';
:root {
	--color-primary-hover: color-mix(
		in srgb,
		var(--color-primary, #2cb00b) 90%,
		black
	);
	--color-primary-active: color-mix(
		in srgb,
		var(--color-primary, #2cb00b) 80%,
		black
	);
	--color-primary-opacity-5: color-mix(
		in srgb,
		var(--color-primary, #2cb00b) 5%,
		white
	);
	--color-primary-opacity-10: color-mix(
		in srgb,
		var(--color-primary, #2cb00b) 10%,
		white
	);
	--color-primary-opacity-15: color-mix(
		in srgb,
		var(--color-primary, #2cb00b) 15%,
		white
	);
	--color-primary-opacity-20: color-mix(
		in srgb,
		var(--color-primary, #2cb00b) 20%,
		white
	);
	--color-primary-opacity-25: color-mix(
		in srgb,
		var(--color-primary, #2cb00b) 25%,
		white
	);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #000;
	margin-top: 0;
	margin-bottom: 15px;
}
h1 {
	font-size: 36px;
	margin-bottom: 20px;
	text-align: center;
}
h2 {
	font-size: 30px;
	margin-bottom: 20px;
	text-align: center;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 18px;
}
@media (max-width: 768px) {
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 20px;
	}
}
.section h2 {
	margin: 0 0 30px;
}
ul,
ol {
	padding: 0;
	margin: 0;
	list-style-position: inside;
}
a {
	color: #2cb00b;
	text-decoration: none;
}
a.btn,
a.button {
	text-decoration: none;
}
a.btn:hover,
a.button:hover {
	text-decoration: none;
}
.section p {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	font-size: 18px;
	margin-bottom: 20px;
	text-align: justify;
}
.section p:empty,
.section p:last-child {
	margin-bottom: 0;
}
.section a:not(.btn):not(.button) {
	color: #2cb00b;
	text-decoration: underline;
}
.section a:not(.btn):not(.button):hover {
	text-decoration: none;
}
.section ul,
.section ol {
	padding: 0;
	margin: 0 0 20px;
	list-style-position: inside;
}
.section ul li,
.section ol li {
	margin: 8px 0;
	font-size: 18px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	text-align: justify;
}
.section ul li::marker,
.section ol li::marker {
	margin-right: 10px;
}
.section hr {
	margin-top: 30px;
	margin-bottom: 30px;
}
img {
	border-style: none;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: inherit;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
svg:not(:root) {
	overflow: hidden;
}
[role='button'],
button,
a {
	cursor: pointer;
}
[role='button'],
a,
area,
button,
input,
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
button,
input,
select,
textarea {
	line-height: inherit;
}
input[type='checkbox']:disabled,
input[type='radio']:disabled {
	cursor: not-allowed;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
	-webkit-appearance: listbox;
}
textarea {
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
}
input[type='search'] {
	-webkit-appearance: none;
}
output {
	display: inline-block;
}
[hidden] {
	display: none !important;
}
figure {
	margin: 0;
	padding: 0;
}
blockquote {
	margin: 0 0 20px 0;
}
.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #eee;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
table.table,
table.simple-table,
table.factTable {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
table.table caption,
table.simple-table caption,
table.factTable caption {
	padding: 10px 20px;
	border: 1px solid #7bb9a6;
	font-size: 18px;
	border-top: none;
	text-align: center;
}
table.table th,
table.table thead td,
table.simple-table th,
table.simple-table thead td,
table.factTable th,
table.factTable thead td {
	padding: 10px 20px;
	border: 1px solid #7bb9a6;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
table.table tbody td,
table.simple-table tbody td,
table.factTable tbody td {
	padding: 10px 20px;
	border: 1px solid #7bb9a6;
	font-size: 18px;
}
table.table tfoot td,
table.simple-table tfoot td,
table.factTable tfoot td {
	padding: 10px 20px;
	border: 1px solid #7bb9a6;
	font-size: 18px;
	font-weight: 500;
}
table.table tbody tr,
table.simple-table tbody tr,
table.factTable tbody tr {
	transition: background-color 0.2s ease;
}
table.table tbody tr:hover,
table.simple-table tbody tr:hover,
table.factTable tbody tr:hover {
	background-color: rgba(189, 189, 189, 0.1);
}
.overflow-scroll {
	margin-top: 20px;
	margin-bottom: 20px;
}
.overflow-scroll table.table,
.overflow-scroll table.simple-table,
.overflow-scroll table.factTable {
	margin-top: 0;
	margin-bottom: 0;
}
table.line {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
table.line caption {
	padding: 10px 20px;
	border: 1px solid #7bb9a6;
	font-size: 18px;
	border-top: none;
	text-align: center;
}
table.line th,
table.line thead td {
	padding: 10px 20px;
	border: 1px solid #7bb9a6;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
table.line tbody td {
	padding: 10px 20px;
	border: 1px solid #7bb9a6;
	font-size: 18px;
}
table.line tfoot td {
	padding: 10px 20px;
	border: 1px solid #7bb9a6;
	font-size: 18px;
	font-weight: 500;
}
table.line tbody tr {
	transition: background-color 0.2s ease;
}
table.line tbody tr:hover {
	background-color: rgba(189, 189, 189, 0.1);
}
table.line th,
table.line td,
table.line tbody td,
table.line tfoot td {
	border-left: none;
	border-right: none;
}
table.line caption {
	border: none;
}
table.line thead tr:first-child th,
table.line thead tr:first-child td {
	border-top: none;
}
table.table.left,
table.line.left {
	text-align: left;
}
table.table.left th,
table.line.left th,
table.table.left thead td,
table.line.left thead td,
table.table.left tfoot td,
table.line.left tfoot td,
table.table.left caption,
table.line.left caption {
	text-align: left;
}
nav.breadcrumbs {
	width: 1140px;
	max-width: 100%;
	padding: 15px;
	margin: 0 auto 15px;
	white-space: nowrap;
	overflow-x: auto;
}
nav.breadcrumbs ol {
	list-style: none;
	margin: 0;
}
nav.breadcrumbs ol li {
	display: inline-block;
	line-height: 1.3;
}
nav.breadcrumbs ol li:after {
	margin: 0 6px;
	content: '/';
	display: inline-block;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
nav.breadcrumbs ol li:last-child {
	padding-right: 15px;
}
nav.breadcrumbs ol li:last-child:after {
	display: none;
}
nav.breadcrumbs ol li a,
nav.breadcrumbs ol li span.item-current {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
nav.breadcrumbs ol li a {
	text-decoration: underline;
}
nav.breadcrumbs ol li a:hover {
	text-decoration: none;
}
.pagination {
	display: block;
	margin: 60px auto 0;
	color: #fff;
	text-align: center;
}
.pagination a,
.pagination span {
	display: inline-block;
	min-width: 40px;
	padding: 0 12px;
	margin: 10px;
	opacity: 1;
	text-decoration: none;
	color: #575757;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.pagination a:hover,
.pagination span:hover {
	text-decoration: none;
	color: var(--color-primary-hover, var(--color-primary, #2cb00b));
}
.pagination a:focus,
.pagination span:focus {
	text-decoration: none;
	color: var(--color-primary-active, var(--color-primary, #2cb00b));
}
.pagination .page-numbers.current {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--color-primary, #2cb00b);
	color: #fff;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	min-width: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.load-more-box .load-more-button {
	display: flex;
	justify-content: center;
	background: var(--color-primary, #2cb00b);
	border-radius: 6px;
	border: none;
	box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.25);
	padding: 15px 30px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	cursor: pointer;
	width: 100%;
	max-width: 300px;
	margin: 30px auto;
}
.load-more-box .load-more-button:hover {
	background: var(--color-primary-hover, var(--color-primary, #2cb00b));
}
.load-more-box .load-more-button:focus {
	outline: 1px dashed var(--color-primary-hover, var(--color-primary, #2cb00b));
	outline-offset: 1px;
}
.load-more-box .load-more-button:active {
	background: var(--color-primary-active, var(--color-primary, #2cb00b));
}
.load-more-box .load-more-button.loading {
	background-size: 200% 100%;
	background-image: linear-gradient(
		to right,
		var(--color-primary, #2cb00b) 50%,
		var(--color-primary-hover, var(--color-primary, #2cb00b)) 50%
	);
	animation: progress-bar 2s linear infinite;
	pointer-events: none;
}
@keyframes progress-bar {
	0% {
		background-position: 100% 0;
	}
	100% {
		background-position: -100% 0;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.single-post-wrapper.style-1 > .date-wrap,
.single-page-wrapper.style-1 > .date-wrap {
	display: block;
	margin: 0 auto 30px;
	max-width: 400px;
	width: fit-content;
	border-radius: 50px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
	color: #000;
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	padding: 10px 15px;
	text-align: center;
	line-height: 1.5;
}
.single-post-wrapper.style-1 > .date-wrap:before,
.single-page-wrapper.style-1 > .date-wrap:before {
	content: '';
	width: 20px;
	height: 20px;
	font-family: 'custom-icons';
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	margin-right: 5px;
}
.single-post-wrapper.style-1 > .date-wrap time,
.single-page-wrapper.style-1 > .date-wrap time {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.single-post-wrapper.style-1 .authors-box,
.single-page-wrapper.style-1 .authors-box {
	display: flex;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
	width: 100%;
	overflow: auto;
}
.single-post-wrapper.style-1 .authors-box .contributors,
.single-page-wrapper.style-1 .authors-box .contributors {
	display: flex;
	overflow-x: auto;
	white-space: nowrap;
	scroll-behavior: smooth;
	text-align: center;
}
.single-post-wrapper.style-1 .authors-box .contributors > div,
.single-page-wrapper.style-1 .authors-box .contributors > div {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	gap: 12px;
	border-radius: 6px;
	justify-content: center;
}
.single-post-wrapper.style-1 .authors-box .contributors > div > span,
.single-page-wrapper.style-1 .authors-box .contributors > div > span {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.single-post-wrapper.style-1 .authors-box .contributors .card,
.single-page-wrapper.style-1 .authors-box .contributors .card {
	position: relative;
	flex-shrink: 0;
}
.single-post-wrapper.style-1 .authors-box .contributors .card img,
.single-page-wrapper.style-1 .authors-box .contributors .card img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 8px;
}
.single-post-wrapper.style-1 .authors-box .contributors .card a,
.single-page-wrapper.style-1 .authors-box .contributors .card a {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration-line: underline;
}
.single-post-wrapper.style-1 .authors-box .contributors .card a:hover,
.single-page-wrapper.style-1 .authors-box .contributors .card a:hover {
	text-decoration: none;
}
.single-post-wrapper.style-1 .authors-box .contributors .card + .card,
.single-page-wrapper.style-1 .authors-box .contributors .card + .card {
	margin-left: 17px;
}
.single-post-wrapper.style-1 .authors-box .contributors .card + .card:before,
.single-page-wrapper.style-1 .authors-box .contributors .card + .card:before {
	content: '';
	width: 1.5px;
	height: 22px;
	background: #000;
	display: block;
	position: absolute;
	left: -14px;
	rotate: 15deg;
	top: 5px;
}
.single-post-wrapper.style-1 .authors-box .contributors .card + span,
.single-page-wrapper.style-1 .authors-box .contributors .card + span {
	margin-left: 10px;
}
.single-post-wrapper.style-2 > .date-wrap,
.single-page-wrapper.style-2 > .date-wrap {
	display: block;
	margin: 0 auto 30px;
	max-width: 400px;
	width: fit-content;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	padding: 10px 15px;
	border-bottom: 1px solid #d9d9d9;
	text-align: center;
	line-height: 1.5;
}
.single-post-wrapper.style-2 > .date-wrap:before,
.single-page-wrapper.style-2 > .date-wrap:before {
	content: '';
	width: 20px;
	height: 20px;
	font-family: 'custom-icons';
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	margin-right: 5px;
}
.single-post-wrapper.style-2 > .date-wrap time,
.single-page-wrapper.style-2 > .date-wrap time {
	color: var(--color-primary, #2cb00b);
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	font-weight: 500;
}
.single-post-wrapper.style-2 .authors-box,
.single-page-wrapper.style-2 .authors-box {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	width: 100%;
	overflow: auto;
}
.single-post-wrapper.style-2 .authors-box .contributors,
.single-page-wrapper.style-2 .authors-box .contributors {
	overflow-x: auto;
	white-space: nowrap;
	scroll-behavior: smooth;
	text-align: center;
}
.single-post-wrapper.style-2 .authors-box .contributors > div,
.single-page-wrapper.style-2 .authors-box .contributors > div {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	gap: 12px;
	border-radius: 6px;
	background: var(--color-primary-opacity-5, var(--color-primary, #2cb00b));
	padding: 10px 20px;
	justify-content: center;
}
.single-post-wrapper.style-2 .authors-box .contributors > div > span,
.single-page-wrapper.style-2 .authors-box .contributors > div > span {
	color: var(--color-primary, #2cb00b);
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.single-post-wrapper.style-2 .authors-box .contributors .card,
.single-page-wrapper.style-2 .authors-box .contributors .card {
	position: relative;
}
.single-post-wrapper.style-2 .authors-box .contributors .card a,
.single-page-wrapper.style-2 .authors-box .contributors .card a {
	color: var(--color-primary, #2cb00b);
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration-line: underline;
}
.single-post-wrapper.style-2 .authors-box .contributors .card a:hover,
.single-page-wrapper.style-2 .authors-box .contributors .card a:hover {
	text-decoration: none;
}
.single-post-wrapper.style-2 .authors-box .contributors .card + .card,
.single-page-wrapper.style-2 .authors-box .contributors .card + .card {
	margin-left: 0;
}
.single-post-wrapper.style-2 .authors-box .contributors .card + .card:before,
.single-page-wrapper.style-2 .authors-box .contributors .card + .card:before {
	content: ',';
	width: 5px;
	height: 22px;
	display: block;
	position: absolute;
	left: -11px;
	top: 3px;
	color: var(--color-primary, #2cb00b);
}
.single-post-wrapper.style-2 .authors-box .contributors .card + span,
.single-page-wrapper.style-2 .authors-box .contributors .card + span {
	margin-left: 10px;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	background-color: #e0ede9;
	overflow-x: hidden;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
}
article,
aside,
footer,
header,
nav,
section {
	display: block;
}
*,
::after,
::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
#main {
	margin: 0 0 60px;
}
body:not(.error404) > header + #main {
	margin-top: 30px;
}
.section {
	padding: 40px 10px 20px;
	margin-right: -10px;
	margin-left: -10px;
}
.overflow-scroll {
	width: 100%;
	overflow-x: auto;
}
.grecaptcha-badge {
	visibility: hidden;
}
#main > article {
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.post-info p.date.post-info__right {
	margin-bottom: 0;
}
.single-contributor header + main > article {
	padding-top: 60px;
}
.single-post-wrapper #main-image {
	max-width: 400px;
	width: 100%;
	margin: 0 auto 20px;
	display: block;
} /*# sourceMappingURL=main.css.map */
