.elementor-3311 .elementor-element.elementor-element-c76f6f0{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for text-editor, class: .elementor-element-b396409 */h1 {
      margin: 0;
      font-size: 3rem;
    }
    .container {
      display: flex;
      flex-direction: column;
      gap: 3rem;
      max-width: 900px;
      margin: 3rem auto;
      padding: 0 1rem;
      position: relative;
      z-index: 2;
    }
    .card, .highlight-box {
      background: rgba(255, 255, 255, 0.95);
      padding: 2rem;
      border-radius: 15px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
     /* opacity: 0;*/
      
    }
   /* .card.visible, .highlight-box.visible {
      opacity: 1;
      
    }*/
    h2, h3 {
      color: #000000;
    }
    h2 {
      font-size: 2rem;
    }
    blockquote {
      border-left: 3px solid #e42313;
      padding-left: 1rem;
      color: #000000;
      font-style: italic;
      font-size: 1.2rem;
      margin: 1.5rem 0;
    }
    .big-message {
      font-size: 1.6rem;
      font-weight: bold;
      color: #e42313;
      margin: 2rem 0 1rem;
      text-align: center;
    }
    .highlight-box {
      background-color: #fff5f4;
      border-left: 6px solid #e42313;
    }
    .cta {
      text-align: center;
      margin-top: 2rem;
    }
    .cta p {
      font-size: 1.4rem;
      font-weight: bold;
    }
    .cta a {
      background-color: #e42313;
      color: white;
      padding: 1rem 2rem;
      border-radius: 6px;
      text-decoration: none;
      font-size: 1rem;
      
    }
    .cta a:hover {
      background-color: #c81d10;
    }
   .mes-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 2rem;
}
    .step {
  flex: 1 1 calc(33.33% - 1rem);
  min-width: 180px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  /*overflow-wrap: break-word;*/
  word-wrap: break-word;
  hyphens: auto;
}
.step:hover {
  transform: translateY(-4px);
}
.circle {
  background-color: #e42313;
  color: white;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 auto 0.5rem auto;
  border-radius: 50%;
  font-weight: bold;
}/* End custom CSS */