/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-normal: 0em;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-sm: 8px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-be-deep: #0b1f3b;
    --color-be-magenta: #d92d8a;
    --color-be-sage: #e3ece8;
    --color-be-cyan: #00e5ff;
    --color-be-tech-green: #1dbe8c;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-10 {
    margin-inline: calc(var(--spacing) * 10);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[16\/10\] {
    aspect-ratio: 16/10;
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-28 {
    height: calc(var(--spacing) * 28);
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-28 {
    max-height: calc(var(--spacing) * 28);
  }
  .max-h-\[100px\] {
    max-height: 100px;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[min\(100vw-2rem\,24rem\)\] {
    width: min(100vw - 2rem, 24rem);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[8\.5rem\] {
    max-width: 8.5rem;
  }
  .max-w-\[9\.125rem\] {
    max-width: 9.125rem;
  }
  .max-w-\[14rem\] {
    max-width: 14rem;
  }
  .max-w-\[26rem\] {
    max-width: 26rem;
  }
  .max-w-\[60\.5rem\] {
    max-width: 60.5rem;
  }
  .max-w-\[112rem\] {
    max-width: 112rem;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-\[1792px\] {
    max-width: 1792px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[4\.375rem\] {
    min-width: 4.375rem;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .translate-x-\[-2px\] {
    --tw-translate-x: -2px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .self-stretch {
    align-self: stretch;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[2rem\] {
    border-radius: 2rem;
  }
  .rounded-\[32px\] {
    border-radius: 32px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-tl-lg {
    border-top-left-radius: var(--radius-lg);
  }
  .rounded-tr-lg {
    border-top-right-radius: var(--radius-lg);
  }
  .rounded-br-lg {
    border-bottom-right-radius: var(--radius-lg);
  }
  .rounded-bl-lg {
    border-bottom-left-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-be-sage {
    border-color: var(--color-be-sage);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/15 {
    border-color: color-mix(in srgb, #fff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-be-cyan {
    background-color: var(--color-be-cyan);
  }
  .bg-be-deep {
    background-color: var(--color-be-deep);
  }
  .bg-be-magenta {
    background-color: var(--color-be-magenta);
  }
  .bg-be-sage {
    background-color: var(--color-be-sage);
  }
  .bg-be-tech-green {
    background-color: var(--color-be-tech-green);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white\/5 {
    background-color: color-mix(in srgb, #fff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-left {
    object-position: left;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[1\.3125rem\] {
    font-size: 1.3125rem;
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.35\] {
    --tw-leading: 1.35;
    line-height: 1.35;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-be-deep {
    color: var(--color-be-deep);
  }
  .text-be-sage {
    color: var(--color-be-sage);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/60 {
    color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .shadow-\[0_1px_2px_rgba\(0\,0\,0\,0\.12\)\] {
    --tw-shadow: 0 1px 2px var(--tw-shadow-color, rgba(0,0,0,0.12));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_1px_2px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0 1px 2px var(--tw-shadow-color, rgba(0,0,0,0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition-\[background-color\,border-color\,box-shadow\] {
    transition-property: background-color,border-color,box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .will-change-transform {
    will-change: transform;
  }
  .hover\:border-white\/35 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, #fff 35%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-white) 35%, transparent);
        }
      }
    }
  }
  .hover\:bg-white\/12 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 12%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 12%, transparent);
        }
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .hover\:opacity-95 {
    &:hover {
      @media (hover: hover) {
        opacity: 95%;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:shadow-\[0_2px_8px_rgba\(0\,0\,0\,0\.18\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 2px 8px var(--tw-shadow-color, rgba(0,0,0,0.18));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .focus-visible\:ring-2 {
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus-visible\:ring-be-cyan {
    &:focus-visible {
      --tw-ring-color: var(--color-be-cyan);
    }
  }
  .focus-visible\:ring-offset-2 {
    &:focus-visible {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus-visible\:ring-offset-be-deep {
    &:focus-visible {
      --tw-ring-offset-color: var(--color-be-deep);
    }
  }
  .focus-visible\:outline {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
  }
  .focus-visible\:outline-2 {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus-visible\:outline-offset-2 {
    &:focus-visible {
      outline-offset: 2px;
    }
  }
  .focus-visible\:outline-offset-4 {
    &:focus-visible {
      outline-offset: 4px;
    }
  }
  .focus-visible\:outline-be-cyan {
    &:focus-visible {
      outline-color: var(--color-be-cyan);
    }
  }
  .focus-visible\:outline-be-deep {
    &:focus-visible {
      outline-color: var(--color-be-deep);
    }
  }
  .focus-visible\:outline-be-sage {
    &:focus-visible {
      outline-color: var(--color-be-sage);
    }
  }
  .focus-visible\:outline-white {
    &:focus-visible {
      outline-color: var(--color-white);
    }
  }
  .focus-visible\:outline-none {
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .active\:bg-white\/15 {
    &:active {
      background-color: color-mix(in srgb, #fff 15%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
      }
    }
  }
  .max-md\:mx-auto {
    @media (width < 48rem) {
      margin-inline: auto;
    }
  }
  .sm\:col-span-2 {
    @media (width >= 40rem) {
      grid-column: span 2 / span 2;
    }
  }
  .sm\:grid {
    @media (width >= 40rem) {
      display: grid;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:max-w-none {
    @media (width >= 40rem) {
      max-width: none;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:flex-wrap {
    @media (width >= 40rem) {
      flex-wrap: wrap;
    }
  }
  .sm\:items-end {
    @media (width >= 40rem) {
      align-items: flex-end;
    }
  }
  .sm\:justify-end {
    @media (width >= 40rem) {
      justify-content: flex-end;
    }
  }
  .sm\:gap-6 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:gap-8 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .sm\:text-right {
    @media (width >= 40rem) {
      text-align: right;
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:mt-16 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .md\:mb-14 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 14);
    }
  }
  .md\:mb-16 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-32 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 32);
    }
  }
  .md\:max-h-36 {
    @media (width >= 48rem) {
      max-height: calc(var(--spacing) * 36);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-16 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .md\:space-y-10 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:overflow-visible {
    @media (width >= 48rem) {
      overflow: visible;
    }
  }
  .md\:rounded-md {
    @media (width >= 48rem) {
      border-radius: var(--radius-md);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:pt-24 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .md\:pb-16 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-\[2\.5rem\] {
    @media (width >= 48rem) {
      font-size: 2.5rem;
    }
  }
  .md\:leading-\[1\.35\] {
    @media (width >= 48rem) {
      --tw-leading: 1.35;
      line-height: 1.35;
    }
  }
  .lg\:col-span-5 {
    @media (width >= 64rem) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:mt-20 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:flex-1 {
    @media (width >= 64rem) {
      flex: 1;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-nowrap {
    @media (width >= 64rem) {
      flex-wrap: nowrap;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:justify-items-center {
    @media (width >= 64rem) {
      justify-items: center;
    }
  }
  .lg\:gap-6 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-12 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:gap-14 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 14);
    }
  }
  .lg\:gap-20 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:px-3 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .lg\:px-16 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-8 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .lg\:pt-28 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 28);
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-6xl {
    @media (width >= 64rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:text-\[2\.5rem\] {
    @media (width >= 64rem) {
      font-size: 2.5rem;
    }
  }
  .lg\:text-\[2rem\] {
    @media (width >= 64rem) {
      font-size: 2rem;
    }
  }
  .xl\:grid-cols-5 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .xl\:gap-8 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .xl\:gap-14 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 14);
    }
  }
  .xl\:px-4 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .xl\:text-base {
    @media (width >= 80rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .xl\:text-\[4rem\] {
    @media (width >= 80rem) {
      font-size: 4rem;
    }
  }
  .\[\&\:\:-webkit-details-marker\]\:hidden {
    &::-webkit-details-marker {
      display: none;
    }
  }
}
@layer base {
  html {
    overflow-x: hidden;
    background-color: var(--color-be-deep);
    scroll-padding-top: 7rem;
  }
  @media (prefers-reduced-motion: no-preference) {
    html {
      scroll-behavior: smooth;
    }
  }
  body {
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body.be-hero-atmosphere {
    position: relative;
    background-color: transparent;
  }
}
@layer components {
  .be-atmosphere {
    pointer-events: none;
    position: fixed;
    inset: calc(var(--spacing) * 0);
    overflow: hidden;
    z-index: -1;
  }
  .be-atmosphere__base {
    position: absolute;
    inset: calc(var(--spacing) * 0);
    background-color: var(--color-be-deep);
  }
  .be-atmosphere__glow {
    position: absolute;
    inset: -20% -30% -10% -40%;
    background: radial-gradient(
				ellipse 85% 70% at 12% 45%,
				color-mix(in srgb, #d92d8a 35%, transparent) 0%,
				transparent 55%
			),
			radial-gradient(
				ellipse 60% 55% at 0% 50%,
				color-mix(in srgb, #00e5ff 22%, transparent) 0%,
				transparent 50%
			);
    @supports (color: color-mix(in lab, red, red)) {
      background: radial-gradient(
				ellipse 85% 70% at 12% 45%,
				color-mix(in srgb, var(--color-be-magenta) 35%, transparent) 0%,
				transparent 55%
			),
			radial-gradient(
				ellipse 60% 55% at 0% 50%,
				color-mix(in srgb, var(--color-be-cyan) 22%, transparent) 0%,
				transparent 50%
			);
    }
  }
  .be-atmosphere__lower-fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: min(48vh, 702px);
    background: linear-gradient(
			180deg,
			transparent 0%,
			color-mix(in srgb, #0b1f3b 40%, transparent) 45%,
			color-mix(in srgb, #d92d8a 12%, #0b1f3b) 100%
		);
    @supports (color: color-mix(in lab, red, red)) {
      background: linear-gradient(
			180deg,
			transparent 0%,
			color-mix(in srgb, var(--color-be-deep) 40%, transparent) 45%,
			color-mix(in srgb, var(--color-be-magenta) 12%, var(--color-be-deep)) 100%
		);
    }
    pointer-events: none;
  }
  .be-atmosphere__waves {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    will-change: transform;
    transform-origin: center top;
  }
  .be-atmosphere__waves img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.9;
  }
  .be-body-decor__hero-waves {
    position: absolute;
    top: 0;
    left: -1%;
    right: -1%;
    will-change: transform;
    transform-origin: center top;
  }
  .be-body-decor__hero-waves img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.9;
  }
  .be-body-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
  }
  .be-body-decor__stripes {
    position: absolute;
    top: 19%;
    left: -22%;
    right: -16%;
    width: auto;
    opacity: 0.85;
  }
  .be-body-decor__stripes img {
    display: block;
    width: 100%;
    height: auto;
    transform: translateX(-5%);
    transform-origin: 0 0;
  }
  .be-body-decor__waves {
    position: absolute;
    top: 64%;
    right: -80%;
    width: clamp(1200px, 150vw, 3500px);
  }
  .be-body-decor__waves svg {
    display: block;
    width: 100%;
    height: auto;
  }
  .be-body-decor__waves path {
    will-change: transform, opacity;
  }
  @media (prefers-reduced-motion: no-preference) {
    .be-body-decor__waves path {
      opacity: 0.08;
      animation: be-body-waves-pulse 3.2s ease-in-out infinite;
      animation-delay: var(--be-wave-delay, 0ms);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .be-body-decor__waves path {
      opacity: 0.15;
    }
  }
  @keyframes be-body-waves-pulse {
    0%,
		100% {
      opacity: 0.08;
    }
    50% {
      opacity: 0.3;
    }
  }
  @media (width < 48rem) {
    .be-body-decor__hero-waves {
      left: -14%;
      right: -14%;
      top: clamp(5.75rem, 20dvh, 10rem);
    }
    .be-body-decor__hero-waves img {
      transform: scale(1.2);
      transform-origin: center 15%;
      opacity: 1;
    }
    .be-body-decor__stripes {
      top: 19%;
      left: -26%;
      right: -20%;
      width: auto;
      opacity: 0.8;
    }
    .be-body-decor__stripes img {
      transform: translateX(-6%) scale(1.1);
      transform-origin: 0 0;
    }
    .be-body-decor__waves {
      top: 42%;
      right: -52%;
      width: min(200vw, 2800px);
    }
  }
  .be-mobile-nav__trigger {
    display: flex !important;
    min-height: 2.75rem;
    min-width: 2.75rem;
    list-style: none;
    -webkit-appearance: none;
    appearance: none;
    color: #fff;
  }
  .be-mobile-nav__icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }
  .be-mobile-nav__icon--close {
    display: none;
  }
  .be-mobile-nav[open] .be-mobile-nav__icon--menu {
    display: none;
  }
  .be-mobile-nav[open] .be-mobile-nav__icon--close {
    display: flex;
  }
  .be-mobile-nav .be-primary-nav {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .be-mobile-nav .be-primary-nav > li {
    border-bottom: 1px solid color-mix(in srgb, white 12%, transparent);
  }
  .be-mobile-nav .be-primary-nav > li:last-child {
    border-bottom-width: 0;
  }
  .be-mobile-nav .be-primary-nav .be-nav-link {
    width: 100%;
    justify-content: flex-start;
    padding-block: calc(var(--spacing) * 3.5);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    text-decoration-line: none;
    text-decoration: none;
  }
  .be-mobile-nav .be-nav-link:hover,
	.be-mobile-nav .be-nav-link:focus,
	.be-mobile-nav .be-nav-link:active {
    text-decoration: none;
  }
  .be-mobile-nav [role='timer'] {
    display: flex;
    width: 100%;
    min-height: 5rem;
    align-items: stretch;
    gap: 0.125rem;
  }
  .be-mobile-nav [role='timer'] > div {
    flex: 1 1 0;
    min-width: 0;
    border-radius: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .be-mobile-nav [role='timer'] > div:first-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
  .be-mobile-nav [role='timer'] > div:last-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }
  .be-header-section,
	.be-founding-partners,
	.be-textbereich-cta,
	.be-focus-flip-cards,
	.be-gallerie,
	.be-voices-bio,
	.be-why-attend,
	.be-formidable-forms,
	.be-site-footer {
    width: 100vi;
    max-width: none !important;
    margin-left: calc(50% - 50vi);
    margin-right: calc(50% - 50vi);
    box-sizing: border-box;
  }
  @supports not (width: 1vi) {
    .be-header-section,
		.be-founding-partners,
		.be-textbereich-cta,
		.be-focus-flip-cards,
		.be-gallerie,
		.be-voices-bio,
		.be-why-attend,
		.be-formidable-forms,
		.be-site-footer {
      width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
    }
  }
  .be-site-footer__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  @media (width >= 48rem) {
    .be-site-footer__inner {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
  @media (width >= 64rem) {
    .be-site-footer__inner {
      padding-left: 3.5rem;
      padding-right: 3.5rem;
    }
  }
  @media (width >= 80rem) {
    .be-site-footer__inner {
      padding-left: 4rem;
      padding-right: 4rem;
    }
  }
  .be-site-header {
    background-color: var(--color-be-deep);
  }
  body.be-hero-atmosphere .be-site-header {
    background-color: transparent;
  }
  .be-header-section {
    isolation: isolate;
  }
  .be-header-section__bg {
    background-color: transparent;
  }
  .be-header-section__title {
    font-family: 'rigid-square', sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .be-header-section__triangle {
    position: absolute;
    top: 11%;
    right: 7%;
    width: clamp(180px, 36vw, 520px);
    pointer-events: none;
  }
  .be-header-section__triangle img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.92;
  }
  @media (width < 48rem) {
    .be-header-section__triangle {
      display: none;
    }
  }
  .wp-block-acf-header-section {
    max-width: none !important;
  }
  .be-header-section__bg-img {
    z-index: 0;
    background-image: var(--be-header-bg-image);
  }
  .be-header-info-slides {
    will-change: transform;
  }
  html.be-modal-open {
    overflow: hidden;
  }
  .be-header-section-modal {
    position: fixed;
    inset: calc(var(--spacing) * 0);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(var(--spacing) * 4);
    z-index: 2147483646;
  }
  .be-header-section-modal[hidden] {
    display: none !important;
  }
  .be-header-section-modal__backdrop {
    position: absolute;
    inset: 0;
    cursor: default;
    background-color: rgba(11, 31, 59, 0.78);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .be-header-section-modal.is-visible .be-header-section-modal__backdrop {
    opacity: 1;
  }
  .be-header-section-modal__panel {
    position: relative;
    z-index: 1;
    max-height: min(90vh, 900px);
    width: 100%;
    max-width: min(94vw, 52rem);
    overflow-y: auto;
    border-radius: 1.35rem;
    padding: 1.5rem;
    background-color: #fff;
    @media (width >= 48rem) {
      padding: 1.75rem 2rem;
    }
    color: var(--color-be-deep);
    box-shadow: 0 0 0 1px rgb(255 255 255 / 0.14),
			0 28px 90px rgb(0 0 0 / 0.38),
			inset 0 1px 0 rgb(255 255 255 / 0.2);
    opacity: 0;
    transform: translate3d(0, 22px, 0) scale(0.97);
    transition: opacity 0.48s cubic-bezier(0.22, 1, 0.36, 1),
			transform 0.48s cubic-bezier(0.22, 1, 0.36, 1),
			box-shadow 0.48s ease;
    will-change: opacity, transform;
  }
  .be-header-section-modal.is-visible .be-header-section-modal__panel {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    will-change: auto;
  }
  .be-header-section-modal__panel::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.35);
    opacity: 0.85;
  }
  .be-header-section-modal__body {
    position: relative;
    z-index: 1;
  }
  .be-header-section-modal__header {
    position: relative;
    z-index: 2;
    margin-bottom: calc(var(--spacing) * 3);
    display: flex;
    justify-content: flex-end;
  }
  .be-header-section-modal__header--has-custom-title {
    margin-bottom: calc(var(--spacing) * 5);
    align-items: flex-start;
    justify-content: space-between;
    gap: calc(var(--spacing) * 4);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: currentcolor;
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, currentcolor 10%, transparent);
    }
    padding-top: calc(var(--spacing) * 0.5);
    padding-bottom: calc(var(--spacing) * 4);
  }
  .be-header-section-modal__header--has-custom-title .be-header-section-modal__title {
    min-width: calc(var(--spacing) * 0);
    flex: 1;
    padding-right: calc(var(--spacing) * 3);
    font-family: var(--font-sans);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
    text-wrap: balance;
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .be-header-section-modal__close {
    margin-top: calc(var(--spacing) * -2);
    margin-right: calc(var(--spacing) * -2);
    display: inline-flex;
    height: calc(var(--spacing) * 11);
    width: calc(var(--spacing) * 11);
    align-items: center;
    justify-content: center;
    border-radius: calc(infinity * 1px);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-leading: 1;
    line-height: 1;
    color: var(--color-be-deep);
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
    &:focus-visible {
      outline-offset: 2px;
    }
    &:focus-visible {
      outline-color: var(--color-be-magenta);
    }
    transition: background-color 0.22s ease,
			color 0.22s ease,
			transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .be-header-section-modal.is-visible .be-header-section-modal__close:hover {
    transform: scale(1.08);
  }
  .be-header-section-modal.is-visible .be-header-section-modal__close:active {
    transform: scale(0.96);
  }
  .be-header-section-modal[data-be-form-modal-theme='cyan'] .be-header-section-modal__panel {
    background-color: rgba(0, 229, 255, 0.96);
    color: #0f3d2e;
    box-shadow: 0 0 0 1px rgb(255 255 255 / 0.22),
			0 32px 100px rgb(0 30 50 / 0.45),
			0 12px 40px rgb(0 229 255 / 0.25),
			inset 0 1px 0 rgb(255 255 255 / 0.45);
  }
  .be-header-section-modal[data-be-form-modal-theme='magenta'] .be-header-section-modal__panel {
    background: linear-gradient(
			160deg,
			rgba(230, 60, 150, 0.98) 0%,
			rgba(217, 45, 138, 0.96) 45%,
			rgba(180, 30, 110, 0.97) 100%
		);
    color: #fff;
    box-shadow: 0 0 0 1px rgb(255 255 255 / 0.18),
			0 32px 100px rgb(60 0 40 / 0.55),
			0 12px 48px rgb(217 45 138 / 0.35),
			inset 0 1px 0 rgb(255 255 255 / 0.22);
  }
  .be-header-section-modal[data-be-form-modal-theme='cyan'] .be-header-section-modal__close {
    color: var(--color-be-deep);
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #0b1f3b 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-be-deep) 10%, transparent);
        }
      }
    }
  }
  .be-header-section-modal[data-be-form-modal-theme='magenta'] .be-header-section-modal__close {
    color: var(--color-white);
  }
  .be-header-section-modal[data-be-form-modal-theme='magenta'] .be-header-section-modal__close:hover {
    background-color: rgb(255 255 255 / 0.14);
  }
  @keyframes be-modal-field-in {
    from {
      opacity: 0;
      transform: translate3d(0, 18px, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  .be-header-section-modal:not(.is-visible) .be-frm-theme-fields .frm_fields_container > .frm_form_field,
	.be-header-section-modal:not(.is-visible) .be-frm-theme-fields .with_frm_style .frm_submit {
    opacity: 0;
  }
  .be-header-section-modal.is-visible .be-frm-theme-fields .frm_fields_container > .frm_form_field,
	.be-header-section-modal.is-visible .be-frm-theme-fields .with_frm_style .frm_submit {
    animation: be-modal-field-in 0.58s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  }
  .be-header-section-modal.is-visible .be-frm-theme-fields .frm_fields_container > .frm_form_field:nth-child(1) {
    animation-delay: 0.08s;
  }
  .be-header-section-modal.is-visible .be-frm-theme-fields .frm_fields_container > .frm_form_field:nth-child(2) {
    animation-delay: 0.14s;
  }
  .be-header-section-modal.is-visible .be-frm-theme-fields .frm_fields_container > .frm_form_field:nth-child(3) {
    animation-delay: 0.2s;
  }
  .be-header-section-modal.is-visible .be-frm-theme-fields .frm_fields_container > .frm_form_field:nth-child(4) {
    animation-delay: 0.26s;
  }
  .be-header-section-modal.is-visible .be-frm-theme-fields .frm_fields_container > .frm_form_field:nth-child(5) {
    animation-delay: 0.32s;
  }
  .be-header-section-modal.is-visible .be-frm-theme-fields .frm_fields_container > .frm_form_field:nth-child(6) {
    animation-delay: 0.38s;
  }
  .be-header-section-modal.is-visible .be-frm-theme-fields .frm_fields_container > .frm_form_field:nth-child(7) {
    animation-delay: 0.44s;
  }
  .be-header-section-modal.is-visible .be-frm-theme-fields .frm_fields_container > .frm_form_field:nth-child(8) {
    animation-delay: 0.5s;
  }
  .be-header-section-modal.is-visible .be-frm-theme-fields .with_frm_style .frm_submit {
    animation-delay: 0.4s;
  }
  @media (prefers-reduced-motion: reduce) {
    .be-header-section-modal__backdrop,
		.be-header-section-modal__panel {
      transition: none !important;
    }
    .be-header-section-modal.is-visible .be-header-section-modal__backdrop {
      opacity: 1 !important;
    }
    .be-header-section-modal.is-visible .be-header-section-modal__panel {
      opacity: 1 !important;
      transform: none !important;
    }
    .be-header-section-modal:not(.is-visible) .be-frm-theme-fields .frm_fields_container > .frm_form_field,
		.be-header-section-modal:not(.is-visible) .be-frm-theme-fields .with_frm_style .frm_submit {
      opacity: 1 !important;
    }
    .be-header-section-modal.is-visible .be-frm-theme-fields .frm_fields_container > .frm_form_field,
		.be-header-section-modal.is-visible .be-frm-theme-fields .with_frm_style .frm_submit {
      animation: none !important;
    }
    .be-header-section-modal.is-visible .be-header-section-modal__close:hover,
		.be-header-section-modal.is-visible .be-header-section-modal__close:active {
      transform: none;
    }
    .be-header-section-modal .be-frm-theme-fields .with_frm_style .frm_button_submit:hover,
		.be-header-section-modal .be-frm-theme-fields .with_frm_style .frm_submit button:hover,
		.be-header-section-modal .be-frm-theme-fields .with_frm_style .frm_submit input[type='submit']:hover {
      transform: none;
    }
  }
  .wp-block-acf-founding-partners {
    max-width: none !important;
  }
  .be-founding-partners img {
    filter: brightness(0) invert(1);
  }
  .editor-styles-wrapper .be-founding-partners {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .editor-styles-wrapper .be-founding-partners h2 {
    font-size: 1.5rem !important;
  }
  .be-fp-slides {
    will-change: transform;
  }
  .wp-block-acf-textbereich-mit-cta {
    max-width: none !important;
  }
  .be-textbereich-cta__inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 112rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  @media (width >= 48rem) {
    .be-textbereich-cta__inner {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
  @media (width >= 64rem) {
    .be-textbereich-cta__inner {
      padding-left: 3.5rem;
      padding-right: 3.5rem;
    }
  }
  @media (width >= 80rem) {
    .be-textbereich-cta__inner {
      padding-left: 4rem;
      padding-right: 4rem;
    }
  }
  .be-textbereich-cta__column {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 54rem;
    flex-direction: column;
    gap: 4rem;
  }
  .be-textbereich-cta__stack {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .be-textbereich-cta__title {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-be-sage);
  }
  @media (width >= 48rem) {
    .be-textbereich-cta__title {
      font-size: 2.5rem;
    }
  }
  .be-textbereich-cta__body {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.35;
    color: var(--color-be-sage);
  }
  @media (width >= 48rem) {
    .be-textbereich-cta__body {
      font-size: 1.25rem;
    }
  }
  .be-textbereich-cta__body :where(p + p) {
    margin-top: 18px;
  }
  .be-textbereich-cta__body :where(ul) {
    list-style-type: disc;
    padding-left: 1.5rem;
  }
  .be-textbereich-cta__body :where(ol) {
    list-style-type: decimal;
    padding-left: 1.5rem;
  }
  .be-textbereich-cta__body :where(a) {
    color: var(--color-be-cyan);
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .be-textbereich-cta__body :where(a:hover) {
    opacity: 0.9;
  }
  .be-textbereich-cta__panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    border-radius: 2rem;
    padding: 2.5rem 1.5rem;
    text-align: center;
  }
  .be-textbereich-cta__lead {
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-white);
  }
  @media (width >= 48rem) {
    .be-textbereich-cta__lead {
      font-size: 1.5rem;
    }
  }
  .be-textbereich-cta__cta-row {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .be-textbereich-cta__btn {
    display: inline-flex;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border: 2px solid var(--color-be-sage);
    background-color: transparent;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: var(--color-be-sage);
    text-decoration: none;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
  }
  .be-textbereich-cta__btn:hover {
    opacity: 0.9;
  }
  .be-textbereich-cta__btn:focus-visible {
    outline: 2px solid var(--color-be-sage);
    outline-offset: 2px;
  }
  .be-textbereich-cta__btn--on-dark {
    border-color: var(--color-white);
    color: var(--color-white);
  }
  .be-textbereich-cta__btn--on-dark:focus-visible {
    outline-color: var(--color-white);
  }
  .be-textbereich-cta__placeholder {
    color: color-mix(in srgb, #e3ece8 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--color-be-sage) 70%, transparent);
    }
  }
  .editor-styles-wrapper .be-textbereich-cta {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .be-rechtstext__inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: min(65ch, 100%);
  }
  .be-rechtstext__title {
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--color-be-sage);
  }
  @media (width >= 48rem) {
    .be-rechtstext__title {
      margin-bottom: 1.5rem;
      font-size: 1.625rem;
    }
  }
  .be-rechtstext__content {
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--color-be-sage);
  }
  .be-rechtstext__content :where(p) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .be-rechtstext__content :where(p + p) {
    margin-top: 1rem;
  }
  .be-rechtstext__content :where(h2) {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--color-be-sage);
  }
  .be-rechtstext__content :where(h2:first-child) {
    margin-top: 0;
  }
  .be-rechtstext__content :where(h3) {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--color-be-sage);
  }
  .be-rechtstext__content :where(h3:first-child) {
    margin-top: 0;
  }
  .be-rechtstext__content :where(ul),
	.be-rechtstext__content :where(ol) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    padding-left: 1.35rem;
  }
  .be-rechtstext__content :where(ul) {
    list-style-type: disc;
  }
  .be-rechtstext__content :where(ol) {
    list-style-type: decimal;
  }
  .be-rechtstext__content :where(li + li) {
    margin-top: 0.35rem;
  }
  .be-rechtstext__content :where(li > ul),
	.be-rechtstext__content :where(li > ol) {
    margin-top: 0.35rem;
  }
  .be-rechtstext__content :where(a) {
    color: var(--color-be-cyan);
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .be-rechtstext__content :where(a:hover) {
    opacity: 0.9;
  }
  .be-rechtstext__content :where(strong) {
    font-weight: 700;
  }
  .be-rechtstext__placeholder {
    color: color-mix(in srgb, #e3ece8 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--color-be-sage) 70%, transparent);
    }
  }
  .editor-styles-wrapper .be-rechtstext {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .be-textbereich-cta--fade-to-deep::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vi;
    max-width: none;
    height: clamp(6rem, 32vw, 18rem);
    translate: -50% 0;
    pointer-events: none;
    z-index: 1;
    background: radial-gradient(
				ellipse 120% 85% at 50% 100%,
				color-mix(in srgb, #0b1f3b 18%, transparent) 0%,
				transparent 62%
			),
			linear-gradient(
				180deg,
				transparent 0%,
				transparent 22%,
				color-mix(in srgb, #0b1f3b 8%, transparent) 48%,
				color-mix(in srgb, #0b1f3b 28%, transparent) 72%,
				color-mix(in srgb, #0b1f3b 72%, transparent) 90%,
				var(--color-be-deep) 100%
			);
    @supports (color: color-mix(in lab, red, red)) {
      background: radial-gradient(
				ellipse 120% 85% at 50% 100%,
				color-mix(in srgb, var(--color-be-deep) 18%, transparent) 0%,
				transparent 62%
			),
			linear-gradient(
				180deg,
				transparent 0%,
				transparent 22%,
				color-mix(in srgb, var(--color-be-deep) 8%, transparent) 48%,
				color-mix(in srgb, var(--color-be-deep) 28%, transparent) 72%,
				color-mix(in srgb, var(--color-be-deep) 72%, transparent) 90%,
				var(--color-be-deep) 100%
			);
    }
  }
  @supports not (width: 1vi) {
    .be-textbereich-cta--fade-to-deep::after {
      width: 100vw;
    }
  }
  .be-textbereich-cta--fade-to-deep .be-textbereich-cta__inner {
    position: relative;
    z-index: 2;
  }
  @media (prefers-reduced-motion: no-preference) {
    html.js-text-cta-scroll-anim [data-be-animate='text-cta'] .be-textbereich-cta__anim {
      opacity: 0;
      transform: translateY(14px);
    }
  }
  .wp-block-acf-focus-flip-cards {
    max-width: none !important;
  }
  .be-focus-flip-cards {
    position: relative;
    isolation: isolate;
  }
  .be-focus-flip-cards__inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 112rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  @media (width >= 48rem) {
    .be-focus-flip-cards__inner {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
  @media (width >= 64rem) {
    .be-focus-flip-cards__inner {
      padding-left: 3.5rem;
      padding-right: 3.5rem;
    }
  }
  @media (width >= 80rem) {
    .be-focus-flip-cards__inner {
      padding-left: 4rem;
      padding-right: 4rem;
    }
  }
  .be-focus-flip-cards img {
    filter: brightness(0) invert(1);
  }
  .be-focus-flip-cards .be-focus-flip-cards__static-panel,
	.be-focus-flip-cards .be-focus-flip-cards__face--front {
    padding: 2px;
    box-sizing: border-box;
  }
  .be-focus-flip-cards__icon-zone {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    padding-top: 1.5rem;
    padding-inline: 1.5rem;
  }
  .be-focus-flip-cards__body {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    min-height: 0;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
  }
  .be-focus-flip-cards__icon {
    max-height: 144px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }
  .be-focus-flip-cards__lead {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    color: inherit;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    text-wrap: balance;
  }
  .be-focus-flip-cards__cell {
    min-width: 0;
    min-height: 0;
    align-self: stretch;
  }
  .be-focus-flip-cards__static {
    display: flex;
    width: 100%;
    max-width: 250px;
    box-sizing: border-box;
    flex-direction: column;
    min-height: 0;
    margin-inline: auto;
    aspect-ratio: 250 / 360;
  }
  @media (width >= 40rem) {
    .be-focus-flip-cards__static {
      max-width: none;
      margin-inline: unset;
      aspect-ratio: 304 / 360;
    }
  }
  .be-focus-flip-cards__static-panel {
    box-sizing: border-box;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    height: 100%;
  }
  .be-focus-flip-cards__scene {
    perspective: 1400px;
    display: block;
    width: 100%;
    max-width: 250px;
    margin-inline: auto;
    aspect-ratio: 250 / 360;
  }
  @media (width >= 40rem) {
    .be-focus-flip-cards__scene {
      max-width: none;
      margin-inline: unset;
      aspect-ratio: 304 / 360;
    }
  }
  .be-focus-flip-cards__cube {
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  }
  @media (hover: hover) and (prefers-reduced-motion: no-preference) {
    .be-focus-flip-cards__root:hover .be-focus-flip-cards__cube,
		.be-focus-flip-cards__root:focus-visible .be-focus-flip-cards__cube {
      transform: rotateY(180deg);
    }
  }
  .be-focus-flip-cards__header :where(h2, p) {
    margin: 0;
  }
  .be-focus-flip-cards__face {
    position: absolute;
    inset: 0;
    box-sizing: border-box;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .be-focus-flip-cards__face--back {
    transform: rotateY(180deg);
  }
  .editor-styles-wrapper .be-focus-flip-cards {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .editor-styles-wrapper .be-focus-flip-cards h2 {
    font-size: 1.5rem !important;
  }
  @media (hover: none), (prefers-reduced-motion: reduce) {
    .be-focus-flip-cards__scene {
      aspect-ratio: auto;
      height: auto;
      perspective: none;
    }
    .be-focus-flip-cards__cube {
      display: flex;
      height: auto;
      flex-direction: column;
      gap: 1rem;
      transform: none !important;
    }
    .be-focus-flip-cards__face {
      position: relative;
      inset: auto;
      height: auto;
      min-height: 0;
      backface-visibility: visible;
      -webkit-backface-visibility: visible;
    }
    .be-focus-flip-cards__face--back {
      transform: none;
    }
  }
  .be-gallerie__inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 112rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  @media (width >= 48rem) {
    .be-gallerie__inner {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
  @media (width >= 64rem) {
    .be-gallerie__inner {
      padding-left: 3.5rem;
      padding-right: 3.5rem;
    }
  }
  @media (width >= 80rem) {
    .be-gallerie__inner {
      padding-left: 4rem;
      padding-right: 4rem;
    }
  }
  .be-gallerie__header {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
  .be-gallerie__desc :where(p + p) {
    margin-top: 18px;
  }
  .be-gallerie__desc :where(ul) {
    list-style-type: disc;
    padding-left: 1.5rem;
  }
  .be-gallerie__desc :where(ol) {
    list-style-type: decimal;
    padding-left: 1.5rem;
  }
  .be-gallerie__desc :where(a) {
    color: var(--color-be-cyan);
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .be-gallerie__desc :where(a:hover) {
    opacity: 0.9;
  }
  .be-gallerie__row {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
  .be-gallerie__row--wide {
    max-width: none;
  }
  .be-gallerie__media--bleed-md-down {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  @media (width >= 48rem) {
    .be-gallerie__media--bleed-md-down {
      width: 100%;
      max-width: 100%;
      margin-left: 0;
      margin-right: 0;
    }
  }
  .editor-styles-wrapper .be-gallerie {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .editor-styles-wrapper .be-gallerie h2 {
    font-size: 1.5rem !important;
  }
  .wp-block-acf-why-attend {
    max-width: none !important;
  }
  .be-why-attend {
    position: relative;
    background-color: color-mix(in srgb, #1dbe8c 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--color-be-tech-green) 90%, transparent);
    }
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  @media (width >= 48rem) {
    .be-why-attend {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
  }
  .be-why-attend__inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 112rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  @media (width >= 48rem) {
    .be-why-attend__inner {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
  @media (width >= 64rem) {
    .be-why-attend__inner {
      padding-left: 3.5rem;
      padding-right: 3.5rem;
    }
  }
  @media (width >= 80rem) {
    .be-why-attend__inner {
      padding-left: 4rem;
      padding-right: 4rem;
    }
  }
  .be-why-attend__content {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 75rem;
    flex-direction: column;
    gap: 2.5rem;
  }
  @media (width >= 48rem) {
    .be-why-attend__content {
      gap: 5rem;
    }
  }
  .be-why-attend__heading {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    color: white;
    margin: 0;
  }
  @media (width >= 48rem) {
    .be-why-attend__heading {
      font-size: 2.5rem;
    }
  }
  .be-why-attend__items {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  @media (width >= 48rem) {
    .be-why-attend__items {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
    }
  }
  .be-why-attend__item {
    border-bottom: 1px solid color-mix(in srgb, white 20%, transparent);
  }
  @media (width >= 48rem) {
    .be-why-attend__item {
      border-bottom: none;
    }
  }
  .be-why-attend__item-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    color: white;
  }
  @media (width >= 48rem) {
    .be-why-attend__item-header {
      cursor: default;
      padding: 0 0 1.5rem;
    }
  }
  .be-why-attend__item-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    color: white;
    margin: 0;
  }
  @media (width >= 48rem) {
    .be-why-attend__item-title {
      font-size: 1.5rem;
    }
  }
  .be-why-attend__chevron {
    flex-shrink: 0;
    color: white;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  @media (width >= 48rem) {
    .be-why-attend__chevron {
      display: none;
    }
  }
  .be-why-attend__item.is-open .be-why-attend__chevron {
    transform: rotate(180deg);
  }
  .be-why-attend__item-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .be-why-attend__item-body-inner {
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.35;
    color: white;
  }
  .be-why-attend__item.is-open .be-why-attend__item-body {
    grid-template-rows: 1fr;
  }
  .be-why-attend__item.is-open .be-why-attend__item-body-inner {
    padding-bottom: 1.25rem;
  }
  @media (width >= 48rem) {
    .be-why-attend__item-body {
      display: block;
    }
    .be-why-attend__item-body-inner {
      overflow: visible;
      font-size: 1.25rem;
      padding-bottom: 0;
    }
  }
  .be-why-attend__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    text-align: center;
  }
  .be-why-attend__cta-lead {
    width: 100%;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    color: white;
    margin: 0;
  }
  @media (width >= 48rem) {
    .be-why-attend__cta-lead {
      font-size: 1.5rem;
    }
  }
  .be-why-attend__cta-row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .be-why-attend__btn {
    display: inline-flex;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border: 2px solid var(--color-be-sage);
    background-color: transparent;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: var(--color-be-sage);
    text-decoration: none;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
  }
  .be-why-attend__btn:hover {
    opacity: 0.9;
  }
  .be-why-attend__btn:focus-visible {
    outline: 2px solid var(--color-be-sage);
    outline-offset: 2px;
  }
  .be-why-attend__placeholder {
    color: color-mix(in srgb, white 70%, transparent);
  }
  .editor-styles-wrapper .be-why-attend {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .editor-styles-wrapper .be-why-attend h2 {
    font-size: 1.5rem !important;
  }
  @media (prefers-reduced-motion: reduce) {
    .be-why-attend__item-body {
      transition: none;
    }
    .be-why-attend__chevron {
      transition: none;
    }
  }
  .wp-block-acf-voices-bio {
    max-width: none !important;
  }
  .be-voices-bio__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  @media (width >= 48rem) {
    .be-voices-bio__inner {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
  @media (width >= 64rem) {
    .be-voices-bio__inner {
      padding-left: 3.5rem;
      padding-right: 3.5rem;
    }
  }
  @media (width >= 80rem) {
    .be-voices-bio__inner {
      padding-left: 4rem;
      padding-right: 4rem;
    }
  }
  .be-voices-bio__column {
    max-width: 54rem;
    margin-left: auto;
    margin-right: auto;
  }
  .be-bio-slides {
    will-change: transform;
  }
  .editor-styles-wrapper .be-voices-bio {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .editor-styles-wrapper .be-voices-bio h2 {
    font-size: 1.5rem !important;
  }
  .wp-block-acf-formidable-forms {
    max-width: none !important;
  }
  .be-formidable-forms {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  @media (width >= 48rem) {
    .be-formidable-forms {
      padding-top: 5rem;
      padding-bottom: 7.5rem;
    }
  }
  .be-formidable-forms__inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 112rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  @media (width >= 48rem) {
    .be-formidable-forms__inner {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
  @media (width >= 64rem) {
    .be-formidable-forms__inner {
      padding-left: 3.5rem;
      padding-right: 3.5rem;
    }
  }
  @media (width >= 80rem) {
    .be-formidable-forms__inner {
      padding-left: 4rem;
      padding-right: 4rem;
    }
  }
  .be-formidable-forms__grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  @media (width >= 48rem) {
    .be-formidable-forms__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      align-items: start;
    }
  }
  @media (width >= 48rem) {
    .be-formidable-forms__panel:nth-child(2) {
      margin-top: 5rem;
    }
  }
  .be-formidable-forms__panel {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 2.5rem 2rem;
  }
  @media (width >= 48rem) {
    .be-formidable-forms__panel {
      padding: 4rem 5rem;
    }
  }
  .be-formidable-forms__panel--cyan {
    background-color: rgba(0, 229, 255, 0.9);
  }
  .be-formidable-forms__panel--magenta {
    background-color: rgba(217, 45, 138, 0.9);
  }
  .be-formidable-forms__panel--tech-green {
    background-color: color-mix(in srgb, #1dbe8c 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--color-be-tech-green) 90%, transparent);
    }
  }
  .be-formidable-forms__panel--deep {
    background-color: var(--color-be-deep);
  }
  .be-formidable-forms__panel--text-dark {
    color: #0f3d2e;
  }
  .be-formidable-forms__panel--text-light {
    color: white;
  }
  .be-formidable-forms__header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .be-formidable-forms__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: inherit;
  }
  @media (width >= 48rem) {
    .be-formidable-forms__title {
      font-size: 2.5rem;
    }
  }
  .be-formidable-forms__desc {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.35;
    margin: 0;
    color: inherit;
  }
  @media (width >= 48rem) {
    .be-formidable-forms__desc {
      font-size: 1.3125rem;
    }
  }
  .be-formidable-forms__form {
    width: 100%;
  }
  .editor-styles-wrapper .be-formidable-forms {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .editor-styles-wrapper .be-formidable-forms h2 {
    font-size: 1.5rem !important;
  }
}
.be-formidable-forms__panel .be-frm-theme-fields .frm_forms .frm_fields_container,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .frm_forms .frm_fields_container,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .frm_forms .frm_fields_container {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}
.be-formidable-forms__panel .be-frm-theme-fields .frm_forms .frm_form_field,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .frm_forms .frm_form_field,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .frm_forms .frm_form_field {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 1.5rem !important;
  padding: 0 !important;
  padding-top: 0.125rem !important;
  float: none !important;
  clear: both !important;
  position: relative !important;
}
.be-formidable-forms__panel .be-frm-theme-fields .frm_forms .frm_form_title,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .frm_forms .frm_form_title,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .frm_forms .frm_form_title,
.be-formidable-forms__panel .be-frm-theme-fields .frm_forms .frm_description,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .frm_forms .frm_description,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .frm_forms .frm_description,
.be-formidable-forms__panel .be-frm-theme-fields .frm_forms legend.frm_screen_reader,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .frm_forms legend.frm_screen_reader,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .frm_forms legend.frm_screen_reader {
  display: none !important;
}
.be-formidable-forms__panel--text-dark .be-frm-theme-fields .frm_forms .frm_form_field .frm_error,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .frm_forms .frm_form_field .frm_error {
  display: block !important;
  margin-top: 0.35rem !important;
  padding: 0.35rem 0.5rem !important;
  border-radius: 0.25rem !important;
  border-left: 3px solid #b42318 !important;
  background-color: rgb(255 255 255 / 0.55) !important;
  color: #7f1d1d !important;
  font-family: inherit !important;
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}
.be-formidable-forms__panel--text-light .be-frm-theme-fields .frm_forms .frm_form_field .frm_error,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .frm_forms .frm_form_field .frm_error {
  display: block !important;
  margin-top: 0.35rem !important;
  padding: 0.35rem 0.5rem !important;
  border-radius: 0.25rem !important;
  border-left: 3px solid #fecaca !important;
  background-color: rgb(0 0 0 / 0.22) !important;
  color: #fee2e2 !important;
  font-family: inherit !important;
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}
.be-formidable-forms__panel--text-dark .be-frm-theme-fields .frm_forms .frm_message.frm_error_style,
.be-formidable-forms__panel--text-dark .be-frm-theme-fields .frm_forms .frm_message.frm_warning_style,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .frm_forms .frm_message.frm_error_style,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .frm_forms .frm_message.frm_warning_style {
  margin-bottom: 1rem !important;
  padding: 0.5rem 0.65rem !important;
  border-radius: 0.25rem !important;
  border-left: 3px solid #b42318 !important;
  background-color: rgb(255 255 255 / 0.55) !important;
  color: #7f1d1d !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}
.be-formidable-forms__panel--text-light .be-frm-theme-fields .frm_forms .frm_message.frm_error_style,
.be-formidable-forms__panel--text-light .be-frm-theme-fields .frm_forms .frm_message.frm_warning_style,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .frm_forms .frm_message.frm_error_style,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .frm_forms .frm_message.frm_warning_style {
  margin-bottom: 1rem !important;
  padding: 0.5rem 0.65rem !important;
  border-radius: 0.25rem !important;
  border-left: 3px solid #fecaca !important;
  background-color: rgb(0 0 0 / 0.22) !important;
  color: #fee2e2 !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}
.be-formidable-forms__panel .be-frm-theme-fields .frm_forms,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .frm_forms,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .frm_forms,
.be-formidable-forms__panel .be-frm-theme-fields .frm_forms fieldset,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .frm_forms fieldset,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .frm_forms fieldset {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.be-formidable-forms__panel .be-frm-theme-fields .with_frm_style .frm_form_field input[type="text"],
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_form_field input[type="text"],
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_form_field input[type="text"],
.be-formidable-forms__panel .be-frm-theme-fields .with_frm_style .frm_form_field input[type="email"],
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_form_field input[type="email"],
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_form_field input[type="email"],
.be-formidable-forms__panel .be-frm-theme-fields .with_frm_style .frm_form_field input[type="tel"],
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_form_field input[type="tel"],
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_form_field input[type="tel"],
.be-formidable-forms__panel .be-frm-theme-fields .with_frm_style .frm_form_field input[type="number"],
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_form_field input[type="number"],
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_form_field input[type="number"],
.be-formidable-forms__panel .be-frm-theme-fields .with_frm_style .frm_form_field input[type="url"],
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_form_field input[type="url"],
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_form_field input[type="url"],
.be-formidable-forms__panel .be-frm-theme-fields .with_frm_style .frm_form_field select,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_form_field select,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_form_field select {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid currentColor !important;
  border-radius: 0 !important;
  color: inherit !important;
  padding: 0.35rem 0 !important;
  font-family: inherit !important;
  font-size: 1.125rem !important;
  line-height: 1.35 !important;
  box-shadow: none !important;
  outline: none !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 2.25rem !important;
}
.be-formidable-forms__panel .be-frm-theme-fields .with_frm_style .frm_form_field textarea,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_form_field textarea,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_form_field textarea {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid currentColor !important;
  border-radius: 0 !important;
  color: inherit !important;
  padding: 0.45rem 0 !important;
  font-family: inherit !important;
  font-size: 1.125rem !important;
  line-height: 1.35 !important;
  box-shadow: none !important;
  outline: none !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 4.5rem !important;
}
.be-formidable-forms__panel .be-frm-theme-fields .with_frm_style .frm_form_field input:focus,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_form_field input:focus,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_form_field input:focus,
.be-formidable-forms__panel .be-frm-theme-fields .with_frm_style .frm_form_field textarea:focus,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_form_field textarea:focus,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_form_field textarea:focus,
.be-formidable-forms__panel .be-frm-theme-fields .with_frm_style .frm_form_field select:focus,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_form_field select:focus,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_form_field select:focus {
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  border-color: currentColor !important;
}
.be-formidable-forms__panel .be-frm-theme-fields .with_frm_style .frm_form_field input::placeholder,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_form_field input::placeholder,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_form_field input::placeholder,
.be-formidable-forms__panel .be-frm-theme-fields .with_frm_style .frm_form_field textarea::placeholder,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_form_field textarea::placeholder,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_form_field textarea::placeholder {
  color: inherit !important;
  opacity: 0.5 !important;
}
.be-formidable-forms__panel .be-frm-theme-fields .with_frm_style .frm_form_field label,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_form_field label,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_form_field label,
.be-formidable-forms__panel .be-frm-theme-fields .with_frm_style .frm_form_field .frm_primary_label,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_form_field .frm_primary_label,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_form_field .frm_primary_label {
  color: inherit !important;
  font-family: inherit !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 0 0.125rem 0 !important;
  display: block !important;
  line-height: 1.35 !important;
  transform-origin: left bottom !important;
  transition: transform 0.2s ease, font-size 0.2s ease, opacity 0.2s ease !important;
  pointer-events: none !important;
}
.be-formidable-forms__panel .be-frm-theme-fields .with_frm_style .frm_form_field:focus-within label,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_form_field:focus-within label,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_form_field:focus-within label,
.be-formidable-forms__panel .be-frm-theme-fields .with_frm_style .frm_form_field:focus-within .frm_primary_label,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_form_field:focus-within .frm_primary_label,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_form_field:focus-within .frm_primary_label,
.be-formidable-forms__panel .be-frm-theme-fields .with_frm_style .frm_form_field.be-frm-filled label,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_form_field.be-frm-filled label,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_form_field.be-frm-filled label,
.be-formidable-forms__panel .be-frm-theme-fields .with_frm_style .frm_form_field.be-frm-filled .frm_primary_label,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_form_field.be-frm-filled .frm_primary_label,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_form_field.be-frm-filled .frm_primary_label {
  font-size: 0.8125rem !important;
  transform: translateY(-0.125rem) !important;
  opacity: 0.92 !important;
}
.be-formidable-forms__panel .be-frm-theme-fields .with_frm_style .frm_required,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_required,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_required {
  display: none !important;
}
.be-formidable-forms__panel .be-frm-theme-fields .with_frm_style .frm_submit,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_submit,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_submit {
  display: flex !important;
  justify-content: center !important;
  margin-top: 2.5rem !important;
  padding: 0 !important;
}
.be-formidable-forms__panel .be-frm-theme-fields .with_frm_style .frm_button_submit,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_button_submit,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_button_submit,
.be-formidable-forms__panel .be-frm-theme-fields .with_frm_style .frm_submit button,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_submit button,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_submit button,
.be-formidable-forms__panel .be-frm-theme-fields .with_frm_style .frm_submit input[type="submit"],
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_submit input[type="submit"],
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_submit input[type="submit"] {
  display: inline-flex !important;
  height: 3rem !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0.25rem !important;
  background: transparent !important;
  background-image: none !important;
  padding: 0.75rem 2rem !important;
  font-family: inherit !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.025em !important;
  cursor: pointer !important;
  transition: opacity 0.22s ease,
		border-color 0.22s ease,
		background-color 0.22s ease,
		color 0.22s ease !important;
  box-shadow: none !important;
  text-shadow: none !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}
.be-formidable-forms__panel--text-dark .be-frm-theme-fields .with_frm_style .frm_button_submit,
.be-formidable-forms__panel--text-dark .be-frm-theme-fields .with_frm_style .frm_submit button,
.be-formidable-forms__panel--text-dark .be-frm-theme-fields .with_frm_style .frm_submit input[type="submit"],
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_button_submit,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_submit button,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_submit input[type="submit"] {
  border: 2px solid var(--color-be-sage) !important;
  color: var(--color-be-sage) !important;
}
.be-formidable-forms__panel--text-light .be-frm-theme-fields .with_frm_style .frm_button_submit,
.be-formidable-forms__panel--text-light .be-frm-theme-fields .with_frm_style .frm_submit button,
.be-formidable-forms__panel--text-light .be-frm-theme-fields .with_frm_style .frm_submit input[type="submit"],
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_button_submit,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_submit button,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_submit input[type="submit"] {
  border: 2px solid white !important;
  color: white !important;
}
.be-formidable-forms__panel--text-dark .be-frm-theme-fields .with_frm_style .frm_button_submit:hover,
.be-formidable-forms__panel--text-dark .be-frm-theme-fields .with_frm_style .frm_submit button:hover,
.be-formidable-forms__panel--text-dark .be-frm-theme-fields .with_frm_style .frm_submit input[type="submit"]:hover,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_button_submit:hover,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_submit button:hover,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_submit input[type="submit"]:hover {
  background-color: var(--color-be-sage) !important;
  background-image: none !important;
  color: white !important;
  border-color: var(--color-be-sage) !important;
  opacity: 1 !important;
}
.be-formidable-forms__panel--text-light .be-frm-theme-fields .with_frm_style .frm_button_submit:hover,
.be-formidable-forms__panel--text-light .be-frm-theme-fields .with_frm_style .frm_submit button:hover,
.be-formidable-forms__panel--text-light .be-frm-theme-fields .with_frm_style .frm_submit input[type="submit"]:hover,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_button_submit:hover,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_submit button:hover,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_submit input[type="submit"]:hover {
  background-color: rgb(255 255 255 / 0.24) !important;
  background-image: none !important;
  color: white !important;
  border-color: white !important;
  opacity: 1 !important;
}
.be-formidable-forms__panel--text-dark .be-frm-theme-fields .with_frm_style .frm_button_submit:focus-visible,
.be-formidable-forms__panel--text-dark .be-frm-theme-fields .with_frm_style .frm_submit button:focus-visible,
.be-formidable-forms__panel--text-dark .be-frm-theme-fields .with_frm_style .frm_submit input[type="submit"]:focus-visible,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_button_submit:focus-visible,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_submit button:focus-visible,
.be-header-section-modal[data-be-form-modal-theme='cyan'] .be-frm-theme-fields .with_frm_style .frm_submit input[type="submit"]:focus-visible {
  background-color: var(--color-be-sage) !important;
  background-image: none !important;
  color: white !important;
  border-color: var(--color-be-sage) !important;
  outline: 2px solid var(--color-be-deep) !important;
  outline-offset: 3px !important;
  opacity: 1 !important;
}
.be-formidable-forms__panel--text-light .be-frm-theme-fields .with_frm_style .frm_button_submit:focus-visible,
.be-formidable-forms__panel--text-light .be-frm-theme-fields .with_frm_style .frm_submit button:focus-visible,
.be-formidable-forms__panel--text-light .be-frm-theme-fields .with_frm_style .frm_submit input[type="submit"]:focus-visible,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_button_submit:focus-visible,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_submit button:focus-visible,
.be-header-section-modal[data-be-form-modal-theme='magenta'] .be-frm-theme-fields .with_frm_style .frm_submit input[type="submit"]:focus-visible {
  background-color: rgb(255 255 255 / 0.24) !important;
  background-image: none !important;
  color: white !important;
  border-color: white !important;
  outline: 2px solid white !important;
  outline-offset: 3px !important;
  opacity: 1 !important;
}
.be-header-section-modal .be-frm-theme-fields .with_frm_style .frm_form_field {
  margin-bottom: 1.05rem !important;
}
.be-header-section-modal .be-frm-theme-fields .with_frm_style .frm_form_field label,
.be-header-section-modal .be-frm-theme-fields .with_frm_style .frm_form_field .frm_primary_label {
  margin-bottom: 0 !important;
}
.be-header-section-modal .be-frm-theme-fields .with_frm_style .frm_form_field .frm_pos_none,
.be-header-section-modal .be-frm-theme-fields .with_frm_style .frm_form_field > .frm_primary_label + * {
  margin-top: 0 !important;
}
.be-header-section-modal .be-frm-theme-fields .with_frm_style .frm_button_submit,
.be-header-section-modal .be-frm-theme-fields .with_frm_style .frm_submit button,
.be-header-section-modal .be-frm-theme-fields .with_frm_style .frm_submit input[type="submit"] {
  transition: opacity 0.2s ease,
		transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
		border-color 0.2s ease,
		background-color 0.22s ease,
		color 0.22s ease !important;
}
.be-header-section-modal .be-frm-theme-fields .with_frm_style .frm_button_submit:hover,
.be-header-section-modal .be-frm-theme-fields .with_frm_style .frm_submit button:hover,
.be-header-section-modal .be-frm-theme-fields .with_frm_style .frm_submit input[type="submit"]:hover {
  transform: translateY(-2px);
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
