/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --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-mono-font-family: var(--font-mono);
    --color-gs-blue: #0f43a4;
    --color-gs-blue-light: #0d6bc7;
    --color-gs-blue-dark: #092862;
    --color-gs-red: #d4020b;
    --color-gs-bg: #f3f5fa;
    --color-gs-dark: #020711;
    --color-gs-deep-dark: #051432;
    --radius-gs: 18px;
  }
}
@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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0;
  }
  .top-\[-13px\] {
    top: -13px;
  }
  .bottom-\[-30px\] {
    bottom: -30px;
  }
  .left-1 {
    left: var(--spacing);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .z-10 {
    z-index: 10;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .\!m-auto {
    margin: auto !important;
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-auto {
    margin-block: auto;
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .me-auto {
    margin-inline-end: auto;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-15 {
    margin-top: calc(var(--spacing) * 15);
  }
  .mt-\[110px\] {
    margin-top: 110px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-\[70px\] {
    margin-bottom: 70px;
  }
  .mb-auto {
    margin-bottom: auto;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-grid {
    display: inline-grid;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-\[30px\] {
    width: 30px;
    height: 30px;
  }
  .size-\[42px\] {
    width: 42px;
    height: 42px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[82px\] {
    max-height: 82px;
  }
  .min-h-\[174px\] {
    min-height: 174px;
  }
  .min-h-\[calc\(720px-var\(--gs-header-height\)\)\] {
    min-height: calc(720px - var(--gs-header-height));
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[620px\] {
    max-width: 620px;
  }
  .max-w-\[690px\] {
    max-width: 690px;
  }
  .max-w-\[960px\] {
    max-width: 960px;
  }
  .flex-auto {
    flex: auto;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1 {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .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-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .flex-row {
    flex-direction: row;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .border-gs-blue {
    border-color: var(--color-gs-blue);
  }
  .border-gs-blue-light {
    border-color: var(--color-gs-blue-light);
  }
  .bg-gs-bg {
    background-color: var(--color-gs-bg);
  }
  .bg-gs-blue {
    background-color: var(--color-gs-blue);
  }
  .bg-gs-blue-light {
    background-color: var(--color-gs-blue-light);
  }
  .bg-gs-dark {
    background-color: var(--color-gs-dark);
  }
  .bg-gs-dark\/40 {
    background-color: color-mix(in srgb, #020711 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-gs-dark) 40%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .mask-repeat {
    mask-repeat: repeat;
  }
  .fill-gs-bg {
    fill: var(--color-gs-bg);
  }
  .stroke-gs-bg {
    stroke: var(--color-gs-bg);
  }
  .stroke-0 {
    stroke-width: 0;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: 0;
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-\[70px\] {
    padding-inline: 70px;
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .ps-6 {
    padding-inline-start: calc(var(--spacing) * 6);
  }
  .pb-0 {
    padding-bottom: 0;
  }
  .pb-\[90px\] {
    padding-bottom: 90px;
  }
  .text-center {
    text-align: center;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[97px\] {
    font-size: 97px;
  }
  .text-\[128px\] {
    font-size: 128px;
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-\[\.96\] {
    --tw-leading: .96;
    line-height: .96;
  }
  .leading-\[1\.08\] {
    --tw-leading: 1.08;
    line-height: 1.08;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .\!text-gs-dark {
    color: var(--color-gs-dark) !important;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-\[\#00a0da\] {
    color: #00a0da;
  }
  .text-\[\#2382de\] {
    color: #2382de;
  }
  .text-gs-bg {
    color: var(--color-gs-bg);
  }
  .text-gs-blue {
    color: var(--color-gs-blue);
  }
  .text-gs-blue-light {
    color: var(--color-gs-blue-light);
  }
  .text-gs-dark {
    color: var(--color-gs-dark);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .\!invert {
    --tw-invert: invert(100%) !important;
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,) !important;
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .\!filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,) !important;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .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);
  }
  .\[hostname\:port\] {
    hostname: port;
  }
  .\[text-shadow\:0_12px_14px_rgb\(2_7_17_\/_15\%\)\] {
    text-shadow: 0 12px 14px rgb(2 7 17 / 15%);
  }
  .hover\:-translate-y-1 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:grayscale-0 {
    &:hover {
      @media (hover: hover) {
        --tw-grayscale: grayscale(0%);
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
      }
    }
  }
  .max-lg\:my-10 {
    @media (width < 64rem) {
      margin-block: calc(var(--spacing) * 10);
    }
  }
  .max-lg\:mt-5 {
    @media (width < 64rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:mt-14 {
    @media (width < 64rem) {
      margin-top: calc(var(--spacing) * 14);
    }
  }
  .max-lg\:hidden {
    @media (width < 64rem) {
      display: none;
    }
  }
  .max-lg\:min-h-\[72px\] {
    @media (width < 64rem) {
      min-height: 72px;
    }
  }
  .max-lg\:min-h-\[390px\] {
    @media (width < 64rem) {
      min-height: 390px;
    }
  }
  .max-lg\:grid-cols-2 {
    @media (width < 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .max-lg\:gap-4 {
    @media (width < 64rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .max-lg\:gap-x-5 {
    @media (width < 64rem) {
      column-gap: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:gap-y-10 {
    @media (width < 64rem) {
      row-gap: calc(var(--spacing) * 10);
    }
  }
  .max-lg\:p-5 {
    @media (width < 64rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:px-5 {
    @media (width < 64rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:py-12 {
    @media (width < 64rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .max-lg\:pt-32 {
    @media (width < 64rem) {
      padding-top: calc(var(--spacing) * 32);
    }
  }
  .max-lg\:text-sm {
    @media (width < 64rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .max-lg\:text-xs {
    @media (width < 64rem) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .max-lg\:text-\[13px\] {
    @media (width < 64rem) {
      font-size: 13px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:max-h-\[120px\] {
    @media (width >= 64rem) {
      max-height: 120px;
    }
  }
  .lg\:pt-\[120px\] {
    @media (width >= 64rem) {
      padding-top: 120px;
    }
  }
  .dark\:\!bg-white {
    &:where([data-theme="dark"], [data-theme="dark"] *) {
      background-color: var(--color-white) !important;
    }
  }
  .dark\:fill-transparent {
    &:where([data-theme="dark"], [data-theme="dark"] *) {
      fill: transparent;
    }
  }
  .dark\:stroke-gs-bg {
    &:where([data-theme="dark"], [data-theme="dark"] *) {
      stroke: var(--color-gs-bg);
    }
  }
  .dark\:stroke-\[1\.8\] {
    &:where([data-theme="dark"], [data-theme="dark"] *) {
      stroke-width: 1.8;
    }
  }
  .dark\:\!text-white {
    &:where([data-theme="dark"], [data-theme="dark"] *) {
      color: var(--color-white) !important;
    }
  }
  .dark\:\!invert {
    &:where([data-theme="dark"], [data-theme="dark"] *) {
      --tw-invert: invert(100%) !important;
      filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,) !important;
    }
  }
  .dark\:hover\:\!bg-white {
    &:where([data-theme="dark"], [data-theme="dark"] *) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-white) !important;
        }
      }
    }
  }
  .dark\:hover\:\!text-gs-blue {
    &:where([data-theme="dark"], [data-theme="dark"] *) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-gs-blue) !important;
        }
      }
    }
  }
}
@layer base {
  :root {
    color-scheme: light;
    --gs-blue: #0f43a4;
    --gs-blue-light: #0d6bc7;
    --gs-blue-dark: #092862;
    --gs-red: #d4020b;
    --gs-bg: #f3f5fa;
    --gs-dark: #020711;
    --gs-deep-dark: #051432;
    --gs-header-height: 80px;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    min-height: 100vh;
    margin: 0;
    font-family: var(--font-sans);
    background: var(--gs-bg);
    color: var(--gs-dark);
    overflow-x: hidden;
  }
  [data-theme="dark"] {
    color-scheme: dark;
    background: var(--gs-dark);
    color: var(--gs-bg);
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  img, svg, video {
    max-width: 100%;
    display: block;
  }
  strong {
    font-weight: 600;
    color: var(--gs-blue-light);
  }
}
@layer components {
  .gs-container {
    width: min(100% - 48px, 1440px);
    margin-inline: auto;
  }
  .gs-card {
    border-radius: var(--radius-gs);
  }
  .gs-marker {
    display: inline-grid;
    width: 25px;
    height: 25px;
    border-radius: 999px;
    background: var(--gs-red);
    border: 4px solid var(--gs-bg);
    box-shadow: 0 0 0 1px var(--gs-blue);
  }
  .gs-btn {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    padding-inline: 30px;
    border-radius: 8px;
    border: 1px solid var(--gs-blue-light);
    background: transparent;
    color: var(--gs-blue-light);
    transition: all 0.18s ease;
  }
  .gs-btn:hover, .gs-btn--footer {
    background: var(--gs-blue-light);
    color: var(--gs-bg);
  }
  .gs-header {
    position: sticky;
    top: 0;
    z-index: 50;
    height: var(--gs-header-height);
    background: var(--gs-blue);
    color: var(--gs-bg);
  }
  .gs-header__inner {
    height: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 32px;
  }
  .gs-header__logo img {
    width: 178px;
    height: auto;
  }
  .gs-header__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: clamp(32px, 5vw, 80px);
    font-size: 18px;
  }
  .gs-header__link {
    position: relative;
    opacity: 0.95;
    transition: opacity 0.18s ease;
  }
  .gs-header__link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.18s ease;
  }
  .gs-header__link:hover::after, .gs-header__link.is-active::after {
    transform: scaleX(1);
  }
  .gs-header__actions {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .gs-theme-toggle, .gs-menu-toggle {
    display: inline-flex;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
  }
  .gs-theme-toggle {
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
  }
  .gs-menu-toggle {
    display: none;
    width: 36px;
    height: 36px;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
  }
  .gs-menu-toggle span {
    width: 26px;
    height: 2px;
    background: currentColor;
  }
  .gs-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: var(--gs-blue);
    color: var(--gs-bg);
    padding: 96px 32px 40px;
  }
  .gs-mobile-menu__nav {
    display: grid;
    gap: 32px;
    font-size: clamp(48px, 14vw, 96px);
    font-weight: 700;
    line-height: 1.1;
  }
  .gs-mobile-menu__footer {
    position: absolute;
    left: 32px;
    bottom: 40px;
    font-size: 22px;
    line-height: 1.25;
  }
  .gs-values {
    overflow: hidden;
  }
  .gs-values-stage {
    position: relative;
    padding-block: 72px;
  }
  .gs-value {
    position: relative;
    line-height: 1.1;
    white-space: nowrap;
    margin: auto;
  }
  .gs-dot-row {
    position: relative;
    display: flex;
    justify-content: space-evenly;
  }
  .gs-dot-row span {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: var(--gs-bg);
    margin: auto 0;
  }
  .gs-input {
    width: 100%;
    border: 1px solid var(--gs-blue);
    border-radius: 4px;
    background: var(--gs-bg);
    color: var(--gs-dark);
    padding: 10px 12px;
    font-size: 14px;
    outline: none;
  }
  .gs-input:focus {
    border-color: var(--gs-blue-light);
    box-shadow: 0 0 0 2px rgb(13 107 199 / 20%);
  }
  .gs-footer {
    background: var(--gs-blue);
    color: var(--gs-bg);
    padding: 72px 0 28px;
  }
  .gs-footer__grid {
    display: grid;
    grid-template-columns: 1.15fr 0.95fr 1.25fr;
    gap: 80px;
    align-items: start;
  }
  .gs-footer__logo {
    width: 188px;
    margin-bottom: 38px;
  }
  .gs-footer__info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    font-size: 14px;
    line-height: 1.25;
  }
  .gs-footer__menus {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 56px;
  }
  .gs-footer__menus h2, .gs-contact-form h2 {
    margin: 0 0 18px;
    font-size: 18px;
    font-weight: 800;
  }
  .gs-footer__menus a {
    display: block;
    margin: 0 0 16px;
    font-size: 14px;
  }
  .gs-socials {
    margin-top: 34px;
    display: flex;
    gap: 18px;
  }
  .gs-socials__link {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgb(243 245 250 / 45%);
    border-radius: 8px;
    font-weight: 800;
    transition: all 0.18s ease;
  }
  .gs-socials__link:hover {
    background: var(--gs-bg);
    color: var(--gs-blue);
  }
  .gs-contact-form {
    display: grid;
    gap: 14px;
  }
  .gs-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .gs-contact-form label span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }
  .gs-form-footer {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 16px;
  }
  .gs-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
  }
  .gs-checkbox span {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip-path: none !important;
  }
  .gs-btn--footer {
    min-height: 34px;
    padding-inline: 28px;
    font-size: 14px;
    border-color: var(--gs-bg);
  }
  .gs-footer__legal {
    margin-top: 52px;
    text-align: center;
    font-size: 12px;
  }
  .gs-back-top {
    position: fixed;
    right: 42px;
    bottom: 42px;
    z-index: 30;
    display: grid;
    justify-items: center;
    gap: 6px;
    color: var(--gs-red);
    font-weight: 800;
    font-size: 14px;
  }
  .gs-back-top span {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 3px solid currentColor;
    display: grid;
    place-items: center;
  }
  .gs-back-top:hover {
    color: var(--gs-light-gray);
  }
  .gs-page {
    min-height: 65vh;
    background: var(--gs-bg);
  }
  .gs-page-hero {
    padding: 140px 0 90px;
    background: var(--gs-blue);
    color: var(--gs-bg);
  }
  .gs-page-hero h1 {
    margin: 0;
    font-size: clamp(56px, 7vw, 110px);
    line-height: 0.95;
    font-weight: 800;
  }
  .gs-timeline {
    padding: 80px 0;
    display: grid;
    gap: 56px;
  }
  .gs-timeline article {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 48px;
    align-items: start;
  }
  .gs-timeline time {
    color: transparent;
    -webkit-text-stroke: 1px var(--gs-blue-light);
    font-size: clamp(72px, 9vw, 150px);
    line-height: 0.8;
    font-weight: 800;
  }
  .gs-timeline p {
    max-width: 640px;
    font-size: 24px;
    line-height: 1.25;
  }
  .gs-contact-page {
    padding: 80px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    font-size: 24px;
  }
  .gs-404 {
    min-height: calc(100vh - var(--gs-header-height));
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 90px;
    background: var(--gs-bg);
    padding: 80px 24px;
  }
  .gs-404__box {
    position: relative;
    width: min(1100px, 90vw);
    min-height: 360px;
    border: 1px solid var(--gs-blue);
    border-radius: var(--radius-gs);
    display: grid;
    place-items: center;
    text-align: center;
  }
  .gs-404__box h1 {
    margin: 0;
    color: var(--gs-blue);
    font-size: clamp(62px, 8vw, 130px);
    line-height: 1.1;
    font-weight: 800;
  }
  .gs-404__box .gs-marker {
    position: absolute;
    left: 50%;
    bottom: -13px;
    transform: translateX(-50%);
  }
  [data-theme="dark"] .bg-gs-bg, [data-theme="dark"] .gs-page, [data-theme="dark"] .gs-404 {
    background: var(--gs-dark);
    color: var(--gs-bg);
  }
  [data-theme="dark"] .gs-card, [data-theme="dark"] .gs-input {
    background: var(--gs-dark);
    color: var(--gs-bg);
  }
  [data-theme="dark"] .text-gs-dark {
    color: var(--gs-bg);
  }
}
@media (max-width: 900px) {
  :root {
    --gs-header-height: 60px;
  }
  .gs-container {
    width: min(100% - 32px, 100%);
  }
  .gs-header__nav {
    display: none;
  }
  .gs-menu-toggle {
    display: inline-flex;
  }
  .gs-header__logo img {
    width: 112px;
  }
  .gs-values-stage {
    padding-block: 42px;
  }
  .gs-value {
    position: relative;
    inset: auto !important;
    display: block;
    white-space: normal;
  }
  .gs-value--reliability, .gs-value--easy {
    text-align: right;
  }
  .gs-dot-row {
    position: relative;
    display: flex;
    justify-content: space-evenly;
  }
  .gs-dot-row span {
    width: 10px;
    height: 10px;
    margin: auto 0;
  }
  .gs-footer__grid, .gs-footer__info, .gs-footer__menus, .gs-form-row, .gs-contact-page, .gs-timeline article {
    grid-template-columns: 1fr;
  }
  .gs-footer__grid {
    gap: 42px;
  }
  .gs-back-top {
    right: 20px;
    bottom: 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-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-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
