/*! tailwindcss v4.2.1 | 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-white: #fff;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-black: 900;
    --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);
  }
}
@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 {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .h-13\.75 {
    height: calc(var(--spacing) * 13.75);
  }
  .h-14\.5 {
    height: calc(var(--spacing) * 14.5);
  }
  .h-auto {
    height: auto;
  }
  .max-h-5\.75 {
    max-height: calc(var(--spacing) * 5.75);
  }
  .max-h-6\.75 {
    max-height: calc(var(--spacing) * 6.75);
  }
  .max-h-8\.25 {
    max-height: calc(var(--spacing) * 8.25);
  }
  .max-h-12\.75 {
    max-height: calc(var(--spacing) * 12.75);
  }
  .max-h-13\.25 {
    max-height: calc(var(--spacing) * 13.25);
  }
  .max-h-13\.75 {
    max-height: calc(var(--spacing) * 13.75);
  }
  .max-h-14\.5 {
    max-height: calc(var(--spacing) * 14.5);
  }
  .w-full {
    width: 100%;
  }
  .max-w-41\.25 {
    max-width: calc(var(--spacing) * 41.25);
  }
  .max-w-71\.5 {
    max-width: calc(var(--spacing) * 71.5);
  }
  .max-w-93\.75 {
    max-width: calc(var(--spacing) * 93.75);
  }
  .max-w-110 {
    max-width: calc(var(--spacing) * 110);
  }
  .max-w-113\.25 {
    max-width: calc(var(--spacing) * 113.25);
  }
  .max-w-125\.75 {
    max-width: calc(var(--spacing) * 125.75);
  }
  .max-w-143\.5 {
    max-width: calc(var(--spacing) * 143.5);
  }
  .max-w-163\.75 {
    max-width: calc(var(--spacing) * 163.75);
  }
  .max-w-167\.5 {
    max-width: calc(var(--spacing) * 167.5);
  }
  .max-w-206\.75 {
    max-width: calc(var(--spacing) * 206.75);
  }
  .max-w-325 {
    max-width: calc(var(--spacing) * 325);
  }
  .flex-1 {
    flex: 1;
  }
  .basis-\[calc\(100\%\/8\)\] {
    flex-basis: calc(100% / 8);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-y-13\.75 {
    row-gap: calc(var(--spacing) * 13.75);
  }
  .self-center {
    align-self: center;
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .bg-\[\#6a6dcd\] {
    background-color: #6a6dcd;
  }
  .bg-\[\#696dd1\] {
    background-color: #696dd1;
  }
  .bg-\[\#001628\] {
    background-color: #001628;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-\[3\%\] {
    padding: 3%;
  }
  .p-\[5\%\] {
    padding: 5%;
  }
  .px-15 {
    padding-inline: calc(var(--spacing) * 15);
  }
  .px-\[5\%\] {
    padding-inline: 5%;
  }
  .py-7\.5 {
    padding-block: calc(var(--spacing) * 7.5);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-40 {
    padding-block: calc(var(--spacing) * 40);
  }
  .py-\[10\%\] {
    padding-block: 10%;
  }
  .pt-\[4\%\] {
    padding-top: 4%;
  }
  .pt-\[5\%\] {
    padding-top: 5%;
  }
  .pb-\[8\%\] {
    padding-bottom: 8%;
  }
  .text-center {
    text-align: center;
  }
  .font-\[\'Inter\'\] {
    font-family: 'Inter';
  }
  .font-\[\'Urbanist\'\] {
    font-family: 'Urbanist';
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[100px\] {
    font-size: 100px;
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .text-\[\#696dd1\] {
    color: #696dd1;
  }
  .text-\[\#828282\] {
    color: #828282;
  }
  .text-white {
    color: var(--color-white);
  }
  .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));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .group-hover\:scale-125 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 125%;
        --tw-scale-y: 125%;
        --tw-scale-z: 125%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:filter-\(--filter-icons\) {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        filter: var(--filter-icons);
      }
    }
  }
  .group-focus\:scale-125 {
    &:is(:where(.group):focus *) {
      --tw-scale-x: 125%;
      --tw-scale-y: 125%;
      --tw-scale-z: 125%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .max-\[1040px\]\:p-8 {
    @media (width < 1040px) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .max-\[990px\]\:basis-\[calc\(100\%\/4\)\] {
    @media (width < 990px) {
      flex-basis: calc(100% / 4);
    }
  }
  .max-\[967px\]\:p-\[5\%\] {
    @media (width < 967px) {
      padding: 5%;
    }
  }
  .max-\[967px\]\:py-20 {
    @media (width < 967px) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .max-\[967px\]\:text-\[18px\] {
    @media (width < 967px) {
      font-size: 18px;
    }
  }
  .max-\[967px\]\:text-\[20px\] {
    @media (width < 967px) {
      font-size: 20px;
    }
  }
  .max-\[967px\]\:text-\[24px\] {
    @media (width < 967px) {
      font-size: 24px;
    }
  }
  .max-\[967px\]\:text-\[25px\] {
    @media (width < 967px) {
      font-size: 25px;
    }
  }
  .max-\[967px\]\:text-\[70px\] {
    @media (width < 967px) {
      font-size: 70px;
    }
  }
  .max-\[768px\]\:max-w-none {
    @media (width < 768px) {
      max-width: none;
    }
  }
  .max-\[768px\]\:flex-col {
    @media (width < 768px) {
      flex-direction: column;
    }
  }
  .max-\[768px\]\:flex-col-reverse {
    @media (width < 768px) {
      flex-direction: column-reverse;
    }
  }
  .max-\[768px\]\:gap-8 {
    @media (width < 768px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .max-\[768px\]\:text-center {
    @media (width < 768px) {
      text-align: center;
    }
  }
  .max-\[768px\]\:text-\[30px\] {
    @media (width < 768px) {
      font-size: 30px;
    }
  }
  .max-\[620px\]\:basis-\[50\%\] {
    @media (width < 620px) {
      flex-basis: 50%;
    }
  }
  .max-\[620px\]\:text-\[12px\] {
    @media (width < 620px) {
      font-size: 12px;
    }
  }
  .max-\[480px\]\:hidden {
    @media (width < 480px) {
      display: none;
    }
  }
  .max-\[480px\]\:gap-8 {
    @media (width < 480px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .max-\[480px\]\:p-7\.5 {
    @media (width < 480px) {
      padding: calc(var(--spacing) * 7.5);
    }
  }
  .max-\[480px\]\:text-\[16px\] {
    @media (width < 480px) {
      font-size: 16px;
    }
  }
  .max-\[480px\]\:text-\[25px\] {
    @media (width < 480px) {
      font-size: 25px;
    }
  }
  .max-\[480px\]\:text-\[40px\] {
    @media (width < 480px) {
      font-size: 40px;
    }
  }
}
:root {
  --filter-icons: invert(47%) sepia(10%) saturate(3039%) hue-rotate(200deg) brightness(94%) contrast(85%);
}
.hub-container {
  margin: 0 auto;
  max-width: 1330px;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  position: relative;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-leading: initial;
      --tw-font-weight: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
