/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --font-mono: ui-monospace, "SF Mono", Menlo, monospace;
    --text-2xl: 1.5rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #2563eb;
  }
}
@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 {
  .static {
    position: static;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .resize {
    resize: both;
  }
}
@layer base;
@layer components;
.up-contact-pro {
  padding: 92px 0 78px;
  background: #fff;
}
.up-contact-intro-grid {
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(390px,.72fr);
  gap: 68px;
  align-items: start;
}
.up-contact-copy h2 {
  font-size: clamp(36px,4vw,54px);
  line-height: 1.07;
  letter-spacing: -.04em;
  color: #101828;
  margin: 8px 0 20px;
  max-width: 720px;
}
.up-contact-lead {
  font-size: 17px;
  line-height: 1.8;
  color: #5a6574;
  max-width: 740px;
  margin: 0 0 30px;
}
.up-contact-machine {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #eef2f6;
  box-shadow: 0 24px 58px rgba(11,47,120,.11);
}
.up-contact-machine:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 45%,rgba(5,20,49,.66) 100%);
  pointer-events: none;
}
.up-contact-machine img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.up-contact-machine:hover img {
  transform: scale(1.025);
}
.up-contact-machine-note {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 25px;
  z-index: 2;
  color: #fff;
}
.up-contact-machine-note span {
  display: block;
  font-size: 9px;
  letter-spacing: .2em;
  font-weight: 800;
  color: #c8d9ff;
  margin-bottom: 7px;
}
.up-contact-machine-note strong {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  max-width: 430px;
}
.up-contact-quote-panel {
  position: sticky;
  top: 112px;
  padding: 42px 38px 36px;
  border-radius: 18px;
  background: linear-gradient(145deg,#0b2f78 0%,#061b47 100%);
  color: #fff;
  box-shadow: 0 25px 60px rgba(7,31,82,.22);
  overflow: hidden;
}
.up-contact-quote-panel:before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  right: -110px;
  top: -120px;
}
.up-contact-panel-kicker {
  position: relative;
  display: block;
  font-size: 10px;
  letter-spacing: .2em;
  font-weight: 800;
  color: #bfd1fa;
  margin-bottom: 14px;
}
.up-contact-quote-panel h3 {
  position: relative;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: -.035em;
  color: #fff;
  margin: 0 0 14px;
}
.up-contact-quote-panel>p {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  color: #d7e2f8;
  margin: 0 0 22px;
}
.up-requirement-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  border-top: 1px solid rgba(255,255,255,.14);
}
.up-requirement-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  align-items: start;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.up-requirement-list li>span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  font-size: 9px;
  font-weight: 800;
  color: #dbe7ff;
}
.up-requirement-list b {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 3px;
}
.up-requirement-list small {
  display: block;
  font-size: 11px;
  line-height: 1.5;
  color: #bfcdea;
}
.up-contact-quote-btn {
  position: relative;
  width: 100%;
  justify-content: space-between !important;
  background: #fff !important;
  color: #0b2f78 !important;
  border: 1px solid #fff !important;
  box-shadow: none !important;
}
.up-contact-quote-btn:hover {
  background: #edf3ff !important;
  color: #071f52 !important;
  transform: translateY(-2px);
}
.up-contact-call-link {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 17px;
  font-size: 11px;
  color: #bdcbea;
}
.up-contact-call-link strong {
  color: #fff;
}
.up-contact-card-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
  margin-top: 28px;
}
.up-contact-card-pro {
  min-height: 142px;
  padding: 24px;
  border: 1px solid #e0e6ee;
  border-radius: 14px;
  background: #fff;
  display: grid;
  grid-template-columns: 48px minmax(0,1fr) auto;
  gap: 16px;
  align-items: center;
  transition: .22s ease;
}
a.up-contact-card-pro:hover {
  transform: translateY(-4px);
  border-color: #c6d4e8;
  box-shadow: 0 16px 34px rgba(15,35,64,.08);
}
.up-contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #edf3ff;
  color: #0b2f78;
  display: grid;
  place-items: center;
}
.up-contact-icon svg {
  width: 24px;
  height: 24px;
}
.up-contact-card-pro small {
  display: block;
  font-size: 9px;
  letter-spacing: .18em;
  font-weight: 800;
  color: #0b2f78;
  margin-bottom: 7px;
}
.up-contact-card-pro b {
  display: block;
  font-size: 15px;
  line-height: 1.35;
  color: #101828;
  overflow-wrap: anywhere;
}
.up-contact-card-pro em {
  display: block;
  font-size: 11px;
  line-height: 1.45;
  font-style: normal;
  color: #7a8492;
  margin-top: 5px;
}
.up-contact-card-pro>i {
  font-style: normal;
  font-size: 20px;
  color: #0b2f78;
  transition: transform .2s ease;
}
a.up-contact-card-pro:hover>i {
  transform: translateX(4px);
}
.up-contact-support {
  background: #081d45;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.1);
}
.up-contact-support-grid {
  min-height: 156px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  align-items: stretch;
}
.up-contact-support-grid>div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  align-content: center;
  padding: 30px 24px;
  border-right: 1px solid rgba(255,255,255,.13);
}
.up-contact-support-grid>div:first-child {
  padding-left: 0;
}
.up-contact-support-grid>div:last-child {
  border-right: 0;
  padding-right: 0;
}
.up-contact-support-grid>div>span {
  font-size: 10px;
  font-weight: 800;
  color: #78a8ff;
  padding-top: 3px;
}
.up-contact-support-grid p {
  margin: 0;
}
.up-contact-support-grid b {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 6px;
}
.up-contact-support-grid small {
  display: block;
  font-size: 11px;
  line-height: 1.55;
  color: #b8c5db;
}
@media (max-width:1050px) {
  .up-contact-intro-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .up-contact-quote-panel {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 38px;
  }
  .up-contact-quote-panel .up-contact-panel-kicker,.up-contact-quote-panel h3,.up-contact-quote-panel>p {
    grid-column: 1;
  }
  .up-requirement-list {
    grid-column: 2;
    grid-row: 1/5;
    margin: 0;
  }
  .up-contact-quote-btn,.up-contact-call-link {
    grid-column: 1;
  }
  .up-contact-card-grid {
    grid-template-columns: 1fr 1fr;
  }
  .up-contact-card-grid>div:last-child {
    grid-column: 1/-1;
  }
  .up-contact-support-grid {
    grid-template-columns: 1fr 1fr;
  }
  .up-contact-support-grid>div:nth-child(2) {
    border-right: 0;
  }
  .up-contact-support-grid>div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,.13);
  }
  .up-contact-support-grid>div:first-child,.up-contact-support-grid>div:nth-child(3) {
    padding-left: 0;
  }
}
@media (max-width:700px) {
  .up-contact-pro {
    padding: 58px 0 52px;
  }
  .up-contact-copy h2 {
    font-size: 35px;
  }
  .up-contact-lead {
    font-size: 16px;
  }
  .up-contact-machine {
    border-radius: 12px;
  }
  .up-contact-machine img {
    height: 300px;
  }
  .up-contact-machine-note {
    left: 20px;
    right: 20px;
    bottom: 18px;
  }
  .up-contact-machine-note strong {
    font-size: 17px;
  }
  .up-contact-quote-panel {
    display: block;
    padding: 30px 24px;
    border-radius: 13px;
  }
  .up-contact-quote-panel h3 {
    font-size: 28px;
  }
  .up-requirement-list {
    margin-bottom: 24px;
  }
  .up-contact-card-grid {
    grid-template-columns: 1fr;
  }
  .up-contact-card-grid>div:last-child {
    grid-column: auto;
  }
  .up-contact-card-pro {
    min-height: 128px;
    padding: 20px;
    grid-template-columns: 44px minmax(0,1fr) auto;
  }
  .up-contact-icon {
    width: 44px;
    height: 44px;
  }
  .up-contact-support-grid {
    grid-template-columns: 1fr;
  }
  .up-contact-support-grid>div {
    padding: 22px 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.13);
  }
  .up-contact-support-grid>div:last-child {
    border-bottom: 0;
  }
}
.up-gallery-pro {
  padding: 88px 0 94px;
  background: #f7f9fc;
}
.up-gallery-intro {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(360px,.72fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 30px;
}
.up-gallery-intro h2 {
  font-size: clamp(36px,4vw,54px);
  line-height: 1.07;
  letter-spacing: -.04em;
  color: #101828;
  margin: 8px 0 0;
  max-width: 680px;
}
.up-gallery-intro>p {
  font-size: 16px;
  line-height: 1.8;
  color: #5e6978;
  margin: 0;
  max-width: 610px;
}
.up-gallery-filter {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
  padding-top: 22px;
  border-top: 1px solid #dfe5ec;
}
.up-gallery-filter span {
  padding: 9px 13px;
  border: 1px solid #d7dee8;
  border-radius: 999px;
  background: #fff;
  color: #334155;
  font-size: 11px;
  font-weight: 750;
}
.up-gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  grid-auto-rows: 300px;
  gap: 18px;
}
.up-gallery-mosaic figure {
  position: relative;
  margin: 0;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e6ed;
  box-shadow: 0 8px 24px rgba(15,35,64,.05);
}
.up-gallery-mosaic figure.is-wide {
  grid-column: span 2;
}
.up-gallery-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}
.up-gallery-mosaic figure:hover img {
  transform: scale(1.035);
}
.up-gallery-mosaic figure:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 48%,rgba(5,20,49,.78) 100%);
  pointer-events: none;
}
.up-gallery-mosaic figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 19px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}
.up-gallery-mosaic figcaption span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  color: #9fc0ff;
}
.up-gallery-mosaic figcaption strong {
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
}
.up-gallery-admin-note {
  margin-top: 28px;
  padding: 34px 38px;
  border-radius: 15px;
  background: #0b2f78;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.up-gallery-admin-note span {
  font-size: 9px;
  letter-spacing: .2em;
  font-weight: 800;
  color: #c6d7f8;
}
.up-gallery-admin-note h3 {
  font-size: 27px;
  line-height: 1.2;
  color: #fff;
  margin: 7px 0 7px;
}
.up-gallery-admin-note p {
  font-size: 13px;
  line-height: 1.65;
  color: #d7e2f5;
  margin: 0;
  max-width: 660px;
}
.up-gallery-admin-note .up-btn {
  flex: 0 0 auto;
  background: #fff !important;
  color: #0b2f78 !important;
  border-color: #fff !important;
  box-shadow: none !important;
}
.up-gallery-admin-note .up-btn:hover {
  background: #edf3ff !important;
  color: #071f52 !important;
}
@media (max-width:980px) {
  .up-gallery-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .up-gallery-mosaic {
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-auto-rows: 280px;
  }
  .up-gallery-mosaic figure.is-wide {
    grid-column: span 2;
  }
}
@media (max-width:700px) {
  .up-gallery-pro {
    padding: 58px 0 64px;
  }
  .up-gallery-intro h2 {
    font-size: 35px;
  }
  .up-gallery-intro>p {
    font-size: 15px;
  }
  .up-gallery-mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
    gap: 14px;
  }
  .up-gallery-mosaic figure.is-wide {
    grid-column: auto;
  }
  .up-gallery-admin-note {
    padding: 28px 24px;
    flex-direction: column;
    align-items: flex-start;
  }
  .up-gallery-admin-note .up-btn {
    width: 100%;
  }
}
.up-product-detail-pro {
  padding: 88px 0 92px;
  background: #fff;
}
.up-product-overview {
  display: grid;
  grid-template-columns: minmax(420px,.92fr) minmax(0,1.08fr);
  gap: 72px;
  align-items: center;
}
.up-product-showcase {
  position: relative;
}
.up-product-image-stage {
  min-height: 520px;
  padding: 34px;
  border: 1px solid #e1e7ee;
  border-radius: 18px;
  background: linear-gradient(145deg,#f9fafc,#eef3f8);
  display: grid;
  place-items: center;
  box-shadow: 0 20px 52px rgba(15,35,64,.08);
}
.up-product-image-stage img {
  width: 100%;
  height: 100%;
  max-height: 455px;
  object-fit: contain;
  filter: drop-shadow(0 20px 24px rgba(15,35,64,.12));
}
.up-product-image-meta {
  position: relative;
  margin: -62px 24px 0;
  padding: 22px 24px;
  border-radius: 12px;
  background: #0b2f78;
  color: #fff;
  box-shadow: 0 18px 38px rgba(11,47,120,.2);
}
.up-product-image-meta span {
  display: block;
  font-size: 9px;
  letter-spacing: .18em;
  font-weight: 800;
  color: #bcd0fa;
  margin-bottom: 6px;
}
.up-product-image-meta strong {
  display: block;
  font-size: 17px;
  line-height: 1.35;
  color: #fff;
}
.up-product-image-meta small {
  display: block;
  font-size: 11px;
  color: #d8e3f7;
  margin-top: 5px;
}
.up-product-summary h2,.up-product-planning-copy h2 {
  font-size: clamp(36px,3.8vw,52px);
  line-height: 1.08;
  letter-spacing: -.04em;
  color: #101828;
  margin: 8px 0 18px;
}
.up-product-lead {
  font-size: 17px;
  line-height: 1.8;
  color: #5b6675;
  margin: 0 0 24px;
}
.up-product-keypoints {
  border-top: 1px solid #dde4ec;
}
.up-product-keypoints>div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid #dde4ec;
}
.up-product-keypoints>div>span {
  font-size: 10px;
  font-weight: 800;
  color: #0b2f78;
  padding-top: 3px;
}
.up-product-keypoints p {
  margin: 0;
}
.up-product-keypoints b {
  display: block;
  font-size: 14px;
  color: #172033;
  margin-bottom: 3px;
}
.up-product-keypoints small {
  display: block;
  font-size: 12px;
  line-height: 1.55;
  color: #727d8d;
}
.up-product-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.up-product-benefits {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px;
  margin-top: 72px;
}
.up-product-benefits article {
  min-height: 230px;
  padding: 28px 25px;
  border: 1px solid #e1e6ed;
  border-radius: 14px;
  background: #fff;
  transition: .22s ease;
}
.up-product-benefits article:hover {
  transform: translateY(-4px);
  border-color: #c6d4e6;
  box-shadow: 0 16px 36px rgba(15,35,64,.07);
}
.up-product-benefits article>span {
  display: block;
  font-size: 10px;
  letter-spacing: .14em;
  font-weight: 800;
  color: #0b2f78;
  margin-bottom: 34px;
}
.up-product-benefits h3 {
  font-size: 19px;
  line-height: 1.3;
  color: #101828;
  margin: 0 0 10px;
}
.up-product-benefits p {
  font-size: 13px;
  line-height: 1.7;
  color: #687386;
  margin: 0;
}
.up-product-planning {
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(380px,.75fr);
  gap: 72px;
  align-items: center;
  margin-top: 76px;
  padding: 64px;
  border-radius: 18px;
  background: #f6f8fb;
  border: 1px solid #e4e9ef;
}
.up-product-planning-copy>p {
  font-size: 16px;
  line-height: 1.8;
  color: #5e6877;
  margin: 0;
}
.up-product-apps {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.up-product-apps span {
  padding: 9px 12px;
  border: 1px solid #d7dfe9;
  border-radius: 999px;
  background: #fff;
  font-size: 11px;
  font-weight: 700;
  color: #334155;
}
.up-product-process {
  background: #081f4d;
  color: #fff;
  border-radius: 14px;
  padding: 8px 28px;
}
.up-product-process>div {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  padding: 19px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.up-product-process>div:last-child {
  border-bottom: 0;
}
.up-product-process b {
  font-size: 10px;
  color: #87aeff;
  padding-top: 3px;
}
.up-product-process span {
  font-size: 12px;
  line-height: 1.55;
  color: #c6d2e8;
}
.up-product-process strong {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 3px;
}
.up-machine-info-band-pro {
  margin-top: 28px;
}
@media (max-width:1050px) {
  .up-product-overview {
    grid-template-columns: 1fr;
    gap: 46px;
  }
  .up-product-showcase {
    max-width: 760px;
  }
  .up-product-benefits {
    grid-template-columns: repeat(2,1fr);
  }
  .up-product-planning {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 48px;
  }
}
@media (max-width:700px) {
  .up-product-detail-pro {
    padding: 58px 0 64px;
  }
  .up-product-image-stage {
    min-height: 330px;
    padding: 20px;
    border-radius: 13px;
  }
  .up-product-image-stage img {
    max-height: 290px;
  }
  .up-product-image-meta {
    margin: -38px 14px 0;
    padding: 18px;
  }
  .up-product-summary h2,.up-product-planning-copy h2 {
    font-size: 34px;
  }
  .up-product-lead {
    font-size: 16px;
  }
  .up-product-actions {
    flex-direction: column;
  }
  .up-product-actions .up-btn {
    width: 100%;
  }
  .up-product-benefits {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
  .up-product-benefits article {
    min-height: 0;
    padding: 24px;
  }
  .up-product-benefits article>span {
    margin-bottom: 20px;
  }
  .up-product-planning {
    margin-top: 52px;
    padding: 30px 22px;
    border-radius: 13px;
  }
  .up-product-process {
    padding: 6px 20px;
  }
}
.up-products-pro {
  padding: 88px 0 94px;
  background: #f7f9fc;
}
.up-products-intro {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(360px,.7fr);
  gap: 80px;
  align-items: end;
}
.up-products-intro h2 {
  font-size: clamp(38px,4.3vw,58px);
  line-height: 1.04;
  letter-spacing: -.045em;
  color: #101828;
  margin: 8px 0 0;
  max-width: 760px;
}
.up-products-intro>p {
  font-size: 16px;
  line-height: 1.8;
  color: #5e6978;
  margin: 0;
}
.up-products-trust {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin: 42px 0 78px;
  background: #fff;
  border: 1px solid #e0e6ed;
  border-radius: 14px;
  overflow: hidden;
}
.up-products-trust>div {
  padding: 25px 24px;
  border-right: 1px solid #e3e8ef;
}
.up-products-trust>div:last-child {
  border-right: 0;
}
.up-products-trust b {
  display: block;
  font-size: 19px;
  line-height: 1.2;
  color: #0b2f78;
  margin-bottom: 6px;
}
.up-products-trust span {
  display: block;
  font-size: 11px;
  line-height: 1.5;
  color: #748093;
}
.up-product-category {
  margin-top: 72px;
  padding-top: 64px;
  border-top: 1px solid #dce3eb;
}
.up-product-category:first-of-type {
  margin-top: 0;
}
.up-product-category-head {
  display: grid;
  grid-template-columns: 70px minmax(0,780px);
  gap: 24px;
  align-items: start;
  margin-bottom: 30px;
}
.up-category-number {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #0b2f78;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.up-product-category-head span {
  font-size: 9px;
  letter-spacing: .2em;
  font-weight: 800;
  color: #0b2f78;
}
.up-product-category-head h2 {
  font-size: clamp(30px,3vw,42px);
  line-height: 1.1;
  letter-spacing: -.035em;
  color: #101828;
  margin: 7px 0 10px;
}
.up-product-category-head p {
  font-size: 15px;
  line-height: 1.7;
  color: #667085;
  margin: 0;
  max-width: 720px;
}
.up-products-card-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 20px;
}
.up-products-card-grid.has-four {
  grid-template-columns: repeat(4,minmax(0,1fr));
}
.up-products-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fff;
  border: 1px solid #e0e6ed;
  border-radius: 15px;
  overflow: hidden;
  transition: .25s ease;
}
.up-products-card:hover {
  transform: translateY(-5px);
  border-color: #c6d4e7;
  box-shadow: 0 18px 42px rgba(15,35,64,.09);
}
.up-products-card-image {
  position: relative;
  height: 245px;
  background: linear-gradient(145deg,#fff,#eef3f8);
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid #e6ebf1;
}
.up-products-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
  transition: transform .4s ease;
}
.up-products-card:hover .up-products-card-image img {
  transform: scale(1.04);
}
.up-products-card-image>span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 9px;
  border-radius: 5px;
  background: #0b2f78;
  color: #fff;
  font-size: 8px;
  letter-spacing: .13em;
  font-weight: 800;
  opacity: 0;
  transform: translateY(5px);
  transition: .22s;
}
.up-products-card:hover .up-products-card-image>span {
  opacity: 1;
  transform: none;
}
.up-products-card-body {
  padding: 23px 22px 25px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.up-products-card-body small {
  font-size: 8px;
  letter-spacing: .18em;
  font-weight: 800;
  color: #0b2f78;
}
.up-products-card-body h3 {
  font-size: 20px;
  line-height: 1.28;
  color: #101828;
  margin: 10px 0 9px;
}
.up-products-card-body p {
  font-size: 13px;
  line-height: 1.65;
  color: #6b7584;
  margin: 0 0 20px;
}
.up-products-card-body>b {
  margin-top: auto;
  font-size: 12px;
  color: #0b2f78;
}
.up-products-card-body>b i {
  font-style: normal;
  margin-left: 5px;
  transition: margin .2s;
}
.up-products-card:hover .up-products-card-body>b i {
  margin-left: 10px;
}
.up-products-line-cta {
  margin-top: 82px;
  padding: 46px 48px;
  border-radius: 17px;
  background: linear-gradient(135deg,#0b2f78,#061b47);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 46px;
}
.up-products-line-cta span {
  font-size: 9px;
  letter-spacing: .2em;
  font-weight: 800;
  color: #bfd1f5;
}
.up-products-line-cta h2 {
  font-size: 31px;
  line-height: 1.18;
  color: #fff;
  margin: 7px 0;
}
.up-products-line-cta p {
  font-size: 13px;
  line-height: 1.65;
  color: #d6e0f3;
  margin: 0;
  max-width: 680px;
}
.up-products-line-cta .up-btn {
  flex: 0 0 auto;
}
@media (max-width:1100px) {
  .up-products-card-grid.has-four {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .up-products-trust {
    grid-template-columns: repeat(2,1fr);
  }
  .up-products-trust>div:nth-child(2) {
    border-right: 0;
  }
  .up-products-trust>div:nth-child(-n+2) {
    border-bottom: 1px solid #e3e8ef;
  }
}
@media (max-width:760px) {
  .up-products-pro {
    padding: 58px 0 64px;
  }
  .up-products-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .up-products-intro h2 {
    font-size: 38px;
  }
  .up-products-trust {
    grid-template-columns: 1fr 1fr;
    margin: 32px 0 54px;
  }
  .up-products-trust>div {
    padding: 20px 16px;
  }
  .up-product-category {
    margin-top: 52px;
    padding-top: 44px;
  }
  .up-product-category-head {
    grid-template-columns: 44px 1fr;
    gap: 15px;
  }
  .up-category-number {
    width: 42px;
    height: 42px;
  }
  .up-product-category-head h2 {
    font-size: 30px;
  }
  .up-products-card-grid,.up-products-card-grid.has-four {
    grid-template-columns: 1fr;
  }
  .up-products-card-image {
    height: 235px;
  }
  .up-products-line-cta {
    margin-top: 58px;
    padding: 32px 24px;
    flex-direction: column;
    align-items: flex-start;
  }
  .up-products-line-cta .up-btn {
    width: 100%;
  }
}
.up-product-image-stage.is-hidden,.up-products-card-image.is-hidden {
  background: linear-gradient(145deg,#f8fafc,#e8eef6);
}
.up-product-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px;
  color: #0b2f78;
}
.up-product-image-placeholder span {
  font-size: 8px;
  letter-spacing: .2em;
  font-weight: 800;
  color: #71809a;
  margin-bottom: 10px;
}
.up-product-image-placeholder b {
  font-size: 17px;
  line-height: 1.35;
  color: #0b2f78;
  max-width: 260px;
}
.up-product-image-placeholder small {
  font-size: 10px;
  color: #8894a7;
  margin-top: 7px;
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-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-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
