/* End Custom Fonts CSS */

.elementor-kit-8 {
	--e-global-color-primary: #216bea;
	--e-global-color-secondary: #102c46;
	--e-global-color-text: #252021;
	--e-global-color-accent: #efbe41;
	--e-global-color-b155fe7: #969fa8;
	--e-global-color-31d69ff: #004494;
	--e-global-color-41b7443: #e1ebfa;
	--e-global-typography-primary-font-family: "Roboto";
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "Roboto Slab";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Roboto";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Roboto";
	--e-global-typography-accent-font-weight: 500;
	--e-global-typography-a37b02e-font-family: "IBM Plex Sans";
	--e-global-typography-a37b02e-font-size: 48px;
	--e-global-typography-a37b02e-font-weight: bold;
	--e-global-typography-a37b02e-line-height: 50px;
	--e-global-typography-3aa5c2d-font-family: "IBM Plex Sans";
	--e-global-typography-3aa5c2d-font-size: 24px;
	--e-global-typography-3aa5c2d-font-weight: 400;
	--e-global-typography-3aa5c2d-text-transform: uppercase;
	--e-global-typography-3aa5c2d-line-height: 1em;
	--e-global-typography-42c8155-font-family: "IBM Plex Sans";
	--e-global-typography-42c8155-font-size: 42px;
	--e-global-typography-42c8155-font-weight: bold;
	--e-global-typography-42c8155-line-height: 1em;
	--e-global-typography-266c715-font-family: "Blender";
	--e-global-typography-266c715-font-size: 72px;
	--e-global-typography-266c715-font-weight: 500;
	--e-global-typography-266c715-text-transform: uppercase;
	--e-global-typography-266c715-line-height: 1em;
	font-family: "IBM Plex Sans", Sans-serif;
	font-size: 20px;
	line-height: 28px;
}

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

.elementor-kit-8 button, .elementor-kit-8 input[type="button"], .elementor-kit-8 input[type="submit"], .elementor-kit-8 .elementor-button {
	font-family: "IBM Plex Sans", Sans-serif;
	text-transform: uppercase;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-radius: 1000px 1000px 1000px 1000px;
}

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

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

.elementor-widget:not(:last-child) {
	--kit-widget-spacing: 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-kit-8 {
		--e-global-typography-a37b02e-font-size: 32px;
		--e-global-typography-a37b02e-line-height: 1em;
		--e-global-typography-3aa5c2d-font-size: 20px;
		--e-global-typography-42c8155-font-size: 32px;
		--e-global-typography-266c715-font-size: 44px;
	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}
	
	.e-con {
		--container-max-width: 767px;
	}
}

/* Start custom CSS */
html, body {
	overflow-x: hidden;
}

/* Hubspot Form*/
.hbspt-form p {
	color: white !important;
}

/* Text Styles */
.yellow-highlight {
	color: #efbc3f !important;
}

/* Section Dividers */
.left-angle-notch {
	--notch-w: 115px;
	--notch-h: 65px;
	position: relative;
	background: #0e2940;
	clip-path: polygon(0 0, var(--notch-w) var(--notch-h), 100% var(--notch-h), 100% 100%, 0 100%);
}

.right-angle-notch {
	--notch-w: 115px;
	--notch-h: 65px;
	position: relative;
	background: #0e2940;
	clip-path: polygon(0 var(--notch-h), calc(100% - var(--notch-w)) var(--notch-h), 100% 0, 100% 100%, 0 100%);
}

/* Full Width Accordion */
@media only screen and (min-width: 1024px) {
	.fw-accordion.elementor-widget-n-accordion .e-n-accordion-item-title {
		padding-left: calc(( 100% - 1250px ) / 2);
		padding-right: calc(( 100% - 1250px ) / 2);
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 1023px) {
	.fw-accordion.elementor-widget-n-accordion .e-n-accordion-item-title {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media only screen and (min-width: 1024px) {}

/* Mobile Box Sizing */
@media (max-width: 1024px) {
	.box-last-child {
		grid-column: span 2;
	}
}

/* Box Hover State */
.clickable-icon-box::hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
}
