/*! ccih-theme-assets v1.2.0 | (c) 2025 Kirill Miniaev | MIT License */
@charset "UTF-8";
/**
    __ __                                 
   / //_/____ _ _____ __  __ ____   ____ _
  / ,<  / __ `// ___// / / // __ \ / __ `/
 / /| |/ /_/ // /   / /_/ // / / // /_/ / 
/_/ |_|\__,_//_/    \__,_//_/ /_/ \__,_/  

**/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select, textarea {
	outline: none;
}

input[type=checkbox],
input[type=radio] {
	cursor: pointer;
}

button {
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.splide__container {
	box-sizing: border-box;
	position: relative;
}

.splide__list {
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block;
}

.splide__pagination {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	pointer-events: none;
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
	display: none;
}

.splide__progress__bar {
	width: 0;
}

.splide {
	position: relative;
	visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible;
}

.splide__slide {
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative;
}

.splide__slide img {
	vertical-align: bottom;
}

.splide__spinner {
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline;
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

@keyframes splide-loading {
	0% {
		transform: rotate(0);
	}
	to {
		transform: rotate(1turn);
	}
}
.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.splide--rtl {
	direction: rtl;
}

.splide__track--ttb > .splide__list {
	display: block;
}

.splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	z-index: 1;
}

.splide__arrow svg {
	fill: #000;
	height: 1.2em;
	width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
	opacity: 0.9;
}

.splide__arrow:disabled {
	opacity: 0.3;
}

.splide__arrow:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__arrow--prev {
	left: 1em;
}

.splide__arrow--prev svg {
	transform: scaleX(-1);
}

.splide__arrow--next {
	right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__pagination {
	bottom: 0.5em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1;
}

.splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: 0.7;
	padding: 0;
	position: relative;
	transition: transform 0.2s linear;
	width: 8px;
}

.splide__pagination__page.is-active {
	background: #fff;
	transform: scale(1.4);
	z-index: 1;
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: 0.9;
}

.splide__pagination__page:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__progress__bar {
	background: #ccc;
	height: 3px;
}

.splide__slide {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
	outline: 0;
}

@supports (outline-offset: -3px) {
	.splide__slide:focus-visible {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}
@media screen and (-ms-high-contrast: none) {
	.splide__slide:focus-visible {
		border: 3px solid #0bf;
	}
}
@supports (outline-offset: -3px) {
	.splide.is-focus-in .splide__slide:focus {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}
@media screen and (-ms-high-contrast: none) {
	.splide.is-focus-in .splide__slide:focus {
		border: 3px solid #0bf;
	}
	.splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
		border-color: #0bf;
	}
}
.splide__toggle {
	cursor: pointer;
}

.splide__toggle:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
	border: 3px solid transparent;
	cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
	border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
	transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
	transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
	left: 50%;
	transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
	top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
	transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
	transform: rotate(90deg);
}

.splide__pagination--ttb {
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: 0.5em;
	top: 0;
}

:root {
	--c-red: #ed1553;
	--c-orange: #f47e40;
	--c-green-d:	#7b846f;
	--c-green: #95c065;
	--c-green-l:	#f0f4ea;
	--c-gray-d: #544f4d;
	--c-gray-m: #918880;
	--c-gray-l: #f3efea;
	--c-gray-xl: #f6f6f6;
	--font-b: canada-type-gibson, sans-serif;
	--font-h:	var(--c-font-b);
}

html, body {
	width: 100%;
	height: 100%;
}

html {
	font-size: 62.5%;
}

body {
	box-sizing: border-box;
	font-family: var(--font-b);
	font-size: clamp(1.4rem, 4.5vw, 1.6rem);
	color: #000;
	overflow-x: hidden;
	font-feature-settings: "salt";
}

*, *:before, *:after {
	box-sizing: inherit;
	font-kerning: normal;
	font-variant-ligatures: common-ligatures contextual;
	font-variant-numeric: lining-nums;
	font-feature-settings: "kern", "liga", "clig", "calt", "lnum";
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-h);
}

h1 {
	font-size: clamp(2.2rem, 6.5vw, 3.6rem);
	line-height: 1.1;
}
h1 *, h1 a {
	line-height: 1.1;
}

h2 {
	font-size: clamp(2rem, 6vw, 3rem);
	line-height: 1.1;
}
h2 *, h2 a {
	line-height: 1.1;
}

h3 {
	font-size: clamp(1.8rem, 5.5vw, 2.6rem);
	line-height: 1.3;
}
h3 *, h3 a {
	line-height: 1.3;
}

h4 {
	font-size: clamp(1.7rem, 5vw, 2.2rem);
	line-height: 1.3;
}
h4 *, h4 a {
	line-height: 1.3;
}

h5 {
	font-size: clamp(1.6rem, 4.8vw, 1.8rem);
	line-height: 1.4;
}
h5 *, h5 a {
	line-height: 1.4;
}

h6 {
	font-size: clamp(1.4rem, 4.5vw, 1.6rem);
	line-height: 1.4;
}
h6 *, h6 a {
	line-height: 1.4;
}

div, span, p, a, ol, ul, li, dl, dd, dt, em, i, strong, b {
	line-height: 1.4;
}

a {
	text-decoration: none;
	color: var(--c-green);
	transition: color 250ms ease-in-out;
}
a:hover, a:focus {
	outline: none;
	border: 0;
	color: var(--c-green-d);
}

input, textarea {
	outline: none;
	box-shadow: none;
	font-family: var(--font-b);
	padding: 8px 1rem;
}

input, textarea {
	-webkit-appearance: none;
}

input[type=radio] {
	-webkit-appearance: radio;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

sup {
	font-size: 75%;
	position: relative;
	top: -4px;
}

sub {
	font-size: 75%;
	position: relative;
	bottom: -4px;
}

big {
	font-size: 130%;
}

small {
	font-size: 80%;
}

img {
	max-width: 100%;
	height: auto;
}

.gform_validation_container {
	display: none !important;
}

@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.gform_ajax_spinner,
.spinner {
	display: inline-block;
	border: 4px solid rgba(0, 0, 0, 0.2);
	border-left-color: var(--c-green);
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	animation: spinner 1.2s linear infinite;
}

.gform_footer {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.-full > ._wrapper {
	width: 100%;
	padding: 0 !important;
}

.-narrow > ._wrapper {
	width: 1000px;
}

._wrapper {
	display: block;
	width: 1300px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	padding: 2rem;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	transition: padding 250ms ease-in-out;
}
._wrapper.-left {
	justify-content: flex-start;
}
._wrapper.-center {
	justify-content: center;
}
._wrapper.-right {
	justify-content: flex-end;
}
._wrapper.-space {
	justify-content: space-between;
}
._wrapper.-stretch-h {
	justify-content: stretch;
}
._wrapper.-top {
	align-items: flex-start;
}
._wrapper.-middle {
	align-items: center;
}
._wrapper.-bottom {
	align-items: flex-end;
}
._wrapper.-stretch-v {
	align-items: stretch;
}
._wrapper.-nopadding {
	padding: 0;
}
@media screen and (min-width: 768px) {
	._wrapper {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}
}
@media screen and (min-width: 1024px) {
	._wrapper {
		padding-left: 4rem !important;
		padding-right: 4rem !important;
	}
}

._row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}
._row.-left {
	justify-content: flex-start;
}
._row.-center {
	justify-content: center;
}
._row.-right {
	justify-content: flex-end;
}
._row.-space {
	justify-content: space-between;
}
._row.-stretch-h {
	justify-content: stretch;
}
._row.-top {
	align-items: flex-start;
}
._row.-middle {
	align-items: center;
}
._row.-bottom {
	align-items: flex-end;
}
._row.-stretch-v {
	align-items: stretch;
}

._column {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}
@media screen and (max-width: 767px) {
	._column + ._column {
		padding-top: 4rem;
	}
}
._column.-left {
	justify-content: flex-start;
}
._column.-center {
	justify-content: center;
}
._column.-right {
	justify-content: flex-end;
}
._column.-space {
	justify-content: space-between;
}
._column.-stretch-h {
	justify-content: stretch;
}
._column.-top {
	align-items: flex-start;
}
._column.-middle {
	align-items: center;
}
._column.-bottom {
	align-items: flex-end;
}
._column.-stretch-v {
	align-items: stretch;
}
._column.-w-5 {
	width: calc(5% - 2rem);
}
@media screen and (max-width: 767px) {
	._column.-w-5 {
		width: 100%;
	}
}
._column.-w-10 {
	width: calc(10% - 2rem);
}
@media screen and (max-width: 767px) {
	._column.-w-10 {
		width: 100%;
	}
}
._column.-w-20 {
	width: calc(20% - 2rem);
}
@media screen and (max-width: 1024px) {
	._column.-w-20 {
		width: 25%;
	}
}
@media screen and (max-width: 767px) {
	._column.-w-20 {
		width: 50%;
	}
}
@media screen and (max-width: 430px) {
	._column.-w-20 {
		width: 100%;
	}
}
._column.-w-25 {
	width: calc(25% - 2rem);
}
@media screen and (max-width: 767px) {
	._column.-w-25 {
		width: 100%;
	}
}
._column.-w-30 {
	width: calc(30% - 2rem);
}
@media screen and (max-width: 767px) {
	._column.-w-30 {
		width: 100%;
	}
}
._column.-w-33 {
	width: calc(33.333333% - 1rem);
}
@media screen and (max-width: 767px) {
	._column.-w-33 {
		width: 100%;
	}
}
._column.-w-40 {
	width: calc(40% - 2rem);
}
@media screen and (max-width: 767px) {
	._column.-w-40 {
		width: 100%;
	}
}
._column.-w-45 {
	width: calc(45% - 2rem);
}
@media screen and (max-width: 767px) {
	._column.-w-45 {
		width: 100%;
	}
}
._column.-w-50 {
	width: calc(50% - 2rem);
}
._column.-w-50.-full {
	width: 50%;
}
@media screen and (max-width: 767px) {
	._column.-w-50.-full {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	._column.-w-50 {
		width: 100%;
	}
}
._column.-w-60 {
	width: calc(60% - 2rem);
}
@media screen and (max-width: 767px) {
	._column.-w-60 {
		width: 100%;
	}
}
._column.-w-65 {
	width: calc(65% - 2rem);
}
@media screen and (max-width: 767px) {
	._column.-w-65 {
		width: 100%;
	}
}
._column.-w-70 {
	width: calc(70% - 2rem);
}
@media screen and (max-width: 767px) {
	._column.-w-70 {
		width: 100%;
	}
}
._column.-w-80 {
	width: calc(80% - 2rem);
}
@media screen and (max-width: 767px) {
	._column.-w-80 {
		width: 100%;
	}
}
._column.-w-100 {
	width: 100%;
}

._grid {
	display: grid;
	gap: 2rem;
}
._grid.-gap-md {
	gap: 2rem;
}
@media screen and (min-width: 768px) {
	._grid.-gap-md {
		gap: 3rem;
	}
}
@media screen and (min-width: 1024px) {
	._grid.-gap-md {
		gap: 5rem;
	}
}
._grid.-col-2 {
	grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
	._grid.-col-2 {
		grid-template-columns: repeat(2, 1fr);
	}
}
._grid.-col-3 {
	grid-template-columns: repeat(3, 1fr);
}
._grid.-col-4 {
	grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 600px) {
	._grid.-col-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width: 900px) {
	._grid.-col-4 {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (min-width: 1120px) {
	._grid.-col-4 {
		grid-template-columns: repeat(4, 1fr);
	}
}

/**
 * Header & Footer
 */
body > header {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	background-color: var(--c-green);
}
@media screen and (max-width: 1100px) {
	body > header {
		z-index: 999;
		position: relative;
	}
	body > header ._wrapper {
		width: 100%;
		justify-content: space-between;
	}
}
body > header ._phone {
	color: #fff;
	font-size: clamp(1.4rem, 4vw, 2rem);
	font-weight: 600;
	font-style: italic;
	margin-right: 2rem;
	margin-left: 2rem;
}
@media screen and (max-width: 767px) {
	body > header ._phone {
		margin-left: 0;
	}
}

body > footer {
	background-color: var(--c-green-d);
	position: relative;
	z-index: 5;
}
body > footer ._brand {
	margin-top: -3rem;
}
@media screen and (max-width: 840px) {
	body > footer ._brand {
		margin-bottom: 2rem;
	}
}
body > footer ._column.-w-40 {
	width: calc(40% - 6rem);
}
@media screen and (max-width: 840px) {
	body > footer ._column.-w-40 {
		width: 100%;
	}
}
body > footer.-w-20 {
	width: calc(20% - 6rem);
}
@media screen and (max-width: 1024px) {
	body > footer.-w-20 {
		width: 25%;
	}
}
@media screen and (max-width: 840px) {
	body > footer.-w-20 {
		width: 50%;
	}
}
@media screen and (max-width: 430px) {
	body > footer.-w-20 {
		width: 100%;
	}
}
body > footer address,
body > footer ._phone,
body > footer ._copy {
	color: #b1b7a7;
	font-size: 1.4rem;
}
@media screen and (max-width: 540px) {
	body > footer address,
	body > footer ._phone,
	body > footer ._copy {
		display: block;
		width: 100%;
		text-align: center;
	}
}
body > footer ._phone {
	color: #fff;
	font-weight: 600;
	padding-right: 2rem;
	margin-right: 2rem;
	border-right: 1px solid var(--c-green-l);
}
@media screen and (max-width: 540px) {
	body > footer ._phone {
		border-right: 0;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 840px) {
	body > footer ._buttons.-left {
		justify-content: center;
		margin-bottom: 3rem;
	}
}
@media screen and (max-width: 840px) {
	body > footer ._buttons.-left ._button {
		margin-right: 0 !important;
	}
}
@media screen and (max-width: 840px) {
	body > footer ._column + ._column {
		padding-top: 4rem;
	}
}
@media screen and (max-width: 840px) {
	body > footer ._column.-w-20 {
		width: 50%;
	}
}
@media screen and (max-width: 840px) {
	body > footer ._row:last-of-type {
		flex-direction: column;
	}
}

@media screen and (max-width: 480px) {
	._brand {
		max-width: calc(100% - 7rem);
	}
}
._brand img {
	width: 28rem;
	height: auto;
}

._nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
@media screen and (max-width: 767px) {
	._nav {
		justify-content: center;
	}
}
._nav.-main .menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0;
}
._nav.-main .menu li {
	margin: 0 2rem;
	list-style-type: none;
}
@media screen and (min-width: 1101px) and (max-width: 1250px) {
	._nav.-main .menu li {
		margin: 0 1rem;
	}
}
._nav.-main .menu li a {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	text-decoration: none;
	transition: color 250ms ease-in-out;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 1.5rem 0;
	display: block;
}
._nav.-main .menu li a:hover, ._nav.-main .menu li a:focus {
	color: var(--c-green-l);
}
@media screen and (min-width: 1101px) and (max-width: 1250px) {
	._nav.-main .menu li a {
		font-size: 14px;
	}
}
._nav.-main .menu li.menu-item-has-children {
	position: relative;
}
._nav.-main .menu li.menu-item-has-children > a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
._nav.-main .menu li.menu-item-has-children > a::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.79' height='9.59' viewBox='0 0 5.79 9.59'%3E%3Cpath fill='%23fff' d='M1 9.59c-.26 0-.51-.1-.71-.29-.39-.39-.39-1.02 0-1.41L3.38 4.8.29 1.71C-.1 1.32-.1.68.29.29.68-.1 1.31-.1 1.7.29l3.79 3.79c.19.19.29.44.29.71s-.11.52-.29.71L1.7 9.29c-.2.2-.45.29-.71.29Z'/%3E%3C/svg%3E");
	display: block;
	margin-right: 0.5rem;
	transform: translateY(-1px);
}
._nav.-main .menu li.menu-item-has-children .sub-menu {
	display: block;
	position: absolute;
	top: 4.5rem;
	left: 0;
	z-index: 99;
	transition: opacity 250ms ease-in-out;
}
._nav.-main .menu li.menu-item-has-children:hover .sub-menu, ._nav.-main .menu li.menu-item-has-children:focus-within .sub-menu {
	opacity: 1;
	pointer-events: auto;
}
._nav.-main .menu .sub-menu {
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	opacity: 0;
	pointer-events: none;
}
._nav.-main .menu .sub-menu a {
	color: var(--c-green);
	white-space: nowrap;
	padding: 1rem 1.5rem;
	display: block;
}
._nav.-main .menu .sub-menu a:hover, ._nav.-main .menu .sub-menu a:focus {
	color: var(--c-green-d);
}
._nav.-footer {
	display: block;
	width: 100%;
}
._nav.-footer > div {
	width: 100%;
	display: block;
}
._nav.-footer h4 {
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: var(--c-green);
}
@media screen and (max-width: 840px) {
	._nav.-footer h4 {
		text-align: center;
	}
}
._nav.-footer .menu {
	width: 100%;
	display: block;
	border-top: 1px solid var(--c-green-l);
	padding-top: 1rem;
	margin-top: 2rem;
}
._nav.-footer .menu:has(li:nth-child(5)) {
	columns: 2;
}
._nav.-footer .menu li {
	display: block;
	padding: 0.5rem 0;
}
._nav.-footer .menu a {
	display: block;
	color: var(--c-green-l);
	transition: color 250ms ease-in-out;
	font-size: clamp(1.4rem, 4vw, 1.7rem);
}
@media screen and (max-width: 840px) {
	._nav.-footer .menu a {
		text-align: center;
	}
}
._nav.-footer .menu a:hover, ._nav.-footer .menu a:focus {
	color: #fff;
}
._nav.-footer-alt {
	display: block;
	width: 100%;
}
._nav.-footer-alt .menu li {
	display: block;
	padding: 1rem 0;
}
@media screen and (max-width: 840px) {
	._nav.-footer-alt .menu li {
		text-align: center;
	}
}
._nav.-footer-alt .menu a {
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
}
._nav.-legal .menu {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 6rem;
}
._nav.-legal .menu a {
	font-size: 1.4rem;
	color: #b1b7a7;
	text-decoration: underline;
	display: block;
}
._nav.-legal .menu a:hover, ._nav.-legal .menu a:focus {
	color: #fff;
}

/* 
Mobile Header Styles 
*/
@media screen and (max-width: 1100px) {
	body > header {
		z-index: 999;
		position: relative;
	}
	header ._nav.-main {
		display: none;
	}
	header ._nav.-main.-active {
		height: auto;
		display: flex;
		position: absolute;
		top: 83px;
		background: #80aa51;
		left: 0;
		width: 100vw;
		flex-direction: column;
		justify-content: center;
	}
	header .menu-main-menu-container {
		width: 100%;
	}
	header .-main-menu {
		width: 100%;
	}
	header .-main-menu #menu-main-menu {
		flex-direction: column;
	}
	header ._nav.-main .menu li.menu-item-has-children .sub-menu {
		opacity: 1;
		pointer-events: all;
		display: none;
		position: relative;
		width: 100%;
		left: auto;
		top: auto;
		border-radius: 0;
	}
	header ._nav.-main .menu li.menu-item-has-children:hover .sub-menu {
		display: none;
	}
	header ._nav.-main .menu li.menu-item-has-children.active .sub-menu {
		display: block;
	}
	header ._nav.-main .menu li {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	header ._nav.-main .menu li.menu-item-has-children > a {
		justify-content: center;
	}
	header ._nav.-main .menu li.menu-item-has-children > a::before {
		display: none;
	}
	header ._menu-toggle {
		display: block;
		position: absolute;
		right: 30px;
		top: 10px;
		border: 2px solid #fff;
		width: 25px;
		height: 24px;
		border-radius: 0.8rem;
	}
	header ._menu-toggle::before {
		top: 0;
		left: 0;
		position: absolute;
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border: 2px solid #fff;
		border-width: 0 2px 2px 0;
		transform: rotate(45deg) translate(7px, -2px);
	}
	header ._nav.-main .menu li.-active ._menu-toggle::before {
		transform: rotate(-135deg) translate(-10px, -1px);
	}
}
._menu-toggle {
	display: none;
}

._burger {
	outline: none;
	width: 15px;
	aspect-ratio: 1/0.8;
	border: 0px;
	padding: 18px;
	background: transparent;
	transition: all 250ms ease-out;
	cursor: pointer;
	appearance: none;
	display: none !important;
	font-size: 0;
	position: relative;
	border: 2px solid #fff;
	border-radius: 1rem;
}
@media screen and (max-width: 1100px) {
	._burger {
		display: flex !important;
	}
}
._burger::before, ._burger::after {
	content: "";
	width: 19px;
	height: 2px;
	position: absolute;
	background: #fff;
	transition: transform 250ms ease-out;
	left: 50%;
}
._burger::before {
	top: 12px;
	transform: translateX(-50%);
}
._burger::after {
	bottom: 12px;
	transform: translateX(-50%);
}
._burger.-active::before {
	transform: translateX(-50%) translateY(260%) rotate(45deg);
}
._burger.-active::after {
	transform: translateX(-50%) translateY(-260%) rotate(-45deg);
}

/**
 * General
 */
section:not(.-full) {
	padding: 2rem 0;
}
@media screen and (min-width: 768px) {
	section:not(.-full) {
		padding: 6rem 0;
	}
}

/**
 * Components
 */
._buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
._buttons.-left {
	justify-content: flex-start;
}
._buttons.-left ._button {
	margin-left: 0;
}
._buttons.-center {
	justify-content: center;
}
._buttons.-right {
	justify-content: flex-end;
}
@media screen and (min-width: 501px) {
	._buttons ._button:first-of-type {
		margin-left: 0;
	}
	._buttons ._button:last-of-type {
		margin-right: 0;
	}
}

._button {
	margin: 1rem 1.5rem;
	border-radius: 4rem;
	font-size: clamp(1.4rem, 4vw, 1.8rem);
	line-height: 1;
	text-align: center;
	transition: box-shadow 250ms ease-in-out;
}
._button:focus, ._button:hover {
	box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
}
._button.-green {
	background-color: var(--c-green);
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: clamp(1.4rem, 4vw, 2rem);
	padding: 1.25rem 2.5rem 1.5rem;
}
._button.-white {
	background-color: var(--c-green-l);
	color: var(--c-green);
	font-weight: 600;
	text-transform: uppercase;
	font-size: clamp(1.4rem, 4vw, 2rem);
	padding: 1.25rem 2.5rem 1.5rem;
}
._button.-white.-outline {
	color: #fff;
	border: 2px solid #fff;
	font-weight: 600;
	padding: 0.75rem 2.5rem 1rem;
	background: transparent;
	font-size: clamp(1.4rem, 4vw, 1.8rem);
	text-transform: none;
}
._button.-text {
	color: var(--c-green);
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: 600;
	font-size: clamp(1.4rem, 4vw, 1.7rem);
	letter-spacing: 0.5px;
	transition: color 250ms ease-in-out;
}
._button.-text:focus, ._button.-text:hover {
	box-shadow: none;
	color: var(--c-gray-d);
}

._embed {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
}
._embed iframe,
._embed object,
._embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

defer-image {
	display: block;
	width: 100%;
	height: auto;
}
defer-image[type=background] {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 300ms ease-in-out;
	transition-delay: 350ms;
}
@media screen and (max-width: 767px) {
	defer-image[type=background] {
		/*background-image: none !important;*/
		opacity: 1;
		background-size: cover;
		background-position: center;
		z-index: 0;
	}
}
@media screen and (min-width: 768px) {
	defer-image[type=background][loaded] {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	._wrapper.-left ._hero defer-image[type=background] {
		background-position: right center;
		position: relative;
		height: 66vw;
		background-size: 200% auto;
		z-index: 1;
		background-color: var(--c-green-l);
	}
}

._hero {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	padding: 0;
	min-height: 66vw;
}
@media screen and (max-width: 767px) {
	._hero {
		flex-direction: column;
		background: var(--c-green-l);
	}
}
@media screen and (min-width: 768px) {
	._hero {
		padding: 2rem 0;
		min-height: 45rem;
	}
}
@media screen and (min-width: 1024px) {
	._hero {
		padding: 8rem 0;
	}
}
@media screen and (max-width: 767px) {
	._hero ._wrapper {
		padding: 4rem 2rem;
	}
}

.-hero-p-bottom-xl ._hero {
	padding-bottom: 0rem !important;
	min-height: 0;
	height: auto;
}
@media screen and (min-width: 768px) {
	.-hero-p-bottom-xl ._hero {
		padding-bottom: 24rem !important;
	}
}

._title {
	margin-bottom: 2rem;
	width: 100%;
}
._title, ._title * {
	line-height: 1;
}
._title.-center {
	text-align: center;
}
._title.-right {
	text-align: right;
}
._title span {
	font-weight: 500;
	text-transform: uppercase;
	color: var(--c-green-d);
	display: block;
	font-size: 40%;
	line-height: 1;
	letter-spacing: 1px;
	margin-bottom: 0.5rem;
}
._title strong {
	font-weight: 600;
	color: var(--c-green);
	display: block;
	line-height: 1;
}
._title strong.-icon {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
._title strong.-icon defer-image {
	width: 5rem;
	aspect-ratio: 1;
	background-color: #fff !important;
	border: 2px solid #c3e296;
	border-radius: 100%;
	display: block;
	margin-right: 2rem;
	padding: 0.5rem;
}
@media screen and (min-width: 768px) {
	._title strong.-icon defer-image {
		width: 8rem;
	}
}
._title strong.-icon defer-image img {
	display: block;
	width: 100%;
}
._title strong.-icon b {
	width: calc(100% - 10rem);
}

.-invert ._title strong {
	color: #fff !important;
}

@media screen and (max-width: 767px) {
	.-light {
		background: var(--c-green-d);
	}
}
.-light ._title span {
	color: #d9efb1;
}
.-light ._title strong {
	color: #f0f4ea;
}

h1._title,
h2._title {
	font-size: clamp(3rem, 7vw, 6rem);
}

h3._title {
	font-size: clamp(2.4rem, 4.4vw, 5rem);
}

h2._title.-no-pretitle strong h3._title.-no-pretitle strong {
	font-size: clamp(2.4rem, 6vw, 5rem);
	color: var(--c-green-d);
}

._contentblock {
	font-size: clamp(1.4rem, 4vw, 1.8rem);
	width: 100%;
}
._contentblock, ._contentblock * {
	line-height: 1.6;
}
._contentblock:not(:last-child), ._contentblock *:not(:last-child) {
	margin-bottom: 1.5rem;
}
._contentblock b, ._contentblock strong {
	font-weight: 600;
	color: var(--c-green-d);
}
._contentblock em, ._contentblock i {
	font-style: italic;
}
._contentblock a {
	color: var(--c-green);
	text-decoration: underline;
	font-weight: 600;
}
._contentblock a em, ._contentblock a strong {
	color: var(--c-green);
}
._contentblock a:hover, ._contentblock a:focus {
	text-decoration: underline;
}
._contentblock ul {
	list-style-type: disc;
	padding-left: 2.5rem;
	margin: 2rem 0;
}
._contentblock ul li {
	margin: 1rem 0;
}

.-invert ._contentblock {
	color: var(--c-green-l);
}
.-invert ._contentblock a, .-invert ._contentblock a strong, .-invert ._contentblock a em {
	color: var(--c-green-l);
}
.-invert ._contentblock a:hover, .-invert ._contentblock a:focus, .-invert ._contentblock a strong:hover, .-invert ._contentblock a strong:focus, .-invert ._contentblock a em:hover, .-invert ._contentblock a em:focus {
	color: #fff;
}
.-invert ._contentblock b, .-invert ._contentblock strong {
	color: var(--c-green-l);
}

._floatcolumns {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
@media screen and (max-width: 767px) {
	._floatcolumns {
		flex-direction: column;
	}
}
._floatcolumns ._image {
	width: 100%;
}
@media screen and (min-width: 768px) {
	._floatcolumns ._image {
		margin-bottom: 3rem;
		width: 45%;
	}
}
._floatcolumns ._image defer-image img {
	border-radius: 2rem;
}
._floatcolumns ._copy {
	position: relative;
	width: 55%;
	margin-top: 5rem;
	padding: 5rem;
}
._floatcolumns ._copy::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% + 8rem);
	height: 100%;
	background-color: var(--c-green);
	border-radius: 2rem;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	._floatcolumns ._copy {
		width: 100%;
		padding: 3rem 2rem;
	}
}
@media screen and (max-width: 767px) {
	._floatcolumns ._copy {
		width: 100%;
		margin-top: 0;
		padding: 3.5rem;
	}
	._floatcolumns ._copy::before {
		width: 100%;
		height: calc(100% + 8rem);
	}
}
@media screen and (max-width: 480px) {
	._floatcolumns ._copy {
		padding: 2.5rem 2rem 3rem;
	}
}
._floatcolumns ._copy h3 {
	color: var(--c-green-l);
	font-size: clamp(2.4rem, 4.4vw, 5rem);
}
._floatcolumns ._copy h3 span, ._floatcolumns ._copy h3 strong {
	color: inherit;
}
._floatcolumns ._copy ._contentblock {
	color: var(--c-green-l);
}
._floatcolumns ._copy ._contentblock ul {
	columns: 2;
	gap: 4rem;
}
@media screen and (max-width: 500px) {
	._floatcolumns ._copy ._contentblock ul {
		columns: 1;
	}
}
._floatcolumns ._copy ._contentblock strong, ._floatcolumns ._copy ._contentblock b {
	color: inherit;
}
._floatcolumns._floatcolumns-boxes {
	max-width: 100rem;
	margin: 3rem auto;
}
._floatcolumns._floatcolumns-boxes ._copy {
	padding: 0;
	background: none;
	width: 100%;
}
@media screen and (min-width: 768px) {
	._floatcolumns._floatcolumns-boxes ._copy {
		width: 50%;
		margin-left: -5%;
	}
}
._floatcolumns._floatcolumns-boxes ._copy::before {
	display: none;
}
._floatcolumns._floatcolumns-boxes ._image {
	width: 100%;
}
@media screen and (max-width: 767px) {
	._floatcolumns._floatcolumns-boxes ._image {
		padding-bottom: 1rem;
	}
}
@media screen and (min-width: 768px) {
	._floatcolumns._floatcolumns-boxes ._image {
		width: 55%;
	}
}

._image.-rounded img {
	border-radius: 2rem;
}

._form {
	display: block;
	width: 100%;
}
._form input,
._form textarea {
	font-size: clamp(1.4rem, 4vw, 2rem);
	font-family: var(--font-b);
	color: var(--c-gray-d);
	border: 2px solid #d1d8c5;
	border-radius: 5px;
	line-height: 1;
	padding: 1rem 1.5rem;
	width: 100%;
}
._form input::placeholder,
._form textarea::placeholder {
	color: #d1d8c5;
}
._form textarea {
	min-height: 10rem;
	resize: vertical;
}
._form .gform_fields {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
._form .gform_fields .gfield {
	margin-bottom: 1.5rem;
	width: 100%;
}
._form .gform_fields .gfield.-focus .gfield_label {
	transform: translateY(0);
}
._form .gform_fields .ginput_container_select {
	font-size: clamp(1.4rem, 4vw, 2rem);
	font-family: var(--font-b);
	color: var(--c-gray-d);
	border: 2px solid #d1d8c5;
	line-height: 1;
	width: 100%;
	padding: 0.8rem 1.5rem 0.9rem;
	border-radius: 5px;
	background: #fff;
}
._form .gform_fields .ginput_container_select select {
	cursor: pointer;
	width: 100%;
	background-color: transparent;
	appearance: none;
	border: none;
	outline: none;
	color: inherit;
	font-family: inherit;
	font-size: clamp(1.4rem, 4vw, 2rem);
	line-height: 1.4;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.64 10.66"><path d="M0,1.84c0-.47.18-.94.54-1.3C1.26-.18,2.42-.18,3.14.54l5.68,5.68L14.5.54c.72-.72,1.88-.72,2.6,0,.72.72.72,1.88,0,2.6l-6.98,6.98c-.34.34-.81.54-1.3.54s-.96-.19-1.3-.54L.54,3.14c-.36-.36-.54-.83-.54-1.3Z" style="fill: %2395c065;"/></svg>') 100% center/12px auto no-repeat #fff;
}
._form .gform_fields .gfield--width-half {
	width: calc(50% - 1rem);
}
@media screen and (max-width: 600px) {
	._form .gform_fields .gfield--width-half {
		width: 100%;
	}
}
._form .gform_fields .gfield_required {
	display: none;
}
._form .gform_fields .gfield_label {
	font-size: clamp(1.4rem, 4vw, 1.8rem);
	font-family: var(--font-b);
	color: #a9b29a;
	padding: 0 1.5rem;
	margin-bottom: 0.5rem;
	display: block;
	transform: translateY(4.3rem);
	transition: transform 100ms ease-in-out;
	pointer-events: none;
}
@media screen and (max-width: 400px) {
	._form .gform_fields .gfield_label {
		transform: translateY(3.6rem);
	}
}
._form .gform-footer {
	width: 100%;
	justify-content: center;
}
._form .validation_message {
	padding: 1rem;
	color: var(--c-red);
	font-size: clamp(1.4rem, 5vw, 1.6rem);
	font-weight: 600;
}
._form .gform_submission_error {
	font-size: clamp(1.4rem, 5vw, 2.2rem);
	background-color: var(--c-red);
	color: #fff;
	padding: 1rem;
	text-align: center;
}
._form .gform_confirmation_message {
	font-size: clamp(1.4rem, 4vw, 1.8rem);
	text-align: center;
}
._form .gform_required_legend {
	display: none;
}

.-dark-bg-form ._form .gform_fields .gfield.-focus .gfield_label {
	color: #fff;
}
.-dark-bg-form ._button.-green {
	background: var(--c-green-l);
	color: var(--c-green);
}
.-dark-bg-form .validation_message {
	color: #fff !important;
}
.-dark-bg-form .gform_confirmation_message {
	color: #fff !important;
}

._iconcard {
	display: block;
	padding: 3rem;
	border: 3px solid var(--c-green);
	border-radius: 2rem;
	text-align: center;
	background-color: #fff;
	align-self: stretch;
}
._iconcard defer-image {
	max-width: 8rem;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	._iconcard defer-image {
		max-width: 13rem;
	}
}
._iconcard h3 {
	font-size: clamp(2rem, 6vw, 2.8rem);
}
._iconcard ._contentblock, ._iconcard ._contentblock * {
	line-height: 1.4;
}

._reviews {
	width: 100%;
	display: block;
	margin: 4rem auto;
}
._reviews .splide__track {
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	._reviews .splide__track {
		width: calc(100% - 12rem);
	}
}
._reviews .splide__slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

._review {
	display: block;
	width: 100%;
}
._review svg {
	display: block;
	margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
	._review svg {
		width: 12rem;
		margin: 0 auto 1rem;
	}
}
._review blockquote {
	font-size: clamp(2.2rem, 6.5vw, 3.6rem);
	font-style: italic;
	font-weight: 100;
	color: #000;
	margin-bottom: 3rem;
	text-align: center;
}
._review blockquote p::before {
	content: "“";
}
._review blockquote p::after {
	content: "”";
}
._review figcaption {
	font-size: clamp(1.4rem, 5.5vw, 2.2rem);
	color: var(--c-green);
	text-align: center;
	font-weight: 700;
}
._review figcaption strong {
	color: var(--c-gray-d);
}

._dics-title {
	margin-bottom: -3rem;
	max-width: 50rem;
	position: relative;
	z-index: 2;
}
._dics-title .splide__slide {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
._dics-title .splide__slide span {
	display: block;
	padding: 0.75rem 4rem;
	background-color: var(--c-green);
	color: #fff;
	border-radius: 1rem;
	font-size: clamp(1.6rem, 5vw, 2.6rem);
	text-transform: uppercase;
	letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
	._decorated-image-cta-slider {
		padding-bottom: 6rem;
	}
}

._dics-img {
	position: static;
}
@media screen and (min-width: 768px) {
	._dics-img {
		position: relative;
	}
}
._dics-img defer-image {
	width: 88%;
	margin-left: 6%;
}
@media screen and (min-width: 768px) {
	._dics-img defer-image {
		width: 80%;
	}
}
._dics-img img {
	border-radius: 2rem;
}
._dics-img .splide__arrows {
	position: absolute;
	transform: translateY(100%);
	display: flex;
	justify-content: center;
}
@media screen and (min-width: 768px) {
	._dics-img .splide__arrows {
		margin-left: 30%;
		bottom: -4rem;
	}
}
@media screen and (max-width: 767px) {
	._dics-img .splide__arrows {
		gap: 8px;
		width: 100%;
		bottom: 2rem;
	}
}
._dics-img .splide__arrow {
	position: static;
	width: 3rem;
	height: 3rem;
	border: 2px solid var(--c-green);
}
@media screen and (min-width: 768px) {
	._dics-img .splide__arrow--next {
		margin-left: 2rem;
	}
}

._dics-details {
	width: 100%;
	position: relative;
	z-index: 2;
	margin-left: auto;
	margin-right: 0;
	margin-top: -10rem;
}
@media screen and (min-width: 768px) {
	._dics-details {
		max-width: 30rem;
	}
}
._dics-details .splide__slide > div {
	display: block;
	padding: 3rem;
	border: 3px solid var(--c-green);
	border-radius: 2rem;
	text-align: center;
	background-color: #fff;
}
._dics-details .splide__slide > div h3 {
	text-align: center;
	font-size: clamp(1.4rem, 4vw, 1.8rem);
	text-transform: uppercase;
	color: var(--c-green-d);
	letter-spacing: 1px;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #d2d6cc;
}
._dics-details .splide__slide > div h3 strong {
	font-weight: 700;
}
._dics-details .splide__slide > div h3 em {
	font-style: italic;
}
._dics-details .splide__slide > div ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
._dics-details .splide__slide > div ul li {
	margin: 0.5rem auto;
}
._dics-details .splide__slide > div ul li::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.8' height='14.8' data-name='Isolation Mode' viewBox='0 0 14.8 14.8'%3E%3Cpath fill='%2395c065' fill-rule='evenodd' d='M7.4 0c4.09 0 7.4 3.31 7.4 7.4s-3.31 7.4-7.4 7.4S0 11.49 0 7.4 3.31 0 7.4 0ZM5.87 9.81 4.06 8c-.31-.31-.31-.81 0-1.12.31-.31.81-.31 1.12 0l1.28 1.28 3.18-3.18c.31-.31.81-.31 1.12 0 .31.31.31.81 0 1.12L7.02 9.84c-.31.31-.81.31-1.12 0l-.03-.03Z'/%3E%3C/svg%3E");
	display: inline-block;
	margin-right: 1rem;
}
._dics-details .splide__slide > div ._button {
	margin-top: 3rem;
}

.splide__arrow {
	width: 4rem;
	height: 4rem;
	border: 3px solid var(--c-green);
	border-radius: 50%;
	background-color: transparent;
}
.splide__arrow svg {
	width: 100%;
	height: 100%;
}
.splide__arrow svg path {
	fill: var(--c-green);
}

.splide__arrow--prev {
	left: 0;
}

.splide__arrow--next {
	right: 0;
}

._content-boxes {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	grid-column-gap: 40px;
}
._content-boxes._content-boxes-cols {
	grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
	._content-boxes._content-boxes-cols {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 767px) {
	._content-boxes._content-boxes-cols {
		margin-bottom: 2rem;
	}
}
._content-boxes ._content-box {
	background: var(--c-green-l);
	border: 0;
	border-radius: 2rem;
	padding: 2.4rem 2rem;
}
@media screen and (min-width: 768px) {
	._content-boxes ._content-box {
		padding: 3rem;
	}
}
._content-boxes ._content-box strong {
	color: var(--c-green);
	font-weight: 700;
}
._content-boxes ._content-box a {
	color: #000;
}
._content-boxes ._content-box,
._content-boxes ._content-box p {
	text-align: left;
}

._membership-plans {
	display: flex;
	gap: 50px;
	margin: 2rem auto;
	width: 100%;
	max-width: 120rem;
}
@media screen and (max-width: 1023px) {
	._membership-plans {
		flex-direction: column;
		gap: 20px;
	}
}

._membership-plan {
	padding: 3rem 2rem;
	flex-grow: 1;
	background: linear-gradient(90deg, #77aa35, #95c065);
	border-radius: 20px;
	color: #fff;
}
@media screen and (min-width: 768px) {
	._membership-plan {
		padding: 3rem;
	}
}
@media screen and (max-width: 1023px) {
	._membership-plan {
		width: 100%;
	}
}
._membership-plan h3 {
	font-weight: 600;
	color: #fff;
	line-height: 1.1;
}
@media screen and (min-width: 768px) {
	._membership-plan h3 {
		font-size: clamp(2.2rem, 6.5vw, 3.6rem);
	}
}
._membership-plan h4 {
	font-style: italic;
}

._membership-plan-header {
	text-align: center;
	padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
	._membership-plan-header {
		min-height: 9rem;
	}
}

._membership-plan-content ul li {
	color: var(--c-green-l);
	padding: 1rem;
}
._membership-plan-content ul li strong {
	font-weight: 600;
}
._membership-plan-content ul li em {
	font-style: italic;
}
._membership-plan-content ul li:not(:last-of-type) {
	border-bottom: 0.1rem solid #bfd8a1;
}
._membership-plan-content ul ul {
	padding-left: 3rem;
}
._membership-plan-content ul ul li {
	list-style: disc;
	border: 0 !important;
	padding: 0;
}

._faq-accordion {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	width: 100%;
	max-width: 100rem;
	margin: 2rem auto;
}
._faq-accordion details {
	background: #dce0d5;
	border-radius: 1.2rem;
	padding: 1.5rem 1rem 1.5rem 3rem;
	width: 100%;
	cursor: pointer;
}
@media screen and (min-width: 768px) {
	._faq-accordion details {
		padding: 2rem 3rem 2.5rem 6rem;
	}
}
._faq-accordion details[open] summary::after {
	transform: translateY(-50%) rotate(180deg);
}
._faq-accordion summary {
	font-size: clamp(1.6rem, 4.5vw, 2.4rem);
	font-weight: 600;
	color: var(--c-green-d);
	list-style: none;
	position: relative;
	padding-right: 10rem;
	padding-bottom: 0.5rem;
	width: 100%;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	._faq-accordion summary {
		line-height: 1.2;
		padding-right: 7rem;
	}
}
@media screen and (min-width: 768px) {
	._faq-accordion summary {
		font-size: clamp(2.4rem, 6.5vw, 3.8rem);
	}
}
._faq-accordion summary::after {
	top: 50%;
	right: 2rem;
	width: 3rem;
	height: 3rem;
	position: absolute;
	content: "";
	border: 0.3rem solid var(--c-green);
	padding: 1.6rem;
	border-radius: 10rem;
	display: block;
	transform: translateY(-50%);
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.64 10.66"><path d="M0,1.84c0-.47.18-.94.54-1.3C1.26-.18,2.42-.18,3.14.54l5.68,5.68L14.5.54c.72-.72,1.88-.72,2.6,0,.72.72.72,1.88,0,2.6l-6.98,6.98c-.34.34-.81.54-1.3.54s-.96-.19-1.3-.54L.54,3.14c-.36-.36-.54-.83-.54-1.3Z" style="fill: %2395c065;"/></svg>') center/1.6rem auto no-repeat;
	transition: all 0.3s ease-in-out;
}

/**
 * Parallax
 */
body .-ov-vis {
	overflow: visible !important;
}

.-plax-section {
	overflow: hidden;
}

plax-wrapper {
	position: absolute;
	top: 0;
}

._plax-dots-top {
	left: calc(50vw + 500px);
	width: 400px;
}

._plax-dots-bottom {
	right: calc(50vw + 500px);
	width: 400px;
	top: auto;
	bottom: 0;
}

._plax-dots-wide-top {
	right: -5vw;
	width: 110vw;
	max-width: 1800px;
	top: -80px;
}
@media screen and (max-width: 767px) {
	._plax-dots-wide-top {
		display: none;
	}
}

._plax-dots-wide-bottom {
	left: -5vw;
	width: 110vw;
	max-width: 1800px;
	bottom: 0px;
	top: auto;
}
@media screen and (max-width: 767px) {
	._plax-dots-wide-bottom {
		display: none;
	}
}

._plax-logo-right-light-green {
	top: -200px;
	right: -200px;
	opacity: 0.3;
	width: 1000px;
}

._plax-logo-left-light-green {
	top: -200px;
	left: -200px;
	width: 1000px;
	opacity: 0.3;
}

.-green ._plax-logo-left-light-green {
	opacity: 0.05;
}

/**
 * Modules
 */
/**
 * Pages
 */
.-bg-green-box {
	background: linear-gradient(90deg, #77aa35, #95c065);
	padding: 3rem 2rem;
	border-radius: 2rem;
}
@media screen and (min-width: 768px) {
	.-bg-green-box {
		padding: 4rem;
	}
}
@media screen and (min-width: 1024px) {
	.-bg-green-box {
		padding: 8rem;
	}
}
.-bg-green-box h2,
.-bg-green-box p,
.-bg-green-box strong {
	color: #fff;
}

.-bg.-light-green {
	background-color: var(--c-green-l);
}
.-bg.-green {
	background-color: #77aa35;
	position: relative;
}
.-bg.-green-box {
	background: linear-gradient(90deg, #77aa35, #95c065);
	padding: 3rem 2rem;
	border-radius: 2rem;
}
@media screen and (min-width: 768px) {
	.-bg.-green-box {
		padding: 4rem;
	}
}
@media screen and (min-width: 1024px) {
	.-bg.-green-box {
		padding: 8rem;
	}
}
.-bg.-green-box h2,
.-bg.-green-box p,
.-bg.-green-box strong {
	color: #fff;
}
.-bg.-shape {
	position: relative;
}
.-bg.-shape ._wrapper {
	position: relative;
	z-index: 5;
}
.-bg.-dots {
	position: relative;
}
.-bg.-dots ._wrapper {
	position: relative;
	z-index: 5;
}
.-bg.-dots-alt {
	position: relative;
	padding: 3rem 0;
}
@media screen and (min-width: 768px) {
	.-bg.-dots-alt {
		padding: 35rem 0;
	}
}
.-bg.-dots-alt ._wrapper {
	position: relative;
	z-index: 5;
}

.-bg-back-facts {
	background: url(/wp-content/uploads/2025/09/back-facts-bg.webp) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
	.-bg-back-facts ._column {
		padding: 1rem 2rem;
	}
}

.-m-neg-top-xxl {
	margin-top: -4rem;
}
@media screen and (min-width: 768px) {
	.-m-neg-top-xxl {
		margin-top: -72rem;
	}
}
.-m-neg-top-xl {
	margin-top: 0rem;
}
@media screen and (min-width: 768px) {
	.-m-neg-top-xl {
		margin-top: -20rem;
	}
}

.-special-margins-1 {
	margin: -14% auto;
}

.-p-no {
	padding: 0 !important;
}
.-p-top-no {
	padding-top: 0 !important;
}

.-z-1 {
	position: relative;
	z-index: 1;
}
.-z-2 {
	position: relative;
	z-index: 2;
}
.-z-3 {
	position: relative;
	z-index: 3;
}
.-z-4 {
	position: relative;
	z-index: 4;
}
.-z-5 {
	position: relative;
	z-index: 5;
}
.-z-6 {
	position: relative;
	z-index: 6;
}
.-z-7 {
	position: relative;
	z-index: 7;
}
.-z-8 {
	position: relative;
	z-index: 8;
}
.-z-9 {
	position: relative;
	z-index: 9;
}
.-z-10 {
	position: relative;
	z-index: 10;
}

.-italic-headings h2 i,
.-italic-headings h3 i,
.-italic-headings h4 i {
	font-weight: 300;
	font-style: italic;
}

.-h3-large h3 {
	font-size: clamp(4rem, 8vw, 8rem);
}

.-reverse-title ._title {
	flex-direction: column-reverse;
	display: flex;
	gap: 10px;
}

.-reverse-title ._title span {
	font-style: italic;
}

.-text-green {
	color: var(--c-green-d);
}

.-text-sm p {
	font-size: 1.8rem;
	font-style: italic;
	margin-bottom: 1rem !important;
	line-height: 1.2;
}

.-caps {
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	font-size: 2rem;
	font-weight: 600;
}

.-border-right {
	border: 0.2rem solid var(--c-green);
	border-width: 0.2rem 0;
	padding: 3rem 0;
}
@media screen and (min-width: 768px) {
	.-border-right {
		border-width: 0 0.2rem 0 0;
		padding: 0 4rem 0 0;
	}
}

.-narrow-content ._contentblock {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.-icon-cards-left {
	max-width: 94rem;
}
.-icon-cards-left ._iconcard {
	border: 0;
	padding: 0 0 0 10rem;
	position: relative;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.-icon-cards-left ._iconcard {
		padding: 0 0 0 5rem;
	}
}
.-icon-cards-left ._iconcard ._title b,
.-icon-cards-left ._iconcard ._contentblock {
	text-align: left;
}
.-icon-cards-left .-icon defer-image {
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, #77aa35, #95c065);
	padding: 2rem;
	border: 0;
	border-radius: 1.4rem;
}
@media screen and (max-width: 767px) {
	.-icon-cards-left .-icon defer-image {
		width: 4rem !important;
		top: -0.4rem;
	}
}
@media screen and (max-width: 480px) {
	.-icon-cards-left .-icon defer-image {
		top: -1rem;
	}
}
.-icon-cards-left .-icon defer-image img {
	width: 4rem;
}
.-icon-cards-left h3 {
	margin-bottom: 1rem;
	border: 0;
}

@media screen and (max-width: 767px) {
	.-mobile-first-col {
		order: -1 !important;
		padding-top: 0 !important;
		padding-bottom: 4rem !important;
	}
}

@media screen and (max-width: 767px) {
	.splide__arrow {
		top: auto;
		bottom: -112px;
	}
}

@media screen and (max-width: 767px) {
	c-spacer {
		display: none !important;
	}
}

/*# sourceMappingURL=core.css.map */