/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
    }
  }
}

@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-gray-100: oklch(96.7% .003 264.542);
    --color-gray-900: oklch(21% .034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-wider: .05em;
    --leading-relaxed: 1.625;
    --radius-lg: .5rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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]) {
    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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .end {
    inset-inline-end: var(--spacing);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-1\/2 {
    top: 50%;
  }

  .top-\[10\%\] {
    top: 10%;
  }

  .right-\[15\%\] {
    right: 15%;
  }

  .left-1\/2 {
    left: 50%;
  }

  .-z-10 {
    z-index: calc(10 * -1);
  }

  .z-10 {
    z-index: 10;
  }

  .z-50 {
    z-index: 50;
  }

  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }

  .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;
    }
  }

  .mx-auto {
    margin-inline: auto;
  }

  .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-16 {
    margin-top: calc(var(--spacing) * 16);
  }

  .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);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-20 {
    height: calc(var(--spacing) * 20);
  }

  .h-\[35px\] {
    height: 35px;
  }

  .h-\[50px\] {
    height: 50px;
  }

  .h-\[56px\] {
    height: 56px;
  }

  .h-\[85px\] {
    height: 85px;
  }

  .h-\[170px\] {
    height: 170px;
  }

  .h-\[264px\] {
    height: 264px;
  }

  .h-\[327px\] {
    height: 327px;
  }

  .h-\[400px\] {
    height: 400px;
  }

  .h-\[450px\] {
    height: 450px;
  }

  .h-\[505px\] {
    height: 505px;
  }

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .min-h-\[714px\] {
    min-height: 714px;
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-20 {
    width: calc(var(--spacing) * 20);
  }

  .w-\[35px\] {
    width: 35px;
  }

  .w-\[350px\] {
    width: 350px;
  }

  .w-\[394px\] {
    width: 394px;
  }

  .w-\[539px\] {
    width: 539px;
  }

  .w-full {
    width: 100%;
  }

  .max-w-\[400px\] {
    max-width: 400px;
  }

  .max-w-\[415px\] {
    max-width: 415px;
  }

  .max-w-\[600px\] {
    max-width: 600px;
  }

  .max-w-\[672px\] {
    max-width: 672px;
  }

  .max-w-\[896px\] {
    max-width: 896px;
  }

  .max-w-\[1280px\] {
    max-width: 1280px;
  }

  .max-w-md {
    max-width: var(--container-md);
  }

  .flex-1 {
    flex: 1;
  }

  .flex-shrink-0 {
    flex-shrink: 0;
  }

  .-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);
  }

  .rotate-180 {
    rotate: 180deg;
  }

  .rotate-\[-15deg\] {
    rotate: -15deg;
  }

  .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-none {
    resize: none;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .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-\[45px\] {
    gap: 45px;
  }

  .gap-\[65px\] {
    gap: 65px;
  }

  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded-\[8px\] {
    border-radius: 8px;
  }

  .rounded-\[10px\] {
    border-radius: 10px;
  }

  .rounded-\[200px\] {
    border-radius: 200px;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-\[\#4A4844\]\/20 {
    border-color: oklab(40.2245% .000670612 .00707749 / .2);
  }

  .border-\[\#d1d5dc\] {
    border-color: #d1d5dc;
  }

  .border-\[\#e5e7eb\] {
    border-color: #e5e7eb;
  }

  .border-gray-100 {
    border-color: var(--color-gray-100);
  }

  .bg-\[\#4A4844\] {
    background-color: #4a4844;
  }

  .bg-\[\#7BADE2\] {
    background-color: #7bade2;
  }

  .bg-\[\#B40014\] {
    background-color: #b40014;
  }

  .bg-\[\#F1F0ED\] {
    background-color: #f1f0ed;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .object-cover {
    object-fit: cover;
  }

  .object-top {
    object-position: top;
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-5 {
    padding: calc(var(--spacing) * 5);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }

  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }

  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }

  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }

  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }

  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }

  .text-center {
    text-align: center;
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[30px\] {
    font-size: 30px;
  }

  .text-\[32px\] {
    font-size: 32px;
  }

  .text-\[40px\] {
    font-size: 40px;
  }

  .text-\[60px\] {
    font-size: 60px;
  }

  .text-\[64px\] {
    font-size: 64px;
  }

  .text-\[96px\] {
    font-size: 96px;
  }

  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }

  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }

  .leading-\[60px\] {
    --tw-leading: 60px;
    line-height: 60px;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }

  .text-\[\#0a0a0a\] {
    color: #0a0a0a;
  }

  .text-\[\#4A4844\] {
    color: #4a4844;
  }

  .text-\[\#4a5565\] {
    color: #4a5565;
  }

  .text-\[\#4f5964\] {
    color: #4f5964;
  }

  .text-\[\#B40014\] {
    color: #b40014;
  }

  .text-black {
    color: var(--color-black);
  }

  .text-gray-900 {
    color: var(--color-gray-900);
  }

  .text-white {
    color: var(--color-white);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .opacity-70 {
    opacity: .7;
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .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));
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .placeholder\:text-\[\#0a0a0a\]\/50 {
    &::placeholder {
      color: oklab(14.4788% 7.45058e-9 7.45058e-9 / .5);
    }
  }

  .hover\:bg-\[\#3a3834\] {
    &:hover {
      @media (hover: hover) {
        background-color: #3a3834;
      }
    }
  }

  .hover\:text-\[\#B40014\] {
    &:hover {
      @media (hover: hover) {
        color: #b40014;
      }
    }
  }

  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }

  .focus\:border-\[\#B40014\] {
    &:focus {
      border-color: #b40014;
    }
  }

  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }

  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }

  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }

  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }

  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }

  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }

  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }

  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }

  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }

  .lg\:h-auto {
    @media (width >= 64rem) {
      height: auto;
    }
  }

  .lg\:w-\[467px\] {
    @media (width >= 64rem) {
      width: 467px;
    }
  }

  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }

  .lg\:gap-\[70px\] {
    @media (width >= 64rem) {
      gap: 70px;
    }
  }

  .lg\:px-\[68px\] {
    @media (width >= 64rem) {
      padding-inline: 68px;
    }
  }

  .lg\:px-\[70px\] {
    @media (width >= 64rem) {
      padding-inline: 70px;
    }
  }

  .lg\:px-\[86px\] {
    @media (width >= 64rem) {
      padding-inline: 86px;
    }
  }

  .lg\:py-20 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }

  .lg\:py-24 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }

  .lg\:pr-12 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 12);
    }
  }

  .lg\:pl-\[91px\] {
    @media (width >= 64rem) {
      padding-left: 91px;
    }
  }

  .lg\:pl-\[150px\] {
    @media (width >= 64rem) {
      padding-left: 150px;
    }
  }
}

:root {
  --color-red: #b40014;
  --color-black: #4a4844;
  --color-grey: #f1f0ed;
  --color-white: #fff;
}

body {
  color: var(--color-black);
  font-family: Montserrat, system-ui, sans-serif;
}

.font-display {
  font-family: Bebas Neue, sans-serif;
}

html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: clip;
}

a:focus-visible, button:focus-visible {
  outline-offset: 2px;
  outline: 2px solid;
}

img {
  max-width: 100%;
  height: auto;
}

.mobile-menu.active {
  display: block;
}

.mobile-menu-toggle.active .menu-open {
  display: none;
}

.mobile-menu-toggle.active .menu-close {
  display: block;
}

.btn-primary {
  background-color: var(--color-black);
  color: var(--color-white);
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 20px;
  transition: opacity .2s;
}

.btn-primary:hover {
  opacity: .9;
}

.btn-secondary {
  color: var(--color-red);
  border: 2px solid var(--color-red);
  background-color: #0000;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 20px;
  transition: all .2s;
}

.btn-secondary:hover {
  background-color: var(--color-red);
  color: var(--color-white);
}

.card {
  background-color: var(--color-grey);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px #0000001a;
}

.skills-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  width: 100%;
  display: grid;
}

@media (width <= 768px) {
  .skills-grid {
    grid-template-columns: 1fr;
  }
}

.skill-card {
  background-color: var(--color-grey);
  border-radius: 10px;
  padding: 32px;
  box-shadow: 0 2px 4px #0000001a;
}

.skill-card h3 {
  color: var(--color-black);
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.skill-card p {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.what-i-do-container {
  flex-direction: column;
  gap: 64px;
  max-width: 1053px;
  margin: 0 auto;
  padding: 64px 24px;
  display: flex;
}

.what-i-do-intro {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.what-i-do-intro p {
  margin-bottom: 24px;
}

.what-i-do-intro p:last-child {
  margin-bottom: 0;
}

.scroll-container {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
  overflow-x: auto;
}

.scroll-container img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  user-select: none;
}

.scroll-container.dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.scroll-container::-webkit-scrollbar {
  display: none;
}

.scroll-item {
  scroll-snap-align: start;
  flex-shrink: 0;
}

.work-page-container {
  grid-template-columns: 1fr 551px;
  align-items: stretch;
  gap: 48px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
}

@media (width <= 1024px) {
  .work-page-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.work-image-column {
  background-color: var(--color-grey);
  border-radius: 8px;
  height: 638px;
  position: sticky;
  top: 100px;
  overflow-y: auto;
}

@media (width <= 1024px) {
  .work-image-column {
    height: auto;
    max-height: 638px;
    position: relative;
    top: 0;
  }
}

.work-featured-img {
  width: 100%;
  height: auto;
  display: block;
}

.work-content-column {
  width: 100%;
}

.bg-grey {
  background-color: var(--color-grey);
}

.work-detail-container {
  background-color: var(--color-grey);
  border-radius: 8px;
  flex-direction: column;
  max-width: 551px;
  height: 638px;
  padding: 44px 43px;
  display: flex;
  overflow-y: auto;
}

.work-title {
  color: var(--color-black);
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Bebas Neue, sans-serif;
  font-size: 50px;
  line-height: 1;
}

.work-highlight {
  color: var(--color-black);
  margin-bottom: 45px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.accordion-group {
  flex-direction: column;
  display: flex;
}

.accordion-item {
  border-bottom: 1px solid var(--color-black);
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  display: flex;
}

.accordion-title {
  color: var(--color-black);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.accordion-icon {
  color: var(--color-black);
  flex-shrink: 0;
  transition: transform .3s;
}

.accordion-header[aria-expanded="true"] .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content {
  color: var(--color-black);
  padding: 0 0 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.accordion-content[hidden] {
  display: none;
}

.accordion-subhead {
  color: var(--color-black);
  margin-top: 24px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.accordion-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accordion-list li {
  margin-bottom: 4px;
  padding-left: 0;
}

.accordion-image {
  margin-top: 32px;
}

.accordion-image img {
  max-width: 343px;
  margin: 0 auto;
  display: block;
}

.work-detail-scrollable {
  flex-direction: column;
  display: flex;
}

.work-content-body {
  color: var(--color-black);
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  overflow-y: auto;
}

.work-content-subhead {
  color: var(--color-black);
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.work-content-list {
  margin: 0;
  padding-left: 20px;
  list-style: outside;
}

.work-content-list li {
  color: var(--color-black);
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.work-content-list li:last-child {
  margin-bottom: 0;
}

.work-showcase-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.work-showcase-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: auto;
}

#blob-container {
  cursor: pointer;
  position: relative;
}

.blob-svg {
  filter: drop-shadow(0 10px 30px #a5c8e866);
  width: 450px;
  height: 500px;
  transition: transform .1s ease-out;
}

@media (width >= 1024px) {
  .blob-svg {
    width: 550px;
    height: 610px;
  }
}

#blob-path {
  transition: d 80ms ease-out;
}

@keyframes blob-float {
  0%, 100% {
    transform: translateY(0)rotate(0);
  }

  25% {
    transform: translateY(-12px)rotate(2deg);
  }

  50% {
    transform: translateY(-6px)rotate(-1.5deg);
  }

  75% {
    transform: translateY(-18px)rotate(1deg);
  }
}

.blob-svg {
  animation: 5s ease-in-out infinite blob-float;
}

@keyframes blob-jiggle {
  0% {
    transform: scale(1)rotate(0);
  }

  8% {
    transform: scale(1.08, .92)rotate(-4deg);
  }

  16% {
    transform: scale(.92, 1.08)rotate(4deg);
  }

  24% {
    transform: scale(1.06, .94)rotate(-3deg);
  }

  32% {
    transform: scale(.94, 1.06)rotate(3deg);
  }

  40% {
    transform: scale(1.04, .96)rotate(-2deg);
  }

  50% {
    transform: scale(.96, 1.04)rotate(2deg);
  }

  60% {
    transform: scale(1.03, .97)rotate(-1.5deg);
  }

  70% {
    transform: scale(.97, 1.03)rotate(1.5deg);
  }

  80% {
    transform: scale(1.02, .98)rotate(-1deg);
  }

  90% {
    transform: scale(.99, 1.01)rotate(.5deg);
  }

  100% {
    transform: scale(1)rotate(0);
  }
}

.blob-svg.jiggling {
  animation: 1.2s ease-out forwards blob-jiggle;
}

#blob-container:hover .blob-svg:not(.jiggling) {
  transform: scale(1.03);
}

.blob-person-image {
  object-fit: contain;
  pointer-events: none;
  z-index: 10;
  width: auto;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@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-duration {
  syntax: "*";
  inherits: false
}
