/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
@import url("https://use.typekit.net/qtk2tpw.css");
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --tw-font-sans: "proxima-nova", sans-serif;
    --tw-color-gray-300: oklch(87.2% 0.01 258.338);
    --tw-color-gray-400: oklch(70.7% 0.022 261.325);
    --tw-color-gray-900: oklch(21% 0.034 264.665);
    --tw-color-neutral-400: oklch(70.8% 0 0);
    --tw-color-neutral-800: oklch(26.9% 0 0);
    --tw-color-black: #000;
    --tw-color-white: #fff;
    --tw-spacing: 0.25rem;
    --tw-text-sm: 0.875rem;
    --tw-text-sm--line-height: calc(1.25 / 0.875);
    --tw-text-lg: 1.125rem;
    --tw-text-lg--line-height: calc(1.75 / 1.125);
    --tw-text-5xl: 3rem;
    --tw-text-5xl--line-height: 1;
    --tw-font-weight-bold: 700;
    --tw-tracking-widest: 0.1em;
    --tw-radius-md: 0.375rem;
    --tw-blur-md: 12px;
    --tw-default-transition-duration: 150ms;
    --tw-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-color-primary: #d22227;
  }
}
@layer utilities {
  .tw\: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;
    }
  }
  .tw\:mx-auto {
    margin-inline: auto;
  }
  .tw\:\!flex {
    display: flex !important;
  }
  .tw\:block {
    display: block;
  }
  .tw\:flex {
    display: flex;
  }
  .tw\:hidden {
    display: none;
  }
  .tw\:h-\[20px\] {
    height: 20px;
  }
  .tw\:h-\[45px\] {
    height: 45px;
  }
  .tw\:h-\[84px\] {
    height: 84px;
  }
  .tw\:h-\[104px\] {
    height: 104px;
  }
  .tw\:w-\[45px\] {
    width: 45px;
  }
  .tw\:w-full {
    width: 100%;
  }
  .tw\:flex-col {
    flex-direction: column;
  }
  .tw\:flex-row {
    flex-direction: row;
  }
  .tw\:items-center {
    align-items: center;
  }
  .tw\:justify-between {
    justify-content: space-between;
  }
  .tw\:gap-3 {
    gap: calc(var(--tw-spacing) * 3);
  }
  .tw\:gap-6 {
    gap: calc(var(--tw-spacing) * 6);
  }
  .tw\:gap-8 {
    gap: calc(var(--tw-spacing) * 8);
  }
  .tw\:rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .tw\:\!border-0 {
    border-style: var(--tw-border-style) !important;
    border-width: 0px !important;
  }
  .tw\:border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .tw\:bg-black\/25 {
    background-color: var(--tw-color-black);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--tw-color-black) 25%, transparent);
    }
  }
  .tw\:bg-neutral-800 {
    background-color: var(--tw-color-neutral-800);
  }
  .tw\:px-4 {
    padding-inline: calc(var(--tw-spacing) * 4);
  }
  .tw\:px-8 {
    padding-inline: calc(var(--tw-spacing) * 8);
  }
  .tw\:py-2 {
    padding-block: calc(var(--tw-spacing) * 2);
  }
  .tw\:py-6 {
    padding-block: calc(var(--tw-spacing) * 6);
  }
  .tw\:py-8 {
    padding-block: calc(var(--tw-spacing) * 8);
  }
  .tw\:\!font-sans {
    font-family: var(--tw-font-sans) !important;
  }
  .tw\:\!text-5xl {
    font-size: var(--tw-text-5xl) !important;
    line-height: var(--tw-leading, var(--tw-text-5xl--line-height)) !important;
  }
  .tw\:\!text-lg {
    font-size: var(--tw-text-lg) !important;
    line-height: var(--tw-leading, var(--tw-text-lg--line-height)) !important;
  }
  .tw\:text-sm {
    font-size: var(--tw-text-sm);
    line-height: var(--tw-leading, var(--tw-text-sm--line-height));
  }
  .tw\:font-bold {
    --tw-font-weight: var(--tw-font-weight-bold);
    font-weight: var(--tw-font-weight-bold);
  }
  .tw\:tracking-widest {
    --tw-tracking: var(--tw-tracking-widest);
    letter-spacing: var(--tw-tracking-widest);
  }
  .tw\:\!text-white {
    color: var(--tw-color-white) !important;
  }
  .tw\:text-neutral-400 {
    color: var(--tw-color-neutral-400);
  }
  .tw\:uppercase {
    text-transform: uppercase;
  }
  .tw\:\!no-underline {
    text-decoration-line: none !important;
  }
  .tw\:backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--tw-blur-md));
    -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,);
  }
  .tw\: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, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
  }
  .tw\:transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
  }
  .tw\:hover\:border-white {
    &:hover {
      @media (hover: hover) {
        border-color: var(--tw-color-white);
      }
    }
  }
  .tw\:hover\:\!bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--tw-color-white) !important;
      }
    }
  }
  .tw\:hover\:\!text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--tw-color-primary) !important;
      }
    }
  }
  .tw\:sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .tw\:md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .tw\:md\:inline {
    @media (width >= 48rem) {
      display: inline;
    }
  }
  .tw\:md\:px-16 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--tw-spacing) * 16);
    }
  }
  .tw\:lg\:px-28 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--tw-spacing) * 28);
    }
  }
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--tw-font-sans) !important;
  color: var(--tw-color-gray-900) !important;
}
@layer components {
  input.form-control {
    display: block !important;
    width: 100% !important;
    background-color: var(--tw-color-white) !important;
    padding-inline: calc(var(--tw-spacing) * 3) !important;
    padding-block: calc(var(--tw-spacing) * 6) !important;
    font-size: var(--tw-text-lg) !important;
    line-height: var(--tw-leading, var(--tw-text-lg--line-height)) !important;
    color: var(--tw-color-gray-900) !important;
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
    outline-style: var(--tw-outline-style) !important;
    outline-width: 1px !important;
    outline-offset: calc(1px * -1) !important;
    outline-color: var(--tw-color-gray-300) !important;
    &::placeholder {
      color: var(--tw-color-gray-400) !important;
    }
    &:first-child {
      border-start-start-radius: var(--tw-radius-md) !important;
      border-end-start-radius: var(--tw-radius-md) !important;
    }
    &:last-child {
      border-start-end-radius: var(--tw-radius-md) !important;
      border-end-end-radius: var(--tw-radius-md) !important;
    }
    &:only-child {
      border-radius: var(--tw-radius-md) !important;
    }
    &:focus {
      outline-style: var(--tw-outline-style) !important;
      outline-width: 2px !important;
    }
    &:focus {
      outline-offset: calc(2px * -1) !important;
    }
    &:focus {
      outline-color: var(--tw-color-primary) !important;
    }
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-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;
}
@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-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: 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-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;
    }
  }
}
