/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/style.css ***!
  \*******************************************************************************************************************************************************************/
/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-pink-500: oklch(65.6% 0.241 354.308);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-md: 48rem;
    --breakpoint-lg: 64rem;
    --breakpoint-xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 12px;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 16px;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 20px;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 24px;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-normal: 1.5;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --aspect-video: 16 / 9;
    --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-primary: #D5007F;
    --color-primary-dark: #AA0066;
    --color-secondary: #2c2f88;
    --color-secondary-dark: #23266D;
    --color-gray: #48464F;
    --color-blue-light: #ebf0f4;
    --color-pink-light: #fff9f9;
    --color-gray-light: var(--color-blue-light);
    --color-off-white: #fff9f9;
    --color-yellow: #ffc851;
    --color-alert: #cc4b37;
    --color-socials-facebook: #3a579b;
    --color-socials-facebookmsg: #168aff;
    --color-socials-x: #000;
    --color-socials-linkedin: #0a66c2;
    --color-socials-pinterest: #bd081c;
    --color-socials-whatsapp: #25d366;
    --text-h1: clamp(28px, 4vw, 48px);
    --text-h2: clamp(24px, 3.25vw, 40px);
    --text-h3: clamp(20px, 1.75vw, 24px);
    --text-h4: clamp(18px, 1.75vw, 22px);
    --text-h5: clamp(16px, 1.6vw, 20px);
    --text-h6: clamp(14px, 1.3vw, 16px);
    --font-body: "Inter", "sans-serif";
    --font-heading: "Poppins", "sans-serif";
    --gap-auto: var(--strl-gap);
    --gap-x-auto: var(--strl-gap);
    --gap-y-auto: var(--strl-gap);
    --spacing-section: 96px;
    --spacing-section-mobile: 32px;
    --spacing-section-x: 24px;
    --spacing-section-x-mobile: 16px;
  }
}
@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;
  }
  :-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;
  }
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .menu-main {
    .menu-item {
      a {
        text-decoration-line: none;
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
      }
      &.current-menu-item,	&:hover,	&:focus-visible {
        > a {
          color: var(--color-primary);
        }
      }
      &.top-level {
        padding-block: calc(var(--spacing) * 4);
      }
      &.menu-item-has-children.top-level {
        position: relative;
        > .sub-menu {
          position: absolute;
          top: 100%;
          left: calc(1/2 * 100%);
          min-width: 200px;
          --tw-translate-x: calc(calc(1/2 * 100%) * -1);
          translate: var(--tw-translate-x) var(--tw-translate-y);
          background-color: var(--color-white);
          padding: calc(var(--spacing) * 8);
          --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);
          a {
            display: inline-block;
            padding-block: calc(var(--spacing) * 2);
            &::before {
              content: "\f0d7";
              margin-right: calc(var(--spacing) * 2);
              display: inline-block;
              rotate: calc(90deg * -1);
              color: var(--color-primary);
              font-family: 'Font Awesome 6 Pro';
            }
          }
          .sub-menu {
            width: 100% !important;
            a {
              position: relative;
              padding-left: calc(var(--spacing) * 6);
              --tw-font-weight: var(--font-weight-normal);
              font-weight: var(--font-weight-normal);
              &::before {
                content: var(--tw-content);
                position: absolute;
              }
              &::before {
                content: var(--tw-content);
                top: 20px;
              }
              &::before {
                content: var(--tw-content);
                left: calc(var(--spacing) * 0);
              }
              &::before {
                content: var(--tw-content);
                height: 5px;
              }
              &::before {
                content: var(--tw-content);
                width: 6px;
              }
              &::before {
                content: var(--tw-content);
                --tw-font-weight: var(--font-weight-bold);
                font-weight: var(--font-weight-bold);
              }
              &::before {
                content: var(--tw-content);
                --tw-content: '\f0d7';
                content: var(--tw-content);
              }
            }
          }
          .menu-item-has-children {
            &:hover {
              .sub-menu {
                display: block !important;
              }
            }
          }
        }
        &:hover,	&:focus-within {
          > .sub-menu {
            display: block !important;
          }
          > a i {
            rotate: 180deg;
          }
        }
      }
    }
  }
  .play-button {
    position: absolute;
    top: calc(1/2 * 100%);
    left: calc(1/2 * 100%);
    display: flex;
    height: calc(var(--spacing) * 16);
    width: calc(var(--spacing) * 16);
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--color-white);
    text-decoration-line: none;
    --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);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover,
	&:focus-visible {
      background-color: var(--color-primary);
    }
    &:hover,
	&:focus-visible {
      color: var(--color-white);
    }
  }
  .text-link {
    position: relative;
    display: inline-flex;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-primary);
    text-decoration-line: none;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &::before {
      content: "";
      position: absolute;
      bottom: calc(2px * -1);
      left: calc(var(--spacing) * 0);
      height: 1px;
      width: 100%;
      background-color: var(--color-primary);
    }
    &:not(.no-icon) {
      &::after {
        content: "\f054";
        margin-top: 4px;
        margin-left: 10px;
        display: inline-block;
        font-size: 12px;
        color: var(--color-primary);
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        font-family: 'Font Awesome 6 Pro';
      }
      &:hover {
        &::after {
          margin-left: calc(var(--spacing) * 4);
        }
      }
    }
    &.secondary {
      color: var(--color-secondary);
      &:hover,
	&:focus-visible {
        color: var(--color-secondary-dark);
      }
      &::before {
        background-color: var(--color-secondary);
      }
      &:not(.no-icon)::after {
        color: var(--color-secondary);
      }
    }
    &.white {
      color: var(--color-white);
      &:hover,
	&:focus-visible {
        opacity: 90%;
      }
      &::before {
        background-color: var(--color-white);
      }
      &:not(.no-icon)::after {
        color: var(--color-white);
      }
    }
    &.inverted {
      color: var(--color-white);
      &::before {
        background-color: var(--color-white) !important;
      }
      &::after {
        color: var(--color-white) !important;
      }
    }
    &.external {
      &::after {
        content: "\f08e" !important;
      }
    }
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .\!static {
    position: static !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-\[30px\] {
    inset: 30px;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-\[225px\] {
    top: 225px;
  }
  .top-\[var\(--strl-m-header-height\)\] {
    top: var(--strl-m-header-height);
  }
  .top-auto {
    top: auto;
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .bottom-\[105\%\] {
    bottom: 105%;
  }
  .-left-\[1000rem\] {
    left: calc(1000rem * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .left-8 {
    left: calc(var(--spacing) * 8);
  }
  .left-full {
    left: 100%;
  }
  .z-1 {
    z-index: 1;
  }
  .z-10 {
    z-index: 10;
  }
  .z-100 {
    z-index: 100;
  }
  .z-980 {
    z-index: 980;
  }
  .z-998 {
    z-index: 998;
  }
  .z-1000 {
    z-index: 1000;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .col-start-3 {
    grid-column-start: 3;
  }
  .col-start-4 {
    grid-column-start: 4;
  }
  .col-start-5 {
    grid-column-start: 5;
  }
  .col-start-6 {
    grid-column-start: 6;
  }
  .col-start-7 {
    grid-column-start: 7;
  }
  .col-start-8 {
    grid-column-start: 8;
  }
  .col-start-9 {
    grid-column-start: 9;
  }
  .col-start-10 {
    grid-column-start: 10;
  }
  .col-start-11 {
    grid-column-start: 11;
  }
  .col-start-12 {
    grid-column-start: 12;
  }
  .container {
    width: 100%;
    @media (width >= 1921px) {
      max-width: 1921px;
    }
    @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);
  }
  .grid-container {
    margin-inline: auto;
    max-width: var(--strl-grid-container);
  }
  .button-group {
    margin-block: calc(var(--spacing) * 4);
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--spacing) * 4);
    &.center {
      justify-content: center;
    }
    &.right {
      justify-content: flex-end;
    }
  }
  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .copyright {
    & .menu {
      margin-top: calc(var(--spacing) * 0);
      @media (width >= 64rem) {
        display: flex;
      }
      @media (width >= 64rem) {
        align-items: center;
      }
      @media (width >= 64rem) {
        gap: calc(var(--spacing) * 4);
      }
    }
  }
  .widgets {
    .widget_nav_menu {
      .menu {
        margin-top: calc(var(--spacing) * 2);
        display: none;
        @media (width >= 64rem) {
          display: block;
        }
      }
    }
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-15 {
    margin-top: calc(var(--spacing) * 15);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-\[42px\] {
    margin-top: 42px;
  }
  .mt-\[175px\] {
    margin-top: 175px;
  }
  .mt-\[calc\(100\%-2\.5rem\)\] {
    margin-top: calc(100% - 2.5rem);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-6\! {
    margin-left: calc(var(--spacing) * 6) !important;
  }
  .btn {
    display: inline-flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 2);
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 2px;
    --tw-border-style: solid;
    border-style: solid;
    background-color: var(--color-primary);
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 3);
    text-align: center;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    text-decoration-line: none;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    @media (width >= 48rem) {
      width: fit-content;
    }
    &.primary {
      border-color: var(--color-primary);
      background-color: var(--color-primary);
      color: var(--color-white);
      &:hover,
	&:focus-visible {
        border-color: var(--color-primary-dark);
      }
      &:hover,
	&:focus-visible {
        background-color: var(--color-primary-dark);
      }
    }
    &.secondary {
      border-color: var(--color-secondary);
      background-color: var(--color-secondary);
      color: var(--color-white);
      &:hover,
	&:focus-visible {
        border-color: var(--color-secondary-dark);
      }
      &:hover,
	&:focus-visible {
        background-color: var(--color-secondary-dark);
      }
    }
    &.white {
      border-color: var(--color-white);
      background-color: var(--color-white);
      color: var(--color-black);
      &:hover,
	&:focus-visible {
        background-color: var(--color-black);
      }
      &:hover,
	&:focus-visible {
        color: var(--color-white);
      }
    }
    &.outlined {
      border-color: var(--color-primary);
      background-color: transparent;
      &:hover,
	&:focus-visible {
        color: var(--color-white) !important;
      }
      &.primary {
        border-color: var(--color-primary);
        color: var(--color-primary);
        &::after {
          content: var(--tw-content);
          color: var(--color-primary) !important;
        }
        &:hover {
          @media (hover: hover) {
            &::after {
              content: var(--tw-content);
              color: var(--color-white) !important;
            }
          }
        }
        &:hover,
	&:focus-visible {
          background-color: var(--color-primary);
        }
        &:hover,
	&:focus-visible {
          opacity: 100%;
        }
      }
      &.secondary {
        border-color: var(--color-secondary);
        color: var(--color-secondary);
        &::after {
          content: var(--tw-content);
          color: var(--color-secondary) !important;
        }
        &:hover {
          @media (hover: hover) {
            &::after {
              content: var(--tw-content);
              color: var(--color-white) !important;
            }
          }
        }
        &:hover,
	&:focus-visible {
          background-color: var(--color-secondary);
        }
        &:hover,
	&:focus-visible {
          opacity: 100%;
        }
      }
      &.white {
        border-color: var(--color-white);
        color: var(--color-white);
        &::after {
          content: var(--tw-content);
          color: var(--color-white) !important;
        }
        &:hover {
          @media (hover: hover) {
            &::after {
              content: var(--tw-content);
              color: var(--color-white) !important;
            }
          }
        }
        &:hover,
	&:focus-visible {
          background-color: var(--color-white);
        }
        &:hover,
	&:focus-visible {
          color: var(--color-primary);
        }
        &:hover,
	&:focus-visible {
          opacity: 100%;
        }
      }
      &.white-secondary {
        border-color: var(--color-white);
        color: var(--color-white);
        &::after {
          content: var(--tw-content);
          color: var(--color-white) !important;
        }
        &:hover {
          @media (hover: hover) {
            &::after {
              content: var(--tw-content);
              color: var(--color-secondary) !important;
            }
          }
        }
        &:hover,
	&:focus-visible {
          background-color: var(--color-white);
        }
        &:hover,
	&:focus-visible {
          opacity: 100%;
        }
      }
    }
    &.circle {
      display: flex;
      width: calc(var(--spacing) * 12) !important;
      height: calc(var(--spacing) * 12) !important;
      align-items: center;
      justify-content: center;
      border-radius: calc(infinity * 1px);
      border-style: var(--tw-border-style);
      border-width: 1px;
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + 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);
      &.white {
        &::after {
          content: var(--tw-content);
          color: var(--color-white) !important;
        }
        &:hover,
	&:focus-visible {
          background-color: var(--color-white);
        }
        &:hover,
	&:focus-visible {
          &::after {
            content: var(--tw-content);
            color: var(--color-primary) !important;
          }
        }
      }
      &.secondary {
        &::after {
          content: var(--tw-content);
          color: var(--color-secondary) !important;
        }
        &:hover,
	&:focus-visible {
          background-color: var(--color-secondary);
        }
        &:hover,
	&:focus-visible {
          &::after {
            content: var(--tw-content);
            color: var(--color-white) !important;
          }
        }
      }
      &.primary {
        &::after {
          content: var(--tw-content);
          color: var(--color-primary) !important;
        }
        &:hover,
	&:focus-visible {
          background-color: var(--color-primary);
        }
        &:hover,
	&:focus-visible {
          &::after {
            content: var(--tw-content);
            color: var(--color-white) !important;
          }
        }
      }
    }
  }
  .social-share-icon {
    display: flex;
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
    align-items: center;
    justify-content: center;
    border-radius: calc(infinity * 1px);
    background-color: var(--color-primary);
    color: var(--color-white);
    text-decoration-line: none;
  }
  .header-default {
    background-color: var(--color-gray-light);
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 32);
    }
    &.no-image {
      @media (width >= 64rem) {
        padding-bottom: calc(var(--spacing) * 24);
      }
    }
    &:not(.no-image) {
      + section::before {
        content: "";
        display: block;
        @media (width >= 48rem) {
          height: 61px;
        }
      }
    }
  }
  .grid-container-fluid {
    display: grid;
    grid-template-columns: auto min(100%, var(--strl-grid-container)) auto;
  }
  .offcanvas {
    & .menu-item a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-decoration-line: none;
    }
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .\!flex {
    display: flex !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .hidden\! {
    display: none !important;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-1\/1 {
    aspect-ratio: 1/1;
  }
  .aspect-3\/2 {
    aspect-ratio: 3/2;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .bullet {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: var(--color-secondary);
    &.active {
      background-color: var(--color-secondary);
    }
    &.white {
      border-color: var(--color-white);
      &.active {
        background-color: var(--color-white);
      }
    }
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-\[50px\] {
    width: 50px;
    height: 50px;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .\!h-auto {
    height: auto !important;
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[33\.33dvw\] {
    height: 33.33dvw;
  }
  .h-\[37px\] {
    height: 37px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[61px\] {
    height: 61px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[92px\] {
    height: 92px;
  }
  .h-\[214px\] {
    height: 214px;
  }
  .h-full {
    height: 100%;
  }
  .video-transcription {
    & > details > div {
      max-height: calc(var(--spacing) * 48);
      overflow: auto;
    }
  }
  .\!w-\[141px\] {
    width: 141px !important;
  }
  .w-\[51px\] {
    width: 51px;
  }
  .w-\[188px\] {
    width: 188px;
  }
  .w-\[225px\] {
    width: 225px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-full {
    width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    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);
  }
  .translate-y-1\/2 {
    --tw-translate-y: calc(1/2 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-90 {
    rotate: calc(90deg * -1);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-help {
    cursor: help;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .list-none\! {
    list-style-type: none !important;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }
  .grid-cols-\[repeat\(auto-fit\,minmax\(150px\,1fr\)\)\] {
    grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .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;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .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-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[var\(--strl-gap\)\] {
    gap: var(--strl-gap);
  }
  .gap-x-auto {
    gap: var(--gap-x-auto);
  }
  .gap-y-auto {
    gap: var(--gap-y-auto);
  }
  .gap-x-auto {
    column-gap: var(--gap-auto);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }
  .gap-y-auto {
    row-gap: var(--gap-auto);
  }
  .self-start {
    align-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overscroll-none {
    overscroll-behavior: none;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-t-sm {
    border-top-left-radius: var(--radius-sm);
    border-top-right-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[0\.6px\] {
    border-style: var(--tw-border-style);
    border-width: 0.6px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-dotted {
    --tw-border-style: dotted;
    border-style: dotted;
  }
  .border-\[\#ccc\] {
    border-color: #ccc;
  }
  .border-black\/10 {
    border-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .border-blue-light {
    border-color: var(--color-blue-light);
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .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);
    }
  }
  .border-b-primary {
    border-bottom-color: var(--color-primary);
  }
  .bg-\[color-mix\(in_oklab\,var\(--color-secondary\)_80\%\,white\)\] {
    background-color: color-mix(in srgb,#2c2f88 80%,white);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab,var(--color-secondary) 80%,white);
    }
  }
  .bg-alert {
    background-color: var(--color-alert);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-blue-light {
    background-color: var(--color-blue-light);
  }
  .bg-off-white {
    background-color: var(--color-off-white);
  }
  .bg-pink-light {
    background-color: var(--color-pink-light);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-primary\/10 {
    background-color: color-mix(in srgb, #D5007F 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
    }
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-secondary\/10 {
    background-color: color-mix(in srgb, #2c2f88 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-secondary) 10%, transparent);
    }
  }
  .bg-socials-facebook {
    background-color: var(--color-socials-facebook);
  }
  .bg-socials-facebookmsg {
    background-color: var(--color-socials-facebookmsg);
  }
  .bg-socials-linkedin {
    background-color: var(--color-socials-linkedin);
  }
  .bg-socials-pinterest {
    background-color: var(--color-socials-pinterest);
  }
  .bg-socials-whatsapp {
    background-color: var(--color-socials-whatsapp);
  }
  .bg-socials-x {
    background-color: var(--color-socials-x);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-yellow {
    background-color: var(--color-yellow);
  }
  .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-center {
    object-position: center;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .\!px-\[calc\(\(100vw\/2\)-\(var\(--strl-grid-container\)\/2\)-24px\)\] {
    padding-inline: calc((100vw / 2) - (var(--strl-grid-container) / 2) - 24px) !important;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .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-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .px-\[16\%\] {
    padding-inline: 16%;
  }
  .px-\[19\%\] {
    padding-inline: 19%;
  }
  .px-section-x-mobile {
    padding-inline: var(--spacing-section-x-mobile);
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-\[2px\] {
    padding-block: 2px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pb-\[108px\] {
    padding-bottom: 108px;
  }
  .pb-section-mobile {
    padding-bottom: var(--spacing-section-mobile);
  }
  .text-center {
    text-align: center;
  }
  .font-heading {
    font-family: var(--font-heading);
  }
  .intro-text {
    font-size: 18px;
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
    @media (width >= 64rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[8px\] {
    font-size: 8px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[64px\] {
    font-size: 64px;
  }
  .text-h2 {
    font-size: var(--text-h2);
  }
  .text-h3 {
    font-size: var(--text-h3);
  }
  .text-h4 {
    font-size: var(--text-h4);
  }
  .text-h5 {
    font-size: var(--text-h5);
  }
  .text-h6 {
    font-size: var(--text-h6);
  }
  .leading-0 {
    --tw-leading: calc(var(--spacing) * 0);
    line-height: calc(var(--spacing) * 0);
  }
  .leading-1 {
    --tw-leading: calc(var(--spacing) * 1);
    line-height: calc(var(--spacing) * 1);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-\[1\.75\] {
    --tw-leading: 1.75;
    line-height: 1.75;
  }
  .leading-\[1\.375\] {
    --tw-leading: 1.375;
    line-height: 1.375;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[initial\] {
    color: initial;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray {
    color: var(--color-gray);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .shadow-card {
    --tw-shadow: 0px 10px 15px -3px var(--tw-shadow-color, rgba(18, 18, 23, 0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .\!ring-0 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor) !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + 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);
  }
  .ring-black\/10 {
    --tw-ring-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .ring-primary {
    --tw-ring-color: var(--color-primary);
  }
  .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,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    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));
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-hover\:text-primary {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .group-hover\/summary\:underline {
    &:is(:where(.group\/summary):hover *) {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .group-hover\/tooltip\:opacity-100 {
    &:is(:where(.group\/tooltip):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-focus-visible\/tooltip\:opacity-100 {
    &:is(:where(.group\/tooltip):focus-visible *) {
      opacity: 100%;
    }
  }
  .after\:pointer-events-none {
    &::after {
      content: var(--tw-content);
      pointer-events: none;
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:top-0 {
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .after\:right-0 {
    &::after {
      content: var(--tw-content);
      right: calc(var(--spacing) * 0);
    }
  }
  .after\:block {
    &::after {
      content: var(--tw-content);
      display: block;
    }
  }
  .after\:h-full {
    &::after {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .after\:w-16 {
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 16);
    }
  }
  .after\:bg-\[linear-gradient\(90deg\,rgba\(255\,255\,255\,0\)\,rgba\(255\,255\,255\,1\)\)\] {
    &::after {
      content: var(--tw-content);
      background-image: linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,1));
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .empty\:hidden {
    &:empty {
      display: none;
    }
  }
  .hover\:bg-secondary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-secondary);
      }
    }
  }
  .hover\:\!text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white) !important;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:shadow-card-hover {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0px 25px 50px -12px var(--tw-shadow-color, rgba(18, 18, 23, 0.10));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .focus\:top-4 {
    &:focus {
      top: calc(var(--spacing) * 4);
    }
  }
  .focus\:left-4 {
    &:focus {
      left: calc(var(--spacing) * 4);
    }
  }
  .max-lg\:p-2 {
    @media (width < 64rem) {
      padding: calc(var(--spacing) * 2);
    }
  }
  .max-md\:absolute {
    @media (width < 48rem) {
      position: absolute;
    }
  }
  .max-md\:fixed {
    @media (width < 48rem) {
      position: fixed;
    }
  }
  .max-md\:\!bottom-0 {
    @media (width < 48rem) {
      bottom: calc(var(--spacing) * 0) !important;
    }
  }
  .max-md\:left-0 {
    @media (width < 48rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .max-md\:z-100 {
    @media (width < 48rem) {
      z-index: 100;
    }
  }
  .max-md\:flex {
    @media (width < 48rem) {
      display: flex;
    }
  }
  .max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
  .max-md\:aspect-\[1\/\.43\] {
    @media (width < 48rem) {
      aspect-ratio: 1/.43;
    }
  }
  .max-md\:size-full {
    @media (width < 48rem) {
      width: 100%;
      height: 100%;
    }
  }
  .max-md\:h-10 {
    @media (width < 48rem) {
      height: calc(var(--spacing) * 10);
    }
  }
  .max-md\:h-dvh {
    @media (width < 48rem) {
      height: 100dvh;
    }
  }
  .max-md\:items-center {
    @media (width < 48rem) {
      align-items: center;
    }
  }
  .max-md\:justify-between {
    @media (width < 48rem) {
      justify-content: space-between;
    }
  }
  .max-md\:px-4 {
    @media (width < 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .max-md\:pb-6 {
    @media (width < 48rem) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .max-sm\:hidden {
    @media (width < 40rem) {
      display: none;
    }
  }
  .max-sm\:h-\[41px\] {
    @media (width < 40rem) {
      height: 41px;
    }
  }
  .max-sm\:flex-col {
    @media (width < 40rem) {
      flex-direction: column;
    }
  }
  .max-sm\:text-\[13px\] {
    @media (width < 40rem) {
      font-size: 13px;
    }
  }
  .max-sm\:after\:\!mt-\[1px\] {
    @media (width < 40rem) {
      &::after {
        content: var(--tw-content);
        margin-top: 1px !important;
      }
    }
  }
  .sm\:h-\[300px\] {
    @media (width >= 40rem) {
      height: 300px;
    }
  }
  .sm\:w-\[min\(318px\,100\%\)\] {
    @media (width >= 40rem) {
      width: min(318px, 100%);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:right-10 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 10);
    }
  }
  .md\:bottom-\[2px\] {
    @media (width >= 48rem) {
      bottom: 2px;
    }
  }
  .md\:col-span-4 {
    @media (width >= 48rem) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:col-span-8 {
    @media (width >= 48rem) {
      grid-column: span 8 / span 8;
    }
  }
  .md\:col-span-12 {
    @media (width >= 48rem) {
      grid-column: span 12 / span 12;
    }
  }
  .md\:col-start-1 {
    @media (width >= 48rem) {
      grid-column-start: 1;
    }
  }
  .md\:col-start-2 {
    @media (width >= 48rem) {
      grid-column-start: 2;
    }
  }
  .md\:col-start-3 {
    @media (width >= 48rem) {
      grid-column-start: 3;
    }
  }
  .md\:col-start-4 {
    @media (width >= 48rem) {
      grid-column-start: 4;
    }
  }
  .md\:col-start-5 {
    @media (width >= 48rem) {
      grid-column-start: 5;
    }
  }
  .md\:col-start-6 {
    @media (width >= 48rem) {
      grid-column-start: 6;
    }
  }
  .md\:col-start-7 {
    @media (width >= 48rem) {
      grid-column-start: 7;
    }
  }
  .md\:col-start-8 {
    @media (width >= 48rem) {
      grid-column-start: 8;
    }
  }
  .md\:col-start-9 {
    @media (width >= 48rem) {
      grid-column-start: 9;
    }
  }
  .md\:col-start-10 {
    @media (width >= 48rem) {
      grid-column-start: 10;
    }
  }
  .md\:col-start-11 {
    @media (width >= 48rem) {
      grid-column-start: 11;
    }
  }
  .md\:col-start-12 {
    @media (width >= 48rem) {
      grid-column-start: 12;
    }
  }
  .md\:mt-16 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .md\:mb-20 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline {
    @media (width >= 48rem) {
      display: inline;
    }
  }
  .md\:w-\[calc\(100\%-\(315px\+\(3\*40px\)\)\)\] {
    @media (width >= 48rem) {
      width: calc(100% - (315px + (3 * 40px)));
    }
  }
  .md\:grid-cols-1 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .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\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-5 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-6 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-7 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(7, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-8 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-9 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(9, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-10 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(10, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-11 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(11, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-12 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[315px_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 315px 1fr;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:rounded-sm {
    @media (width >= 48rem) {
      border-radius: var(--radius-sm);
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:pr-6 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 6);
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:\!static {
    @media (width >= 64rem) {
      position: static !important;
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:top-\[var\(--strl-header-height\)\] {
    @media (width >= 64rem) {
      top: var(--strl-header-height);
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:col-span-4 {
    @media (width >= 64rem) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-5 {
    @media (width >= 64rem) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:col-span-6 {
    @media (width >= 64rem) {
      grid-column: span 6 / span 6;
    }
  }
  .lg\:col-span-7 {
    @media (width >= 64rem) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:col-span-8 {
    @media (width >= 64rem) {
      grid-column: span 8 / span 8;
    }
  }
  .lg\:col-start-1 {
    @media (width >= 64rem) {
      grid-column-start: 1;
    }
  }
  .lg\:col-start-2 {
    @media (width >= 64rem) {
      grid-column-start: 2;
    }
  }
  .lg\:col-start-3 {
    @media (width >= 64rem) {
      grid-column-start: 3;
    }
  }
  .lg\:col-start-4 {
    @media (width >= 64rem) {
      grid-column-start: 4;
    }
  }
  .lg\:col-start-5 {
    @media (width >= 64rem) {
      grid-column-start: 5;
    }
  }
  .lg\:col-start-6 {
    @media (width >= 64rem) {
      grid-column-start: 6;
    }
  }
  .lg\:col-start-7 {
    @media (width >= 64rem) {
      grid-column-start: 7;
    }
  }
  .lg\:col-start-8 {
    @media (width >= 64rem) {
      grid-column-start: 8;
    }
  }
  .lg\:col-start-9 {
    @media (width >= 64rem) {
      grid-column-start: 9;
    }
  }
  .lg\:col-start-10 {
    @media (width >= 64rem) {
      grid-column-start: 10;
    }
  }
  .lg\:col-start-11 {
    @media (width >= 64rem) {
      grid-column-start: 11;
    }
  }
  .lg\:col-start-12 {
    @media (width >= 64rem) {
      grid-column-start: 12;
    }
  }
  .lg\:mx-auto {
    @media (width >= 64rem) {
      margin-inline: auto;
    }
  }
  .lg\:my-8 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 8);
    }
  }
  .lg\:-mt-24 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * -24);
    }
  }
  .lg\:mt-20 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:mt-\[132px\] {
    @media (width >= 64rem) {
      margin-top: 132px;
    }
  }
  .lg\:-mb-16 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * -16);
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-12 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:mb-\[175px\] {
    @media (width >= 64rem) {
      margin-bottom: 175px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:hidden\! {
    @media (width >= 64rem) {
      display: none !important;
    }
  }
  .lg\:h-\[100px\] {
    @media (width >= 64rem) {
      height: 100px;
    }
  }
  .lg\:h-\[calc\(100\%_\+_189px\)\] {
    @media (width >= 64rem) {
      height: calc(100% + 189px);
    }
  }
  .lg\:h-full {
    @media (width >= 64rem) {
      height: 100%;
    }
  }
  .lg\:\!w-\[200px\] {
    @media (width >= 64rem) {
      width: 200px !important;
    }
  }
  .lg\:w-1\/4 {
    @media (width >= 64rem) {
      width: calc(1/4 * 100%);
    }
  }
  .lg\:w-\[calc\(100\%-21rem\)\] {
    @media (width >= 64rem) {
      width: calc(100% - 21rem);
    }
  }
  .lg\:grid-cols-1 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .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\:grid-cols-6 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-7 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(7, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-8 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-9 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(9, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-10 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(10, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-11 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(11, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-12 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:gap-6 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-10 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:p-6 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:p-10 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:p-24 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 24);
    }
  }
  .lg\:px-16 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .lg\:px-section-x {
    @media (width >= 64rem) {
      padding-inline: var(--spacing-section-x);
    }
  }
  .lg\:py-6 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .lg\:py-12 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .lg\:py-14 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .lg\:pt-12 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .lg\:pt-32 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 32);
    }
  }
  .lg\:pr-12 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 12);
    }
  }
  .lg\:pb-0 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-section {
    @media (width >= 64rem) {
      padding-bottom: var(--spacing-section);
    }
  }
  .lg\:pl-12 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 12);
    }
  }
  .xl\:col-start-1 {
    @media (width >= 80rem) {
      grid-column-start: 1;
    }
  }
  .xl\:col-start-2 {
    @media (width >= 80rem) {
      grid-column-start: 2;
    }
  }
  .xl\:col-start-3 {
    @media (width >= 80rem) {
      grid-column-start: 3;
    }
  }
  .xl\:col-start-4 {
    @media (width >= 80rem) {
      grid-column-start: 4;
    }
  }
  .xl\:col-start-5 {
    @media (width >= 80rem) {
      grid-column-start: 5;
    }
  }
  .xl\:col-start-6 {
    @media (width >= 80rem) {
      grid-column-start: 6;
    }
  }
  .xl\:col-start-7 {
    @media (width >= 80rem) {
      grid-column-start: 7;
    }
  }
  .xl\:col-start-8 {
    @media (width >= 80rem) {
      grid-column-start: 8;
    }
  }
  .xl\:col-start-9 {
    @media (width >= 80rem) {
      grid-column-start: 9;
    }
  }
  .xl\:col-start-10 {
    @media (width >= 80rem) {
      grid-column-start: 10;
    }
  }
  .xl\:col-start-11 {
    @media (width >= 80rem) {
      grid-column-start: 11;
    }
  }
  .xl\:col-start-12 {
    @media (width >= 80rem) {
      grid-column-start: 12;
    }
  }
  .xl\:grid-cols-1 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-5 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-6 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-7 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(7, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-8 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-9 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(9, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-10 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(10, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-11 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(11, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-12 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .hocus\:border-primary {
    &:hover,
	&:focus-visible {
      border-color: var(--color-primary);
    }
  }
  .hocus\:bg-primary {
    &:hover,
	&:focus-visible {
      background-color: var(--color-primary);
    }
  }
  .hocus\:bg-secondary\/10 {
    &:hover,
	&:focus-visible {
      background-color: color-mix(in srgb, #2c2f88 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-secondary) 10%, transparent);
      }
    }
  }
  .hocus\:bg-white {
    &:hover,
	&:focus-visible {
      background-color: var(--color-white);
    }
  }
  .hocus\:text-black {
    &:hover,
	&:focus-visible {
      color: var(--color-black);
    }
  }
  .hocus\:text-white {
    &:hover,
	&:focus-visible {
      color: var(--color-white);
    }
  }
  .hocus\:underline {
    &:hover,
	&:focus-visible {
      text-decoration-line: underline;
    }
  }
  .\[\&_\*\]\:text-secondary {
    & * {
      color: var(--color-secondary);
    }
  }
  .\[\&_\*\]\:text-white {
    & * {
      color: var(--color-white);
    }
  }
  .\[\&_\.text_\*\]\:text-white {
    & .text * {
      color: var(--color-white);
    }
  }
  .max-md\:\[\&_\:has\(\>\.bullet\)\]\:hidden {
    @media (width < 48rem) {
      & :has(>.bullet) {
        display: none;
      }
    }
  }
  .\[\&_h2\]\:text-white {
    & h2 {
      color: var(--color-white);
    }
  }
  .\[\&_h3\]\:text-white {
    & h3 {
      color: var(--color-white);
    }
  }
  .\[\&_img\]\:w-full {
    & img {
      width: 100%;
    }
  }
  .\[\&_p\]\:mb-8 {
    & p {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .\[\&\.active\]\:flex {
    &.active {
      display: flex;
    }
  }
  .\[\&\.active\]\:\!bg-secondary {
    &.active {
      background-color: var(--color-secondary) !important;
    }
  }
  .\[\&\.active\]\:\!bg-white {
    &.active {
      background-color: var(--color-white) !important;
    }
  }
  .\[\&\.active\]\:\!text-secondary {
    &.active {
      color: var(--color-secondary) !important;
    }
  }
  .\[\&\.active\]\:\!text-white {
    &.active {
      color: var(--color-white) !important;
    }
  }
  .max-md\:\[\&\.active\]\:left-0 {
    @media (width < 48rem) {
      &.active {
        left: calc(var(--spacing) * 0);
      }
    }
  }
  .\[\&\.is-active\]\:underline {
    &.is-active {
      text-decoration-line: underline;
    }
  }
  .\[\&\.is-scrolled\]\:after\:content-none {
    &.is-scrolled {
      &::after {
        content: var(--tw-content);
        --tw-content: none;
        content: none;
      }
    }
  }
  .\[\&\.swiper-slide-active_\.indicator\]\:block {
    &.swiper-slide-active .indicator {
      display: block;
    }
  }
  .\[\*\]\:text-white {
    &:is(*) {
      color: var(--color-white);
    }
  }
  .\[\&\:not\(\:has\(\.facetwp-checkbox\:not\(\.disabled\)\)\)\]\:hidden {
    &:not(:has(.facetwp-checkbox:not(.disabled))) {
      display: none;
    }
  }
  .\[\&\>a\]\:rounded-sm {
    &>a {
      border-radius: var(--radius-sm);
    }
  }
  .\[\&\>a\]\:bg-primary {
    &>a {
      background-color: var(--color-primary);
    }
  }
  .\[\&\>a\]\:px-4 {
    &>a {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .\[\&\>a\]\:py-2 {
    &>a {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .\[\&\>a\]\:text-white {
    &>a {
      color: var(--color-white);
    }
  }
  .\[\&\>a\]\:no-underline {
    &>a {
      text-decoration-line: none;
    }
  }
  .\[\&\>a\]\:transition-colors {
    &>a {
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .\[\&\>a\:hover\,\&\>a\:focus-visible\]\:bg-secondary {
    &>a:hover,&>a:focus-visible {
      background-color: var(--color-secondary);
    }
  }
  .max-md\:\[\&\>div\]\:\!justify-center {
    @media (width < 48rem) {
      &>div {
        justify-content: center !important;
      }
    }
  }
  .\[\&\>p\]\:hyphens-auto {
    &>p {
      -webkit-hyphens: auto;
      hyphens: auto;
    }
  }
  .\[\.admin-bar_\&\]\:top-\[calc\(var\(--wp-admin--admin-bar--height\)\+var\(--strl-m-header-height\)\)\] {
    .admin-bar & {
      top: calc(var(--wp-admin--admin-bar--height) + var(--strl-m-header-height));
    }
  }
  .lg\:\[\.admin-bar_\&\]\:top-\[calc\(var\(--wp-admin--admin-bar--height\)\+var\(--strl-header-height\)\)\] {
    @media (width >= 64rem) {
      .admin-bar & {
        top: calc(var(--wp-admin--admin-bar--height) + var(--strl-header-height));
      }
    }
  }
  .\[body\.admin-bar_\&\]\:top-\[var\(--wp-admin--admin-bar--height\)\] {
    body.admin-bar & {
      top: var(--wp-admin--admin-bar--height);
    }
  }
  .\[body\.offcanvas-open_\&\]\:fixed {
    body.offcanvas-open & {
      position: fixed;
    }
  }
  .max-sm\:\[body\.offcanvas-open_\&\]\:block {
    @media (width < 40rem) {
      body.offcanvas-open & {
        display: block;
      }
    }
  }
}
@layer theme {
  :root {
    --strl-header-height: 92px;
    --strl-m-header-height: 76px;
    --strl-grid-container: 1368px;
    --strl-gap: 1rem;
  }
  @media screen and (min-width: 1024px) {
    :root {
      --strl-gap: 2rem;
    }
  }
  .gap-x-auto, .gap-auto {
    --strl-column-size: calc((100% - (11 * var(--strl-gap))) / 12);
  }
}
@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;
  }
  :-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 base {
  @font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(9f0cd50bfdf6533c6cd2.ttf) format("truetype");
  }
  @font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(webfonts/poppins-500.woff2) format('woff2'), url(c5bf954f85d4e113650f.ttf) format('truetype');
  }
  @font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(webfonts/Inter-Regular.woff2) format("woff2");
  }
  @font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(webfonts/Inter-Medium.woff2) format("woff2");
  }
  @font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(webfonts/Inter-SemiBold.woff2) format("woff2");
  }
  @font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(webfonts/Inter-Bold.woff2) format("woff2");
  }
  html {
    scroll-behavior: smooth;
    font-family: var(--font-body);
  }
  body {
    color: var(--color-gray);
  }
  h1,	.h1 {
    font-size: var(--text-h1);
  }
  h2,	.h2 {
    font-size: var(--text-h2);
  }
  h3,	.h3 {
    font-size: var(--text-h3);
  }
  h4,	.h4 {
    font-size: var(--text-h4);
  }
  h5,	.h5 {
    font-size: var(--text-h5);
  }
  h6,	.h6 {
    font-size: var(--text-h6);
  }
  h1,	h2,	h3 {
    font-family: var(--font-heading);
    --tw-leading: 1.2;
    line-height: 1.2;
    color: var(--color-secondary);
  }
  h4,	h5,	h6 {
    font-family: var(--font-heading);
    --tw-leading: 1.75;
    line-height: 1.75;
    color: var(--color-secondary);
  }
  p {
    margin-bottom: calc(var(--spacing) * 4);
  }
  a {
    text-decoration-line: underline;
    text-underline-offset: 2px;
    &:hover,
	&:focus-visible {
      text-decoration-line: none;
    }
  }
  details {
    -webkit-details-marker {
      display: none !important;
    }
    summary {
      display: flex;
      align-items: center;
      h2,	h3,	& {
        margin: calc(var(--spacing) * 0);
        font-size: var(--text-lg) !important;
        line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
      }
      &::-webkit-details-marker {
        display: none !important;
      }
    }
  }
  input,	textarea,	select {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-black);
    padding: calc(var(--spacing) * 4);
    &:focus-visible {
      border-color: var(--color-primary);
    }
  }
  .text:not(section) {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 4);
    a:not(.btn) {
      color: var(--color-primary);
    }
    ul:not(.checks) {
      margin: calc(var(--spacing) * 0);
      list-style-type: none;
      padding: calc(var(--spacing) * 0);
      li {
        position: relative;
        margin-block: calc(var(--spacing) * 2);
        list-style-type: none;
        padding-left: calc(var(--spacing) * 5);
        &:first-child {
          margin-top: calc(var(--spacing) * 0);
        }
        &::before {
          position: absolute;
          top: calc(var(--spacing) * 2);
          left: calc(var(--spacing) * 0);
          width: calc(var(--spacing) * 2.5);
          height: calc(var(--spacing) * 2.5);
          list-style-type: none;
          border-radius: calc(infinity * 1px);
          border-style: var(--tw-border-style);
          border-width: 1px;
          border-color: var(--color-pink-500);
          background-color: var(--color-pink-500);
          --tw-content: '';
          content: var(--tw-content);
        }
        > ul {
          margin-block: calc(var(--spacing) * 4);
          li {
            &::before {
              content: var(--tw-content);
              background-color: transparent;
            }
          }
        }
      }
    }
  }
  main ul:not(.list-none) {
    margin-bottom: calc(var(--spacing) * 4);
    list-style-position: inside;
    &:not(.checklist) {
      list-style-type: disc;
    }
  }
  img {
    &.size-full[class*="wp-image"] {
      height: auto !important;
    }
  }
  main ol {
    margin-bottom: calc(var(--spacing) * 4);
    list-style-position: inside;
    list-style-type: decimal;
  }
  section,	.section {
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 8);
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  iframe {
    max-width: 100%;
  }
  p {
    margin: calc(var(--spacing) * 0);
    &:empty {
      display: none;
    }
  }
  details {
    border-radius: 10px;
    background-color: var(--color-white);
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + 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);
    --tw-ring-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
    &:is([open], :popover-open, :open) {
      &>summary {
        margin-bottom: calc(var(--spacing) * 4);
      }
    }
    @media (width >= 64rem) {
      &:is([open], :popover-open, :open) {
        &>summary {
          margin-bottom: calc(var(--spacing) * 6);
        }
      }
    }
    + details {
      margin-top: calc(var(--spacing) * 4);
    }
    &:open,	&[open] {
      summary {
        color: var(--color-primary);
        &::after {
          content: "\f068";
        }
      }
    }
    .details-body {
      display: flex;
      flex-direction: column;
      gap: 30px;
      padding: calc(var(--spacing) * 4);
      padding-top: calc(var(--spacing) * 0) !important;
      @media (width >= 64rem) {
        padding: calc(var(--spacing) * 6);
      }
    }
    summary {
      display: flex;
      cursor: pointer;
      list-style-type: none;
      justify-content: space-between;
      padding: calc(var(--spacing) * 4);
      font-family: var(--font-heading);
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      @media (width >= 64rem) {
        padding: calc(var(--spacing) * 6);
      }
      @media (width >= 64rem) {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
      }
      &::after {
        content: "\2b";
        font-family: "Font Awesome 6 Pro";
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
      }
      &::-webkit-details-marker {
        display: none;
      }
    }
  }
  cite {
    font-style: normal;
    &::before {
      content: "- ";
    }
  }
  article {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 8);
    & p:empty {
      display: none;
    }
    .wp-caption {
      width: 100% !important;
      img {
        width: 100%;
      }
      .wp-caption-text {
        margin-top: calc(var(--spacing) * 8);
        color: var(--color-gray);
        opacity: 70%;
      }
    }
    img {
      width: 100%;
    }
  }
  table {
    tr {
      &:nth-child(odd) {
        td {
          background-color: var(--color-white);
        }
      }
      &:nth-child(even) {
        td {
          background-color: var(--color-gray-100);
        }
      }
      &:first-child {
        td {
          background-color: var(--color-secondary);
          --tw-font-weight: var(--font-weight-bold);
          font-weight: var(--font-weight-bold);
          color: var(--color-white);
        }
      }
    }
    td {
      padding: 10px;
      --tw-leading: 1.75;
      line-height: 1.75;
    }
  }
  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
    span {
      color: var(--color-secondary);
      a {
        text-decoration-line: none;
        &:hover,
	&:focus-visible {
          text-decoration-line: underline;
        }
      }
    }
  }
}
#wpadminbar {
  position: fixed;
}
@layer utilities;
.gform_wrapper:has(form[method]) {
  .gfield {
    input:not([type="checkbox"]), select {
      display: flex;
      height: calc(var(--spacing) * 12);
      width: 100%;
      align-items: center;
    }
    input:not([type="checkbox"]):not([type="radio"]), textarea, select {
      appearance: none;
      border-radius: var(--radius-sm);
      border-color: color-mix(in srgb, #000 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-black) 30%, transparent);
      }
      background-color: var(--color-white);
      padding-inline: calc(var(--spacing) * 4);
      --tw-shadow: 0 0 #0000;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      &::placeholder {
        color: color-mix(in srgb, #000 30%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-black) 30%, transparent);
        }
      }
      .gf-on-dark & {
        border-style: var(--tw-border-style);
        border-width: 0px;
      }
    }
    textarea {
      height: auto;
    }
    input[type="checkbox"], input[type="radio"] {
      width: 10px;
      height: 10px;
      border-radius: 2px;
      border-color: var(--color-black);
      background-color: transparent;
      font-size: 8px;
      color: var(--color-primary) !important;
      .gf-on-dark & {
        border-style: var(--tw-border-style);
        border-width: 0px;
      }
      + label {
        margin-left: calc(var(--spacing) * 0);
      }
    }
    input[type="radio"] {
      border-radius: calc(infinity * 1px);
      &::before {
        content: var(--tw-content);
        background-color: var(--color-primary);
      }
    }
  }
  .ginput_container_select {
    position: relative;
    .dropdown-icon {
      position: absolute;
      top: 1px;
      right: 1px;
      bottom: 1px;
      display: flex;
      aspect-ratio: 1 / 1;
      align-items: center;
      justify-content: center;
      border-radius: calc(infinity * 1px);
      background-color: var(--color-white);
      color: color-mix(in srgb, #000 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-black) 30%, transparent);
      }
    }
  }
  .gform_fields {
    gap: calc(var(--spacing) * 4);
  }
  .gchoice {
    align-items: center;
  }
  .ginput_container {
    align-items: center;
  }
  .gform_title {
    margin-bottom: calc(var(--spacing) * 8);
    display: inline-block;
    .gf-on-dark & {
      color: var(--color-white);
    }
  }
  h2, h3 {
    --tw-leading: 1.75;
    line-height: 1.75;
    .gf-on-dark & {
      color: var(--color-white);
    }
  }
  .gfield_label {
    gap: 0.1em;
    font-size: 14px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-secondary);
    .gf-on-dark & {
      color: var(--color-white);
    }
  }
  .gform_required_legend {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .gfield_required {
    font-size: 14px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: inherit;
  }
  .gform_footer {
    button.gform_button[type="submit"] {
      height: calc(var(--spacing) * 12);
      background-color: var(--color-primary);
      padding-inline: calc(var(--spacing) * 6);
      font-family: var(--font-body);
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      &:hover,
	&:focus-visible {
        background-color: var(--color-primary-dark);
      }
      .gf-on-dark:not(.gf-on-blue) & {
        background-color: var(--color-secondary);
        &:hover,
	&:focus-visible {
          background-color: var(--color-secondary-dark);
        }
      }
    }
  }
  .gform_validation_errors {
    .gf-on-dark & {
      border-color: color-mix(in srgb, #fff 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
      }
      outline-color: color-mix(in srgb, #fff 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        outline-color: color-mix(in oklab, var(--color-white) 30%, transparent);
      }
      span {
        border-color: color-mix(in srgb, #fff 30%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
        }
        color: var(--color-white);
      }
    }
  }
  .gfield_validation_message {
    .gf-on-dark & {
      color: var(--color-white);
    }
  }
  .gform-field-label--type-sub {
    .gf-on-dark & {
      color: var(--color-white);
    }
  }
  .gf-side-by-side & {
    form {
      display: flex;
      align-items: flex-end;
      gap: calc(var(--spacing) * 4);
      @media (width < 40rem) {
        flex-direction: column;
      }
      .gform_body {
        @media (width < 40rem) {
          width: 100%;
        }
      }
      .gform_footer {
        @media (width < 40rem) {
          align-self: flex-start;
        }
      }
    }
    .gform_body {
      flex-grow: 1;
    }
    .gform_fields {
      display: grid;
      grid-auto-columns: max-content;
    }
  }
}
.facetwp-facet.is-loading {
  pointer-events: none;
  opacity: 50%;
}
.facetwp-facet {
  .facetwp-checkbox,	.facetwp-radio,	.facetwp-page {
    cursor: pointer;
  }
  .disabled {
    display: none;
  }
}
.facetwp-input-wrap {
  display: flex;
  height: calc(var(--spacing) * 12);
  flex-direction: row-reverse;
  gap: calc(var(--spacing) * 2);
  label {
    display: none;
  }
  input {
    height: 100%;
    max-height: calc(var(--spacing) * 12);
    width: 100%;
    border-radius: var(--radius-sm);
    border-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
    background-color: var(--color-white);
  }
}
.facetwp-selection-label, .facetwp-counter {
  display: none;
}
.facetwp-checkbox {
  &[aria-checked="true"] {
    .facetwp-display-value::before {
      background-color: var(--color-primary);
    }
  }
  .facetwp-display-value {
    position: relative;
    padding-left: 26px;
    &::before,	&::after {
      content: "";
      position: absolute;
      top: calc(var(--spacing) * 0);
      left: calc(var(--spacing) * 0);
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
      border-radius: var(--radius-sm);
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + 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);
      --tw-ring-color: var(--color-primary);
    }
    &::after {
      content: "\f00c";
      font-family: "Font Awesome 6 Pro";
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
      color: var(--color-white);
    }
  }
}
.facetwp-type-search {
  .facetwp-input-wrap {
    display: grid;
    grid-template-columns: 1fr 60px;
    [role="button"] {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: var(--radius-sm);
      background-color: var(--color-primary);
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
      color: var(--color-white);
    }
    input {
      order: calc(1 * -1);
    }
  }
}
.facetwp-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  .facetwp-page {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-secondary);
    text-decoration-line: none;
    &:not(.next):not(.prev) {
      width: calc(var(--spacing) * 10);
      height: calc(var(--spacing) * 10);
    }
    &:not(.active):not(.dots) {
      font-family: var(--font-body);
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + 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);
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-primary);
        }
      }
      &:hover {
        @media (hover: hover) {
          color: var(--color-white);
        }
      }
      &:hover {
        @media (hover: hover) {
          --tw-ring-color: var(--color-primary) !important;
        }
      }
      &:not(.prev):not(.next) {
        --tw-ring-color: var(--color-secondary);
      }
    }
    .dots {
      cursor: default;
    }
    &.active {
      background-color: var(--color-secondary);
      color: var(--color-white);
      --tw-ring-color: var(--color-secondary);
    }
    &.prev,	&.next {
      display: flex;
      height: calc(var(--spacing) * 10);
      gap: calc(var(--spacing) * 2);
      background-color: var(--color-primary);
      padding-inline: calc(var(--spacing) * 6);
      color: var(--color-white);
      --tw-ring-color: var(--color-primary);
    }
  }
}
.facetwp-type-sort {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: var(--color-primary);
  &::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    margin-left: calc(var(--spacing) * 2);
  }
  select {
    appearance: none;
    border-style: var(--tw-border-style);
    border-width: 0px;
    padding: calc(var(--spacing) * 0);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
}
.overview-filter-by-text {
  &:has(+ .overview-fwp-filters:empty) {
    display: none;
  }
}
[class^="swiper-button"] {
  position: static !important;
  margin: calc(var(--spacing) * 0) !important;
  gap: calc(var(--spacing) * 0) !important;
  &::after {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    color: var(--color-primary);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    font-family: "Font Awesome 6 Pro" !important;
  }
}
.swiper-button-prev::after {
  content: "\f060" !important;
}
.swiper-button-next::after {
  content: "\f061" !important;
}
footer {
  padding-inline: 10px;
  padding-block: calc(var(--spacing) * 10);
  @media (width >= 64rem) {
    padding-top: calc(var(--spacing) * 24);
  }
  @media (width >= 64rem) {
    padding-bottom: calc(var(--spacing) * 10);
  }
  li {
    display: flex !important;
    flex-direction: column;
    gap: calc(var(--spacing) * 4);
    a {
      font-size: 14px;
      --tw-leading: 1em;
      line-height: 1em;
      text-decoration-line: none;
      &:hover {
        @media (hover: hover) {
          text-decoration-line: underline;
        }
      }
    }
  }
  .textwidget {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 4);
    --tw-leading: 14px;
    line-height: 14px;
    & a {
      &:hover {
        @media (hover: hover) {
          opacity: 80%;
        }
      }
    }
  }
  a {
    font-size: 14px;
    &.has-icon {
      display: flex;
      align-items: center;
      gap: calc(var(--spacing) * 3);
      text-decoration-line: none;
      i::before {
        color: var(--color-primary);
      }
    }
  }
  .widget {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 4);
  }
  ul {
    flex-direction: column;
    gap: calc(var(--spacing) * 4);
    @media (width >= 64rem) {
      display: flex !important;
    }
    li {
      @media (width < 64rem) {
        padding-block: calc(var(--spacing) * 2);
      }
    }
  }
  .socials-widget {
    margin-top: calc(var(--spacing) * 6);
  }
  .section {
    padding: calc(var(--spacing) * 0);
    &.widgets {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .sub-menu {
    display: none !important;
  }
  .menu {
    margin-top: calc(var(--spacing) * 0) !important;
  }
  .footer-bottom {
    ul, li {
      gap: calc(var(--spacing) * 8);
      @media (width >= 48rem) {
        flex-direction: row;
      }
      a {
        text-decoration-line: underline;
        &:hover {
          @media (hover: hover) {
            text-decoration-line: none;
          }
        }
      }
    }
  }
}
body.offcanvas-open header {
  height: 100dvh;
}
.offcanvas {
  .menu-item {
    a {
      position: relative;
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
      border-color: rgba(44, 47, 136, 0.10);
      i.fa-caret-down {
        position: absolute;
        top: calc(1/2 * 100%);
        right: calc(10px * -1);
        --tw-translate-y: calc(calc(1/2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
        padding: 10px;
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
      }
    }
    &:has(> .sub-menu:not(.hidden)) > a > i.fa-caret-down {
      rotate: 180deg;
    }
    > a {
      padding-block: 20px;
      font-size: 18px;
      color: var(--color-secondary);
    }
    &[class*="current-page"] {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
    .sub-menu {
      width: 100%;
    }
    &.top-level {
      > .sub-menu {
        a i.fa-caret-down {
          rotate: -90deg;
        }
        > li {
          > a {
            padding-left: 20px;
          }
          > .sub-menu {
            > li {
              > a {
                padding-left: 40px;
              }
            }
          }
        }
      }
    }
  }
}
@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-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-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-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-font-weight: initial;
      --tw-content: "";
      --tw-border-style: solid;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-leading: initial;
      --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-outline-style: solid;
    }
  }
}


/*# sourceMappingURL=frontend.min.css.map*/