.elementor-kit-9{--e-global-color-primary:#6759A5;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#1F9B80;--e-global-color-accent:#E7435D;--e-global-color-72354097:#4054B2;--e-global-color-6b29c620:#23A455;--e-global-color-2f859d06:#000;--e-global-color-56a6df7f:#FFF;--e-global-color-ba35406:#ED1C24;--e-global-color-dae69f3:#014D73;--e-global-color-d8f4594:#000000D9;--e-global-color-44a12f6:#B81F3A;--e-global-color-6dfd354:#22303D;--e-global-color-f3e6b18:#39B54A;--e-global-color-95843e7:#F15A29;--e-global-color-ab90d2b:#00188A;--e-global-color-157d52d:#656565;--e-global-color-9b17326:#EFEFEF;--e-global-color-d7c93be:#101720;--e-global-color-9b1336e:#E89840;--e-global-color-055fca3:#52C300;--e-global-color-298a4c7:#A3A5A8;--e-global-color-e63f3ca:#1F2958;--e-global-color-c614fe0:#EE9126;--e-global-color-3f4cff5:#86B6CD;--e-global-color-f2ab927:#C1D1DE;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:65px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-word-spacing:0px;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:200;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-text-text-transform:uppercase;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:300;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-54d7573-font-family:"Montserrat";--e-global-typography-54d7573-font-size:16px;--e-global-typography-54d7573-font-weight:400;--e-global-typography-54d7573-text-transform:uppercase;--e-global-typography-c1bded2-font-family:"Montserrat";--e-global-typography-c1bded2-font-size:25px;--e-global-typography-c1bded2-font-weight:800;--e-global-typography-c1bded2-text-transform:uppercase;background-color:#FFFFFF;color:#000000;font-family:"Montserrat", Sans-serif;font-size:18px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:var( --e-global-color-ab90d2b );font-family:"Montserrat", Sans-serif;font-weight:bold;}.elementor-kit-9 a:hover{color:var( --e-global-color-e63f3ca );}.elementor-kit-9 h1{color:var( --e-global-color-ab90d2b );font-family:"Montserrat", Sans-serif;font-size:54px;font-weight:600;}.elementor-kit-9 h2{color:var( --e-global-color-ab90d2b );font-family:"Montserrat", Sans-serif;font-size:28px;font-weight:600;line-height:34px;}.elementor-kit-9 h3{color:var( --e-global-color-ab90d2b );font-family:"Montserrat", Sans-serif;font-size:22px;font-weight:600;}.elementor-kit-9 h4{font-family:"Open Sans", Sans-serif;font-size:30px;font-weight:400;}.elementor-kit-9 h5{font-family:"Open Sans", Sans-serif;font-weight:400;}.elementor-kit-9 h6{font-family:"Open Sans", Sans-serif;font-size:18px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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{padding-inline-end:0px;padding-inline-start:0px;}@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;}}/* Start custom CSS */@media only screen and (min-width: 1367px) {
	body #magicMouseCursor {
	  z-index:10000000!important;
	  position: fixed;
	  width: 35px;
	  height: 35px;
	  border: 1px solid #fff;
	  background: rgba(0,0,0,0.2);
	  border-radius: 50%;
	  z-index: 9999;
	  left: 0;
	  top: 0;
	  transition: transform 0.07s, width 0.3s, height 0.3s;
	  pointer-events: none; }
	  body #magicMouseCursor.cursor-square {
		border-radius: 0; }

	body #magicPointer {
	  z-index:10000000!important;
	  height: 5px;
	  width: 5px;
	  top: 0;
	  left: 0;
	  position: fixed;
	  background: black;
	  border-radius: 50%;
	  pointer-events: none;
	  transition: background 0.2s, width 0.2s, height 0.2s, box-shadow 0.2s; }
	  body #magicPointer.is-hover {
		background: #fff; }
	  body #magicPointer.pointer-blur {
		height: 50px;
		width: 50px;
		background: none;
		border: 1px solid #fff;
		box-shadow: 0px 0px 15px -5px white; }
	  body #magicPointer.pointer-overlay {
		height: 50px;
		width: 50px;
		mix-blend-mode: difference;
		box-shadow: 0px 0px 15px -5px white; }

	body .magic-hover {
	  transition: all 0.2s; }
	  body .magic-hover:hover {
		cursor: none!important; }
}/* End custom CSS */