/* Bulma Utilities */
.agn-tabs.tabs {
  font-family: Manrope-Medium;
  font-size: 0.875rem;
  letter-spacing: normal;
  line-height: var(--line-height_1_29);
}
.agn-tabs.tabs li.is-active a span {
  color: #1272e2;
  font-family: Manrope-Semibold;
}
.agn-tabs.tabs li a {
  box-sizing: border-box;
  height: 3rem;
}
@media screen and (min-width: 768px), print {
  .agn-tabs.tabs li a {
    height: 4rem;
  }
}
.agn-tabs.tabs li a span {
  color: #002b47;
  font-family: Manrope-Medium;
  line-height: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .agn-tabs.tabs {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px), print {
  .agn-tabs.tabs {
    font-size: 1.125rem;
    line-height: var(--line-height_1_5);
  }
}

/* Hide scrollbar for Chrome, Safari and Opera */
.tabs::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.tabs {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.agn-tabs.tabs.type-button ul {
  gap: 1rem;
}
@media screen and (min-width: 768px), print {
  .agn-tabs.tabs.type-button ul {
    gap: 1.5rem;
  }
}
.agn-tabs.tabs.type-button a {
  background-color: #ffffff;
  border: solid 1.5px #ffffff;
  border-radius: 0.5rem;
  box-shadow: 5px 5px 27px 0 rgba(103, 125, 132, 0.25);
  height: 51px;
  padding: 1rem;
}
@media screen and (min-width: 768px), print {
  .agn-tabs.tabs.type-button a {
    height: 5rem;
    padding: 1.5rem 28px;
  }
}