
.elementor-kit-9 {
	--e-global-color-primary: #16578f;
	--e-global-color-secondary: #54595f;
	--e-global-color-text: #000;
	--e-global-color-accent: #40b5e1;
	--e-global-color-1b6ccb4: #eba12b;
	--e-global-color-aff8e1f: #df9622;
	--e-global-color-4793abb: #fff;
	--e-global-color-3692e24: #0170b9;
	--e-global-color-6af5456: #f3fdff;
	--e-global-typography-primary-font-family: "Jost";
	--e-global-typography-primary-font-size: 65px;
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "Jost";
	--e-global-typography-secondary-font-size: 54px;
	--e-global-typography-secondary-font-weight: 600;
	--e-global-typography-secondary-text-transform: capitalize;
	--e-global-typography-secondary-line-height: 1.1em;
	--e-global-typography-text-font-family: "Montserrat";
	--e-global-typography-text-font-size: 17px;
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-text-line-height: 1.8em;
	--e-global-typography-accent-font-family: "Montserrat";
	--e-global-typography-accent-font-size: 17px;
	--e-global-typography-accent-font-weight: 500;
	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-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-1b6ccb4);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	color: var(--e-global-color-4793abb);
	padding: 15px 40px 15px 40px;
}

.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-aff8e1f);
	border-radius: 10px 10px 10px 10px;
}

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

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

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

.elementor-kit-9 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);
}

.elementor-kit-9 h2 {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-size: var(--e-global-typography-secondary-font-size);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	line-height: var(--e-global-typography-secondary-line-height);
}

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

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

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

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

.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-9 {
		font-size: var(--e-global-typography-text-font-size);
		line-height: var(--e-global-typography-text-line-height);
	}
	
	.elementor-kit-9 h1 {
		font-size: var(--e-global-typography-primary-font-size);
	}
	
	.elementor-kit-9 h2 {
		font-size: var(--e-global-typography-secondary-font-size);
		line-height: var(--e-global-typography-secondary-line-height);
	}
	
	.elementor-kit-9 button, .elementor-kit-9 input[type="button"], .elementor-kit-9 input[type="submit"], .elementor-kit-9 .elementor-button {
		font-size: var(--e-global-typography-accent-font-size);
	}
}

@media (max-width:1024px) {
	.elementor-kit-9 {
		--e-global-typography-primary-font-size: 55px;
		--e-global-typography-secondary-font-size: 44px;
		font-size: var(--e-global-typography-text-font-size);
		line-height: var(--e-global-typography-text-line-height);
	}
	
	.elementor-kit-9 h1 {
		font-size: var(--e-global-typography-primary-font-size);
	}
	
	.elementor-kit-9 h2 {
		font-size: var(--e-global-typography-secondary-font-size);
		line-height: var(--e-global-typography-secondary-line-height);
	}
	
	.elementor-kit-9 button, .elementor-kit-9 input[type="button"], .elementor-kit-9 input[type="submit"], .elementor-kit-9 .elementor-button {
		font-size: var(--e-global-typography-accent-font-size);
	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1024px;
	}
	
	.e-con {
		--container-max-width: 1024px;
	}
}

@media (max-width:767px) {
	.elementor-kit-9 {
		--e-global-typography-primary-font-size: 45px;
		--e-global-typography-secondary-font-size: 34px;
		font-size: var(--e-global-typography-text-font-size);
		line-height: var(--e-global-typography-text-line-height);
	}
	
	.elementor-kit-9 h1 {
		font-size: var(--e-global-typography-primary-font-size);
	}
	
	.elementor-kit-9 h2 {
		font-size: var(--e-global-typography-secondary-font-size);
		line-height: var(--e-global-typography-secondary-line-height);
	}
	
	.elementor-kit-9 button, .elementor-kit-9 input[type="button"], .elementor-kit-9 input[type="submit"], .elementor-kit-9 .elementor-button {
		font-size: var(--e-global-typography-accent-font-size);
	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}
	
	.e-con {
		--container-max-width: 767px;
	}
}
