.view-tabs {
  font-family: "Montserrat", sans-serif;
  padding: 10rem 0;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .view-tabs {
    padding: 5rem 1rem;
  }
}
.view-tabs .container .view-tabs__panes {
  max-width: 1340px;
  margin: 0 auto;
  background-color: #f0f1f1;
  padding: 5rem 10rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .view-tabs .container .view-tabs__panes {
    padding: 5rem 2rem;
  }
}
.view-tabs__nav {
  list-style: none;
  padding: 0;
  margin: 6rem auto 3rem;
  display: flex;
  justify-content: center;
  border-bottom: none;
}
.view-tabs__nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: none;
}
.view-tabs__nav li:first-child button {
  border-radius: 8px 0 0 8px;
}
.view-tabs__nav li:last-child button {
  border-radius: 0 8px 8px 0;
}
.view-tabs__nav li:not(:first-child):not(:last-child) button {
  border-radius: 0;
}
.view-tabs__nav li:first-child:last-child button {
  border-radius: 8px;
}
.view-tabs .field--name-field-body {
  font-family: "Quicksand", foco, sans-serif;
  max-width: 560px;
  margin: 0 auto 3rem;
}
.view-tabs__link {
  display: inline-block;
  padding: 2rem;
  background: #f0f1f1;
  border: none;
  outline: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.7rem;
  font-weight: 500;
  color: #333;
  transition: all 0.3s ease;
  text-decoration: none;
  line-height: 1.2;
}
.view-tabs__link:hover {
  background: #e0e0e0;
  color: #000;
}
.view-tabs__link.is-active {
  background: var(--primary-blue, #003764);
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.view-tabs__link.is-active:focus-visible {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(255, 255, 255, 0.4);
}
.view-tabs__link:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 55, 100, 0.25);
}
.view-tabs__panes {
  position: relative;
  min-height: 200px;
  max-width: 1147px;
  margin: 0 auto;
}
.view-tabs__panes .form-item label {
  margin-bottom: 0;
}
.view-tabs__panes .form-text {
  max-width: 332px !important;
  background-color: #ffffff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .view-tabs__panes .form-text {
    max-width: 100% !important;
  }
}
.view-tabs__panes .form-select {
  max-width: 220px;
  background-color: #ffffff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .view-tabs__panes .form-select {
    max-width: 100% !important;
  }
}
.view-tabs__panes .form-select .select-wrapper .sod_select .sod_label {
  color: #737373;
}
.view-tabs__panes .form-select .select-wrapper .sod_select:has(.sod_option.selected:not([data-value=All])) .sod_label {
  color: #2d2d2d;
}
.view-tabs__panes .form-type-date input {
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  height: 5rem;
  color: #737373;
}
.view-tabs__panes .view-display-id-default_display .views-row {
  margin-bottom: 1.5rem;
}
.view-tabs__panes .view-display-id-default_display .views-row article {
  background: white;
  border-radius: 10px;
  padding: 30px;
  position: relative;
}
.view-tabs__panes .view-display-id-default_display .views-row article .date {
  color: #474747;
}
.view-tabs__panes .view-display-id-default_display .views-row article .block__title a {
  color: #2d2d2d;
}
.view-tabs__panes .view-display-id-default_display .views-row article .text {
  color: #2d2d2d;
  margin-top: 1rem;
  font-size: 1.7rem;
}
.view-tabs__pane {
  display: none;
  animation: fadeIn 0.4s ease-out;
}
.view-tabs__pane.is-active {
  display: block;
}
.view-tabs__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 2rem;
}
/*# sourceMappingURL=paragraph-view-tabs.css.map */
