/*! tailwindcss v4.0.13 | MIT License | https://tailwindcss.com */
@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-blue-500: oklch(0.623 0.214 259.815);
    --color-gray-200: oklch(0.928 0.006 264.531);
    --color-gray-700: oklch(0.373 0.034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: var(--wp--preset--font-size--sm, 0.875rem);
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: var(--wp--preset--font-size--base, 1rem);
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: var(--wp--preset--font-size--lg, 1.125rem);
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: var(--wp--preset--font-size--xl, 1.25rem);
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: var(--wp--preset--font-size--2xl, 1.5rem);
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: var(--wp--preset--font-size--3xl, 1.875rem);
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-5xl: var(--wp--preset--font-size--5xl, 3rem);
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --radius-xs: 0.125rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(
      --font-sans--font-variation-settings
    );
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(
      --font-mono--font-feature-settings
    );
    --default-mono-font-variation-settings: var(
      --font-mono--font-variation-settings
    );
    --color-primary: var(--wp--preset--color--primary);
    --color-blue-light: #1E9CD7;
    --color-blue-med: #005B97;
    --color-blue-dark: #003456;
    --color-blue-grey: #F2F5F6;
  }
}
@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;
  }
  body {
    line-height: inherit;
  }
  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;
    color: color-mix(in oklab, currentColor 50%, transparent);
  }
  ::placeholder {
    opacity: 1;
    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 {
    -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 {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[-60px\] {
    top: -60px;
  }
  .top-\[-80px\] {
    top: -80px;
  }
  .top-\[1px\] {
    top: 1px;
  }
  .top-\[59\%\] {
    top: 59%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-8 {
    right: calc(var(--spacing) * 8);
  }
  .right-\[8\%\] {
    right: 8%;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .bottom-\[90px\] {
    bottom: 90px;
  }
  .bottom-\[100px\] {
    bottom: 100px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[-60px\] {
    left: -60px;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 480px) {
      max-width: 480px;
    }
    @media (width >= 600px) {
      max-width: 600px;
    }
    @media (width >= 782px) {
      max-width: 782px;
    }
    @media (width >= 960px) {
      max-width: 960px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1440px) {
      max-width: 1440px;
    }
  }
  .mx-\[10px\] {
    margin-inline: 10px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-\[75px\] {
    margin-block: 75px;
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[90px\] {
    margin-top: 90px;
  }
  .mt-\[160px\] {
    margin-top: 160px;
  }
  .mr-\[8px\] {
    margin-right: 8px;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .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-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[35px\] {
    margin-bottom: 35px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-\[34px\] {
    height: 34px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-\[300px\] {
    min-height: 300px;
  }
  .min-h-\[350px\] {
    min-height: 350px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[25px\] {
    width: 25px;
  }
  .w-\[34px\] {
    width: 34px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[350px\] {
    width: 350px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .\!max-w-none {
    max-width: none !important;
  }
  .max-w-\[170px\] {
    max-width: 170px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[375px\] {
    max-width: 375px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[470px\] {
    max-width: 470px;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .max-w-\[550px\] {
    max-width: 550px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[760px\] {
    max-width: 760px;
  }
  .max-w-\[965px\] {
    max-width: 965px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .flex-grow-0 {
    flex-grow: 0;
  }
  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .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)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-10 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-12 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-16 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-20 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 20) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 20) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-5 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 5) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[20px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(20px * var(--tw-space-x-reverse));
      margin-inline-end: calc(20px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[40px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(40px * var(--tw-space-x-reverse));
      margin-inline-end: calc(40px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }
  .gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-blue-dark {
    border-color: var(--color-blue-dark);
  }
  .border-blue-light {
    border-color: var(--color-blue-light);
  }
  .border-blue-med {
    border-color: var(--color-blue-med);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-blue-dark {
    background-color: var(--color-blue-dark);
  }
  .bg-blue-grey {
    background-color: var(--color-blue-grey);
  }
  .bg-blue-light {
    background-color: var(--color-blue-light);
  }
  .bg-blue-med {
    background-color: var(--color-blue-med);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[7px\] {
    padding-block: 7px;
  }
  .py-\[13px\] {
    padding-block: 13px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[75px\] {
    padding-block: 75px;
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-\[130px\] {
    padding-top: 130px;
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pb-\[75px\] {
    padding-bottom: 75px;
  }
  .pl-\[35px\] {
    padding-left: 35px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--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-\[28px\] {
    font-size: 28px !important;
  }
  .\!text-\[30px\] {
    font-size: 30px !important;
  }
  .\!text-\[clamp\(1\.8rem\,5vw\,3\.5rem\)\] {
    font-size: clamp(1.8rem, 5vw, 3.5rem) !important;
  }
  .\!text-\[clamp\(1\.8rem\,5vw\,3\.25rem\)\] {
    font-size: clamp(1.8rem, 5vw, 3.25rem) !important;
  }
  .\!text-\[clamp\(1\.8rem\,5vw\,3rem\)\] {
    font-size: clamp(1.8rem, 5vw, 3rem) !important;
  }
  .\!text-\[clamp\(2\.2rem\,6vw\,3rem\)\] {
    font-size: clamp(2.2rem, 6vw, 3rem) !important;
  }
  .\!text-\[clamp\(2\.2rem\,6vw\,4\.5rem\)\] {
    font-size: clamp(2.2rem, 6vw, 4.5rem) !important;
  }
  .\!text-\[clamp\(2\.2rem\,6vw\,4rem\)\] {
    font-size: clamp(2.2rem, 6vw, 4rem) !important;
  }
  .\!text-\[clamp\(2\.5rem\,6vw\,4\.5rem\)\] {
    font-size: clamp(2.5rem, 6vw, 4.5rem) !important;
  }
  .\!text-\[clamp\(2\.5rem\,10vw\,4\.5rem\)\] {
    font-size: clamp(2.5rem, 10vw, 4.5rem) !important;
  }
  .\!text-\[clamp\(2rem\,3vw\,3\.5rem\)\] {
    font-size: clamp(2rem, 3vw, 3.5rem) !important;
  }
  .\!text-\[clamp\(2rem\,4\.5vw\,3rem\)\] {
    font-size: clamp(2rem, 4.5vw, 3rem) !important;
  }
  .\!text-\[clamp\(2rem\,4vw\,3\.5rem\)\] {
    font-size: clamp(2rem, 4vw, 3.5rem) !important;
  }
  .\!text-\[clamp\(2rem\,4vw\,3rem\)\] {
    font-size: clamp(2rem, 4vw, 3rem) !important;
  }
  .\!text-\[clamp\(2rem\,5vw\,3\.5rem\)\] {
    font-size: clamp(2rem, 5vw, 3.5rem) !important;
  }
  .\!text-\[clamp\(2rem\,5vw\,3rem\)\] {
    font-size: clamp(2rem, 5vw, 3rem) !important;
  }
  .\!text-\[clamp\(2rem\,6vw\,3rem\)\] {
    font-size: clamp(2rem, 6vw, 3rem) !important;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[clamp\(2\.15rem\,2vw\,4\.5rem\)\] {
    font-size: clamp(2.15rem, 2vw, 4.5rem);
  }
  .text-\[clamp\(2\.15rem\,5vw\,4\.5rem\)\] {
    font-size: clamp(2.15rem, 5vw, 4.5rem);
  }
  .text-\[clamp\(2\.15rem\,6vw\,4\.5rem\)\] {
    font-size: clamp(2.15rem, 6vw, 4.5rem);
  }
  .text-\[clamp\(2\.15rem\,10vw\,4\.5rem\)\] {
    font-size: clamp(2.15rem, 10vw, 4.5rem);
  }
  .text-\[clamp\(3rem\,5vw\,4\.5rem\)\] {
    font-size: clamp(3rem, 5vw, 4.5rem);
  }
  .text-\[clamp\(3rem\,7vw\,4\.5rem\)\] {
    font-size: clamp(3rem, 7vw, 4.5rem);
  }
  .text-\[clamp\(3rem\,10vw\,4\.5rem\)\] {
    font-size: clamp(3rem, 10vw, 4.5rem);
  }
  .\!leading-\[1\.1\] {
    --tw-leading: 1.1 !important;
    line-height: 1.1 !important;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .\!font-medium {
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
  }
  .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-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.1rem\] {
    --tw-tracking: 0.1rem;
    letter-spacing: 0.1rem;
  }
  .tracking-\[0\.175rem\] {
    --tw-tracking: 0.175rem;
    letter-spacing: 0.175rem;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-dark {
    color: var(--color-blue-dark);
  }
  .text-blue-light {
    color: var(--color-blue-light);
  }
  .text-blue-med {
    color: var(--color-blue-med);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .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));
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .hover\:border-blue-med {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-blue-med);
      }
    }
  }
  .hover\:border-white {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-white);
      }
    }
  }
  .hover\:bg-blue-dark {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-dark);
      }
    }
  }
  .hover\:bg-blue-light {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-light);
      }
    }
  }
  .hover\:bg-blue-med {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-med);
      }
    }
  }
  .sm\:mt-0 {
    @media (width >= 600px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:mr-5 {
    @media (width >= 600px) {
      margin-right: calc(var(--spacing) * 5);
    }
  }
  .sm\:mb-0 {
    @media (width >= 600px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:mb-16 {
    @media (width >= 600px) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .sm\:ml-4 {
    @media (width >= 600px) {
      margin-left: calc(var(--spacing) * 4);
    }
  }
  .sm\:flex {
    @media (width >= 600px) {
      display: flex;
    }
  }
  .sm\:h-\[36px\] {
    @media (width >= 600px) {
      height: 36px;
    }
  }
  .sm\:h-\[350px\] {
    @media (width >= 600px) {
      height: 350px;
    }
  }
  .sm\:min-h-\[400px\] {
    @media (width >= 600px) {
      min-height: 400px;
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 600px) {
      width: calc(1/2 * 100%);
    }
  }
  .sm\:max-w-\[500px\] {
    @media (width >= 600px) {
      max-width: 500px;
    }
  }
  .sm\:max-w-none {
    @media (width >= 600px) {
      max-width: none;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 600px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 600px) {
      flex-direction: row;
    }
  }
  .sm\:items-end {
    @media (width >= 600px) {
      align-items: flex-end;
    }
  }
  .sm\:justify-between {
    @media (width >= 600px) {
      justify-content: space-between;
    }
  }
  .sm\:space-y-0 {
    @media (width >= 600px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:gap-x-5 {
    @media (width >= 600px) {
      -moz-column-gap: calc(var(--spacing) * 5);
           column-gap: calc(var(--spacing) * 5);
    }
  }
  .sm\:space-x-5 {
    @media (width >= 600px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 5) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .sm\:space-x-\[20px\] {
    @media (width >= 600px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(20px * var(--tw-space-x-reverse));
        margin-inline-end: calc(20px * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .sm\:space-x-\[60px\] {
    @media (width >= 600px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(60px * var(--tw-space-x-reverse));
        margin-inline-end: calc(60px * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .sm\:p-\[30px\] {
    @media (width >= 600px) {
      padding: 30px;
    }
  }
  .sm\:\!text-\[32px\] {
    @media (width >= 600px) {
      font-size: 32px !important;
    }
  }
  .sm\:\!text-\[36px\] {
    @media (width >= 600px) {
      font-size: 36px !important;
    }
  }
  .sm\:text-\[40px\] {
    @media (width >= 600px) {
      font-size: 40px;
    }
  }
  .md\:right-\[2\%\] {
    @media (width >= 782px) {
      right: 2%;
    }
  }
  .md\:bottom-\[60px\] {
    @media (width >= 782px) {
      bottom: 60px;
    }
  }
  .md\:left-auto {
    @media (width >= 782px) {
      left: auto;
    }
  }
  .md\:order-1 {
    @media (width >= 782px) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 782px) {
      order: 2;
    }
  }
  .md\:my-\[60px\] {
    @media (width >= 782px) {
      margin-block: 60px;
    }
  }
  .md\:my-\[95px\] {
    @media (width >= 782px) {
      margin-block: 95px;
    }
  }
  .md\:mt-\[75px\] {
    @media (width >= 782px) {
      margin-top: 75px;
    }
  }
  .md\:mt-\[95px\] {
    @media (width >= 782px) {
      margin-top: 95px;
    }
  }
  .md\:mb-0 {
    @media (width >= 782px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-5 {
    @media (width >= 782px) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .md\:mb-20 {
    @media (width >= 782px) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:mb-\[50px\] {
    @media (width >= 782px) {
      margin-bottom: 50px;
    }
  }
  .md\:mb-\[60px\] {
    @media (width >= 782px) {
      margin-bottom: 60px;
    }
  }
  .md\:mb-\[70px\] {
    @media (width >= 782px) {
      margin-bottom: 70px;
    }
  }
  .md\:h-\[40px\] {
    @media (width >= 782px) {
      height: 40px;
    }
  }
  .md\:h-\[50px\] {
    @media (width >= 782px) {
      height: 50px;
    }
  }
  .md\:h-\[70px\] {
    @media (width >= 782px) {
      height: 70px;
    }
  }
  .md\:h-\[350px\] {
    @media (width >= 782px) {
      height: 350px;
    }
  }
  .md\:h-\[400px\] {
    @media (width >= 782px) {
      height: 400px;
    }
  }
  .md\:h-full {
    @media (width >= 782px) {
      height: 100%;
    }
  }
  .md\:h-screen {
    @media (width >= 782px) {
      height: 100vh;
    }
  }
  .md\:max-h-\[1024px\] {
    @media (width >= 782px) {
      max-height: 1024px;
    }
  }
  .md\:min-h-0 {
    @media (width >= 782px) {
      min-height: calc(var(--spacing) * 0);
    }
  }
  .md\:w-1\/2 {
    @media (width >= 782px) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-1\/3 {
    @media (width >= 782px) {
      width: calc(1/3 * 100%);
    }
  }
  .md\:w-2\/3 {
    @media (width >= 782px) {
      width: calc(2/3 * 100%);
    }
  }
  .md\:w-\[400px\] {
    @media (width >= 782px) {
      width: 400px;
    }
  }
  .md\:w-\[420px\] {
    @media (width >= 782px) {
      width: 420px;
    }
  }
  .md\:w-\[550px\] {
    @media (width >= 782px) {
      width: 550px;
    }
  }
  .md\:w-\[750px\] {
    @media (width >= 782px) {
      width: 750px;
    }
  }
  .md\:max-w-\[465px\] {
    @media (width >= 782px) {
      max-width: 465px;
    }
  }
  .md\:max-w-\[468px\] {
    @media (width >= 782px) {
      max-width: 468px;
    }
  }
  .md\:max-w-\[500px\] {
    @media (width >= 782px) {
      max-width: 500px;
    }
  }
  .md\:max-w-\[600px\] {
    @media (width >= 782px) {
      max-width: 600px;
    }
  }
  .md\:max-w-\[700px\] {
    @media (width >= 782px) {
      max-width: 700px;
    }
  }
  .md\:max-w-none {
    @media (width >= 782px) {
      max-width: none;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 782px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 782px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 782px) {
      flex-direction: row;
    }
  }
  .md\:items-end {
    @media (width >= 782px) {
      align-items: flex-end;
    }
  }
  .md\:items-stretch {
    @media (width >= 782px) {
      align-items: stretch;
    }
  }
  .md\:justify-between {
    @media (width >= 782px) {
      justify-content: space-between;
    }
  }
  .md\:gap-\[60px\] {
    @media (width >= 782px) {
      gap: 60px;
    }
  }
  .md\:space-y-0 {
    @media (width >= 782px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:gap-x-\[90px\] {
    @media (width >= 782px) {
      -moz-column-gap: 90px;
           column-gap: 90px;
    }
  }
  .md\:space-x-16 {
    @media (width >= 782px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 16) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .md\:space-x-20 {
    @media (width >= 782px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 20) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 20) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .md\:space-x-\[50px\] {
    @media (width >= 782px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(50px * var(--tw-space-x-reverse));
        margin-inline-end: calc(50px * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .md\:space-x-\[60px\] {
    @media (width >= 782px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(60px * var(--tw-space-x-reverse));
        margin-inline-end: calc(60px * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .md\:gap-y-0 {
    @media (width >= 782px) {
      row-gap: calc(var(--spacing) * 0);
    }
  }
  .md\:px-8 {
    @media (width >= 782px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:py-10 {
    @media (width >= 782px) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .md\:py-\[15px\] {
    @media (width >= 782px) {
      padding-block: 15px;
    }
  }
  .md\:py-\[40px\] {
    @media (width >= 782px) {
      padding-block: 40px;
    }
  }
  .md\:py-\[95px\] {
    @media (width >= 782px) {
      padding-block: 95px;
    }
  }
  .md\:pt-\[75px\] {
    @media (width >= 782px) {
      padding-top: 75px;
    }
  }
  .md\:pt-\[150px\] {
    @media (width >= 782px) {
      padding-top: 150px;
    }
  }
  .md\:pr-10 {
    @media (width >= 782px) {
      padding-right: calc(var(--spacing) * 10);
    }
  }
  .md\:pb-\[95px\] {
    @media (width >= 782px) {
      padding-bottom: 95px;
    }
  }
  .md\:pl-16 {
    @media (width >= 782px) {
      padding-left: calc(var(--spacing) * 16);
    }
  }
  .md\:text-3xl {
    @media (width >= 782px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 782px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 782px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:\!text-\[34px\] {
    @media (width >= 782px) {
      font-size: 34px !important;
    }
  }
  .md\:\!text-\[42px\] {
    @media (width >= 782px) {
      font-size: 42px !important;
    }
  }
  .lg\:right-10 {
    @media (width >= 960px) {
      right: calc(var(--spacing) * 10);
    }
  }
  .lg\:bottom-10 {
    @media (width >= 960px) {
      bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:my-\[80px\] {
    @media (width >= 960px) {
      margin-block: 80px;
    }
  }
  .lg\:mb-\[100px\] {
    @media (width >= 960px) {
      margin-bottom: 100px;
    }
  }
  .lg\:flex {
    @media (width >= 960px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 960px) {
      display: none;
    }
  }
  .lg\:h-\[47px\] {
    @media (width >= 960px) {
      height: 47px;
    }
  }
  .lg\:h-\[70px\] {
    @media (width >= 960px) {
      height: 70px;
    }
  }
  .lg\:h-\[400px\] {
    @media (width >= 960px) {
      height: 400px;
    }
  }
  .lg\:h-\[450px\] {
    @media (width >= 960px) {
      height: 450px;
    }
  }
  .lg\:h-auto {
    @media (width >= 960px) {
      height: auto;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 960px) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 960px) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:w-2\/3 {
    @media (width >= 960px) {
      width: calc(2/3 * 100%);
    }
  }
  .lg\:w-\[490px\] {
    @media (width >= 960px) {
      width: 490px;
    }
  }
  .lg\:w-\[600px\] {
    @media (width >= 960px) {
      width: 600px;
    }
  }
  .lg\:w-\[700px\] {
    @media (width >= 960px) {
      width: 700px;
    }
  }
  .lg\:w-\[900px\] {
    @media (width >= 960px) {
      width: 900px;
    }
  }
  .lg\:max-w-\[400px\] {
    @media (width >= 960px) {
      max-width: 400px;
    }
  }
  .lg\:max-w-\[500px\] {
    @media (width >= 960px) {
      max-width: 500px;
    }
  }
  .lg\:max-w-none {
    @media (width >= 960px) {
      max-width: none;
    }
  }
  .lg\:grid-cols-1 {
    @media (width >= 960px) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 960px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 960px) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 960px) {
      flex-direction: row;
    }
  }
  .lg\:items-end {
    @media (width >= 960px) {
      align-items: flex-end;
    }
  }
  .lg\:justify-between {
    @media (width >= 960px) {
      justify-content: space-between;
    }
  }
  .lg\:gap-\[80px\] {
    @media (width >= 960px) {
      gap: 80px;
    }
  }
  .lg\:space-y-0 {
    @media (width >= 960px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:gap-x-\[100px\] {
    @media (width >= 960px) {
      -moz-column-gap: 100px;
           column-gap: 100px;
    }
  }
  .lg\:gap-x-\[120px\] {
    @media (width >= 960px) {
      -moz-column-gap: 120px;
           column-gap: 120px;
    }
  }
  .lg\:space-x-0 {
    @media (width >= 960px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 0) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .lg\:space-x-\[80px\] {
    @media (width >= 960px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(80px * var(--tw-space-x-reverse));
        margin-inline-end: calc(80px * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .lg\:space-x-\[90px\] {
    @media (width >= 960px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(90px * var(--tw-space-x-reverse));
        margin-inline-end: calc(90px * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .lg\:space-x-\[95px\] {
    @media (width >= 960px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(95px * var(--tw-space-x-reverse));
        margin-inline-end: calc(95px * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .lg\:space-x-\[100px\] {
    @media (width >= 960px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(100px * var(--tw-space-x-reverse));
        margin-inline-end: calc(100px * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .lg\:pl-20 {
    @media (width >= 960px) {
      padding-left: calc(var(--spacing) * 20);
    }
  }
  .lg\:text-5xl {
    @media (width >= 960px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-lg {
    @media (width >= 960px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:\!text-\[36px\] {
    @media (width >= 960px) {
      font-size: 36px !important;
    }
  }
  .lg\:\!text-\[50px\] {
    @media (width >= 960px) {
      font-size: 50px !important;
    }
  }
  .lg\:text-\[17px\] {
    @media (width >= 960px) {
      font-size: 17px;
    }
  }
  .xl\:my-\[100px\] {
    @media (width >= 1280px) {
      margin-block: 100px;
    }
  }
  .xl\:mb-\[125px\] {
    @media (width >= 1280px) {
      margin-bottom: 125px;
    }
  }
  .xl\:h-\[460px\] {
    @media (width >= 1280px) {
      height: 460px;
    }
  }
  .xl\:w-\[800px\] {
    @media (width >= 1280px) {
      width: 800px;
    }
  }
  .xl\:w-\[1100px\] {
    @media (width >= 1280px) {
      width: 1100px;
    }
  }
  .xl\:max-w-none {
    @media (width >= 1280px) {
      max-width: none;
    }
  }
  .xl\:gap-x-\[120px\] {
    @media (width >= 1280px) {
      -moz-column-gap: 120px;
           column-gap: 120px;
    }
  }
  .xl\:space-x-\[115px\] {
    @media (width >= 1280px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(115px * var(--tw-space-x-reverse));
        margin-inline-end: calc(115px * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .xl\:space-x-\[120px\] {
    @media (width >= 1280px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(120px * var(--tw-space-x-reverse));
        margin-inline-end: calc(120px * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .xl\:space-x-\[125px\] {
    @media (width >= 1280px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(125px * var(--tw-space-x-reverse));
        margin-inline-end: calc(125px * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .xl\:text-lg {
    @media (width >= 1280px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .xl\:\!text-\[44px\] {
    @media (width >= 1280px) {
      font-size: 44px !important;
    }
  }
  .xl\:\!text-\[58px\] {
    @media (width >= 1280px) {
      font-size: 58px !important;
    }
  }
}
html {
  overflow-x: hidden;
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  color: var(--color-blue-dark);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  &.overflow {
    overflow: hidden;
  }
}
:focus {
  outline: none;
}
a {
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 500ms;
  transition-duration: 500ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
p {
  --tw-leading: var(--leading-snug);
  line-height: var(--leading-snug);
}
.md-p {
  @media (width >= 782px) {
    font-size: 18px;
  }
  @media (width >= 960px) {
    font-size: 20px;
  }
}
.lg-p {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  @media (width >= 782px) {
    font-size: 20px;
  }
  @media (width >= 960px) {
    font-size: 22px;
  }
}
.xl-p {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  @media (width >= 782px) {
    font-size: 22px;
  }
  @media (width >= 960px) {
    font-size: 24px;
  }
}
h1, h2, h3, h4 {
  line-height: 1.15 !important;
}
h1 {
  font-size: 34px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  @media (width >= 600px) {
    font-size: 40px;
  }
  @media (width >= 782px) {
    font-size: 52px;
  }
  @media (width >= 960px) {
    font-size: 38px;
  }
  @media (width >= 1280px) {
    font-size: 54px;
  }
}
h2 {
  font-size: 28px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  @media (width >= 600px) {
    font-size: 32px;
  }
  @media (width >= 782px) {
    font-size: 34px;
  }
  @media (width >= 960px) {
    font-size: 36px;
  }
  @media (width >= 1280px) {
    font-size: 44px;
  }
}
h3 {
  font-size: 26px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  @media (width >= 600px) {
    font-size: 30px;
  }
  @media (width >= 782px) {
    font-size: 34px;
  }
  @media (width >= 960px) {
    font-size: 36px;
  }
}
h4 {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  @media (width >= 600px) {
    font-size: 22px;
  }
  @media (width >= 782px) {
    font-size: 24px;
  }
}
.wysiwyg {
  h1 {
    margin-bottom: 30px;
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-leading: 1.3 !important;
    line-height: 1.3 !important;
    @media (width >= 782px) {
      font-size: 22px;
    }
    @media (width >= 960px) {
      font-size: 24px;
    }
  }
  p {
    margin-bottom: calc(var(--spacing) * 6);
  }
}
.wysiwyg-post {
  h3 {
    margin-bottom: 30px;
    font-family: var(--font-sans);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-leading: 1.3 !important;
    line-height: 1.3 !important;
    @media (width >= 782px) {
      font-size: 22px;
    }
    @media (width >= 960px) {
      font-size: 24px;
    }
    strong {
      --tw-font-weight: var(--font-weight-semibold) !important;
      font-weight: var(--font-weight-semibold) !important;
    }
  }
  h4 {
    margin-bottom: 26px;
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  p {
    margin-bottom: calc(var(--spacing) * 6);
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
    @media (width >= 782px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    strong {
      --tw-font-weight: var(--font-weight-semibold) !important;
      font-weight: var(--font-weight-semibold) !important;
    }
  }
  ul {
    margin-left: calc(var(--spacing) * 6);
    list-style-type: disc;
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
    li {
      --tw-leading: 1.4 !important;
      line-height: 1.4 !important;
      @media (width >= 782px) {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
      }
      &::marker {
        color: var(--color-blue-dark);
      }
    }
  }
}
.container {
  margin-inline: auto;
  padding-inline: calc(var(--spacing) * 6);
  @media (width >= 600px) {
    padding-inline: calc(var(--spacing) * 8);
  }
  max-width: 1320px;
}
@layer utilities {
  article > *:not(.entry-content), .entry-content > * {
    margin-inline: auto;
  }
  .entry-content, .block-editor-block-list__layout {
    h1 {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    h2 {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    h3 {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    p, ul, ol {
      a {
        color: var(--color-blue-500);
        text-decoration-line: underline;
        &:hover {
          text-decoration-line: none;
        }
      }
      margin-bottom: calc(var(--spacing) * 8);
    }
    ul:not(.block-editor-block-variation-picker__variations) {
      li {
        list-style-position: inside;
        list-style-type: disc;
      }
    }
    ol {
      li {
        list-style-position: inside;
        list-style-type: decimal;
      }
    }
  }
}
form {
  margin-inline: auto;
  display: flex;
  width: 100%;
  max-width: 900px;
  flex-wrap: wrap;
  overflow: hidden;
  label {
    margin-bottom: calc(var(--spacing) * 1);
    font-size: 14px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    @media (width >= 960px) {
      font-size: 18px;
    }
  }
}
.wpcf7-text {
  margin-bottom: calc(var(--spacing) * 5);
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--color-blue-dark);
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 5);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  @media (width >= 960px) {
    padding-inline: calc(var(--spacing) * 8);
  }
  -webkit-appearance: none;
  transition: 0.4s all ease-in-out;
  box-sizing: border-box;
}
.wpcf7-text:focus {
  outline: none;
}
textarea {
  margin-bottom: calc(var(--spacing) * 10);
  display: block;
  height: 150px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--color-blue-dark);
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 5);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  @media (width >= 782px) {
    margin-bottom: 60px;
  }
  @media (width >= 782px) {
    height: 220px;
  }
  @media (width >= 960px) {
    padding-inline: calc(var(--spacing) * 8);
  }
  -webkit-appearance: none;
  transition: 0.4s all ease-in-out;
  box-sizing: border-box;
}
.wpcf7-form-control-wrap {
  margin-top: calc(var(--spacing) * 1);
  display: flex;
  flex-direction: column;
}
.checkbox-260 {
  align-items: flex-start;
}
span.wpcf7-list-item {
  margin: calc(var(--spacing) * 0);
  margin-left: calc(var(--spacing) * 0) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpcf7-form .wpcf7-checkbox input[type='checkbox'] {
  margin-right: 10px;
  margin-bottom: 0;
}
input[type='checkbox'] {
  position: absolute;
  top: 1px;
  left: 0;
  opacity: 0;
  z-index: 9999;
  cursor: pointer;
  width: 25px;
  height: 25px;
}
span.wpcf7-list-item-label {
  position: relative;
  display: block;
  padding-left: 2.5rem;
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
  @media (width >= 960px) {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
span.wpcf7-list-item {
  position: relative;
}
span.wpcf7-list-item-label::before {
  top: -2px;
  left: calc(var(--spacing) * 0);
  border-radius: 6px;
  background-color: var(--color-blue-dark);
  content: '';
  margin-right: 10px;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
}
span.wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 4px;
  width: 2px;
  height: 2px;
}
input[type='checkbox']:checked + span.wpcf7-list-item-label::after {
  border-radius: 6px;
  background-color: var(--color-blue-dark);
  background-position: 60%;
  background-repeat: no-repeat;
  content: "";
  background-image: url("/wp-content/uploads/2025/07/Tick.svg");
  position: absolute;
  top: -2px;
  left: 0;
  width: 25px;
  height: 25px;
  visibility: visible;
}
.term_and_conditions span.wpcf7-acceptance span.wpcf7-list-item-label {
  cursor: pointer;
}
.wpcf7-submit {
  margin-top: 40px;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-blue-light);
  padding-inline: calc(var(--spacing) * 6);
  padding-block: 13px;
  text-align: center;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-blue-dark);
    }
  }
  @media (width >= 782px) {
    padding-inline: calc(var(--spacing) * 8);
  }
  @media (width >= 782px) {
    padding-block: 15px;
  }
  transition: 0.3s all ease-in-out;
}
.wpcf7-submit:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #ffffff;
}
:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ffffff;
}
span.wpcf7-not-valid-tip {
  display: none !important;
  font-size: 1.1em !important;
  color: red !important;
  position: absolute;
  bottom: -0.25rem;
  width: 100%;
}
input.wpcf7-form-control.wpcf7-validates-as-required.wpcf7-not-valid {
  border-color: red;
}
textarea.wpcf7-form-control.wpcf7-validates-as-required.wpcf7-not-valid {
  border-color: red;
}
.wpcf7-display-none {
  transform: translateY(100%);
  transition: 0.3s ease-in-out all;
  display: inline-block;
  visibility: hidden;
}
.wpcf7 form .wpcf7-response-output {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  left: 0;
  right: 0;
  color: white;
  text-align: center;
  margin: 0 !important;
  padding: 20px !important;
  transition: 0.3s ease-in-out all;
  background: transparent;
  border: none !important;
  font-size: 1.15em;
  transform: translateY(100%);
}
@screen sm {
  div.wpcf7-response-output {
    font-size: 1.25em;
  }
}
@screen md {
  div.wpcf7-response-output {
    font-size: 1.3em;
  }
}
.wpcf7 form.invalid .wpcf7-response-output {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  background-color: red;
  color: white;
  transform: translateY(0);
  visibility: visible;
  border: none;
  padding: 1.5rem;
}
.wpcf7-spinner {
  display: none;
}
.md-justify-end {
  @media (width >= 782px) {
    justify-content: flex-end;
  }
}
.pr-spacer {
  @media (width >= 782px) {
    padding-right: 10px;
  }
}
.pl-spacer {
  @media (width >= 782px) {
    padding-left: 10px;
  }
}
#hamburger {
  position: relative;
  top: -4px;
  z-index: 40;
  width: 32px;
  height: 16px;
  transform: rotate(180deg);
  .bar {
    background-color: var(--color-white);
    height: 2px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: 0.4s;
    border-radius: 3px;
    &:nth-child(1) {
      top: calc(var(--spacing) * 0);
      width: 100%;
    }
    &:nth-child(2) {
      width: 100%;
      top: 41%;
    }
  }
  &.animate {
    .bar {
      transform: translateY(1px) rotate(135deg);
      &:nth-child(2) {
        transform: translateY(-6px) rotate(-135deg);
        bottom: 10%;
      }
    }
  }
}
.show {
  overflow: hidden;
}
.nav-mob-container {
  transform: translateX(100vw);
  transition: 0.4s all cubic-bezier(0.6, 0.04, 0.4, 1);
  visibility: hidden;
  &.active-nav {
    transform: translateX(0px);
    visibility: visible;
  }
}
.page-id-230 {
  header {
    nav, .rounded-full, #hamburger {
      display: none;
    }
  }
  footer {
    display: none;
  }
}
.product-section {
  background-color: #F2F5F6;
  &:nth-of-type(even) {
    background-color: var(--color-white);
  }
}
.product-images .product-img {
  &:nth-of-type(2) {
    display: none;
    @media (width >= 600px) {
      display: block;
    }
  }
  &:nth-of-type(3) {
    display: none;
    @media (width >= 782px) {
      display: block;
    }
  }
}
.carousel-card {
  &:hover {
    .carousel-link {
      background-color: var(--color-blue-light);
    }
  }
}
.overlay {
  background: #003456;
  background: linear-gradient(180deg, rgba(0, 52, 86, 0) 41%, rgba(0, 52, 86, 1) 100%);
}
.swiper-btn {
  cursor: pointer;
}
.swiper-pagination-bullet {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 500ms;
  transition-duration: 500ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  background-color: #B3D4E7;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  &:hover {
    background-color: #003456;
  }
}
.swiper-pagination-bullet-active {
  background-color: #002F56;
}
#services .service-section {
  .service-caption {
    color: var(--color-blue-med);
  }
  &:nth-of-type(2n) {
    background-color: var(--color-blue-dark);
    color: var(--color-white);
    .service-caption {
      color: var(--color-white);
    }
    .service-copy {
      @media (width >= 960px) {
        order: 2;
      }
    }
    .service-img {
      @media (width >= 960px) {
        order: 1;
      }
    }
  }
}
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
