/*! tailwindcss v4.1.7 | 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;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --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;
  }
  :-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;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[5px\] {
    top: 5px;
  }
  .right-\[10px\] {
    right: 10px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .m-\[auto_10px\] {
    margin: auto 10px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .ml-\[-29px\] {
    margin-left: -29px;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-\[6px\] {
    height: 6px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[700px\] {
    max-height: 700px;
  }
  .min-h-\[40\%\] {
    min-height: 40%;
  }
  .min-h-\[498px\] {
    min-height: 498px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[170px\] {
    width: 170px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[calc\(100\%\+29px\+47px\)\] {
    width: calc(100% + 29px + 47px);
  }
  .w-\[calc\(100\%-60px\)\] {
    width: calc(100% - 60px);
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[673px\] {
    max-width: 673px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[705px\] {
    max-width: 705px;
  }
  .max-w-\[790px\] {
    max-width: 790px;
  }
  .max-w-\[1062px\] {
    max-width: 1062px;
  }
  .max-w-\[1072p\] {
    max-width: 1072p;
  }
  .max-w-\[1072px\] {
    max-width: 1072px;
  }
  .max-w-\[1240px\] {
    max-width: 1240px;
  }
  .flex-1 {
    flex: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[18\.91px\] {
    gap: 18.91px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-\[\#00A4E5\] {
    background-color: #00A4E5;
  }
  .bg-\[\#142C72\] {
    background-color: #142C72;
  }
  .bg-\[\#23356E\] {
    background-color: #23356E;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[image\:var\(--bg-mobile\)\] {
    background-image: var(--bg-mobile);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-right {
    background-position: right;
  }
  .object-contain {
    object-fit: contain;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-\[29px\] {
    padding-inline: 29px;
  }
  .px-\[43\.5px\] {
    padding-inline: 43.5px;
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pt-\[34px\] {
    padding-top: 34px;
  }
  .pt-\[45px\] {
    padding-top: 45px;
  }
  .pr-\[47px\] {
    padding-right: 47px;
  }
  .pb-\[44px\] {
    padding-bottom: 44px;
  }
  .pb-\[65px\] {
    padding-bottom: 65px;
  }
  .pl-\[29px\] {
    padding-left: 29px;
  }
  .text-center {
    text-align: center;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13\.477px\] {
    font-size: 13.477px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[17\.97px\] {
    font-size: 17.97px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[115\%\] {
    --tw-leading: 115%;
    line-height: 115%;
  }
  .leading-\[130\%\] {
    --tw-leading: 130%;
    line-height: 130%;
  }
  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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-\[2px\] {
    --tw-tracking: 2px;
    letter-spacing: 2px;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#00A4E5\] {
    color: #00A4E5;
  }
  .text-\[\#4A4A4A\] {
    color: #4A4A4A;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-\[0px_0px_8px_rgb\(1_1_1\/32\%\)\] {
    --tw-shadow: 0px 0px 8px var(--tw-shadow-color, rgb(1 1 1/32%));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .before\:\!content-\[unset\] {
    &::before {
      content: var(--tw-content);
      --tw-content: unset !important;
      content: var(--tw-content) !important;
    }
  }
  .md\:mt-\[14px\] {
    @media (width >= 48rem) {
      margin-top: 14px;
    }
  }
  .md\:mt-\[16\.35px\] {
    @media (width >= 48rem) {
      margin-top: 16.35px;
    }
  }
  .md\:ml-\[-16px\] {
    @media (width >= 48rem) {
      margin-left: -16px;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[56\.41px\] {
    @media (width >= 48rem) {
      height: 56.41px;
    }
  }
  .md\:min-h-\[498px\] {
    @media (width >= 48rem) {
      min-height: 498px;
    }
  }
  .md\:w-\[56\.41px\] {
    @media (width >= 48rem) {
      width: 56.41px;
    }
  }
  .md\:w-\[150px\] {
    @media (width >= 48rem) {
      width: 150px;
    }
  }
  .md\:w-\[220px\] {
    @media (width >= 48rem) {
      width: 220px;
    }
  }
  .md\:w-\[calc\(100\%\+32px\)\] {
    @media (width >= 48rem) {
      width: calc(100% + 32px);
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:bg-\[image\:var\(--bg-desktop\)\] {
    @media (width >= 48rem) {
      background-image: var(--bg-desktop);
    }
  }
  .md\:p-\[50px\] {
    @media (width >= 48rem) {
      padding: 50px;
    }
  }
  .md\:px-4 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:px-5 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .md\:pt-\[51px\] {
    @media (width >= 48rem) {
      padding-top: 51px;
    }
  }
  .md\:pb-\[41px\] {
    @media (width >= 48rem) {
      padding-bottom: 41px;
    }
  }
  .md\:text-\[12\.75px\] {
    @media (width >= 48rem) {
      font-size: 12.75px;
    }
  }
  .md\:text-\[14px\] {
    @media (width >= 48rem) {
      font-size: 14px;
    }
  }
  .md\:text-\[30px\] {
    @media (width >= 48rem) {
      font-size: 30px;
    }
  }
  .md\:text-\[43px\] {
    @media (width >= 48rem) {
      font-size: 43px;
    }
  }
  .md\:leading-\[24px\] {
    @media (width >= 48rem) {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }
  .md\:leading-\[130\%\] {
    @media (width >= 48rem) {
      --tw-leading: 130%;
      line-height: 130%;
    }
  }
  .\[\&\>a\]\:relative {
    &>a {
      position: relative;
    }
  }
  .\[\&\>a\]\:before\:absolute {
    &>a {
      &::before {
        content: var(--tw-content);
        position: absolute;
      }
    }
  }
  .\[\&\>a\]\:before\:left-\[-7px\] {
    &>a {
      &::before {
        content: var(--tw-content);
        left: -7px;
      }
    }
  }
  .\[\&\>a\]\:before\:content-\[\'\|\'\] {
    &>a {
      &::before {
        content: var(--tw-content);
        --tw-content: '|';
        content: var(--tw-content);
      }
    }
  }
  .\[\&\>a\]\:first\:hidden {
    &>a {
      &:first-child {
        display: none;
      }
    }
  }
  .\[\&\>a\]\:first\:before\:hidden {
    &>a {
      &:first-child {
        &::before {
          content: var(--tw-content);
          display: none;
        }
      }
    }
  }
}
.font-source {
  font-family: "Source Serif Pro",sans-serif;
}
.font-helvetica {
  font-family: "Helvetica",sans-serif;
}
.font-georgia {
  font-family: "Georgia", sans-serif;
}
.font-worksans {
  font-family: "Work Sans", sans-serif;
}
@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: 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;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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-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-outline-style: solid;
      --tw-content: "";
    }
  }
}
