@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Lato:wght@400&display=swap');

:root {
	--elements--headings--content-subheading--opacity: 1;
	--elements--headings--header-subheading--opacity: 1;
	--layout--main--container-home--margin-bottom: 2rem;
	--layout--main--container-home--padding-y: 0rem;
	--layout--page--body--background-color: #ffffff;
	--theme--borders--element--border-radius: 0.125rem;
	--theme--colors--danger-200--color: #FED7D7;
	--theme--colors--danger-600--color: #E53E3E;
	--theme--colors--danger-700--color: #C53030;
	--theme--colors--gray-100--color: #F7FAFC;
	--theme--colors--gray-200--color: #EDF2F7;
	--theme--colors--gray-300--color: #E2E8F0;
	--theme--colors--gray-400--color: #CBD5E0;
	--theme--colors--gray-500--color: #A0AEC0;
	--theme--colors--gray-700--color: #4A5568;
	--theme--colors--gray-800--color: #2D3748;
	--theme--colors--gray-900--color: #1A202C;
	--theme--colors--primary-200--color: #D7FBFC;
	--theme--colors--primary-500--color: #2F855A;
	--theme--colors--primary-600--color: #2F855A;
	--theme--colors--primary-700--color: #276E4B;
	--theme--colors--primary-800--color: #435953;
	--theme--colors--success-200--color: #C6F6D5;
	--theme--colors--success-600--color: #2F855A;
	--theme--colors--success-700--color: #276B49;
	--theme--colors--warning-200--color: #FEEBC8;
	--theme--colors--warning-600--color: #DD6B20;
	--theme--colors--warning-700--color: #C05621;
	--theme--spacing--block--size: 2.375rem;
	--theme--spacing--element--size: 2.375rem;
	--theme--spacing--grid--size: 2.375rem;
	--theme--typography--body--font-family: 'Open Sans';
	--theme--typography--body--font-weight: 300;
	--theme--typography--heading-1--font-size: 1.375rem;
	--theme--typography--headings--font-family: 'Lato';
	--header-02--logo--height: 1rem;
}

@media (max-width: 1023px) {
	:root {
		--content-09--container--padding-y: 0rem;
		--content-09--heading--color: var(--theme--colors--white);
		--content-09--heading--font-size: 1.5rem;
		--content-09--heading--letter-spacing: 0px;
		--content-09--heading--text-transform: none;
	}
}

@media (min-width: 1024px) {
	:root {
		--layout--main--container-home--margin-bottom: 2rem;
		--layout--main--container-home--padding-y: 0rem;
		--content-93--usp--border-radius: 0rem;
		--content-94--block--margin-top: 5rem;
		--content-94--block--padding-y: 3.75rem;
		--content-94--block-background--height: 50%;
		--content-97--block--margin-top: 5rem;
		--header-03--nav-items--gap: 2rem;
	}
}