html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  text-underline-position: under;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.am-prose h2, .am-prose h3, .am-prose h4, .am-prose h5, .am-prose h6 {
  margin: 2em 0 0.75em;
}
.am-prose h2:first-child, .am-prose h3:first-child, .am-prose h4:first-child, .am-prose h5:first-child, .am-prose h6:first-child {
  margin-top: 0;
}
.am-prose h2 {
  font-size: 24px;
}
.am-prose h3 {
  font-size: 20px;
}
.am-prose h4, .am-prose h5, .am-prose h6 {
  font-size: 18px;
}
.am-prose ul {
  padding-left: 1em;
}
.am-prose p {
  margin-bottom: 1em;
}
.am-prose a {
  color: var(--am-purple-400);
  text-decoration: underline;
}
.am-prose strong {
  font-weight: 700;
}
.am-prose mark {
  color: var(--am-purple-400);
  background-color: inherit;
}
.am-prose table {
  border-collapse: collapse;
  border: 1px solid var(--border);
}
.am-prose table td, .am-prose table th {
  padding: 1em;
  border: 1px solid var(--border);
}

.is-justify {
  text-align: justify;
}

.sr-only {
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.accordion-content-wrapper > ul > li {
  border: none !important;
}

.am-dyn-steps .am-dyn-nav .icon svg {
  transition: 0.3s ease-out;
}
.am-dyn-steps .am-dyn-nav > .is-animated .icon, .am-dyn-steps .am-dyn-nav > .was-animated .icon {
  background-image: linear-gradient(90deg, var(--am-purple-400), var(--am-indigo));
  border: none !important;
}
.am-dyn-steps .am-dyn-nav > *:not(:last-child) {
  position: relative;
  padding-bottom: 15px;
}
.am-dyn-steps .am-dyn-nav > *:not(:last-child):before {
  content: "";
  position: absolute;
  height: calc(100% - 50px);
  border-right: 1px solid;
  left: 24px;
  top: 50px;
  border-image: linear-gradient(rgba(255, 255, 255, 0.3) 40%, transparent 0%) 3/3px repeat;
}
.am-dyn-steps .am-dyn-nav > *:not(:last-child).is-animated:before, .am-dyn-steps .am-dyn-nav > *:not(:last-child).was-animated:before {
  content: "";
  position: absolute;
  height: calc(100% - 50px);
  border-right: 1px solid var(--am-purple-400);
  left: 24px;
  top: 50px;
  border-image: none;
}
.am-dyn-steps .am-dyn-nav > *:not(:last-child).is-animated:before {
  border-image: linear-gradient(0deg, var(--am-indigo), var(--am-purple-400)) 1;
}

.brxe-morphingmenuitem svg {
  height: 20px;
  width: 20px;
}

.bricks-is-frontend .am-dyn-steps .am-dyn-nav > .is-animated .content > :not(:first-child) {
  max-height: 1000px;
  opacity: 1;
  pointer-events: auto;
  transition: 0.7s ease-out;
}
.bricks-is-frontend .am-dyn-steps .am-dyn-nav > .is-animated > :not(:first-child) {
  max-height: 1000px;
  opacity: 1;
  overflow: hidden;
  pointer-events: auto;
  transition: 0.7s ease-out;
}
.bricks-is-frontend .am-dyn-steps .am-dyn-nav > :not(.is-animated) .content > :not(:first-child) {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-out;
}
.bricks-is-frontend .am-dyn-steps .am-dyn-nav > :not(.is-animated) > :not(:first-child) {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-out;
}
.bricks-is-frontend .am-dyn-steps .am-dyn-content > :not(.am-visible) {
  display: none;
}

.hs-form-html .hsfc-Step__Content {
  padding: 0 !important;
}
.hs-form-html .hsfc-Row {
  gap: 16px !important;
  margin-bottom: 16px !important;
}
.hs-form-html .hsfc-FieldLabel {
  margin: 0 !important;
}
.hs-form-html .hsfc-FieldLabel span {
  display: none !important;
}
.hs-form-html .hsfc-CheckboxField .hsfc-FieldLabel span {
  display: inline !important;
  color: white !important;
}
.hs-form-html .hsfc-RichText {
  color: white !important;
  opacity: 0.75 !important;
}
.hs-form-html .hsfc-TextInput, .hs-form-html .hsfc-TextareaInput {
  padding: 8px 18px !important;
  font-size: 15px !important;
  border-radius: 7px !important;
}

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