/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 20 2024 | 18:33:52 */
* {
	box-sizing: border-box;
}

html {
	font-size: 120%;
	scroll-behavior: smooth;
}

@media only screen and (max-width: 1440px) {
	html {
		font-size: 110%;
	}
}

@media only screen and (max-width: 640px) {
	html {
		font-size: 100%;
	}
}

body {
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
}

input, button, textarea, select {
	font: inherit;
}

p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	overflow-wrap: break-word;
	letter-spacing: inherit;
	color: var(--brand-900);
}

:root {
	--brand-900: #1F2211;
	--brand-700: #464B29;
	--brand-500: #737A38;
	--brand-300: #AFB467;
	--brand-100: #E9EBCE;
	--black-300: CCCCC8;
	--white: #FFFFFF;
	--time-200: all 200ms ease;
}

:focus-visible {
	outline: 2px solid var(--brown-900);
	outline-offset: 1px;
	box-shadow: none;
	border: none;
	transition: none;
}

::selection {
	color: var(--brand-900);
	background: var(--brand-100);
}

header {
	margin: 1rem 0 3rem 0 !important;
}

@media only screen and (max-width: 640px) {
	header {
		margin: 1rem 0 2.5rem 0 !important;
	}
}

footer {
	margin: 0 0 1rem 0 !important;
}

p,
li {
	font-size: 1rem;
	line-height: 1.6rem;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
}

@media only screen and (max-width: 640px) {
	p,
	li {
		font-size: 1rem;
		line-height: 1.5rem;
		font-weight: 500;
	}
}

a {
	font-size: 1rem;
	line-height: 1.6rem;
	font-weight: 500;
	text-decoration: underline;
	font-style: normal;
	color: var(--brand-900);
}

a:hover {
	color: var(--brand-500);
}

.lead {
	font-size: 1.2rem;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
}

h1,
.h1 {
	font-size: 3.000rem;
	line-height: 120%;
	font-weight: 700;
	font-style: normal;
	margin: 0 !important;
}

h2,
.h2 {
	font-size: 2.500rem;
	line-height: 120%;
	font-weight: 700;
	font-style: normal;
}

h3,
.h3 {
	font-size: 2.050rem;
	line-height: 120%;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
}

.h3 a {
	text-decoration: none;
}

h4,
.h4 {
	font-size: 1.750rem;
	line-height: 120%;
	font-weight: 700;
	font-style: normal;
}

h5,
.h5 {
	font-size: 1.450rem;
	line-height: 120%;
	font-weight: 700;
	font-style: normal;
}

h6,
.h6 {
	font-size: 1.200rem;
	line-height: 120%;
	font-weight: 500;
	font-style: normal;
}

@media only screen and (max-width: 640px) {
	h1,
	.h1 {
		font-size: 2.750rem;
	}

	h2,
	.h2 {
		font-size: 2.312rem;
	}

	h3,
	.h3 {
		font-size: 2.000rem;
	}

	h4,
	.h4 {
		font-size: 1.688rem;
	}

	h5,
	.h5 {
		font-size: 1.375rem;
	}

	h6,
	.h6 {
		font-size: 1.188rem;
	}
}

.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
	background-color:inherit;
	display: none !important;
	position: relative;
	width: 100%;
	z-index: auto
}

.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
	display: block !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
	left: 0
}

.wp-block-navigation__responsive-container-open:not(.always-shown) {
	display:block !important
}

@media (min-width: 768px) {
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		background-color:inherit;
		display: block !important;
		position: relative;
		width: 100%;
		z-index: auto
	}

	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
		display: none !important
	}

	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
		left: 0
	}
}

@media (min-width: 768px) {
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display:none !important
	}
}

.wp-block-audio :where(figcaption) {
	text-align: left;
	margin-left: 1rem;
}

@media only screen and (max-width: 640px) {
	.wp-block-navigation__container {
		padding: 5rem 0 0 0 !important;
	}
}

@media only screen and (max-width: 640px) {
	.wp-block-navigation ul, .wp-block-navigation ul li {
		list-style: none;
		padding: 0 0 0.75rem 0;
	}
}

.wp-site-blocks {
	max-width: 1700px;
	width: 100%;
	margin: 0 auto;
	padding: 0 2rem;
}

@media only screen and (max-width: 640px) {
	.wp-site-blocks {
		padding: 0 2rem;
	}
}

@media only screen and (max-width: 640px) {
	.wp-site-blocks {
		padding: 0 1rem;
	}
}

.wp-block-group {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

@media only screen and (max-width: 640px) {
	.wp-block-group {
		width: 100%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 640px) {
	.wp-block-navigation__responsive-container-content li a {
		font-size: 2rem;
		text-align: center;
	}
}

@media only screen and (max-width: 640px) {
	.site-logo-img img {
		box-sizing: border-box;
		height: auto;
		max-width: 210px;
		vertical-align: bottom;
	}
}

.postid-13 .wp-block-post-featured-image img {
	object-position: 50% 0;
}

.postid-15 .wp-block-post-featured-image img {
	object-position: 50% 22%;
}

.postid-17 .wp-block-post-featured-image img {
	object-position: 50% 36%;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
	border-radius: 16px; 
	opacity: 0;
	transition: 300ms ease;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100:hover {
	opacity: 0.9;
}

.band {
	padding: 2.5rem 2.5rem 5rem 2.5rem!important;
}

@media only screen and (max-width: 640px) {
	.band {
		flex-direction: column;
		padding: 1rem 1rem 2.5rem 1rem!important;
		border-radius: 8px !important;
		gap: 2rem;
	}
}

.band-grd {
	width: calc(100% / 1.38);
}

@media only screen and (max-width: 640px) {
	.band-grd {
		width: 100%;
	}
}

.band-grd h3 {
	margin: 0.75rem 0;
}

.pst-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2rem;
}

.pst-grid figure {
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.pst-grid {
		grid-template-columns: 1fr 1fr;
		gap: 1rem;
	}
}

@media only screen and (max-width: 640px) {
	.pst-grid {
		grid-template-columns: 1.7fr;
		gap: 1rem;
	}
}

.pst-grid li {
	margin-top: 0;
}

.pst-grid h2 {
	margin: 0;
}

.wp-block-social-links {
	margin: 0.8rem 0 2rem 0 !important;
}

.wp-block-social-link a {
	justify-content: center;
	width: 44px;
	height: 44px;
}

.wp-block-social-links .wp-social-link svg {
	height: 24px;
	width: 24px;
}

.wp-block-social-link:hover {
	transform: scale(1);
}

.wp-block-social-link-anchor {
	background-color: var(--brand-900);
	border-radius: 22px;
	transition: 100ms easy; 
}

.wp-block-social-link-anchor > svg {
	fill: var(--white) !important;
}

.wp-block-social-link-anchor:hover {
	background-color: var(--brand-500);
}

.wp-block-image figcaption,
.capt,
.ccfic {
	color: var(--black-300);
	font-size: 0.6rem;
	text-align: left;
	padding: 0 0 0 0.5rem;
	margin: 0.5rem 0;
}

.wp-block-image {
	margin: 2rem 0;
}

.pst-col-l {
	display: flex;
	position: -webkit-sticky;
	position: sticky;
	top: 3rem;
}

@media only screen and (max-width: 640px) {
	.pst-col-l {
		position: -webkit-inherit;
		position: inherit;
	}
}

.wp-block-post-featured-image img {
	border-radius: 0.8rem;
}

.wp-block-spacer {
	height: 1.2rem !important;
}

@media only screen and (max-width: 640px) {
	.wp-block-spacer {
		height: 0.25rem !important;
	}
}

.wp-block-quote {
	border-left: 2px solid var(--brand-500);
	margin: 1.5rem 0 3rem;
	padding-left: 1.75rem;
}

.wp-block-embed {
	margin: 1.75rem 0 2.5rem 0;
}

.btn-cta {
	position: relative;
	color: var(--white);
	font-family: "DM Sans", sans-serif;
	/*font-size: 1.5rem;*/
	font-size: clamp(1.125rem, 0.781vw + 0.813rem, 1.75rem);
	padding: 14px 36px;
	background-color: var(--brand-900);
	border-radius: 34px;
	transition: 100ms ease;
	margin-left: 2rem;
	top: -1.1rem;
	text-decoration: none;
	text-wrap: nowrap;
}

.btn-cta:hover {
	background-color: var(--brand-500);
	color: var(--white);
}

@media only screen and (max-width: 640px) {
	.btn-cta {
		display: none;
		/*font-size: 0.75rem;
		padding: 10px 20px;
		background-color: var(--brand-900);
		border-radius: 28px;
		transition: 100ms ease;
		margin-left: 1rem;
		top: -0.4rem;*/
	}
}

.hdr-dec {
	font-family: "STIX Two Text", serif;
	font-optical-sizing: auto;
	font-size: clamp(1.8rem, 4.688vw + 0.3rem, 4.8rem);
	/*font-size: 96px;*/
	font-weight: 500;
	font-style: normal;
	line-height: 122%;
	color: var(--brand-900);
	margin: 0;
	padding: 2rem 0 1rem 3rem;
	max-width: 1400px;
}

.hdr-dec i {
	font-style: italic;
	color: var(--brand-500);
}

@media only screen and (max-width: 1441px) {
	.hdr-dec {
		max-width: 1080px;
	}
}

@media only screen and (max-width: 640px) {
	.hdr-dec {
		font-size: 36px;
		line-height: 38px;
		padding: 1rem 1rem 2rem;
		width: 100%;
	}
}

.intro {
	margin-bottom: 1rem; 
}

@media only screen and (max-width: 640px) {
	.intro {
		margin-bottom: 0; 
	}
}

.cnt {
	padding: 2.5rem !important;
	align-content: space-between;
	justify-content: flex-end;
}

@media only screen and (max-width: 640px) {
	.cnt {
		padding: 1.5rem !important;
		background-position: 40% 50% !important;
	}
}

.ftr p {
	border-top: solid 1px var(--white);
	width: 100%;
	color: var(--white);
	padding: 24px 40px;
	font-size: 34px;
	font-weight: 400;
	line-height: 36px;
}

.ftr p:not(:last-child) {
	border-right: solid 1px var(--white);
}

@media only screen and (max-width: 768px) {
	.ftr {
		flex-direction: column;
	}
}

@media only screen and (max-width: 768px) {
    .ftr p {
        border-top: solid 1px var(--white);
        border-right: solid 1px var(--white);
        width: 100%;
        color: var(--white);
        padding: 1rem 1rem;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 16px;
    }
}

.fotr {
	border-top: solid 1px var(--white);
	width: 100%;
	color: var(--white);
	font-size: 34px;
	font-weight: 400;
	line-height: 36px;
	min-height: 50vh;
}

@media only screen and (max-width: 768px) {
	.fotr {
		flex-direction: column;
		padding: 1.5rem !important;
		font-size: 18px;
		font-weight: 400;
		line-height: 32px;
		min-height: 40vh;
	}
}

.cnt-txt {
	margin: 0 auto !important;
	padding: 5rem 2.5rem 6.5rem;
	width: 100%;
	gap: 4rem;
}

@media only screen and (max-width: 768px) {
	.cnt-txt {
		margin: 0 auto !important;
		padding: 2.5rem 1rem 3rem;
		width: 100%;
		flex-direction: column;
		gap: 1.5rem;
	}
}

.icn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	width: 44px;
	background-color: none;
	border-radius: 50%;
	transition: 150ms ease;
}

.icn:hover {
	background-color: var(--brand-500);
}

wp-block-embed-youtube {
	overflow: hidden;
	position: relative;
	max-width: 100%;
	height: auto;
	padding-bottom: 56.25%;
}

.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.nav-btn a {
	background-color: var(--brand-900);
	color: var(--white) !important;
	text-decoration: none;
	padding: 10px 24px;
	border-radius: 30px;
	transition: background-color 150ms;
}

.nav-btn a:hover {
	background-color: var(--brand-500);
	color: var(--white);
	text-decoration: none;
} 

@media only screen and (max-width: 640px) {
	.nav-btn a {
		background-color: var(--brand-900);
		color: var(--white) !important;
		text-decoration: none;
		padding: 10px 20px !important;
		border-radius: 28px;
	}
}

.cnt-data {
	font-size: 46px !important;
	line-height: 66px;
	color: var(--white);
	font-weight: 400;
}

@media only screen and (max-width: 1440px) {
	.cnt-data {
		font-size: 38px !important;
		line-height: 122%;
	}
}

@media only screen and (max-width: 640px) {
	.cnt-data {
		font-size: 18px !important;
		line-height: 32px;
	}
}

.cnt-data span {
	color: var(--brand-500);
}

.cnt-info {
	font-size: 0.65rem;
	line-height: 28px;
	font-weight: 400;
	font-style: normal;
	color: var(--white);
}

.cnt-info a {
	font-size: 0.65rem;
	line-height: 28px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: var(--brand-500);
}

@media only screen and (max-width: 640px) {
	.fotr-col-r > * {
		justify-content: flex-start;
	}

	.cnt-info {
		width: 100%;
		justify-content: flex-start;
		text-align: left;
	}
}