.elementor-5497 .elementor-element.elementor-element-b6b9d26{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS */body { font-family: 'Inter', sans-serif; }
      h1, h2, h3, h4, h5, h6 { font-family: 'Plus Jakarta Sans', sans-serif; }

      /* Custom Animations usually found in style tags for these design systems */
      .hero-blob {
          animation: blob-bounce 10s infinite ease-in-out;
      }
      @keyframes blob-bounce {
          0%, 100% { transform: translate(0, 0) scale(1); }
          33% { transform: translate(30px, -50px) scale(1.1); }
          66% { transform: translate(-20px, 20px) scale(0.9); }
      }
      details > summary { list-style: none; }
      details > summary::-webkit-details-marker { display: none; }/* End custom CSS */