#c8250ab4-0679-478d-b485-94e687feac79
{
  margin-top: 40px;
}

.tabs {
  display: flex;
  justify-content: center;
}

.tab {
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  color: #333;
  transition: color 0.3s;
}

.tab.active {
  color: #007bff;
  font-weight: bold;
}

.tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, blue, red);
  border-radius: 2px;
}

.tab-content {
  display: none;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
}

.tab-content p {
  margin-bottom: 30px;
}

.tab-content.active {
  display: block;
}.CHBlock_richTextContent, .CHBlock_container * {font-family: 'Segoe UI',Frutiger,'Frutiger Linotype','Dejavu Sans','Helvetica Neue',Arial,sans-serif;}