.elementor-989806 .elementor-element.elementor-element-e6fea61{--display:flex;--gap:90px 90px;--row-gap:90px;--column-gap:90px;--margin-top:100px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}.elementor-989806 .elementor-element.elementor-element-9b52efe{text-align:center;}:root{--page-title-display:none;}/* Start custom CSS */.tab-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.tab-buttons button {
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1.5rem;
  color: blacK;
  background-color: transparent;
  border-radius: 5px;
  min-width: 200px;
}

.tab-buttons button:hover {
    background-color: blacK;
    color: white;
}

.tab-buttons button.active {
  background: #ccc;
  border: #ccc;
}

.tab-content {
  display: none;
  margin-top: 20px;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .tab-buttons {
    flex-direction: column;
  }
}

/* HTML: <div class="loader"></div> */
.loader-presu {
  height: 80px;
  aspect-ratio: 1;
  padding: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  mask: conic-gradient(#000 0 0) content-box exclude,conic-gradient(#000 0 0);
  filter: blur(12px);
  margin: auto;
}
.loader-presu:before {
  content: "";
  position: absolute;
  inset: 0;
  background: conic-gradient(#0000 35%,#0090d4,#0000 65%);
  animation: l1 1.5s linear infinite;
}
@keyframes l1 {
  to {rotate: 1turn}
}/* End custom CSS */