.elementor-kit-8{--e-global-color-primary:#430F68;--e-global-color-secondary:#7A288A;--e-global-color-text:#430F68;--e-global-color-accent:#430F68;--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;background-color:#FFFFFF;overscroll-behavior:none;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1500ms;--e-preloader-animation:flash;--e-preloader-animation-duration:5000ms;--e-preloader-delay:0ms;--e-preloader-width:12%;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:#430F68;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:#6F22A7;}.elementor-kit-8 e-page-transition{background-color:#430F68;}.elementor-kit-8 h1{font-family:"Roboto", Sans-serif;font-size:49px;}.elementor-kit-8 h2{font-family:"Roboto", Sans-serif;font-size:28px;}.elementor-kit-8 h3{font-size:30px;}.elementor-kit-8 label{color:#430F68;font-family:"Cairo", Sans-serif;}.elementor-kit-8 input:not([type="button"]):not([type="submit"]),.elementor-kit-8 textarea,.elementor-kit-8 .elementor-field-textual{font-family:"Cairo", Sans-serif;color:#430F68;border-radius:0px 0px 0px 0px;}.elementor-kit-8 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-8 textarea:focus,.elementor-kit-8 .elementor-field-textual:focus{color:#430F68;border-radius:0px 0px 0px 0px;}.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:1366px){.elementor-kit-8{--e-preloader-width:246px;}}@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;}.elementor-kit-8{--e-preloader-width:47%;}}/* Start custom CSS */#page-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: none;

  mask-image: url("https://preissmurphy.com/wp-content/uploads/2025/05/final-logo-e1748522552471.png");
  -webkit-mask-image: url("https://preissmurphy.com/wp-content/uploads/2025/05/final-logo-e1748522552471.png");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;

  background-image: linear-gradient(
    270deg,
    #430f68 0%,
    #552984 15%,
    #785da0 17%,
    #8d76b2 18%,
    #785da0 19%,
    #552984 21%,
    #430f68 35%,
    #430f68 100%
  );
  background-size: 600% 600%;
  background-repeat: no-repeat;
  background-position: center;
  animation: gradientShift 6s ease infinite;

  z-index: 9999;
  opacity: 1;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1s ease;
}

#page-transition.fade-out {
  opacity: 0;
  pointer-events: none;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}/* End custom CSS */