.elementor-kit-5{--e-global-color-primary:#745669;--e-global-color-secondary:#1D1D1F;--e-global-color-text:#ECE9EB;--e-global-color-accent:#F9B27D;--e-global-color-a0bbd40:#ECE9EB;--e-global-color-ffcaaec:#BE97B0;--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:var( --e-global-color-secondary );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-accent );color:var( --e-global-color-primary );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}body.e-wc-info-notice .woocommerce-info, body.e-wc-info-notice .wc-block-components-notice-banner.is-info{background-color:var( --e-global-color-a0bbd40 );}body.e-wc-info-notice .woocommerce-info .button, body.e-wc-info-notice .wc-block-components-notice-banner.is-info .button{background-color:var( --e-global-color-accent );background-image:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}body.e-wc-info-notice .woocommerce-info .button:hover, body.e-wc-info-notice .wc-block-components-notice-banner.is-info .button:hover, body.e-wc-info-notice .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-info .woocommerce-Button:hover, body.e-wc-info-notice .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .wc-block-components-notice-banner.is-info .woocommerce-Button:hover{background-color:var( --e-global-color-ffcaaec );background-image:var( --e-global-color-ffcaaec );}.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);}.e-wc-error-notice .woocommerce-error, .e-wc-error-notice .wc-block-components-notice-banner.is-error{--error-message-hover-links-color:var( --e-global-color-accent );}.e-wc-message-notice .woocommerce-message .restore-item:hover, .e-wc-message-notice .wc-block-components-notice-banner.is-success .restore-item:hover, .e-wc-message-notice .woocommerce-message a:not([class]):hover, .e-wc-message-notice .wc-block-components-notice-banner.is-success a:not([class]):hover{--notice-message-hover-links-color:var( --e-global-color-accent );}.e-wc-message-notice .woocommerce-message, .e-wc-message-notice .wc-block-components-notice-banner.is-success{--message-buttons-border-radius:22px 22px 22px 22px;}.e-wc-info-notice .woocommerce-info, .e-wc-info-notice .wc-block-components-notice-banner.is-info{--info-message-text-color:var( --e-global-color-primary );--info-message-icon-color:var( --e-global-color-primary );--info-buttons-normal-text-color:var( --e-global-color-primary );--info-buttons-hover-text-color:var( --e-global-color-text );--info-border-type:none;--info-buttons-border-radius:34px 34px 34px 34px;--info-buttons-padding:10px 10px 10px 10px;}@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 */.cursor-blob {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cursor-blob {
    display: block;                
    position: fixed;
    top: 50%;
    left: 50%;
    width: 35vw;                   
    height: 35vw;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 0;
    border-radius: 50%;

    background:
      radial-gradient(circle at 30% 40%,
        #745669ff 0%,
        #74566944 50%,
        transparent 85%
      ),
      radial-gradient(circle at 70% 70%,
        #f9b27dff 0%,
        #f9b27d44 50%,
        transparent 85%
      );

    filter: blur(60px);             /* tablet blur */
    opacity: 0.85;
    mix-blend-mode: screen;
    transition: left 0.18s ease-out, top 0.18s ease-out;
  }
}

@media (min-width: 1025px) {
  .cursor-blob {
    display: block;              
    position: fixed;
    top: 50%;
    left: 50%;
    width: 35vw;
    height: 35vw;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 0;
    border-radius: 50%;

    background:
      radial-gradient(circle at 30% 40%,
        #745669ff 0%,
        #74566944 50%,
        transparent 85%
      ),
      radial-gradient(circle at 70% 70%,
        #f9b27dff 0%,
        #f9b27d44 50%,
        transparent 85%
      );

    filter: blur(120px);            /* desktop blur */
    opacity: 1;
    mix-blend-mode: screen;
    transition: left 0.18s ease-out, top 0.18s ease-out;
  }
}/* End custom CSS */