.elementor-1349 .elementor-element.elementor-element-6b25f648{--display:flex;--min-height:150px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;--gap:5px 5px;--row-gap:5px;--column-gap:5px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-1349 .elementor-element.elementor-element-1e10667b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1349 .elementor-element.elementor-element-1e10667b .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:18px;font-weight:600;line-height:1.5em;letter-spacing:0.5px;color:var( --e-global-color-b1c20cc );}#elementor-popup-modal-1349 .dialog-widget-content{animation-duration:0.5s;background-color:#134B65;border-radius:0px 0px 0px 0px;box-shadow:2px 8px 23px 3px rgba(0, 0, 0, 0.14);margin:0px 150px 0px 0px;}#elementor-popup-modal-1349 .dialog-message{width:80px;height:210px;align-items:flex-start;}#elementor-popup-modal-1349{justify-content:flex-end;align-items:flex-start;}@media(min-width:2400px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}@media(max-width:1366px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-1349 .elementor-element.elementor-element-1e10667b .elementor-heading-title{font-size:14px;}#elementor-popup-modal-1349 .dialog-message{height:180px;}#elementor-popup-modal-1349 .dialog-widget-content{margin:0px 50px 0px 0px;}}@media(max-width:767px){.elementor-1349 .elementor-element.elementor-element-6b25f648{--width:100%;--min-height:130px;--justify-content:flex-end;--z-index:0;}.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-1349 .elementor-element.elementor-element-1e10667b .elementor-heading-title{font-size:14px;}#elementor-popup-modal-1349 .dialog-message{height:150px;}#elementor-popup-modal-1349{justify-content:flex-end;}#elementor-popup-modal-1349 .dialog-widget-content{margin:0px 20px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-6c665051 *//* edit the hamburger and close icon colors here */

.lytbox-button {
	--hamburger-color: #fff;
	--close-x-color: #fff;
	display: block;
	height: 18px;
	cursor: pointer;
	position: relative;
	z-index: 101;
}


/* must add in elementor template ID number to make the menu full width */
.elementor-2112 {
	width: 100%;
}




/* end editing */

.lytbox-navigation {
	position: fixed;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	overflow: hidden;
	transition: transform .9s;
	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);

}/* End custom CSS */
/* Start custom CSS */#elementor-popup-modal-1349{
    position: absolute, sticky;
    top: 0;
}/* End custom CSS */