/* [project]/components/PortableTextWrapper/index.module.css [app-client] (css) */
.index-module__myoQvq__PortableTextContainer {
  -webkit-user-select: text;
  user-select: text;
}

.index-module__myoQvq__PortableTextContainer p {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.index-module__myoQvq__PortableTextContainer ul {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: 2rem;
  list-style-type: disc;
}

.index-module__myoQvq__PortableTextContainer ol {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: 2rem;
  list-style-type: decimal;
}

.index-module__myoQvq__PortableTextContainer a {
  --tw-text-opacity: 1;
  color: rgb(241 134 13 / var(--tw-text-opacity));
}

.index-module__myoQvq__PortableTextContainer h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.index-module__myoQvq__PortableTextContainer h4 {
  margin-top: .75rem;
  margin-bottom: .75rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

/* [project]/components/Tabs/index.module.css [app-client] (css) */
.index-module__-hyv-W__TabsContainer {
  align-items: center;
  width: 100%;
  margin-top: -.5rem;
  margin-bottom: -.5rem;
  display: flex;
}

.index-module__-hyv-W__TabContainer {
  --tw-bg-opacity: 1;
  background-color: rgb(31 34 36 / var(--tw-bg-opacity));
  flex: 1;
  margin-top: .5rem;
  margin-bottom: .5rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.index-module__-hyv-W__TabContainerSmall {
  padding: .25rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .index-module__-hyv-W__TabContainerSmall {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.index-module__-hyv-W__TabContainerNormal {
  padding: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.index-module__-hyv-W__TabContainer:first-child {
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

.index-module__-hyv-W__TabContainer:last-child {
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
}

.index-module__-hyv-W__TabContainer:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 34 36 / var(--tw-bg-opacity));
}

.index-module__-hyv-W__TabContainerActive, .index-module__-hyv-W__TabContainerActive:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(188 104 10 / var(--tw-bg-opacity));
}

.index-module__-hyv-W__TabContainer:disabled {
  pointer-events: none !important;
  opacity: .75 !important;
}

/*# sourceMappingURL=components_0g3wddy._.css.map*/