.elementor-5938 .elementor-element.elementor-element-8167f4a{--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 *//* Scoped Base Styles for .home wrapper */
      .home {
      font-family: 'Inter', sans-serif;
      color: #343639;
      background-color: #ffffff;
      line-height: 1.5;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      width: 100%;
      overflow-x: hidden;
      position: relative;
      }
      /* Custom Scrollbar scoped to .home */
      .home ::-webkit-scrollbar {
      width: 8px;
      }
      .home ::-webkit-scrollbar-track {
      background: #ffffff;
      }
      .home ::-webkit-scrollbar-thumb {
      background: #343639;
      border-radius: 4px;
      }
      .home ::-webkit-scrollbar-thumb:hover {
      background: #6EC1E4;
      }
      /* Glass Panel Effect */
      .home .glass-panel {
      background: rgba(255, 255, 255, 0.8);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(110, 193, 228, 0.2);
      }
      /* Fixes for Elementor Conflicts */
      .home img {
      max-width: 100% !important;
      height: auto !important;
      display: block;
      }
      .home img.h-full {
      height: 100% !important;
      }
      .home input:not([type="checkbox"]),
      .home select,
      .home textarea {
      background-color: #F9FAFB !important;
      border: 1px solid rgba(52, 54, 57, 0.1) !important;
      box-sizing: border-box !important;
      max-width: 100% !important;
      }
      .home button {
      box-shadow: none;
      }
      /* Selection Color */
      .home ::selection {
      background-color: #E83F84;
      color: white;
      }/* End custom CSS */