.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-kadence1:#049f82;--e-global-color-kadence2:#008f72;--e-global-color-kadence3:#222222;--e-global-color-kadence4:#353535;--e-global-color-kadence5:#454545;--e-global-color-kadence6:#676767;--e-global-color-kadence7:#eeeeee;--e-global-color-kadence8:#f7f7f7;--e-global-color-kadence9:#ffffff;--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-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:200ms;--e-preloader-delay:0ms;--e-preloader-color:#005E16;--e-preloader-size:67px;}.elementor-kit-5.el-is-editing{--global-palette1:#049f82;--global-palette2:#008f72;--global-palette3:#222222;--global-palette4:#353535;--global-palette5:#454545;--global-palette6:#676767;--global-palette7:#eeeeee;--global-palette8:#f7f7f7;--global-palette9:#ffffff;}.elementor-kit-5 e-page-transition{background-color:#F7FFF7;}.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);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:700px;}.e-con{--container-max-width:700px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*cursor_inverter_styles*/

@media only screen and (min-width: 1367px) {
  .inv-title {
    cursor: none;
  }

  #cursorz {
    z-index: 1000000;
    pointer-events: none;
    width: 5rem;
    height: 5rem;
    will-change: transform;
    background: #f1f1f1;
    position: absolute;
    mix-blend-mode: difference;
    border-radius: 50%;
    animation: grow-shrink 4s infinite alternate;
    display: none; 
  }

  @keyframes grow-shrink {
    0% { transform: scale(1.0); }
    25% { transform: scale(0.9); }
    50% { transform: scale(1.0); }
    75% { transform: scale(0.9); }
    100% { transform: scale(1); }
  }
}/* End custom CSS */