/*! tailwindcss v4.1.14 | 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-4xl: 56rem;
    --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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
    }
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::-moz-placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
      ::placeholder {
        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 {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .mx-auto {
    margin-inline: auto;
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .flex {
    display: flex;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-460 {
    max-width: calc(var(--spacing) * 460);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .text-center {
    text-align: center;
  }
  .text-white {
    color: var(--color-white);
  }
  @media (width >= 48rem) {
    .md\:mb-8 {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 48rem) {
    .md\:mb-12 {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 48rem) {
    .md\:mb-16 {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  @media (width >= 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 48rem) {
    .md\:items-center {
      align-items: center;
    }
  }
  @media (width >= 48rem) {
    .md\:justify-between {
      justify-content: space-between;
    }
  }
  @media (width >= 48rem) {
    .md\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 48rem) {
    .md\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 48rem) {
    .md\:px-16 {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  @media (width >= 48rem) {
    .md\:py-11 {
      padding-block: calc(var(--spacing) * 11);
    }
  }
  @media (width >= 48rem) {
    .md\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }
  }
}
, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:root {
  --grey: #42525d;
  --background: #111a20;
}
html {
  font-family: 'mozaic-hum-variable', sans-serif;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1500px) {
  html {
    font-size: 16px;
  }
}
body {
  color: var(--grey);
  font-family: 'mozaic-hum-variable', sans-serif;
}
.l-container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}
.l-container.-small {
  max-width: 1072px;
}
.site-header__inner {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.site-header .site-logo {
  display: block;
  width: 362px;
}
@media screen and (max-width: 768px) {
  .site-header .site-logo {
    width: 240px;
  }
}
.site-header__button {
  border-radius: 51.575px;
  background: #42525d;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  padding: 1rem 3rem;
  color: #f4f4f4;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.3px;
}
.site-hero {
  position: relative;
  overflow: hidden;
}
.site-hero__inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.site-hero__content {
  max-width: 1127px;
  line-height: 1.1;
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
}
.site-hero__content h1 {
  max-width: 960px;
}
.site-hero__button {
  color: var(--grey);
  border-radius: 51.575px;
  background: #cbe9ff;
  font-size: 1.5rem;
  padding: 0.75rem 2.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.35px;
}
.site-hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.row-wrapper:nth-child(even) {
  display: flex;
  justify-content: flex-end;
}
.row-wrapper:nth-child(even) .row__content {
  order: -1;
}
@media (max-width: 768px) {
  .row-wrapper:nth-child(even) .row__content {
    order: 2 !important;
  }
}
.row {
  max-width: 70%;
  border-radius: 20px;
  background: #f4f4f4;
  padding: 0 100px 0 80px;
  gap: 70px;
}
@media (max-width: 768px) {
  .row {
    flex-direction: column;
    max-width: 100%;
    padding: 20px;
    gap: 20px;
  }
}
.row__graphic {
  flex: 0 0 35%;
}
.row__content {
  font-size: 16px;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -0.72px;
}
.row__video {
  width: 100%;
  height: auto;
  height: 285.214px;
  aspect-ratio: 393/285.21;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .row__video {
    height: 200px;
  }
}
.accordion {
  margin: 0 auto;
}
.accordion-item {
  background: rgba(37, 37, 37, 0.05);
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  .accordion-header {
    padding: 20px;
  }
}
.accordion-header:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.accordion-header.active .accordion-icon svg {
  transform: rotate(180deg);
}
.accordion-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--grey);
  margin: 0;
  line-height: 1.2;
}
.accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.accordion-icon svg {
  transition: transform 0.3s ease;
  width: 40px;
  height: 40px;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: transparent;
}
.accordion-content.active {
  max-height: 1000px;
}
.accordion-content-inner {
  padding: 12px 50px 24px;
  max-width: 80%;
  font-size: 20px;
}
@media (max-width: 768px) {
  .accordion-content-inner {
    padding: 10px 20px 20px;
  }
}
.accordion-row {
  border-radius: 20px;
  background: #f4f4f4;
  padding: 2rem;
  gap: 2rem;
}
@media (max-width: 768px) {
  .accordion-row {
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.5rem;
  }
}
.site-footer__link {
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 51.575px;
  background: #fff;
  color: #42525d !important;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.08px;
}
@media (min-width: 768px) {
  .site-footer__text {
    flex: 0 0 200px;
  }
}
.site-footer__inner {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  color: #cbe9ff;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.08px;
}
.site-footer__inner a {
  color: #cbe9ff;
}
.tu-primary-heading {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: -3px;
}
@media (max-width: 768px) {
  .tu-primary-heading {
    font-size: 3rem;
  }
}
.tu-secondary-heading {
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: -3px;
}
@media (max-width: 768px) {
  .tu-secondary-heading {
    font-size: 2.75rem;
  }
}
.tu-tertiary-heading {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: -1.8px;
}
@media (max-width: 768px) {
  .tu-tertiary-heading {
    font-size: 2rem;
  }
}
.u-bg-background {
  background-color: var(--background);
}
.u-grey-text {
  color: var(--grey);
}
.u-bg-light-grey {
  background-color: #f9f9f9;
}
@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;
}
@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;
    }
  }
}

