.elementor-8423 .elementor-element.elementor-element-b6d143d{--display:flex;}.eae-wrap-{{ID}} .mfp-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.eae-wrap-{{ID}} .eae-modal-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-wts-modal-popup .eae-popup-link{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.eae-wrap-4f9a4bf.eae-popup .mfp-inline-holder .mfp-content{width:100%;}body .eae-popup.mfp-bg.eae-wrap-4f9a4bf{background-color:rgba(0,0,0,0.75);}.elementor-8423 .elementor-element.elementor-element-4f9a4bf .icon-position-before i , .elementor-8423 .elementor-element.elementor-element-4f9a4bf .icon-position-before svg{margin-right:6px;}.elementor-8423 .elementor-element.elementor-element-4f9a4bf .icon-position-after i , .elementor-8423 .elementor-element.elementor-element-4f9a4bf .icon-position-after svg{margin-left:6px;}.elementor-8423 .elementor-element.elementor-element-4f9a4bf .eae-popup-link:hover{background-color:#61ce70;}.elementor-8423 .elementor-element.elementor-element-4f9a4bf .eae-popup-link{padding:10px 10px 10px 10px;}.eae-wrap-4f9a4bf .eae-close{font-size:28px;height:28px;width:28px;right:35px;}.eae-wrap-4f9a4bf svg.eae-close{width:28px;height:28px;}.elementor-8423 .elementor-element.elementor-element-5949eba{margin:0px 10px calc(var(--kit-widget-spacing, 0px) + 0px) 10px;padding:0px 0px 0px 0px;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-8423 .elementor-element.elementor-element-4fc3668{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-8423 .elementor-element.elementor-element-4fc3668 .elementor-divider-separator{width:100%;}.elementor-8423 .elementor-element.elementor-element-4fc3668 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}:root{--page-title-display:none;}/* Start custom CSS for wts-modal-popup, class: .elementor-element-4f9a4bf */<style>
    .fp-wrapper { 
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px; 
    }

    .fp-card { 
      max-width: 900px; 
      width: 100%; 
      background: #E2EAF4;
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 20px; 
      overflow: hidden;
      box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
      animation: slideUp 0.6s ease-out;
    }

    .fp-header {
      background: linear-gradient(135deg, #eb232d, #c1392b);
      color: white;
      padding: 30px;
      text-align: center;
      position: relative;
    }

    .fp-header::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, #eb232d, #f39c12, #27ae60, #3498db);
    }

    .fp-icon {
      font-size: 3rem;
      margin-bottom: 10px;
      filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
    }

    #fp-title { 
      font-size: 2rem;
      font-weight: 700;
      margin: 0;
      text-shadow: 0 2px 4px rgba(0,0,0,0.3);
      letter-spacing: -0.02em;
    }

    .fp-content {
      padding: 5px;
    }

    .fp-lead-container {
      background: linear-gradient(135deg, #eb232d, #c1392b);
      border-radius: 15px;
      padding: 25px;
      margin-bottom: 30px;
      position: relative;
      overflow: hidden;
    }

    .fp-lead-container::before {
      content: '';
      position: absolute;
      top: -50%;
      right: -50%;
      width: 100%;
      height: 100%;
      background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
      transform: rotate(45deg);
    }

    .fp-lead { 
      color: white;
      font-size: 1.1rem;
      font-weight: 500;
      margin: 0;
      position: relative;
      z-index: 1;
      text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    }

    .fp-highlight {
      font-weight: 700;
      background: rgba(255, 255, 255, 0.2);
      padding: 2px 8px;
      border-radius: 6px;
      margin-right: 8px;
    }

    .fp-key-points {
      margin-top: 20px;
      display: grid;
      gap: 12px;
    }

    .fp-point {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 8px 0;
      color: white;
      font-size: 0.95rem;
      position: relative;
    }

    .fp-point-icon {
      font-size: 1.2rem;
      flex-shrink: 0;
      background: rgba(255, 255, 255, 0.2);
      width: 32px;
      height: 32px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      backdrop-filter: blur(5px);
    }

    .fp-footer {
      background: linear-gradient(135deg, #eb232d, #c1392b);
      margin: 0 -30px -30px -30px;
      padding: 20px 30px;
      text-align: center;
    }

    .fp-footer-text {
      color: white;
      font-weight: 600;
      font-size: 1rem;
      text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .fp-wrapper {
        padding: 10px;
      }

      .fp-card {
        border-radius: 15px;
      }

      .fp-header {
        padding: 20px 15px;
      }

      .fp-icon {
        font-size: 2.5rem;
        margin-bottom: 8px;
      }

      #fp-title { 
        font-size: 1.5rem; 
        line-height: 1.3;
      }

      .fp-content {
        padding: 20px 15px;
      }

      .fp-lead-container {
        padding: 20px 15px;
        margin-bottom: 20px;
        border-radius: 12px;
      }

      .fp-lead { 
        font-size: 1rem; 
        line-height: 1.5;
      }

      .fp-highlight {
        display: block;
        margin-bottom: 8px;
      }

      .fp-key-points {
        margin-top: 15px;
        gap: 10px;
      }

      .fp-point {
        gap: 10px;
        font-size: 0.9rem;
        padding: 6px 0;
      }

      .fp-point-icon {
        width: 28px;
        height: 28px;
        font-size: 1rem;
      }

      .fp-footer {
        margin: 0 -15px -20px -15px;
        padding: 15px;
      }

      .fp-footer-text {
        font-size: 0.9rem;
      }
    }

    @media (max-width: 480px) {
      .fp-wrapper {
        padding: 5px;
      }

      .fp-card {
        border-radius: 12px;
      }

      .fp-icon {
        font-size: 2rem;
        margin-bottom: 5px;
      }

      #fp-title { 
        font-size: 1.25rem; 
      }

      .fp-content {
        padding: 15px 10px;
      }

      .fp-lead-container {
        padding: 15px 10px;
        margin-bottom: 15px;
      }

      .fp-lead { 
        font-size: 0.9rem; 
        line-height: 1.4;
      }

      .fp-key-points {
        margin-top: 12px;
        gap: 8px;
      }

      .fp-point {
        gap: 8px;
        font-size: 0.85rem;
        padding: 4px 0;
        line-height: 1.3;
      }

      .fp-point-icon {
        width: 24px;
        height: 24px;
        font-size: 0.9rem;
        border-radius: 6px;
      }

      .fp-footer {
        margin: 0 -10px -15px -10px;
        padding: 12px 10px;
      }

      .fp-footer-text {
        font-size: 0.85rem;
      }
    }

    @media (max-width: 320px) {
      .fp-wrapper {
        padding: 2px;
      }

      .fp-icon {
        font-size: 1.8rem;
      }

      #fp-title { 
        font-size: 1.1rem; 
      }

      .fp-lead { 
        font-size: 0.85rem; 
      }

      .fp-point {
        font-size: 0.8rem;
      }

      .fp-point-icon {
        width: 22px;
        height: 22px;
        font-size: 0.8rem;
      }
    }
  </style>/* End custom CSS */