/*! tailwindcss v4.1.4 | 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-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-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;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
@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-black: #000;
    --color-white: #fff;
    --spacing: 1rem;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 0.15s;
    --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);
    --color-light-blue: #19bef0;
    --color-blue: #0d9dc9;
    --color-medium-blue: #007fa6;
    --color-dark-blue: #00263a;
    --color-grey: #f5f5f5;
  }
}
@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%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    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]) {
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  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 {
    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;
  }
  ::-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 {
    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;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }
  ::file-selector-button {
    -webkit-appearance: button;
    -moz-appearance: 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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-\[5\.1rem\] {
    top: 5.1rem;
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-full {
    bottom: 100%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .-z-1 {
    z-index: -1;
  }
  .z-1 {
    z-index: 1;
  }
  .z-10 {
    z-index: 10;
  }
  .z-1000 {
    z-index: 1000;
  }
  .z-1001 {
    z-index: 1001;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .container {
    width: 100%;
  }
  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .mx-1\.5 {
    margin-inline: calc(var(--spacing) * 1.5);
  }
  .mx-\[1\.5rem\] {
    margin-inline: 1.5rem;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-\[2\.4rem\] {
    margin-top: 2.4rem;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-\[1\.2rem\] {
    margin-bottom: 1.2rem;
  }
  .mb-\[4\.7rem\] {
    margin-bottom: 4.7rem;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .aspect-\[360\/240\.28\] {
    aspect-ratio: 360/240.28;
  }
  .size-2 {
    width: calc(var(--spacing) * 2);
    height: calc(var(--spacing) * 2);
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-\[2\.8rem\] {
    width: 2.8rem;
    height: 2.8rem;
  }
  .size-\[8\.2rem\] {
    width: 8.2rem;
    height: 8.2rem;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-\[0\.1rem\] {
    height: 0.1rem;
  }
  .h-\[1\.6rem\] {
    height: 1.6rem;
  }
  .h-\[2\.2rem\] {
    height: 2.2rem;
  }
  .h-\[3\.1rem\] {
    height: 3.1rem;
  }
  .h-\[3\.2rem\] {
    height: 3.2rem;
  }
  .h-\[4\.0751rem\] {
    height: 4.0751rem;
  }
  .h-\[5\.1rem\] {
    height: 5.1rem;
  }
  .h-\[23\.3813rem\] {
    height: 23.3813rem;
  }
  .h-\[24\.0281rem\] {
    height: 24.0281rem;
  }
  .h-\[25rem\] {
    height: 25rem;
  }
  .h-\[36rem\] {
    height: 36rem;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .w-15 {
    width: calc(var(--spacing) * 15);
  }
  .w-\[1\.6rem\] {
    width: 1.6rem;
  }
  .w-\[1\.7rem\] {
    width: 1.7rem;
  }
  .w-\[2\.2rem\] {
    width: 2.2rem;
  }
  .w-\[2rem\] {
    width: 2rem;
  }
  .w-\[3\.2rem\] {
    width: 3.2rem;
  }
  .w-\[5\.6861rem\] {
    width: 5.6861rem;
  }
  .w-\[34\.2rem\] {
    width: 34.2rem;
  }
  .w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-105 {
    max-width: calc(var(--spacing) * 105);
  }
  .max-w-144 {
    max-width: calc(var(--spacing) * 144);
  }
  .max-w-\[144rem\] {
    max-width: 144rem;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-\[20rem\] {
    min-width: 20rem;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .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;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-\[repeat\(7\,auto\)\] {
    grid-template-rows: repeat(7, auto);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-\[0\.8rem\] {
    gap: 0.8rem;
  }
  .gap-\[1\.2rem\] {
    gap: 1.2rem;
  }
  .gap-\[1\.4rem\] {
    gap: 1.4rem;
  }
  .gap-\[1\.5rem\] {
    gap: 1.5rem;
  }
  .gap-\[1\.6rem\] {
    gap: 1.6rem;
  }
  .gap-\[1\.9rem\] {
    gap: 1.9rem;
  }
  .gap-\[2\.4rem\] {
    gap: 2.4rem;
  }
  .gap-\[3\.2rem\] {
    gap: 3.2rem;
  }
  .gap-\[3\.8rem\] {
    gap: 3.8rem;
  }
  .gap-\[4\.7rem\] {
    gap: 4.7rem;
  }
  .gap-\[4\.8rem\] {
    gap: 4.8rem;
  }
  .self-center {
    align-self: center;
  }
  .self-stretch {
    align-self: stretch;
  }
  .animate-heading,
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[0\.8rem\] {
    border-radius: 0.8rem;
  }
  .rounded-\[1rem\] {
    border-radius: 1rem;
  }
  .rounded-full {
    border-radius: 3.40282e38px;
  }
  .border-\[0\.1rem\] {
    border-style: var(--tw-border-style);
    border-width: 0.1rem;
  }
  .border-\[0\.2rem\] {
    border-style: var(--tw-border-style);
    border-width: 0.2rem;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-blue {
    border-color: var(--color-blue);
  }
  .border-dark-blue {
    border-color: var(--color-dark-blue);
  }
  .bg-\[\#F2F2F2\] {
    background-color: #f2f2f2;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/30 {
    background-color: #0000004d;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/30 {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .bg-blue {
    background-color: var(--color-blue);
  }
  .bg-dark-blue {
    background-color: var(--color-dark-blue);
  }
  .bg-grey {
    background-color: var(--color-grey);
  }
  .bg-light-blue {
    background-color: var(--color-light-blue);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .object-top {
    -o-object-position: top;
    object-position: top;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-\[1\.6rem\] {
    padding: 1.6rem;
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-\[1\.5rem\] {
    padding-inline: 1.5rem;
  }
  .px-\[1\.6rem\] {
    padding-inline: 1.6rem;
  }
  .px-\[2rem\] {
    padding-inline: 2rem;
  }
  .px-\[5rem\] {
    padding-inline: 5rem;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-\[0\.4rem\] {
    padding-block: 0.4rem;
  }
  .py-\[1\.6rem\] {
    padding-block: 1.6rem;
  }
  .py-\[2\.4rem\] {
    padding-block: 2.4rem;
  }
  .py-\[3\.2rem\] {
    padding-block: 3.2rem;
  }
  .pt-1\.5 {
    padding-top: calc(var(--spacing) * 1.5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-\[2\.4rem\] {
    padding-top: 2.4rem;
  }
  .pb-\[3\.2rem\] {
    padding-bottom: 3.2rem;
  }
  .pb-\[4\.8rem\] {
    padding-bottom: 4.8rem;
  }
  .pb-\[9\.7rem\] {
    padding-bottom: 9.7rem;
  }
  .pl-\[1\.5rem\] {
    padding-left: 1.5rem;
  }
  .text-center {
    text-align: center;
  }
  .text-start {
    text-align: start;
  }
  .sub-headline {
    letter-spacing: 0.105rem;
    font-family: Urbanist;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  @media screen and (min-width: 768px) {
    .sub-headline {
      font-size: 2.1rem;
      font-weight: 400;
      line-height: normal;
    }
  }
  .hd-4 {
    letter-spacing: 0.1rem;
    font-family: Urbanist;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .hd-1 {
    letter-spacing: 0.1625rem;
    font-family: Urbanist;
    font-size: 4rem;
    font-weight: 700;
    line-height: normal;
  }
  @media screen and (min-width: 768px) {
    .hd-1 {
      font-size: 6.5rem;
      font-weight: 700;
      line-height: normal;
    }
  }
  .hd-2 {
    letter-spacing: 0.12rem;
    font-family: Urbanist;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: normal;
  }
  @media screen and (min-width: 768px) {
    .hd-2 {
      font-size: 4.8rem;
      font-weight: 700;
      line-height: normal;
    }
  }
  .hd-3 {
    letter-spacing: 0.1rem;
    font-family: Urbanist;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: normal;
  }
  @media screen and (min-width: 768px) {
    .hd-3 {
      font-size: 3.2rem;
      font-weight: 700;
      line-height: normal;
    }
  }
  .menu-item {
    font-family: Urbanist;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .pg {
    font-family: Urbanist;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.88rem;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-\[1\.6rem\] {
    font-size: 1.6rem;
  }
  .text-\[1\.8rem\] {
    font-size: 1.8rem;
  }
  .text-\[2\.1rem\] {
    font-size: 2.1rem;
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .text-\[3\.2rem\] {
    font-size: 3.2rem;
  }
  .text-\[5\.2rem\] {
    font-size: 5.2rem;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[2\.4rem\] {
    --tw-leading: 2.4rem;
    line-height: 2.4rem;
  }
  .leading-\[2\] {
    --tw-leading: 2;
    line-height: 2;
  }
  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }
  .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);
  }
  .tracking-\[0\.1rem\] {
    --tw-tracking: 0.1rem;
    letter-spacing: 0.1rem;
  }
  .tracking-\[0\.5px\] {
    --tw-tracking: 0.5px;
    letter-spacing: 0.5px;
  }
  .tracking-\[0\.105rem\] {
    --tw-tracking: 0.105rem;
    letter-spacing: 0.105rem;
  }
  .text-\[\#595959\] {
    color: #595959;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue {
    color: var(--color-blue);
  }
  .text-dark-blue {
    color: var(--color-dark-blue);
  }
  .text-light-blue {
    color: var(--color-light-blue);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-0 {
    opacity: 0;
  }
  .shadow-card-drop {
    --tw-shadow: 0 0.5rem 1rem 0 var(--tw-shadow-color, #00000029);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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));
  }
  .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));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .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);
  }
  .group-current\/header\:opacity-100:is(:where(.group\/header).current *) {
    opacity: 1;
  }
  @media (hover: hover) {
    .hover\:bg-blue:hover {
      background-color: var(--color-blue);
    }
    .hover\:bg-dark-blue:hover {
      background-color: var(--color-dark-blue);
    }
  }
  @media not all and (min-width: 64rem) {
    .max-lg\:hidden {
      display: none;
    }
    .max-lg\:overflow-hidden {
      overflow: hidden;
    }
  }
  @media (min-width: 48rem) {
    .md\:sticky {
      position: sticky;
    }
    .md\:top-\[10rem\] {
      top: 10rem;
    }
    .md\:order-1 {
      order: 1;
    }
    .md\:order-2 {
      order: 2;
    }
    .md\:h-50 {
      height: calc(var(--spacing) * 50);
    }
    .md\:h-\[28\.7rem\] {
      height: 28.7rem;
    }
    .md\:h-\[47\.6557rem\] {
      height: 47.6557rem;
    }
    .md\:h-auto {
      height: auto;
    }
    .md\:w-\[27\.5rem\] {
      width: 27.5rem;
    }
    .md\:w-\[30rem\] {
      width: 30rem;
    }
    .md\:max-w-\[28rem\] {
      max-width: 28rem;
    }
    .md\:shrink-0 {
      flex-shrink: 0;
    }
    .md\:grow {
      flex-grow: 1;
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:flex-wrap {
      flex-wrap: wrap;
    }
    .md\:items-center {
      align-items: center;
    }
    .md\:justify-between {
      justify-content: space-between;
    }
    .md\:gap-2 {
      gap: calc(var(--spacing) * 2);
    }
    .md\:gap-3 {
      gap: calc(var(--spacing) * 3);
    }
    .md\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
    .md\:gap-\[2\.4rem\] {
      gap: 2.4rem;
    }
    .md\:self-center {
      align-self: center;
    }
    .md\:px-0 {
      padding-inline: calc(var(--spacing) * 0);
    }
    .md\:px-2 {
      padding-inline: calc(var(--spacing) * 2);
    }
    .md\:px-3 {
      padding-inline: calc(var(--spacing) * 3);
    }
    .md\:px-5 {
      padding-inline: calc(var(--spacing) * 5);
    }
    .md\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
    .md\:px-\[4\.8rem\] {
      padding-inline: 4.8rem;
    }
    .md\:px-\[7\.2rem\] {
      padding-inline: 7.2rem;
    }
    .md\:py-4 {
      padding-block: calc(var(--spacing) * 4);
    }
    .md\:py-10 {
      padding-block: calc(var(--spacing) * 10);
    }
    .md\:py-\[5\.5rem\] {
      padding-block: 5.5rem;
    }
    .md\:pb-\[4\.4rem\] {
      padding-bottom: 4.4rem;
    }
    .md\:pb-\[8\.8rem\] {
      padding-bottom: 8.8rem;
    }
    .md\:pl-6 {
      padding-left: calc(var(--spacing) * 6);
    }
    :is(.md\:\*\:basis-\[calc\(\(100\%-3rem\)\/2\)\] > *) {
      flex-basis: calc(50% - 1.5rem);
    }
  }
  @media (min-width: 64rem) {
    .lg\:sticky {
      position: sticky;
    }
    .lg\:top-\[7\.2rem\] {
      top: 7.2rem;
    }
    .lg\:top-\[22\.2rem\] {
      top: 22.2rem;
    }
    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .lg\:col-span-3 {
      grid-column: span 3 / span 3;
    }
    .lg\:row-span-2 {
      grid-row: span 2 / span 2;
    }
    .lg\:mx-0 {
      margin-inline: calc(var(--spacing) * 0);
    }
    .lg\:mb-\[2\.4rem\] {
      margin-bottom: 2.4rem;
    }
    .lg\:grid {
      display: grid;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:h-60 {
      height: calc(var(--spacing) * 60);
    }
    .lg\:h-\[7\.2rem\] {
      height: 7.2rem;
    }
    .lg\:h-\[41\.2rem\] {
      height: 41.2rem;
    }
    .lg\:h-\[45\.85rem\] {
      height: 45.85rem;
    }
    .lg\:w-\[40\.3rem\] {
      width: 40.3rem;
    }
    .lg\:w-\[41\.2rem\] {
      width: 41.2rem;
    }
    .lg\:w-\[85\.4rem\] {
      width: 85.4rem;
    }
    .lg\:w-\[calc\(\(100\%-3rem\)\/2\)\] {
      width: calc(50% - 1.5rem);
    }
    .lg\:max-w-\[30\.2rem\] {
      max-width: 30.2rem;
    }
    .lg\:grid-cols-6 {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .lg\:grid-rows-\[repeat\(6\,auto\)\] {
      grid-template-rows: repeat(6, auto);
    }
    .lg\:grid-rows-subgrid {
      grid-template-rows: subgrid;
    }
    .lg\:flex-col {
      flex-direction: column;
    }
    .lg\:flex-row {
      flex-direction: row;
    }
    .lg\:flex-row-reverse {
      flex-direction: row-reverse;
    }
    .lg\:flex-nowrap {
      flex-wrap: nowrap;
    }
    .lg\:flex-wrap {
      flex-wrap: wrap;
    }
    .lg\:items-center {
      align-items: center;
    }
    .lg\:items-end {
      align-items: flex-end;
    }
    .lg\:items-start {
      align-items: flex-start;
    }
    .lg\:justify-between {
      justify-content: space-between;
    }
    .lg\:justify-end {
      justify-content: flex-end;
    }
    .lg\:gap-3 {
      gap: calc(var(--spacing) * 3);
    }
    .lg\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
    .lg\:gap-\[7\.5rem\] {
      gap: 7.5rem;
    }
    .lg\:self-center {
      align-self: center;
    }
    .lg\:self-start {
      align-self: flex-start;
    }
    .lg\:p-\[3\.2rem\] {
      padding: 3.2rem;
    }
    .lg\:px-0 {
      padding-inline: calc(var(--spacing) * 0);
    }
    .lg\:px-4 {
      padding-inline: calc(var(--spacing) * 4);
    }
    .lg\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
    .lg\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
    .lg\:px-\[7\.2rem\] {
      padding-inline: 7.2rem;
    }
    .lg\:px-\[9\.6rem\] {
      padding-inline: 9.6rem;
    }
    .lg\:py-15 {
      padding-block: calc(var(--spacing) * 15);
    }
    .lg\:pb-\[7\.5rem\] {
      padding-bottom: 7.5rem;
    }
    .lg\:text-start {
      text-align: start;
    }
    :is(.lg\:\*\:basis-1\/2 > *) {
      flex-basis: 50%;
    }
    :is(.lg\:\*\:basis-1\/3 > *) {
      flex-basis: 33.3333%;
    }
    :is(.lg\:\*\:basis-1\/4 > *) {
      flex-basis: 25%;
    }
    .lg\:nth-6\:mt-10:nth-child(6) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .hocus\:scale-110:hover,
  .hocus\:scale-110:focus {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .hocus\:bg-light-blue:hover,
  .hocus\:bg-light-blue:focus {
    background-color: var(--color-light-blue);
  }
  .hocus\:text-light-blue:hover,
  .hocus\:text-light-blue:focus {
    color: var(--color-light-blue);
  }
  .hocus\:text-medium-blue:hover,
  .hocus\:text-medium-blue:focus {
    color: var(--color-medium-blue);
  }
  .hocus\:text-white:hover,
  .hocus\:text-white:focus {
    color: var(--color-white);
  }
  .current\:bg-light-blue.current {
    background-color: var(--color-light-blue);
  }
  .current\:text-medium-blue.current {
    color: var(--color-medium-blue);
  }
  html {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    scroll-padding-top: 10.24rem;
    font-size: 62.5%;
    overflow-x: hidden !important;
  }
  *,
  :before,
  :after {
    box-sizing: inherit;
  }
  body {
    box-sizing: border-box;
    margin: 0;
    font-size: 1.6rem;
  }
  ::-moz-selection {
    color: #fff;
    background: #000;
  }
  ::selection {
    color: #fff;
    background: #000;
  }
  ::-webkit-selection {
    color: #fff;
    background: #000;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  figure {
    margin: 0;
  }
  q:before,
  q:after {
    display: none;
  }
  button {
    color: inherit;
    vertical-align: middle;
    text-align: center;
    text-transform: none;
    font: inherit;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: 0 0;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    line-height: normal;
    text-decoration: none;
    display: inline-block;
    overflow: visible;
  }
  blockquote {
    margin-block: 0;
    margin-inline: 0;
  }
  #svg-- {
    display: none;
  }
  .mfp-wrap {
    overflow: hidden auto;
    position: fixed !important;
    top: 0 !important;
  }
  .button {
    text-transform: uppercase;
    border-radius: 10rem;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 3rem;
    font-family: Urbanist;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.88rem;
    transition: all 0.3s;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  .button:after {
    content: "";
    clip-path: polygon(10% 0, 70% 0, 90% 100%, 30% 100%);
    background-color: #ffffff26;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    display: block;
    position: absolute;
    left: -100%;
  }
  .button:not([disabled]):focus,
  .button:not([disabled]):hover {
    transform: translateY(-0.5rem);
  }
  .button:not([disabled]):hover:after,
  .button:not([disabled]):focus:after {
    left: 100%;
  }
  .button-primary {
    background-color: var(--color-dark-blue);
    color: var(--color-white);
  }
  .button-secondary {
    background-color: var(--color-light-blue);
    color: var(--color-dark-blue);
  }
  .button-circle {
    background-color: var(--color-light-blue);
    width: 6rem;
    height: 6rem;
    color: var(--color-dark-blue);
    border-radius: 50%;
    padding: 1.5rem;
  }
  .flip-card {
    transform-style: preserve-3d;
    transition: transform 1s;
  }
  .flip-card-front,
  .flip-card-back {
    backface-visibility: hidden;
  }
  .flip-card-back,
  .flip-card-wrapper:hover .flip-card {
    transform: rotateY(180deg);
  }
  .hamburger {
    z-index: 999;
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    width: 3.75rem;
    height: 2.5rem;
    display: flex;
    position: relative;
  }
  .hamburger.active .hamburger-bar:first-child {
    transform: rotate(-45deg);
  }
  .hamburger.active .hamburger-bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .hamburger-bar:nth-child(3) {
    transform: rotate(45deg);
  }
  .hamburger-bar {
    background-color: #00263a;
    border-radius: 0.1rem;
    width: 3.75rem;
    height: 0.4rem;
    margin: 0 auto;
    transition: all 0.3s;
    display: block;
    position: absolute;
  }
  .hamburger-bar:first-of-type {
    top: 50%;
    transform: translateY(calc(-150% - 0.6rem));
  }
  .hamburger-bar:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .hamburger-bar:nth-of-type(3) {
    top: 50%;
    transform: translateY(calc(50% + 0.6rem));
  }
}
.job-description ul,
.job-description ol {
  list-style-type: initial;
  unicode-bidi: isolate;
  margin-block: 1em;
  margin-inline: 0;
  padding-inline-start: 20px;
  display: block;
}
.job-description li {
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
  display: list-item;
}
.job-description p {
  unicode-bidi: isolate;
  margin-block: 1em;
  margin-inline: 0;
  display: block;
}
@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-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;
}
@property --tw-ease {
  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;
}
