.elementor-kit-15{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-18b1510:#4FB2D4;--e-global-color-b611b5f:#005B97;--e-global-color-4e22ce5:#0B132B;--e-global-color-b066802:#ABE0EE;--e-global-color-1680510:#BD8334;--e-global-color-51a605e:#303030;--e-global-color-28b1691:#ECECEC;--e-global-color-76ec0dc:#F6F6F6;--e-global-color-2619d43:#1C1C1CAB;--e-global-typography-primary-font-family:"Archivo Black";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Archivo Narrow";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-letter-spacing:2px;--e-global-typography-text-font-family:"Archivo";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sarina";--e-global-typography-accent-font-weight:500;}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1290px;}.e-con{--container-max-width:1290px;}.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: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 {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;
    }

    @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 */