/* End Custom Fonts CSS */

.elementor-kit-6 {
	--e-global-color-primary: #569140;
	--e-global-color-secondary: #3d4644;
	--e-global-color-text: #111;
	--e-global-color-accent: #95c043;
	--e-global-color-a6a45e3: #fff;
	--e-global-color-5c272fa: #f8f8f6;
	--e-global-color-a5cae27: #ababab;
	--e-global-color-9b28ac2: #006198;
	--e-global-color-9daae44: #314566;
	--e-global-color-39a0fed: #fed34c;
	--e-global-color-2261bff: #a9533f;
	--e-global-typography-primary-font-family: "Schnebel";
	--e-global-typography-primary-font-size: 60px;
	--e-global-typography-primary-font-weight: bold;
	--e-global-typography-primary-line-height: 1.2;
	--e-global-typography-secondary-font-family: "Schnebel";
	--e-global-typography-secondary-font-weight: normal;
	--e-global-typography-secondary-line-height: 1.2;
	--e-global-typography-text-font-family: "Schnebel";
	--e-global-typography-text-font-size: 18px;
	--e-global-typography-text-font-weight: normal;
	--e-global-typography-text-line-height: 1.2;
	--e-global-typography-accent-font-family: "Schnebel";
	--e-global-typography-accent-font-weight: 900;
	--e-global-typography-accent-line-height: 1.2;
	background-color: var(--e-global-color-a6a45e3);
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
}

.elementor-kit-6 e-page-transition {
	background-color: #ffbc7d;
}

.elementor-kit-6 p {
	margin-block-end: 20px;
}

.elementor-kit-6 h1 {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: var(--e-global-typography-primary-font-size);
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: var(--e-global-typography-primary-line-height);
}

.elementor-kit-6 h2 {
	font-family: "Schnebel", Sans-serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
}

.elementor-kit-6 h3 {
	font-family: "Schnebel", Sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1200px;
}

.e-con {
	--container-max-width: 1200px;
	--container-default-padding-top: 30px;
	--container-default-padding-right: 30px;
	--container-default-padding-bottom: 30px;
	--container-default-padding-left: 30px;
}

.elementor-widget:not(:last-child) {
	--kit-widget-spacing: 10px;
}

.elementor-element {
	--widgets-spacing: 10px 10px;
	--widgets-spacing-row: 10px;
	--widgets-spacing-column: 10px;
}

h1.entry-title {
	display: var(--page-title-display);
}

.site-header .site-branding {
	flex-direction: column;
	align-items: stretch;
}

.site-header {
	padding-inline-end: 0px;
	padding-inline-start: 0px;
}

.site-footer .site-branding {
	flex-direction: column;
	align-items: stretch;
}

@media (max-width:1366px) {
	.elementor-kit-6 {
		font-size: var(--e-global-typography-text-font-size);
		line-height: var(--e-global-typography-text-line-height);
	}
	
	.elementor-kit-6 h1 {
		font-size: var(--e-global-typography-primary-font-size);
		line-height: var(--e-global-typography-primary-line-height);
	}
}

@media (max-width:1024px) {
	.elementor-kit-6 {
		font-size: var(--e-global-typography-text-font-size);
		line-height: var(--e-global-typography-text-line-height);
	}
	
	.elementor-kit-6 h1 {
		font-size: var(--e-global-typography-primary-font-size);
		line-height: var(--e-global-typography-primary-line-height);
	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1024px;
	}
	
	.e-con {
		--container-max-width: 1024px;
	}
}

@media (max-width:767px) {
	.elementor-kit-6 {
		font-size: var(--e-global-typography-text-font-size);
		line-height: var(--e-global-typography-text-line-height);
	}
	
	.elementor-kit-6 h1 {
		font-size: var(--e-global-typography-primary-font-size);
		line-height: var(--e-global-typography-primary-line-height);
	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}
	
	.e-con {
		--container-max-width: 767px;
	}
}
