/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@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-red-500: oklch(63.7% 0.237 25.331);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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);
    --font-antonio: "Antonio", sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .\@container {
    container-type: inline-size;
  }
  .\!visible {
    visibility: visible !important;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .sticky\! {
    position: sticky !important;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-11 {
    top: calc(var(--spacing) * 11);
  }
  .top-20 {
    top: calc(var(--spacing) * 20);
  }
  .top-35 {
    top: calc(var(--spacing) * 35);
  }
  .top-100 {
    top: calc(var(--spacing) * 100);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1 {
    right: calc(var(--spacing) * 1);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-1 {
    bottom: calc(var(--spacing) * 1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-5 {
    left: calc(var(--spacing) * 5);
  }
  .left-\[16px\] {
    left: 16px;
  }
  .isolate {
    isolation: isolate;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-4 {
    z-index: 4;
  }
  .z-5 {
    z-index: 5;
  }
  .z-auto {
    z-index: auto;
  }
  .order-first {
    order: -9999;
  }
  .order-last {
    order: 9999;
  }
  .col-1 {
    grid-column: 1;
  }
  .col-2 {
    grid-column: 2;
  }
  .col-3 {
    grid-column: 3;
  }
  .col-4 {
    grid-column: 4;
  }
  .col-6 {
    grid-column: 6;
  }
  .float-left {
    float: left;
  }
  .float-none {
    float: none;
  }
  .float-right {
    float: right;
  }
  .clear-left {
    clear: left;
  }
  .clear-right {
    clear: right;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .container\! {
    width: 100% !important;
    @media (width >= 40rem) {
      max-width: 40rem !important;
    }
    @media (width >= 48rem) {
      max-width: 48rem !important;
    }
    @media (width >= 64rem) {
      max-width: 64rem !important;
    }
    @media (width >= 80rem) {
      max-width: 80rem !important;
    }
    @media (width >= 96rem) {
      max-width: 96rem !important;
    }
  }
  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }
  .m-42 {
    margin: calc(var(--spacing) * 42);
  }
  .m-77 {
    margin: calc(var(--spacing) * 77);
  }
  .m-118 {
    margin: calc(var(--spacing) * 118);
  }
  .m-119 {
    margin: calc(var(--spacing) * 119);
  }
  .m-160 {
    margin: calc(var(--spacing) * 160);
  }
  .m-179 {
    margin: calc(var(--spacing) * 179);
  }
  .m-221 {
    margin: calc(var(--spacing) * 221);
  }
  .m-265 {
    margin: calc(var(--spacing) * 265);
  }
  .m-285 {
    margin: calc(var(--spacing) * 285);
  }
  .m-294 {
    margin: calc(var(--spacing) * 294);
  }
  .m-319 {
    margin: calc(var(--spacing) * 319);
  }
  .m-361 {
    margin: calc(var(--spacing) * 361);
  }
  .m-473 {
    margin: calc(var(--spacing) * 473);
  }
  .m-750 {
    margin: calc(var(--spacing) * 750);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[52px\] {
    margin-top: 52px;
  }
  .mt-\[56px\] {
    margin-top: 56px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[var\(--main-gap-sm\)\] {
    margin-top: var(--main-gap-sm);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-\[3px\] {
    margin-bottom: 3px;
  }
  .\!hidden {
    display: none !important;
  }
  .\!inline {
    display: inline !important;
  }
  .block {
    display: block;
  }
  .block\! {
    display: block !important;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-grid {
    display: inline-grid;
  }
  .inline-table {
    display: inline-table;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-column {
    display: table-column;
  }
  .table-column-group {
    display: table-column-group;
  }
  .table-footer-group {
    display: table-footer-group;
  }
  .table-header-group {
    display: table-header-group;
  }
  .table-row {
    display: table-row;
  }
  .table-row-group {
    display: table-row-group;
  }
  .aspect-\[1\/1\] {
    aspect-ratio: 1/1;
  }
  .aspect-\[298\/208\] {
    aspect-ratio: 298/208;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .\!h-\[73px\] {
    height: 73px !important;
  }
  .\!h-\[83\.583px\] {
    height: 83.583px !important;
  }
  .\!h-\[408px\] {
    height: 408px !important;
  }
  .\!h-full {
    height: 100% !important;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[180px\] {
    min-height: 180px;
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .\!w-full {
    width: 100% !important;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[83\.583px\] {
    width: 83.583px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-full {
    width: 100%;
  }
  .\!max-w-\[240px\] {
    max-width: 240px !important;
  }
  .\!max-w-\[1140px\] {
    max-width: 1140px !important;
  }
  .max-w-\[163px\] {
    max-width: 163px;
  }
  .max-w-\[733px\] {
    max-width: 733px;
  }
  .max-w-\[862px\] {
    max-width: 862px;
  }
  .min-w-max {
    min-width: max-content;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-270 {
    rotate: 270deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .columns-1 {
    columns: 1;
  }
  .columns-2 {
    columns: 2;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-x-\[16px\] {
    column-gap: 16px;
  }
  .gap-x-\[17px\] {
    column-gap: 17px;
  }
  .gap-x-\[24px\] {
    column-gap: 24px;
  }
  .gap-x-\[33\.33px\] {
    column-gap: 33.33px;
  }
  .gap-x-\[40px\] {
    column-gap: 40px;
  }
  .gap-x-\[62\.63px\] {
    column-gap: 62.63px;
  }
  .gap-x-\[74px\] {
    column-gap: 74px;
  }
  .gap-x-\[80px\] {
    column-gap: 80px;
  }
  .gap-y-\[16px\] {
    row-gap: 16px;
  }
  .gap-y-\[24px\] {
    row-gap: 24px;
  }
  .gap-y-\[32px\] {
    row-gap: 32px;
  }
  .gap-y-\[40px\] {
    row-gap: 40px;
  }
  .gap-y-\[56px\] {
    row-gap: 56px;
  }
  .gap-y-\[76px\] {
    row-gap: 76px;
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .\!rounded-\[1000px\] {
    border-radius: 1000px !important;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-\[3px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 3px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[\#7000BF\] {
    border-color: #7000BF;
  }
  .border-\[\#290245\] {
    border-color: #290245;
  }
  .border-\[\#B874E8\] {
    border-color: #B874E8;
  }
  .bg-\[\#000\] {
    background-color: #000;
  }
  .bg-\[\#B874E8\] {
    background-color: #B874E8;
  }
  .bg-\[\#F3F4EE\] {
    background-color: #F3F4EE;
  }
  .bg-\[\#FFFFFF\] {
    background-color: #FFFFFF;
  }
  .bg-\[\#fff\] {
    background-color: #fff;
  }
  .bg-\[var\(--color-background\)\] {
    background-color: var(--color-background);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .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-fill {
    object-fit: fill;
  }
  .object-none {
    object-fit: none;
  }
  .object-scale-down {
    object-fit: scale-down;
  }
  .object-center {
    object-position: center;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .\!px-\[32px\] {
    padding-inline: 32px !important;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .\!py-\[56px\] {
    padding-block: 56px !important;
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[32px\] {
    padding-block: 32px;
  }
  .py-\[56px\] {
    padding-block: 56px;
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .pt-\[16px\] {
    padding-top: 16px;
  }
  .pt-\[56px\] {
    padding-top: 56px;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-\[24px\] {
    padding-bottom: 24px;
  }
  .pb-\[56px\] {
    padding-bottom: 56px;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-bottom {
    vertical-align: bottom;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-top {
    vertical-align: top;
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .\!text-\[16px\] {
    font-size: 16px !important;
  }
  .text-\[0px\] {
    font-size: 0px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .\!leading-\[normal\] {
    --tw-leading: normal !important;
    line-height: normal !important;
  }
  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-\[var\(--card-title-font-weight\)\] {
    --tw-font-weight: var(--card-title-font-weight);
    font-weight: var(--card-title-font-weight);
  }
  .tracking-\[-0\.96px\] {
    --tw-tracking: -0.96px;
    letter-spacing: -0.96px;
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .break-all {
    word-break: break-all;
  }
  .\!text-\[var\(--color-foreground\)\] {
    color: var(--color-foreground) !important;
  }
  .text-\[\#343434\] {
    color: #343434;
  }
  .text-\[\#E0F6C6\] {
    color: #E0F6C6;
  }
  .text-\[\#F3F4EE\] {
    color: #F3F4EE;
  }
  .text-\[var\(--color-foreground\)\] {
    color: var(--color-foreground);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .lining-nums {
    --tw-numeric-figure: lining-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .proportional-nums {
    --tw-numeric-spacing: proportional-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .slashed-zero {
    --tw-slashed-zero: slashed-zero;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .\!no-underline {
    text-decoration-line: none !important;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .opacity-10 {
    opacity: 10%;
  }
  .shadow {
    --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);
  }
  .ring {
    --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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
    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,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    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,);
  }
  .invert {
    --tw-invert: invert(100%);
    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,);
  }
  .\!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,) !important;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    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, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .\[hostname\:port\] {
    hostname: port;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .placeholder\:block {
    &::placeholder {
      display: block;
    }
  }
  .placeholder\:inline {
    &::placeholder {
      display: inline;
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:inset-0 {
    &::after {
      content: var(--tw-content);
      inset: calc(var(--spacing) * 0);
    }
  }
  .after\:top-\[10px\] {
    &::after {
      content: var(--tw-content);
      top: 10px;
    }
  }
  .after\:top-\[24px\] {
    &::after {
      content: var(--tw-content);
      top: 24px;
    }
  }
  .after\:right-\[-9px\] {
    &::after {
      content: var(--tw-content);
      right: -9px;
    }
  }
  .after\:right-\[-19px\] {
    &::after {
      content: var(--tw-content);
      right: -19px;
    }
  }
  .after\:bottom-\[-10px\] {
    &::after {
      content: var(--tw-content);
      bottom: -10px;
    }
  }
  .after\:bottom-\[-24px\] {
    &::after {
      content: var(--tw-content);
      bottom: -24px;
    }
  }
  .after\:left-\[9px\] {
    &::after {
      content: var(--tw-content);
      left: 9px;
    }
  }
  .after\:left-\[19px\] {
    &::after {
      content: var(--tw-content);
      left: 19px;
    }
  }
  .after\:z-\[-1\] {
    &::after {
      content: var(--tw-content);
      z-index: -1;
    }
  }
  .after\:bg-\[\#2E2C39\] {
    &::after {
      content: var(--tw-content);
      background-color: #2E2C39;
    }
  }
  .after\:bg-\[\#B36DE4\] {
    &::after {
      content: var(--tw-content);
      background-color: #B36DE4;
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .max-lg\:mx-\[-10px\] {
    @media (width < 64rem) {
      margin-inline: -10px;
    }
  }
  .max-lg\:mt-\[8px\] {
    @media (width < 64rem) {
      margin-top: 8px;
    }
  }
  .max-lg\:mt-\[40px\] {
    @media (width < 64rem) {
      margin-top: 40px;
    }
  }
  .max-lg\:h-\[49px\] {
    @media (width < 64rem) {
      height: 49px;
    }
  }
  .max-lg\:w-\[calc\(100\%-9px\)\] {
    @media (width < 64rem) {
      width: calc(100% - 9px);
    }
  }
  .max-lg\:w-\[calc\(100\%-24px\)\] {
    @media (width < 64rem) {
      width: calc(100% - 24px);
    }
  }
  .max-lg\:w-full {
    @media (width < 64rem) {
      width: 100%;
    }
  }
  .max-lg\:justify-center {
    @media (width < 64rem) {
      justify-content: center;
    }
  }
  .max-lg\:\!text-center {
    @media (width < 64rem) {
      text-align: center !important;
    }
  }
  .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));
    }
  }
  .lg\:mt-\[24px\] {
    @media (width >= 64rem) {
      margin-top: 24px;
    }
  }
  .lg\:mt-\[56px\] {
    @media (width >= 64rem) {
      margin-top: 56px;
    }
  }
  .lg\:mt-\[64px\] {
    @media (width >= 64rem) {
      margin-top: 64px;
    }
  }
  .lg\:mt-\[80px\] {
    @media (width >= 64rem) {
      margin-top: 80px;
    }
  }
  .lg\:mt-\[var\(--main-gap-lg\)\] {
    @media (width >= 64rem) {
      margin-top: var(--main-gap-lg);
    }
  }
  .lg\:\!h-\[700px\] {
    @media (width >= 64rem) {
      height: 700px !important;
    }
  }
  .lg\:min-h-\[250px\] {
    @media (width >= 64rem) {
      min-height: 250px;
    }
  }
  .lg\:\!max-w-\[350px\] {
    @media (width >= 64rem) {
      max-width: 350px !important;
    }
  }
  .lg\:max-w-\[317px\] {
    @media (width >= 64rem) {
      max-width: 317px;
    }
  }
  .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\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:gap-\[24px\] {
    @media (width >= 64rem) {
      gap: 24px;
    }
  }
  .lg\:gap-y-\[16px\] {
    @media (width >= 64rem) {
      row-gap: 16px;
    }
  }
  .lg\:gap-y-\[24px\] {
    @media (width >= 64rem) {
      row-gap: 24px;
    }
  }
  .lg\:gap-y-\[60px\] {
    @media (width >= 64rem) {
      row-gap: 60px;
    }
  }
  .lg\:p-6 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-6 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-\[24px\] {
    @media (width >= 64rem) {
      padding-inline: 24px;
    }
  }
  .lg\:\!py-\[80px\] {
    @media (width >= 64rem) {
      padding-block: 80px !important;
    }
  }
  .lg\:py-\[64px\] {
    @media (width >= 64rem) {
      padding-block: 64px;
    }
  }
  .lg\:py-\[80px\] {
    @media (width >= 64rem) {
      padding-block: 80px;
    }
  }
  .lg\:py-\[100px\] {
    @media (width >= 64rem) {
      padding-block: 100px;
    }
  }
  .lg\:py-\[120px\] {
    @media (width >= 64rem) {
      padding-block: 120px;
    }
  }
  .lg\:py-\[140px\] {
    @media (width >= 64rem) {
      padding-block: 140px;
    }
  }
  .lg\:pt-\[64px\] {
    @media (width >= 64rem) {
      padding-top: 64px;
    }
  }
  .lg\:pb-\[20px\] {
    @media (width >= 64rem) {
      padding-bottom: 20px;
    }
  }
  .lg\:pb-\[100px\] {
    @media (width >= 64rem) {
      padding-bottom: 100px;
    }
  }
  .lg\:\!text-\[3rem\] {
    @media (width >= 64rem) {
      font-size: 3rem !important;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 64rem) {
      font-size: 20px;
    }
  }
  .lg\:text-\[28px\] {
    @media (width >= 64rem) {
      font-size: 28px;
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 64rem) {
      font-size: 32px;
    }
  }
  .lg\:after\:right-\[-12px\] {
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        right: -12px;
      }
    }
  }
  .lg\:after\:bottom-\[-13px\] {
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        bottom: -13px;
      }
    }
  }
  .lg\:after\:left-\[12px\] {
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        left: 12px;
      }
    }
  }
  .\[role\=\"menuitem\"\]\:visible {
    &:is(role="menuitem") {
      visibility: visible;
    }
  }
}
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --default-font-family: 'Source Sans Pro 400', sans-serif;
  }
}
.page-banner-text-main, .page-banner-text-main p {
  color: #290245;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #290245;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -3.6px;
  text-transform: uppercase;
  font-family: var(--font-antonio);
  @media screen and (max-width: 1023px) {
    font-size: 56px;
  }
}
.section-width {
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 64px;
}
.grid-section-title {
  color: #2E2C39;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -2.7px;
  text-transform: uppercase;
  font-family: var(--font-antonio);
  @media screen and (max-width: 1023px) {
    font-size: 40px;
  }
}
.grid-section-title.page-title {
  @media screen and (max-width: 1023px) {
    font-size: 60px;
  }
}
.homepage-section-3-text-main {
  font-family: var(--font-antonio);
  color: var(--color-foreground);
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  letter-spacing: -2.16px;
  text-transform: uppercase;
  @media screen and (max-width: 1023px) {
    font-size: 40px;
  }
}
.color-scheme {
  background-color: var(--color-background);
  color: var(--color-foreground);
}
.contact-us-title {
  color: #2E2C39;
  font-family: var(--font-antonio);
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2.7px;
  text-transform: uppercase;
  @media screen and (max-width: 1023px) {
    font-size: 40px;
  }
}
.contact-us-title p {
  margin-bottom: 0;
}
.contact-us-text-info {
  color: #2E2C39;
  font-family: var(--font-source-sans-pro-400);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  @media screen and (max-width: 1023px) {
    font-size: 16px;
  }
}
.contact-us-footer__content p {
  margin-bottom: 0;
  color: #2E2C39;
  font-family: var(--font-source-sans-pro-400);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
}
.contact-us-footer__content strong {
  font-family: var(--font-source-sans-pro-700);
  font-weight: 700;
}
.input, .gform_fields input, .gform_fields textarea, .gform_fields select {
  padding: 16px !important;
  border: 1px solid #2E2C39;
  font-family: var(--font-source-sans-pro-400);
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
  background-color: transparent;
  width: 100%;
  transition: border-color 150ms, border 150ms;
}
.gform_fields input[type="tel"], .gform_fields .large.iti__tel-input {
  padding-left: 42px !important;
}
.input:hover, .input:focus-visible, .input:active, .gform_fields input:hover, .gform_fields input:focus-visible, .gform_fields input:active, .gform_fields textarea:hover, .gform_fields textarea:focus-visible, .gform_fields textarea:active, .gform_fields select:hover, .gform_fields select:focus-visible, .gform_fields select:active {
  border: 1px solid #2E2C39;
  color: #2E2C39;
}
.input::placeholder, .gform_fields input::placeholder, .gform_fields textarea::placeholder, .gform_fields select::placeholder {
  color: #5E5E5E;
}
.input.error {
  border-color: red;
}
custom-dropdown-component {
  position: relative;
  overflow: visible;
}
custom-dropdown-component .options {
  position: absolute;
  bottom: auto;
  margin-top: 7px;
  display: flex;
  max-height: 300px;
  width: 100%;
  flex-direction: column;
  gap: calc(var(--spacing) * 0);
  overflow-y: auto;
  background: #FFF;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.25);
}
custom-dropdown-component .option {
  padding: 16px 24px;
  color: #2E2C39;
  font-family: var(--font-source-sans-pro-400);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
custom-dropdown-component .option.active {
  background: #290245;
  color: #FFFFFF;
}
custom-dropdown-component .svg-wrapper {
  margin-left: auto;
}
custom-dropdown-component .svg-wrapper svg {
  transition: transform 150ms;
}
custom-dropdown-component:is([open]) .svg-wrapper svg {
  transform: rotate(180deg);
}
custom-dropdown-component .placeholder, custom-dropdown-component .value-label {
  transition: font-size 150ms;
}
custom-dropdown-component:is([data-has-content]) .placeholder {
  font-size: 11px;
}
custom-dropdown-component:is([data-has-content]) .value-label {
  font-size: 16px;
}
custom-dropdown-component:has(.error) .input {
  border-color: red;
}
.paragraph, .paragraph p {
  color: var(--color-foreground);
  font-family: var(--font-source-sans-pro-400);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  @media screen and (max-width: 1023px) {
    font-size: 18px;
  }
}
.paragraph strong, .paragraph b {
  font-family: var(--font-source-sans-pro-700);
}
.footer-menu {
  display: flex;
  align-items: center;
  column-gap: 40px;
  @media screen and (max-width: 1023px) {
    flex-direction: column;
    row-gap: 24px;
    align-items: flex-start;
  }
}
.footer-menu .menu-item {
  padding-block: 8px;
}
.footer-menu .menu-item a {
  color: #290245;
  font-family: var(--font-georgia-pro-400);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  position: relative;
}
.footer-menu .menu-item a::after {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  opacity: 0;
  background: #290245;
  transition: opacity 250ms;
}
.footer-menu .menu-item a:hover::after {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .plain-text-on-mobile br {
    display: none;
  }
}
body:is([aria-mobile-drawer-show]) .custom-mobile-menu-container__main {
  transform: translateX(0);
}
.custom-mobile-menu-container__main {
  position: fixed;
  z-index: 999999;
  background: white;
  top: 0;
  right: 0;
  width: 80vw;
  height: 100%;
  transform: translateX(100%);
  transition: transform 150ms;
}
.custom-mobile-menu-container__main::before {
  content: '';
  background: black;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 150ms;
}
body:is([aria-mobile-drawer-show]) .custom-mobile-menu-container__main::before {
  left: -100%;
  opacity: .5;
}
.custom-mobile-menu-container__main--inner {
  padding: 34px 24px;
  width: 100%;
  height: 100%;
  background-color: #B874E8;
  display: block;
  position: relative;
}
.custom-mobile-menu-container__main--inner svg {
  margin-left: auto;
}
.custom-mobile-menu {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  margin-top: 40px;
}
.custom-mobile-menu .menu-item a {
  padding-block: 8px;
  color: #290245;
  font-family: var(--font-georgia-pro-400);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  position: relative;
}
.custom-mobile-menu .menu-item a::after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #290245;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 250ms;
}
.custom-mobile-menu .menu-item:hover a::after, .custom-mobile-menu .menu-item.current_page_item a::after, .footer-menu .menu-item.current_page_item a::after {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  #genesis-nav-primary {
    display: none !important;
  }
}
.button {
  text-align: center;
  font-family: var(--font-source-sans-pro-700) !important;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal !important;
  padding: 16px 24px !important;
  border-radius: 0px !important;
}
.button.button-round {
  border-radius: 1000px !important;
}
.button.button-rounded {
  border-radius: 1000px !important;
  background: #B874E8;
  color: #290245;
  padding: 24px 40px !important;
}
.button.button-primary, .gform_button.button, .gform_button_select_files.button {
  gap: 10px;
  background: #290046;
  transition: background 150ms;
  color: #fff;
  font-family: var(--font-source-sans-pro-900);
  font-weight: 900;
}
.button.button-primary:hover, .gform_button.button:hover, .gform_button_select_files.button:hover {
  background: #4B0082;
}
.main-404 {
  color: #290245;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #290245;
  font-family: var(--font-source-sans-pro-400);
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -3.6px;
  text-transform: uppercase;
  @media screen and (max-width: 1023px) {
    font-size: 56px;
  }
}
.sub-404 {
  color: #2E2C39;
  font-family: var(--font-source-sans-pro-700);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  @media screen and (max-width: 1023px) {
    font-size: 16px;
  }
}
.site-inner .page.entry:last-child {
  margin-bottom: 0;
}
#contact-us-target {
  scroll-margin-top: 100px;
  @media screen and (max-width: 1023px) {
    scroll-margin-top: 50px;
  }
}
#contact-us-target .gform_wrapper {
  width: 100%;
  @media (width >= 64rem) {
    max-width: 859px;
  }
}
#contact-us-target .ginput_container_select {
  position: relative;
}
#contact-us-target .ginput_container_select::after {
  content: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.6925 7.94205L10.4425 14.192C10.3845 14.2502 10.3156 14.2963 10.2397 14.3277C10.1638 14.3592 10.0825 14.3754 10.0003 14.3754C9.91821 14.3754 9.83688 14.3592 9.76101 14.3277C9.68514 14.2963 9.61621 14.2502 9.55816 14.192L3.30816 7.94205C3.19088 7.82477 3.125 7.66571 3.125 7.49986C3.125 7.33401 3.19088 7.17495 3.30816 7.05767C3.42544 6.9404 3.5845 6.87451 3.75035 6.87451C3.9162 6.87451 4.07526 6.9404 4.19253 7.05767L10.0003 12.8663L15.8082 7.05767C15.8662 6.9996 15.9352 6.95354 16.011 6.92211C16.0869 6.89069 16.1682 6.87451 16.2503 6.87451C16.3325 6.87451 16.4138 6.89069 16.4897 6.92211C16.5655 6.95354 16.6345 6.9996 16.6925 7.05767C16.7506 7.11574 16.7967 7.18468 16.8281 7.26055C16.8595 7.33642 16.8757 7.41774 16.8757 7.49986C16.8757 7.58198 16.8595 7.6633 16.8281 7.73917C16.7967 7.81504 16.7506 7.88398 16.6925 7.94205Z" fill="%235E5E5E"/></svg>');
  position: absolute;
  right: 16px;
  top: calc(50% - 12px);
}
#contact-us-target .ginput_container_select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
}
#contact-us-target .gform_wrapper .gform_fields {
  row-gap: 24px;
  @media (width >= 64rem) {
    row-gap: 40px;
  }
}
#contact-us-target .gform_wrapper .gform_fields span {
  margin: 0;
}
#contact-us-target .gform_wrapper.gravity-theme .ginput_complex {
  column-gap: 16px;
  row-gap: 24px;
  @media (width < 64rem) {
    flex-direction: row !important;
  }
  @media (width >= 64rem) {
    column-gap: 40px;
  }
}
#contact-us-target .gform_wrapper.gravity-theme .ginput_complex > span {
  padding: 0px;
}
#contact-us-target .gform_wrapper.gravity-theme .ginput_complex span {
  @media screen and (max-width: 640px) {
    flex: min-content !important;
  }
}
#contact-us-target .gform_fields textarea {
  min-height: 200px;
}
#contact-us-target .gform_title {
  display: none;
}
[type='hidden'] {
  display: none;
}
.page.type-page, .post.type-post {
  strong, b {
    font-family: var(--font-source-sans-pro-700);
  }
  p, ul, ol, dl {
    font-size: 20px;
    font-family: var(--font-source-sans-pro-400);
    color: #343434;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    @media screen and (max-width: 1023px) {
      font-size: 18px;
    }
  }
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 34px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 20px;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-source-sans-pro-700);
    font-weight: 700;
    line-height: 145%;
    margin: 0 0 24px;
  }
  ul, ol {
    margin-bottom: 24px;
    margin-left: 60px;
    @media screen and (max-width: 1023px) {
      margin-left: 40px;
    }
  }
  ul li {
    list-style-type: disc;
  }
  ol li {
    list-style-type: decimal;
  }
  ul li, ol li {
    padding-left: 10px;
  }
  a, a:hover {
    color: #290245;
    text-decoration: underline;
  }
}
.wp-singular .entry {
  h1, h2, h3, h4, h5, h6 {
    color: #2E2C39;
    font-family: var(--font-antonio);
    font-style: normal;
    line-height: 110%;
    font-weight: 700;
    margin-bottom: 32px;
    text-transform: uppercase;
  }
  h1 {
    font-size: 56px;
    letter-spacing: -1.68px;
  }
  h2 {
    font-size: 43px;
    letter-spacing: -1.52px;
  }
  h3 {
    font-size: 38px;
    letter-spacing: -1.14px;
  }
  h4 {
    font-size: 28px;
    letter-spacing: -1.14px;
  }
  h5 {
    font-size: 22px;
    letter-spacing: -1.14px;
  }
  h6 {
    font-size: 38px;
    letter-spacing: -1.14px;
  }
  p, li, div {
    font-family: var(--font-source-sans-pro-400);
    color: #343434;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
    margin-bottom: 8px;
  }
  strong, b {
    font-family: var(--font-source-sans-pro-600);
    font-weight: 600;
  }
  ul li {
    list-style-type: disc;
  }
  ol li {
    list-style-type: decimal;
  }
  ul, ol {
    padding-left: 32px;
    padding-top: 8px;
  }
  ul li, ol li {
    margin-bottom: 8px;
  }
  a, a:hover {
    color: #290245;
    text-decoration: underline;
  }
  a {
    font-family: var(--font-source-sans-pro-600);
    font-weight: 600;
  }
  @media screen and (max-width: 1023px) {
    h1 {
      font-size: 40px;
    }
    h2 {
      font-size: 34px;
    }
    h3 {
      font-size: 28px;
    }
    h4 {
      font-size: 22px;
    }
    h5 {
      font-size: 18px;
    }
    h6 {
      font-size: 16px;
    }
    p {
      font-size: 18px;
    }
  }
}
.about-page-section-2 a {
  color: #7000BF;
  text-decoration: underline;
}
.about-page-section-2 a:hover {
  text-decoration: underline;
}
.form-message {
  margin-right: calc(var(--spacing) * 4) !important;
  margin-bottom: calc(var(--spacing) * 0) !important;
  border-radius: var(--radius-md);
  border-style: var(--tw-border-style);
  border-width: 1px;
  padding-inline: calc(var(--spacing) * 2) !important;
  padding-block: calc(var(--spacing) * 2) !important;
}
.form-message:empty {
  display: none;
}
.form-message.success {
  border-color: var(--color-green-500);
}
.form-message.error {
  border-color: var(--color-red-500);
}
.no-word-cut p {
  display: flex;
}
.about-page__section-3__grid-wrapper {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 8px;
  row-gap: 40px;
  @media (width >= 321px) {
    column-gap: 16px;
  }
  @media (width >= 321px) {
    row-gap: 65px;
  }
  @media (width >= 390px) {
    column-gap: 32px;
  }
  @media (width >= 48rem) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  @media (width >= 48rem) {
    column-gap: 55px;
  }
  @media (width >= 64rem) {
    margin-top: 80px;
  }
  @media (width >= 64rem) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  @media (width >= 64rem) {
    column-gap: 100px;
  }
  @media (width >= 80rem) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.about-page__section-3__grid-card__wrapper {
  height: 100%;
  width: 100%;
  background-color: #E0F6C6;
  padding-inline: 8px;
  padding-block: 24px;
  font-size: 20px;
  --tw-leading: normal;
  line-height: normal;
  color: #343434;
  @media (width >= 390px) {
    padding-inline: 16px;
  }
  @media (width >= 64rem) {
    padding-inline: 24px;
  }
}
.breadcrumbs__nav-item {
  color: #290245;
  font-family: var(--font-georgia-pro-400);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 2px;
  text-decoration: none;
  text-underline-offset: 4px;
}
span.breadcrumbs__nav-item {
  border-color: #290245;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.breadcrumbs svg {
  width: 18px;
  height: 18px;
  aspect-ratio: 1;
  min-width: 18px;
}
.singular-post__title {
  color: #2E2C39;
  font-family: var(--font-antonio);
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -2.7px;
  text-transform: uppercase;
  margin-top: 40px;
  @media screen and (max-width: 1023px) {
    font-size: 40px;
  }
}
.singular-post__description {
  color: #2E2C39;
  text-align: center;
  font-family: var(--font-source-sans-pro-400);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  @media screen and (max-width: 1023px) {
    font-size: 16px;
  }
}
.singular-post__author {
  color: #2E2C39;
  font-family: var(--font-source-sans-pro-600);
  font-size: 24px;
  font-style: normal;
  line-height: normal;
}
.singular-post__date {
  color: #676767;
  font-family: var(--font-georgia-pro-400);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.news__card {
  border: 1px solid #2E2C39;
  background: #FFF;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.news__card .news___card__clickable {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.news__card::before {
  content: '';
  background-color: #B36DE4;
  position: absolute;
  inset: 0;
  z-index: -1;
  transition: transform 300ms;
}
.news__card:hover::before {
  transform: translate(20px, 20px);
}
.news__card .image__wrapper {
  position: relative;
}
.news__card .details__wrapper {
  background: #fff;
  position: relative;
  height: 100%;
}
.news__card .publication__date {
  color: #676767;
  font-family: var(--font-georgia-pro-400);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.news__card .news__title {
  overflow: hidden;
  color: #2E2C39;
  text-overflow: ellipsis;
  font-family: var(--font-antonio);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  @media screen and (max-width: 1023px) {
    font-size: 24px;
  }
}
.read-more__button {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.read-more__button span {
  color: #6500B0;
  font-family: var(--font-source-sans-pro-600);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.read-more__button svg {
  color: #6500B0;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  min-width: 16px;
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
