﻿/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-black: #161616;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-xl: 80rem;
    --container-3xl: 48rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --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);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-md: 12px;
    --aspect-video: 16 / 9;
    --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-primary: #007db3;
  }
}
@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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .-top-8 {
    top: calc(var(--spacing) * -8);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-12 {
    top: calc(var(--spacing) * 12);
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-12 {
    right: calc(var(--spacing) * 12);
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .order-1 {
    order: 1;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-9 {
    grid-column: span 9 / span 9;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .float-left {
    float: left;
  }
  .float-right {
    float: right;
  }
  .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;
    }
  }
  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .-mt-3 {
    margin-top: calc(var(--spacing) * -3);
  }
  .-mt-14 {
    margin-top: calc(var(--spacing) * -14);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .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-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-36 {
    margin-top: calc(var(--spacing) * 36);
  }
  .mt-\[6\.5rem\] {
    margin-top: 6.5rem;
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .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-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-32 {
    margin-bottom: calc(var(--spacing) * 32);
  }
  .-ml-4 {
    margin-left: calc(var(--spacing) * -4);
  }
  .-ml-8 {
    margin-left: calc(var(--spacing) * -8);
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-auto {
    margin-left: 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-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-72 {
    height: calc(var(--spacing) * 72);
  }
  .h-\[12rem\] {
    height: 12rem;
  }
  .h-\[100dvh\] {
    height: 100dvh;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-full {
    height: 100%;
  }
  .max-h-80 {
    max-height: calc(var(--spacing) * 80);
  }
  .max-h-\[40px\] {
    max-height: 40px;
  }
  .min-h-\[2\.182rem\] {
    min-height: 2.182rem;
  }
  .w-1\/12 {
    width: calc(1/12 * 100%);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-5\/6 {
    width: calc(5/6 * 100%);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-screen-xl {
    max-width: var(--breakpoint-xl);
  }
  .min-w-\[600px\] {
    min-width: 600px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .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;
  }
  .list-none {
    list-style-type: none;
  }
  .appearance-none {
    appearance: none;
  }
  .auto-rows-\[minmax\(24px\,auto\)\] {
    grid-auto-rows: minmax(24px,auto);
  }
  .auto-rows-\[minmax\(32px\,auto\)\] {
    grid-auto-rows: minmax(32px,auto);
  }
  .auto-rows-\[minmax\(36px\,auto\)\] {
    grid-auto-rows: minmax(36px,auto);
  }
  .auto-rows-\[minmax\(48px\,auto\)\] {
    grid-auto-rows: minmax(48px,auto);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .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;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .space-y-2 {
    :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)));
    }
  }
  .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-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .space-x-6 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-8 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .justify-self-center {
    justify-self: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overscroll-none {
    overscroll-behavior: none;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-r-2xl {
    border-top-right-radius: var(--radius-2xl);
    border-bottom-right-radius: var(--radius-2xl);
  }
  .rounded-b-xl {
    border-bottom-right-radius: var(--radius-xl);
    border-bottom-left-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-4 {
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
  }
  .border-r-0 {
    border-right-style: var(--tw-border-style);
    border-right-width: 0px;
  }
  .border-r-2 {
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[url\(\'\/Frontend\/Images\/pario\/2024\/cta-bg\.webp\'\)\] {
    background-image: url('/Frontend/Images/pario/2024/cta-bg.webp');
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-top {
    object-position: top;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .py-32 {
    padding-block: calc(var(--spacing) * 32);
  }
  .py-\[10rem\] {
    padding-block: 10rem;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-48 {
    padding-top: calc(var(--spacing) * 48);
  }
  .pt-\[6rem\] {
    padding-top: 6rem;
  }
  .pt-\[20rem\] {
    padding-top: 20rem;
  }
  .pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pb-28 {
    padding-bottom: calc(var(--spacing) * 28);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-top {
    vertical-align: top;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .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-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-primary {
    color: var(--color-primary) !important;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-95 {
    opacity: 95%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .drop-shadow-2xl {
    --tw-drop-shadow-size: drop-shadow(0 25px 25px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-2xl));
    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,);
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .group-hover\:visible {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        visibility: visible;
      }
    }
  }
  .group-hover\:block {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: block;
      }
    }
  }
  .group-hover\:transform {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-hover\/inner\:text-white {
    &:is(:where(.group\/inner):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:rounded-b-lg {
    &:hover {
      @media (hover: hover) {
        border-bottom-right-radius: var(--radius-lg);
        border-bottom-left-radius: var(--radius-lg);
      }
    }
  }
  .hover\:bg-primary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary);
      }
    }
  }
  .hover\:px-5 {
    &:hover {
      @media (hover: hover) {
        padding-inline: calc(var(--spacing) * 5);
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:right-12 {
    @media (width >= 40rem) {
      right: calc(var(--spacing) * 12);
    }
  }
  .sm\:left-auto {
    @media (width >= 40rem) {
      left: auto;
    }
  }
  .sm\:my-4 {
    @media (width >= 40rem) {
      margin-block: calc(var(--spacing) * 4);
    }
  }
  .sm\:mt-0 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:-ml-6 {
    @media (width >= 40rem) {
      margin-left: calc(var(--spacing) * -6);
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:justify-center {
    @media (width >= 40rem) {
      justify-content: center;
    }
  }
  .sm\:gap-2 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .sm\:gap-x-6 {
    @media (width >= 40rem) {
      column-gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:gap-y-6 {
    @media (width >= 40rem) {
      row-gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:border-0 {
    @media (width >= 40rem) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .sm\:px-12 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .sm\:py-0 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .sm\:py-4 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .md\:-right-7 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * -7);
    }
  }
  .md\:right-\[calc\(10\%\)\] {
    @media (width >= 48rem) {
      right: calc(10%);
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:order-3 {
    @media (width >= 48rem) {
      order: 3;
    }
  }
  .md\:col-span-3 {
    @media (width >= 48rem) {
      grid-column: span 3 / span 3;
    }
  }
  .md\:col-span-5 {
    @media (width >= 48rem) {
      grid-column: span 5 / span 5;
    }
  }
  .md\:col-span-6 {
    @media (width >= 48rem) {
      grid-column: span 6 / span 6;
    }
  }
  .md\:col-span-7 {
    @media (width >= 48rem) {
      grid-column: span 7 / span 7;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-7 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 7);
    }
  }
  .md\:mt-8 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .md\:mr-2 {
    @media (width >= 48rem) {
      margin-right: calc(var(--spacing) * 2);
    }
  }
  .md\:mr-auto {
    @media (width >= 48rem) {
      margin-right: auto;
    }
  }
  .md\:ml-0 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .md\:\!hidden {
    @media (width >= 48rem) {
      display: none !important;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-80 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 80);
    }
  }
  .md\:h-\[43\.63rem\] {
    @media (width >= 48rem) {
      height: 43.63rem;
    }
  }
  .md\:h-\[360px\] {
    @media (width >= 48rem) {
      height: 360px;
    }
  }
  .md\:w-5\/12 {
    @media (width >= 48rem) {
      width: calc(5/12 * 100%);
    }
  }
  .md\:w-7\/12 {
    @media (width >= 48rem) {
      width: calc(7/12 * 100%);
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:grid-cols-1 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-12 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .md\:grid-rows-2 {
    @media (width >= 48rem) {
      grid-template-rows: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-16 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .md\:gap-24 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 24);
    }
  }
  .md\:gap-x-8 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-y-8 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 8);
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:p-12 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:px-12 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .md\:px-48 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 48);
    }
  }
  .md\:py-4 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-\[42rem\] {
    @media (width >= 48rem) {
      padding-top: 42rem;
    }
  }
  .md\:pr-8 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 8);
    }
  }
  .md\:pr-12 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 12);
    }
  }
  .md\:pl-0 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .md\:pl-48 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 48);
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:relative {
    @media (width >= 64rem) {
      position: relative;
    }
  }
  .lg\:top-12 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 12);
    }
  }
  .lg\:z-40 {
    @media (width >= 64rem) {
      z-index: 40;
    }
  }
  .lg\:z-50 {
    @media (width >= 64rem) {
      z-index: 50;
    }
  }
  .lg\:my-8 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 8);
    }
  }
  .lg\:mt-12 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .lg\:-ml-12 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * -12);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-96 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 96);
    }
  }
  .lg\:h-\[420px\] {
    @media (width >= 64rem) {
      height: 420px;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-2\/3 {
    @media (width >= 64rem) {
      width: calc(2/3 * 100%);
    }
  }
  .lg\:w-2\/5 {
    @media (width >= 64rem) {
      width: calc(2/5 * 100%);
    }
  }
  .lg\:w-3\/5 {
    @media (width >= 64rem) {
      width: calc(3/5 * 100%);
    }
  }
  .lg\:w-5\/12 {
    @media (width >= 64rem) {
      width: calc(5/12 * 100%);
    }
  }
  .lg\:w-7\/12 {
    @media (width >= 64rem) {
      width: calc(7/12 * 100%);
    }
  }
  .lg\:w-64 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 64);
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:min-w-\[1024px\] {
    @media (width >= 64rem) {
      min-width: 1024px;
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:gap-x-10 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:gap-y-10 {
    @media (width >= 64rem) {
      row-gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:bg-gradient-to-r {
    @media (width >= 64rem) {
      --tw-gradient-position: to right in oklab;
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
  }
  .lg\:from-white {
    @media (width >= 64rem) {
      --tw-gradient-from: var(--color-white);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .lg\:px-5 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .lg\:px-12 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .lg\:px-48 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 48);
    }
  }
  .lg\:pt-12 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .lg\:pt-16 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .lg\:pt-44 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 44);
    }
  }
  .lg\:pr-12 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 12);
    }
  }
  .lg\:pb-12 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-lg {
    @media (width >= 64rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:group-hover\:translate-x-\[8\.3rem\] {
    @media (width >= 64rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          --tw-translate-x: 8.3rem;
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
  .lg\:group-hover\:translate-x-\[15\.5rem\] {
    @media (width >= 64rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          --tw-translate-x: 15.5rem;
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
  .lg\:group-hover\:translate-x-\[17\.3rem\] {
    @media (width >= 64rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          --tw-translate-x: 17.3rem;
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
  .xl\:-mt-0 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * -0);
    }
  }
  .xl\:min-w-\[1280px\] {
    @media (width >= 80rem) {
      min-width: 1280px;
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:gap-x-10 {
    @media (width >= 80rem) {
      column-gap: calc(var(--spacing) * 10);
    }
  }
  .xl\:gap-y-10 {
    @media (width >= 80rem) {
      row-gap: calc(var(--spacing) * 10);
    }
  }
  .xl\:pt-0 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .xl\:group-hover\:translate-x-\[8\.3rem\] {
    @media (width >= 80rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          --tw-translate-x: 8.3rem;
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
  .xl\:group-hover\:translate-x-\[15\.5rem\] {
    @media (width >= 80rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          --tw-translate-x: 15.5rem;
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
  .xl\:group-hover\:translate-x-\[17rem\] {
    @media (width >= 80rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          --tw-translate-x: 17rem;
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
  .\32 xl\:mb-8 {
    @media (width >= 96rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .\32 xl\:w-1\/2 {
    @media (width >= 96rem) {
      width: calc(1/2 * 100%);
    }
  }
  .\32 xl\:pt-36 {
    @media (width >= 96rem) {
      padding-top: calc(var(--spacing) * 36);
    }
  }
  .\32 xl\:text-3xl {
    @media (width >= 96rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .\32 xl\:text-xl {
    @media (width >= 96rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
}
@font-face {
  font-family: 'SofiaWebFont';
  src: url('font/SofiaProLight-webfont.eot');
  src: url('font/SofiaProLight-webfont.eot?iefix') format('eot'), url('font/SofiaProLight-webfont.woff') format('woff'), url('font/SofiaProLight-webfont.ttf') format('truetype'), url('font/SofiaProLight-webfont.svg#webfont') format('svg');
}
h1, h2, h3, h5, h6, p {
  border: none;
}
.login-nav {
  display: none;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
  padding: 0;
  background-color: white;
}
sup {
  font-size: 9px;
}
.logo {
  background-image: url('/Frontend/Images/SCM/scm_logo.jpg');
  background-repeat: no-repeat;
  width: 129px;
  height: 70px;
  margin-top: -12px;
}
.logo-fr {
  background-image: url('/Frontend/Images/SCM/scm_logo_fr.jpg');
  background-repeat: no-repeat;
  width: 164px;
  height: 70px;
}
a:link {
  color: #226681;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active, a:focus, a:visited {
  text-decoration: none !important;
  color: #226681;
}
a img {
  border: 0px;
}
p {
  line-height: 24px;
}
h1 {
  color: #007db3;
  font-size: 18px;
}
h2 {
  font-size: 18px;
  font-weight: 700;
  color: #007db3;
  line-height: 1.3;
  font-style: normal;
  padding: 5px 0px;
}
table td {
  padding: 10px;
}
blockquote {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  color: #4c788a;
}
.contact_name {
  color: #D34D27;
  text-shadow: none;
  font-weight: 700;
}
.soultion_feature {
  background-repeat: no-repeat;
}
.soultion_feature td {
  padding: 0px 10px;
  line-height: 20px;
}
.soultion_feature h3 {
  font-size: 28px !important;
  line-height: 30px !important;
  text-shadow: 1px 1px #757575;
}
.soultion_feature h4 {
  font-size: 20px !important;
  line-height: 30px !important;
  color: black;
  text-shadow: 1px 1px #757575;
}
.soultion_feature .left-col {
  background-color: #efefef;
  padding: 20px;
  width: 600px;
  height: 310px;
  float: left;
}
.soultion_feature .right-col {
  font-weight: bold;
  color: white;
  width: 220px;
  float: left;
  padding: 20px;
  height: 310px;
  padding-left: 35px;
  background-repeat: no-repeat;
}
.soultion_feature .right-col a {
  color: white;
  font-weight: bold;
}
#alert_io {
  color: red;
  font-weight: bold;
  padding: 5px 0px;
}
.lgen {
  margin: 5px 0px;
  padding: 5px;
  border: 1px solid #818085;
  border-radius: 3px;
  width: 200px;
}
.form_fields label {
  display: block;
  font-weight: bold;
}
.form_fields span {
  color: red;
}
#loading {
  display: none;
  width: 20%;
  height: 55%;
  background-color: white;
  opacity: 0.8;
  position: absolute;
}
.eml {
  display: none;
}
.guts h2, .guts_products h2 {
  position: relative;
  min-height: 23px;
  font-size: 26px !important;
  text-shadow: 1px 1px #FFF;
  font-weight: bold;
  color: #808084;
  text-transform: initial !important;
  font-family: 'Magra', sans-serif !important;
  border-bottom: 1px solid #c2c2c3;
  width: 955px;
  margin-left: -34px;
  margin-bottom: 0px;
  margin-top: -35px;
  padding: 5px 20px 40px 20px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 24%, rgba(243, 243, 243, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(24%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(243, 243, 243, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 24%, rgba(243, 243, 243, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 24%, rgba(243, 243, 243, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 24%, rgba(243, 243, 243, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 24%, rgba(243, 243, 243, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
}
._guts_prog h2, ._prog {
  margin-left: -229px !important;
}
.h2_arrow {
  background-image: url('/Frontend/Images/Opta/h2_arrow.png');
  background-repeat: no-repeat;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 9;
  margin-top: -26px;
  margin-left: -35px;
  display: none;
}
h3 {
  font-weight: bold;
  line-height: 21px;
}
.guts h3 {
  font-size: 15px;
  color: black;
  font-weight: bold;
}
.feature {
  width: 840px;
  margin-left: 30px;
}
.feature h3 {
  font-size: 32px;
  font-weight: 300;
  line-height: 30px;
}
.feature a {
  font-weight: 600;
}
.feature p {
  font-size: 14px;
  color: gray;
}
.feature img {
  margin-top: 30px;
}
.feature td {
  border-top: 1px solid #bfc8ce;
}
h4 {
  font-size: 14px;
  color: #808084;
  font-weight: 600;
  color: #333;
}
h5 {
  font-weight: bold;
  font-size: 14px;
}
.item p {
  margin-top: 4px;
  margin-bottom: 2px;
}
.item h3 {
  font-size: 12px;
}
.intro-guts h3 {
  font-size: 20px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.current {
  font-weight: bold !important;
}
.container {
  width: 996px;
  margin: 0 auto;
}
.content {
  background-color: White;
}
.nav {
  padding: 10px 0px 30px 0p20 font-family:'Open Sans', sans-serif;
  font-size: 12px;
}
.accordionSCM h5 {
  width: 95%;
  height: 30px;
  border-bottom: 1px solid black;
  padding: 10px;
  border-bottom: 1px dotted #bfc8ce;
}
.accordionSCM h5 img {
  float: right;
}
.nav ul {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
}
.nav li {
  border-top: 4px solid #808084;
}
.nav a {
  font-weight: 400 !important;
}
.nav a:link {
  font-style: normal !important;
  color: black;
}
.nav a:hover {
  color: #226681;
  text-decoration: none;
}
.nav a:visited {
  color: black;
  text-decoration: none;
}
.sub-nav {
  line-height: 20px;
  margin-left: 30px !important;
}
.sub-nav li {
  color: #d34e27;
  font-size: 13px !important;
  cursor: pointer;
}
.sub-nav li a {
  color: #d34e27;
  font-size: 13px !important;
  cursor: pointer;
}
.row #NavigationSideBar ul {
  margin-right: 12px;
  border-right: 0px solid #d8d8d8;
}
.left-nav ul {
  list-style-type: none;
  font-family: 'Magra', sans-serif;
  padding: 0;
  margin: 0;
}
.left-nav li a {
  font-style: normal;
  font-size: 13px;
  color: #226681;
}
.logos {
  padding: 7px 0px 10px 0px;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  width: 987px;
}
.logos ul {
  list-style-type: none;
  float: right;
}
.logos li {
  float: left;
  padding-right: 15px;
  margin-left: 0px;
}
.main-image {
  float: left;
  width: 996px;
  height: 514px;
  background-image: url('/Frontend/Images/Opta/Symbol-Spin-Final.jpg');
}
.product-list {
  background-color: White;
  width: 870px;
  line-height: 18px;
  margin-left: 65px;
}
.product-thumb {
  float: left;
  padding-right: 32px;
}
.footer {
  padding: 15px;
  min-height: 230px;
  margin-bottom: 30px;
  color: #393939;
}
.breadcrumb #NavigationPath {
  padding: 0px 0px;
  color: black;
  font-size: 12px;
  border-bottom: #f0f0f0 1px dotted;
  height: 25px;
}
.product-footer {
  background-image: url('../Frontend/Images/Opta/footer.jpg');
  background-repeat: repeat-x;
  background-color: #f0f0f1;
  padding: 10px 0px 10px 30px;
  height: 200px;
  width: 966px;
}
.body {
  padding: 20px;
}
.guts {
  padding: 15px;
  min-height: 350px;
  float: left;
  width: 730px;
}
div#NavigationSideBar {
  margin-bottom: 0px !important;
}
.nav_header {
  padding: 5px;
  background-color: black;
  color: white;
  margin-top: -5px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
}
.nav_porducts {
  float: right;
  width: 192px;
  margin-top: 100px;
  border: 1px solid #d9dee9;
  border-radius: 5px;
  box-shadow: 2px 2px 10px #dddddd;
}
.nav_porducts a {
  padding: 5px 10px;
  width: 90%;
  display: inline-block;
}
.nav_porducts a:hover {
  color: #d34e27;
}
.nav_porducts li {
  width: 100%;
  padding: 15px 5px;
  border-top: 0px solid black;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 79%, rgba(243, 243, 243, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(79%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(243, 243, 243, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 79%, rgba(243, 243, 243, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 79%, rgba(243, 243, 243, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 79%, rgba(243, 243, 243, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 79%, rgba(243, 243, 243, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
}
.guts p {
  line-height: 23px;
}
.intro {
  width: 671px;
  height: 100px;
  padding: 20px;
  background-image: url('../Frontend/Images/Opta/grad.jpg');
}
.intro p {
  line-height: 14px;
  line-height: 18px;
}
.intro img {
  margin-right: 10px;
}
.intro-guts {
  padding: 0px;
  color: White;
  float: right;
  width: 500px;
  font-weight: bold;
}
.guts li {
  line-height: 20px;
  padding-bottom: 5px;
}
iframe {
  overflow-x: hidden;
  overflow-y: auto;
}
.odd {
  background-color: #f2f2f2;
}
#Div1, #Div2, #Div3, #Div4, #Div5, #Div6, #Div7, #Div8, #Div9, #Div10 {
  color: White !important;
  font-weight: bold;
}
.login-nav {
  position: absolute;
  background-color: white;
  width: 170px;
  margin-top: 30px !important;
  margin-left: 51px !important;
}
.login-nav li {
  border-top: 1px solid #f1f1f1;
  float: none;
  padding: 5px;
}
.login-nav li:hover {
  background-color: #f1f1f1 !important;
}
.styled-select select {
  background: transparent;
  width: 210px;
  cursor: pointer;
  -webkit-appearance: none;
  padding-top: 2px;
  border: 0px solid #ccc;
  font-family: 'Magra', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  background-position: right;
}
.styled-select {
  width: 160px;
  height: 23px;
  overflow: hidden;
  border: 1px solid #cacaca;
  background: url("arrow.png") no-repeat right #f1f1f1;
}
.styled-select-fr select {
  background: transparent;
  width: 340px;
  cursor: pointer;
  -webkit-appearance: none;
  padding-top: 2px;
  border: 0px solid #ccc;
  font-family: 'Magra', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}
.request_btn {
  background-color: #D34D27;
  padding: 3px;
  font-size: 13px;
  color: white;
  text-align: center;
  text-shadow: 0px 0px 0px !important;
  margin: 5px 0px;
}
.styled-select-fr {
  width: 260px;
  height: 23px;
  overflow: hidden;
  border: 1px solid #cacaca;
  background: url("arrow.png") no-repeat right #f1f1f1;
}
.table {
  display: table;
}
.row {
  display: table-row;
}
.cell {
  display: table-cell;
  vertical-align: top;
}
.playlist_opta {
  width: 600px;
}
.Date {
  font-weight: bold;
}
.First {
  color: Black;
  border-bottom: 0px solid black;
  margin-bottom: 10px;
  text-transform: none;
  font-size: 14px;
}
.First h1 a {
  text-transform: none;
  font-size: 14px;
}
.News h1 {
  font-size: 14px;
  text-transform: none;
  color: black;
}
.First .Date {
  color: black;
  font-size: 11px !important;
}
#LanguageSwitcher {
  float: right;
}
#LanguageSwitcher a {
  color: #757575;
  font-size: 12px;
}
.NavigationOpen ul {
  min-height: 30px !important;
}
.framed {
  float: left;
  padding: 5px;
}
td {
  vertical-align: top;
}
.guts .FormsRenderer {
  border: 1px solid gray;
  padding: 10px;
  width: 250px;
  margin-left: 10px;
}
.FormsRenderer .Fields input.Checkbox {
  margin-top: 20px !important;
}
label[for=ctl68_FieldGroup0_CheckBox7] {
  font-weight: bold;
}
.ListItem h1 {
  padding: 0px;
  margin: 0px;
}
.ListItem h1 a, a.Title {
  color: #226681 !important;
  font-size: 13px !important;
  text-shadow: 1px 1px 1px white;
  font-weight: 600 !important;
}
.Date {
  padding: 3px;
  width: 65px;
  border: 1px solid #dcdcdd;
  text-align: center;
  margin-top: 5px;
}
.News a.Title {
  float: right;
  width: 420px;
}
.News .Date {
  float: left;
  color: black;
}
.news .BlogTeaserTag {
  height: 50px;
  overflow: hidden;
}
.news div.BlogTeaserTag:after {
  content: "...";
}
.StartDate, .EndDate, .News .Date {
  font-weight: bold;
  font-size: 13px !important;
}
.ns_btn {
  cursor: pointer;
  float: left;
  padding: 5px;
  font-weight: 700;
  margin-right: 15px;
}
.ns_btn_cont {
  width: 35%;
  float: left;
  padding: 5px;
  font-weight: 700;
  background-color: #eaeaea;
}
.btn_switch {
  background-color: #d4d4d4;
}
.triangle-right {
  float: left;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 30px solid #474647;
  border-bottom: 20px solid transparent;
}
.triangle-right_cont {
  float: left;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-left: 15px solid #eaeaea;
  border-bottom: 14px solid transparent;
}
.product_footer a {
  float: left;
  padding: 13px 18px 13px 18px;
  color: white;
}
.submit {
  cursor: pointer;
  font-weight: bold;
}
.prod_unct h2 {
  display: none;
}
.third_nav {
  position: relative;
  left: -35px;
  margin-bottom: 30px;
}
.third_nav .NavigationOpen {
  color: white !important;
}
.third_nav #NavigationSideBar li {
  margin-left: 3px;
  display: inline;
}
.third_nav #NavigationSideBar li a {
  background-color: #D34D27;
  font-size: 13px;
  padding: 6px;
  color: white;
  font-family: 'Magra', sans-serif !important;
  font-weight: 400;
}
.third_nav .NavigationSelected ul, .third_nav .NavigationOpen ul {
  display: inline;
}
.third_nav .NavigationSelected ul li a {
  background-color: #D34D27 !important;
}
.third_nav .NavigationSelected a {
  background-color: #818086 !important;
  color: white !important;
}
.third_nav li {
  margin-left: 0px !important;
  padding-left: 0px !important;
}
.third_nav ul {
  margin-right: 0px !important;
}
h3.dnl_whitepaper {
  padding: 5px;
  color: white;
  background-color: #d34d27;
}
.solutions_btn {
  width: 130px;
  height: 265px;
  color: white;
  float: left;
  margin: 3px;
  padding: 10px;
  background: #a33b18;
  background: -moz-linear-gradient(top, #a33b18 0%, #bd481d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a33b18), color-stop(100%, #bd481d));
  background: -webkit-linear-gradient(top, #a33b18 0%, #bd481d 100%);
  background: -o-linear-gradient(top, #a33b18 0%, #bd481d 100%);
  background: -ms-linear-gradient(top, #a33b18 0%, #bd481d 100%);
  background: linear-gradient(to bottom, #a33b18 0%, #bd481d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a33b18', endColorstr='#bd481d', GradientType=0);
}
.solutions_btn p {
  height: 120px;
  margin-bottom: 40px;
  font-size: 13px;
  text-align: left;
  font-weight: 700;
}
.solutions_btn .solutions_logo {
  background: white;
  border-radius: 5px;
  height: 50px;
  padding-top: 10px;
  text-align: center;
}
.client_quote {
  border: 2px solid #b3411d;
  padding: 35px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  font-style: italic;
  margin: 10px;
  float: left;
}
.perilscore_banners {
  float: left;
  width: 93%;
  min-height: 190px;
  border: 2px solid #b3411d;
  padding: 9px 0px 5px 12px;
  border-radius: 5px;
  margin: 5px;
}
.perilscore_banners p {
  line-height: 22px !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.ppl {
  border-bottom: 1px solid #757575;
  margin: 40px 0px;
}
.ppl h3 {
  font-size: 20px;
  padding: 0px;
  margin: 55px 0px 0px 0px;
}
.ppl h4 {
  font-size: 18px;
  margin: 0px;
  color: black;
}
.ppl ul {
  list-style: none;
  float: left;
  padding: 0px;
}
.ppl li a {
  display: block;
  padding: 3px;
  color: white;
  font-family: 'Magra', sans-serif !important;
  font-weight: 400;
}
.ppl ul li {
  float: left;
  margin: 5px 5px 5px 0px;
  background-color: #D34D27;
  padding: 3px;
}
.ppl ul li a img {
  float: left;
  margin-right: 5px;
}
.bio tr td img {
  border-bottom: 1px solid #757575;
}
.bio td {
  padding: 10px;
}
.bio .client_quote {
  margin: 55px 0px;
}
.expended {
  color: #666 !important;
}
.resources {
  width: 800px;
}
.resources img {
  padding: 15px;
}
.resources h3 a {
  font-family: 'SofiaWebFont';
  font-size: 20px;
}
.brand_menu {
  display: none;
  position: absolute;
  z-index: 999;
  width: 110px;
  background-color: #FAFAFA;
  border: 1px solid #e3e3e3;
  padding: 10px;
  list-style: none;
  margin: 0px;
  font-size: 11px;
  font-weight: 700;
}
.brand_menu li {
  border-bottom: 0px solid #e3e3e3;
  padding: 5px;
}
.context_menu {
  margin-top: -10px;
}
.brand_container {
  color: #007db3;
  cursor: pointer;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  width: 70px;
  background-image: url('/Frontend/Images/SCM/dropdown_arrow.png');
  background-repeat: no-repeat;
  background-position: right;
}
.main_banner {
  background-image: url('/Frontend/Images/SCM/main_banner_bcg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 488px;
  margin-top: 10px;
  background-color: #f3f1f0;
  overflow: hidden;
}
.intro_main {
  width: 100%;
  height: 22px;
  background-color: white;
  text-align: center;
  color: black;
  font-weight: 400;
  text-shadow: 1px 1px #f4f4f4;
  border-bottom: 1px solid #bfc8ce;
}
.intro_main div {
  padding: 38px;
  font-size: 18px;
}
.slogan {
  width: 100%;
  font-size: 18px;
  text-align: center;
  padding: 20px;
  margin-top: 10px;
  font-weight: 600;
  text-shadow: 1px 1px #f4f4f4;
}
.sloganBody {
  width: 800px;
}
.sloganBody h1 {
  color: black;
  font-size: 17px;
}
.HPelementContainer {
  padding: 10px 70px;
  margin-left: 20px;
}
.HP_element {
  width: 250px;
  height: 330px;
  margin: 10px;
  background: rgba(11, 150, 208, 0.8);
}
.HP_element:hover {
  background-color: #007db3;
}
.HP_element_header {
  width: 100%;
  background-color: white;
  padding: 10px 0px;
  margin-top: 3px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.HP_element_image1 {
  background-image: url('/Frontend/Images/SCM/assets.jpg');
}
.HP_element_image2 {
  background-image: url('/Frontend/Images/SCM/Brands.jpg');
}
.HP_element_image3 {
  background-image: url('/Frontend/Images/SCM/people.jpg');
}
.HP_element_image {
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-left: 30%;
  margin-top: 10%;
}
.HP_element_copy {
  color: white;
  font-size: 13px;
  padding: 22px;
  line-height: 16px;
}
.blogList .tagFrame {
  width: 315px;
  display: inline;
  float: left;
  margin: 5px;
}
.blogList .BlogItemTag, .BlogItem {
  background-color: #eeeeee;
  padding: 15px !important;
  height: 185px;
  margin: 0;
}
.blogList .featImg img {
  width: 110px;
  float: right;
}
.blogList .blogItemFooter {
  padding: 10px;
  background-color: #eeeeee;
  height: 20px;
}
.blogList .readmore a {
  float: left;
}
.BlogTags {
  font-size: 10px;
  padding: 1px 7px;
  border: 1px solid #cecece;
  border-radius: 3px;
  float: right;
  color: #6b6b6b;
  text-transform: uppercase;
  bottom: 0;
}
.news_item .BlogItem {
  background-color: white;
}
.BlogContent p {
  line-height: 24px;
}
.hp_col {
  width: 316px;
  margin: 8px 8px;
}
.sideProg {
  width: 226px;
}
.sideProg h3 {
  font-size: 12px;
}
.aside {
  margin: 0;
  padding: 0;
}
.line-separator {
  display: none;
}
.BlogItem {
  width: 94%;
  margin: 8px;
  float: left;
}
.tagFrame {
  background-image: none !important;
}
.BlogTeaserTag {
  max-height: none;
  font-size: 13px;
  line-height: 17px;
  width: auto;
}
.BlogItemTag, .BlogItem {
  background-color: #eeeeee;
  padding: 15px 15px 30px 15px;
  margin-bottom: 15px;
}
.BlogTitleTag h1 a, .BlogTitle {
  text-transform: none !important;
  font-size: 16px;
  color: #333 !important;
  margin-bottom: 5px !important;
  overflow: visible !important;
}
.BlogTitleTag h1 {
  font-size: 14px;
  color: #333;
}
.BlogTitleTag h1 a:hover {
  color: #007db3 !important;
}
.BlogDateTag {
  display: block;
  font-size: 14px;
  color: #666 !important;
  margin-bottom: 5px;
}
.BlogImageTag, .BlogImage, {
  width: 285px !important;
}
.readmore a, .readmore__ a {
  color: #0072a3;
  font-size: 11px;
  font-weight: bold;
  float: left;
}
.editorial .BlogDateTag, .blog-author {
  display: none;
}
.blog li {
  list-style: none;
  margin-bottom: 10px;
}
.sideProg .blogSide .featImg {
  display: none;
}
.sideProg .blogSide .BlogItemTag {
  background-color: white;
  margin-bottom: 0;
  width: 100%;
  margin-left: -15px;
  padding-bottom: 0;
  padding-top: 3px;
}
.sideProg .blogSide .BlogTeaserTag, .blogSide .readmore, .blogSide .blogItemFooter {
  display: none;
}
.sideProg .blogSide h1 a {
  font-size: 13px;
}
.sideProg .BlogTeaserTag ul {
  margin: 0;
  padding: 5px;
  font-size: 14px;
}
.desktop .NavigationSelected {
  color: #757575;
  border-top: 2px solid #007db3 !important;
}
#NavigationSideBarBottom .NavigationSelected {
  color: #efefef;
}
#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
  overflow: hidden;
  padding-top: 10px;
  margin-left: 110px;
  margin-top: 10px;
  height: 320px;
  width: 700px;
}
.jshowoff p.jshowoff-slidelinks {
  margin-left: 85px;
}
.jshowoff-slidelinks a, .jshowoff-controls a {
  display: block;
  margin-left: 2px;
  color: black;
  padding: 5px;
  background-image: url('/Frontend/Images/CP/next-dot.png');
  background-repeat: no-repeat;
  font-weight: normal;
  height: 0px;
  width: 5px;
  float: left;
  text-decoration: none;
  border-right: 0px solid #c7c7c7;
  text-indent: -9999px;
}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
  color: #5e0130;
}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
  background-image: url('/Frontend/Images/CP/current-dot.png');
  background-repeat: no-repeat;
  color: #fff;
  font-weight: normal;
}
#slidingFeatures_plain, #slidingFeatures_plain_fr {
  height: 100px;
}
#slidingFeatures_plain div, #slidingFeatures_plain_fr div {
  width: 100%;
}
#slidingFeatures p {
  display: inline !important;
}
#slidingFeatures br {
  display: none;
}
.btn {
  font-weight: 700;
  font-size: 11px;
  padding: 9px;
  margin: 10px 0;
  border-radius: 5px;
  border: 1px solid #cccccc;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(234, 235, 242, 1) 100%);
}
.round {
  border-radius: 100%;
}
.content .pile {
  width: 200px;
  height: 230px;
  padding: 10px;
  text-align: center;
  display: inline-table;
}
.content .pile:hover {
  background-color: #eeeeee;
}
.content .pile_company {
  width: 320px;
  padding: 10px;
  text-align: center;
  display: inline-table;
  position: relative;
  margin-bottom: 30px;
}
.content .pile_company .btn, .content .pile_cs .btn {
  width: 50%;
  margin-left: 20%;
}
.content .pile_company p, .content .pile_cs p {
  text-align: left;
}
.content .pile_company .expand, .content .pile_cs .expand {
  overflow: hidden;
}
.content .pile_company .readmore, .content .pile_cs .readmore {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  cursor: pointer;
}
.content .pile_company .readmore span, .content .pile_cs .readmore span {
  display: block;
  text-align: center;
  padding: 5px 0;
  margin-top: 80px;
  background-color: white;
  border-top: 1px dotted #bfc8ce;
  width: 95%;
  font-size: 11px;
  color: #226681;
}
.content .pile_cs {
  width: 90%;
  padding: 10px;
  display: inline-table;
  position: relative;
  margin-bottom: 30px;
}
.content .pile_cs img {
  float: right;
}
.contain tr td:nth-child(even) {
  width: 150px;
}
.content .frame {
  border-top: 1px solid #bfc8ce;
  border-bottom: 1px solid #bfc8ce;
  padding: 15px 0;
}
.expand_bcg {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 1) 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(3%, rgba(255, 255, 255, 0)), color-stop(99%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 1) 99%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 1) 99%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 1) 99%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 1) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.content-subnav {
  background-color: #f6f6f6;
  padding: 20px;
  font-size: 12px;
  font-weight: 600;
}
.content-subnav #SubNavigationSideBar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.content-subnav #SubNavigationSideBar li {
  display: inline;
  width: 50%;
  padding: 7px;
  margin: 10px border-top: 1px dotted #bfc8ce;
}
.content-subnav #SubNavigationSideBar .NavigationSelected, #NavigationSideBarBottom .NavigationSelected {
  border-top: 0 !important;
}
.content-subnav .NavigationSelected ul, .content-subnav .NavigationOpen ul {
  display: none;
}
#NavigationSideBarBottom ul {
  float: none;
}
#NavigationSideBarBottom ul li a {
  float: left;
  padding: 13px 18px 13px 18px;
  color: white;
}
#SubNavigationSideBarTop ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#SubNavigationSideBarTop:after {
  content: "";
  display: table;
  clear: both;
}
#SubNavigationSideBarTop ul li {
  display: block;
  width: 30%;
  float: left;
  background-color: #f6f6f6;
  margin: 3px;
  border: 0px solid black;
}
#SubNavigationSideBarTop ul li a {
  display: block;
  margin: 3px;
  padding: 7px;
  font-size: 12px;
}
.tagline {
  font-size: 12px;
  font-weight: 600;
  color: #76757A;
  text-transform: uppercase;
}
.picture {
  float: left;
  margin: 10px;
}
.img-thumbnail {
  width: 285px;
}
.sideProg .tagFrame .blogSide li, .nws li, .editorial li {
  display: none;
}
.mobile {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}
.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}
.homepage .BlogItemTag, .newspage .BlogItemTag {
  background-color: #fff;
  padding: 2rem;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.homepage .blog li, .newspage .blog li {
  border-radius: 16px;
  border: 1px solid rgb(239, 239, 239, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.homepage .blog li:hover, .newspage .blog li:hover {
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}
.homepage .blog-img, .newspage .blog-img {
  width: 100%;
  border-radius: 12px;
}
.homepage .right-side .tagFrame, .newspage .right-side .tagFrame {
  height: auto;
  border-radius: 16px;
  border: 1px solid rgb(239, 239, 239, 1);
  display: flex;
  flex-direction: column;
}
.homepage .right-side .tagFrame:hover, .newspage .right-side .tagFrame:hover {
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}
.homepage .BlogImageTag, .newspage .BlogImageTag {
  border-radius: 12px;
  width: 100%;
  display: block;
}
.homepage .BlogItemTag a, .newspage .BlogItemTag a {
  margin-top: 1rem;
}
.homepage .HP_element, .newspage .HP_element {
  background: rgba(11, 150, 208, 0.75);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.homepage .HP_element_header, .newspage .HP_element_header {
  background-color: transparent;
}
.homepage .HP_element_header h2, .newspage .HP_element_header h2 {
  color: white;
}
.homepage .BlogItemTag, .newspage .BlogItemTag {
  margin-bottom: 0;
}
.homepage .blogList .featImg img, .newspage .blogList .featImg img {
  width: 100%;
}
.homepage .blogList .BlogItemTag, .newspage .blogList .BlogItemTag, .homepage .BlogItem, .newspage .BlogItem {
  height: auto;
}
.homepage .blogList .blogItemFooter, .newspage .blogList .blogItemFooter {
  background-color: white;
  padding: 15px;
}
.swiper {
  width: 100%;
  min-height: 180px;
}
.swiper-pagination {
  margin-top: 1rem;
}
.logos {
  text-transform: unset;
}
.newspage .blog.blogList.news {
  max-width: 200px;
  display: grid;
  gap: 2rem;
  width: auto;
  margin: 0;
  grid-template-columns: repeat(3, 1fr);
}
.mt-4 {
  margin-top: 1rem;
}
.html {
  font-size: 16px;
}
.BlogTeaserTag {
  font-size: 16px;
  line-height: 1.618;
}
.homepage .slogan {
  text-shadow: none;
}
.main_banner * {
  position: relative;
  z-index: 2;
}
.text-h1 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}
.text-h2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}
.text-h3 {
  font-size: 25px;
  line-height: 1.618;
  font-weight: 700;
}
.text-h4 {
  font-size: 22px;
  line-height: 1.618;
  font-weight: 700;
}
.text-h5 {
  font-size: 20px;
  line-height: 1.618;
  font-weight: 700;
}
.text-h6 {
  font-size: 18px;
  line-height: 1.618;
  font-weight: 700;
}
.text-body {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
.text-small {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.main_banner {
  height: 600px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(/Frontend/Images/SCM/main_banner_bcg.jpg);
}
.sloganBody h1 {
  color: #161616;
  padding: 0 64px;
  line-height: 1.618;
}
.intro_main {
  display: none;
}
.slogan {
  padding-top: 48px;
}
.HP_element_copy {
  line-height: 1.618;
}
.left.HP_element {
  height: 360px;
}
#SubNavigationSideBarTop ul li a {
  font-size: 14px;
}
.nav {
  font-size: 14px;
}
.brand_container {
  font-size: 12px;
}
.main_banner {
  background-image: url('/Frontend/Images/SCM/scm_background.webp');
}
@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-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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-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-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
    }
  }
}
