.elementor-kit-9{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFF9F9;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Cormorant Garamond";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Cormorant Garamond";--e-global-typography-accent-font-weight:500;background-color:#000000;color:#FFFFFF;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 p{margin-block-end:0px;}.elementor-kit-9 a{color:#FFFFFF;}.elementor-kit-9 a:hover{color:#FFFFFF;}.elementor-kit-9 h1{color:#FFFFFF;font-family:"Cormorant Garamond", Sans-serif;}.elementor-kit-9 h2{color:var( --e-global-color-text );font-family:"Cormorant Garamond", Sans-serif;}.elementor-kit-9 h3{color:var( --e-global-color-text );font-family:"Cormorant Garamond", Sans-serif;}.elementor-kit-9 h4{color:var( --e-global-color-text );font-family:"Cormorant Garamond", Sans-serif;}.elementor-kit-9 h5{color:var( --e-global-color-text );font-family:"Cormorant Garamond", Sans-serif;}.elementor-kit-9 h6{color:var( --e-global-color-text );font-family:"Cormorant Garamond", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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: 1024px) {
  /* Hide default cursor on interactive elements */
  body, a, button, input, textarea, select {
    cursor: none !important;
  }

  /* Custom cursor */
  #cursorz {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    pointer-events: none;
    background: white;
    mix-blend-mode: difference;
    box-shadow: 0 0 12px #ffffff80;
    border: none;
    transition:
      width 0.3s ease,
      height 0.3s ease,
      background 0.3s ease,
      border 0.3s ease,
      box-shadow 0.3s ease,
      opacity 0.3s ease;
    opacity: 1;
  }

  /* Hover on links: unfilled ring, bigger, glowing */
  #cursorz.hover-link {
    width: 5em;
    height: 5em;
    background: transparent;
    border: 2px solid white;
    box-shadow: 0 0 25px #ffffff;
  }
}


::selection {
  background: white;
  color: black;
}/* End custom CSS */