.elementor-kit-9 {
	--e-global-color-primary: #00FFF1;
	--e-global-color-secondary: #2F3333;
	--e-global-color-text: #FFFFFF;
	--e-global-color-accent: #FABF25;
	--e-global-color-ae29a85: #000000;
	--e-global-color-d8ea83d: #2F3333;
	--e-global-color-93a66cf: #2F3333BA;
	--e-global-color-d8cf114: #A6A6A6;
	--e-global-typography-primary-font-family: "Azo Sans";
	--e-global-typography-primary-font-weight: 400;
	--e-global-typography-secondary-font-family: "Azo Sans";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Azo Sans";
	--e-global-typography-text-font-size: 18px;
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Azo Sans";
	--e-global-typography-accent-font-weight: 400;
	background-color: #FFFFFF;
}

.elementor-kit-9 button,
.elementor-kit-9 input[type="button"],
.elementor-kit-9 input[type="submit"],
.elementor-kit-9 .elementor-button {
	background-color: var(--e-global-color-primary);
	font-family: "Azo Sans", Sans-serif;
	font-size: 18px;
	color: var(--e-global-color-secondary);
	border-radius: 8px 8px 8px 8px;
	padding: 15px 15px 12px 15px;
}

.elementor-kit-9 button:hover,
.elementor-kit-9 button:focus,
.elementor-kit-9 input[type="button"]:hover,
.elementor-kit-9 input[type="button"]:focus,
.elementor-kit-9 input[type="submit"]:hover,
.elementor-kit-9 input[type="submit"]:focus,
.elementor-kit-9 .elementor-button:hover,
.elementor-kit-9 .elementor-button:focus {
	background-color: var(--e-global-color-primary);
	color: var(--e-global-color-secondary);
	border-radius: 8px 8px 8px 8px;
}

.elementor-kit-9 e-page-transition {
	background-color: #FFBC7D;
}

.elementor-kit-9 a {
	color: var(--e-global-color-text);
}

.elementor-kit-9 a:hover {
	color: var(--e-global-color-text);
}

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

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

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

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

	{}

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: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;
	}
}