.tab-group {
  margin: 0 !important;
}
.tab-group ul.tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.tab-group ul.tabs li {
  margin: 0;
  padding: 0 1.7rem 0 0;
  position: relative;
  z-index: 2;
}
.tab-group ul.tabs li:last-child {
  padding-right: 0;
}
.tab-group ul.tabs a {
  text-decoration: none !important;
  background: white;
  cursor: pointer;
  transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out !important;
  opacity: 0.6;
  padding: 2.4rem 5rem;
  font-size: var(--wp--preset--font-size--font-18);
  border-radius: 8px 8px 0 0;
}
.tab-group ul.tabs a:after {
  display: none;
}
.tab-group ul.tabs a.active, .tab-group ul.tabs a:hover, .tab-group ul.tabs a:active, .tab-group ul.tabs a:focus {
  outline: none;
  opacity: 1;
}
.tab-group ul.tabs.fw li {
  display: flex;
  align-items: stretch;
  flex-grow: 1;
  flex-basis: 0;
}
.tab-group ul.tabs.fw li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tab-group ul.tabs.fw li a:hover {
  color: #010035;
}
.tab-group ul.tabs.filter-style {
  padding: 12px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 88px;
  border: 1px solid rgba(1, 0, 53, 0.2);
  background: #fff;
  margin-bottom: 4rem;
  width: -moz-fit-content;
  width: fit-content;
}
.tab-group ul.tabs.filter-style li {
  padding: 0;
}
.tab-group ul.tabs.filter-style a {
  background: transparent;
  opacity: 1;
  padding: 4px 16px;
  border-radius: 40px;
  color: #010035;
  font-style: normal;
  font-weight: 400;
  transition: all 0.25s ease-in-out !important;
}
.tab-group ul.tabs.filter-style a.active, .tab-group ul.tabs.filter-style a:hover, .tab-group ul.tabs.filter-style a:active, .tab-group ul.tabs.filter-style a:focus {
  outline: none;
  background: #010035;
  color: #fff;
}
.tab-group .vert ul.tabs {
  display: flex;
  flex-direction: column;
  width: calc(35% - 30px);
  margin: 0 30px 0 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}
.tab-group .vert ul.tabs li {
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 0;
}
.tab-group .vert ul.tabs a {
  display: block;
  height: auto;
  padding: 0.9ch 1.4rem;
  color: #010035 !important;
  background: transparent;
  border: 1px solid #8559D7;
  border-radius: 4px;
}
.tab-group .vert ul.tabs a:hover, .tab-group .vert ul.tabs a:active, .tab-group .vert ul.tabs a:focus, .tab-group .vert ul.tabs a.active {
  background: rgba(133, 89, 215, 0.05);
  color: #8559D7 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .tab-group .vert .tab-panel {
    width: 65%;
  }
}
@media (min-width: 1024px) {
  .tab-group .vert ul.tabs {
    width: 180px;
  }
  .tab-group .vert .tab-panel {
    width: calc(100% - 215px);
  }
}
@media (max-width: 767px) {
  .tab-group.acc ul.tabs {
    display: none;
  }
}/*# sourceMappingURL=block-tab-nav.css.map */