.tab-content .tab-pane {
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: block;
}

.tab-content .tab-pane.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.tab-content .tab-pane p {
  margin-bottom: 1.88rem;
}

.tab-nav {
  display: flex;
}

.tab-nav .tab-item-title {
  background-color: #0000;
  border: none;
  padding: 0;
}

.tab-nav .tab-item-title p {
  letter-spacing: .0313rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}

.tab-nav .tab-item-title.active p {
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: auto;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
}


/*# sourceMappingURL=tabsLayout.css.map*/