.elementor-kit-61{--e-global-color-primary:#202124;--e-global-color-secondary:#3C4043;--e-global-color-text:#0E0E0E;--e-global-color-accent:#068930;--e-global-color-3b1863c:#001154;--e-global-color-7a7bf19:#002B7F;--e-global-color-1937fe3:#0061CC;--e-global-color-543aef5:#056523;--e-global-color-ee12a71:#068930;--e-global-color-1617a8d:#15B03D;--e-global-color-28e216e:#9B0A1A;--e-global-color-bca7ea9:#CE1126;--e-global-color-c2c4949:#E53943;--e-global-color-24bc5b1:#FFFFFF;--e-global-color-c27d1ac:#F8F9FA;--e-global-color-d288939:#DADCE0;--e-global-color-aa16911:#555555;--e-global-color-4b41d37:#FFFFFF00;--e-global-color-b1d94c8:#FFD700;--e-global-color-a4df6fa:#2021243B;--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:"Montserrat";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-size:18px;line-height:26px;}.elementor-kit-61 button,.elementor-kit-61 input[type="button"],.elementor-kit-61 input[type="submit"],.elementor-kit-61 .elementor-button{background-color:var( --e-global-color-1937fe3 );color:var( --e-global-color-24bc5b1 );border-style:none;border-radius:3px 3px 3px 3px;}.elementor-kit-61 button:hover,.elementor-kit-61 button:focus,.elementor-kit-61 input[type="button"]:hover,.elementor-kit-61 input[type="button"]:focus,.elementor-kit-61 input[type="submit"]:hover,.elementor-kit-61 input[type="submit"]:focus,.elementor-kit-61 .elementor-button:hover,.elementor-kit-61 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-24bc5b1 );border-style:none;}.elementor-kit-61 e-page-transition{background-color:#FFBC7D;}.elementor-kit-61 a{color:var( --e-global-color-7a7bf19 );}.elementor-kit-61 a:hover{color:var( --e-global-color-bca7ea9 );}.elementor-kit-61 h1{color:var( --e-global-color-text );font-size:48px;line-height:56px;}.elementor-kit-61 h2{color:var( --e-global-color-text );font-size:44px;line-height:52px;}.elementor-kit-61 h3{color:var( --e-global-color-text );font-size:40px;line-height:48px;}.elementor-kit-61 h4{color:var( --e-global-color-text );font-size:36px;line-height:44px;}.elementor-kit-61 h5{color:var( --e-global-color-text );font-size:32px;line-height:40px;}.elementor-kit-61 h6{color:var( --e-global-color-text );font-size:28px;line-height:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-kit-61{font-size:16px;line-height:24px;}.elementor-kit-61 h1{font-size:44px;line-height:52px;}.elementor-kit-61 h2{font-size:40px;line-height:48px;}.elementor-kit-61 h3{font-size:36px;line-height:44px;}.elementor-kit-61 h4{font-size:32px;line-height:40px;}.elementor-kit-61 h5{font-size:28px;line-height:36px;}.elementor-kit-61 h6{font-size:24px;line-height:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-61{font-size:14px;line-height:22px;}.elementor-kit-61 h1{font-size:40px;line-height:48px;}.elementor-kit-61 h2{font-size:36px;line-height:44px;}.elementor-kit-61 h3{font-size:32px;line-height:40px;}.elementor-kit-61 h4{font-size:28px;line-height:36px;}.elementor-kit-61 h5{font-size:24px;line-height:32px;}.elementor-kit-61 h6{font-size:20px;line-height:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* edit the hamburger and close icon colors here */

.lytbox-button {
	--hamburger-color: #002B7F;
	--close-x-color: #fff;
	display: block;
	height: 20px;
	cursor: pointer;
	position: relative;
	z-index: 101;
}


/* must add in elementor template ID number to make the menu full width */
.elementor-275 {
	width: 100%;
}


/* end editing */

.lytbox-navigation {
	position: fixed;
	top: 0;
	left: 0;
	transform: translateX(100%);
	overflow: hidden;
	transition: transform 0.2s;
	width: 100%;
	height: 100vh;
	z-index: 100;
}

.lytbox-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
}




/* toggle hamburger*/

.lytbox-button .hamburguer {
	position: relative;
}

.lytbox-button .hamburguer span{
	display: block;
	height: 2px;
	width: 24px;
	background: var(--hamburger-color);
	transform-origin: 50% 50%;
	transition: all 0.1s 0.2s ease, transform 0.2s ease;
}

.lytbox-button .hamburguer span:nth-child(2) {
	transform: translate(0, 6px);
}

.lytbox-button .hamburguer span:nth-child(3) {
	transform: translate(0, 12px);
		
}

.lytbox-nav_control {
	position: absolute;
	left: -9999px;
	width: 100%;
	clip: rect(0, 0, 0, 0);
}

.lytbox-nav_control:checked~.lytbox-navigation {
	transform: translateX(0);
	opacity: 1;
	transition: transform 0.3s, opacity 0.3s;
}

.lytbox-nav_control:checked~.lytbox-button .hamburguer {
	transition: all 0.1s 0s ease;
}





/* closed X */

.lytbox-nav_control:checked~.lytbox-button .hamburguer span {
	background: var(--close-x-color);
	transition: all 0.1s ease, transform 0.1s 0.2s ease;
}

.lytbox-nav_control:checked~.lytbox-button .hamburguer span:first-child {
	opacity: 0;
}

.lytbox-nav_control:checked~.lytbox-button  .hamburguer span:nth-child(2) {
	transform: translate(0, 6px) rotate(45deg);
}

.lytbox-nav_control:checked~.lytbox-button .hamburguer span:nth-child(3) {
	transform: translate(0, 4px) rotate(-45deg);

}

.grecaptcha-badge { 
visibility: hidden; 
}



.longdescription {
    height: 500px;
}/* End custom CSS */