/* End Custom Fonts CSS */

.elementor-kit-98120 {
	--e-global-color-primary: #fff;
	--e-global-color-secondary: #505962;
	--e-global-color-text: #333b3d;
	--e-global-color-accent: #c2d500;
	--e-global-typography-primary-font-family: "GOTHAM-BOLD";
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "GOTHAM-BOOK";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "GOTHAM-LIGHT";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "GOTHAM-MEDIUM";
	--e-global-typography-accent-font-weight: 500;
}

.elementor-kit-98120 button, .elementor-kit-98120 input[type="button"], .elementor-kit-98120 input[type="submit"], .elementor-kit-98120 .elementor-button {
	background-color: var(--e-global-color-primary);
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	color: var(--e-global-color-text);
}

.elementor-kit-98120 button:hover, .elementor-kit-98120 button:focus, .elementor-kit-98120 input[type="button"]:hover, .elementor-kit-98120 input[type="button"]:focus, .elementor-kit-98120 input[type="submit"]:hover, .elementor-kit-98120 input[type="submit"]:focus, .elementor-kit-98120 .elementor-button:hover, .elementor-kit-98120 .elementor-button:focus {
	background-color: var(--e-global-color-accent);
	color: var(--e-global-color-text);
}

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

.elementor-kit-98120 h2 {
	font-size: 48px;
	line-height: 56px;
}

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

.e-con {
	--container-max-width: 1440px;
}

.elementor-widget:not(:last-child) {
	margin-block-end: 20px;
}

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

@media (max-width:1024px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1024px;
	}
	
	.e-con {
		--container-max-width: 1024px;
	}
}

@media (max-width:767px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}
	
	.e-con {
		--container-max-width: 767px;
	}
}
