/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Roboto", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --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);
    --font-display: "Roboto Condensed", sans-serif;
    --color-primary-white: #ffffff;
    --color-dop-gray: #54575A;
    --color-text-gray: #D9D9D6;
    --color-light-blue: #9DC3D4;
    --color-gray-bg: #D9D9D6;
    --color-dop-red: #ED3254;
    --color-blue-hover: rgba(157, 195, 212, 0.4);
    --color-plashka: #F5F5F5;
    --color-gray-black: #D9D9D9;
    --color-personal: rgba(157, 195, 212, 0.9);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .fixed\! {
    position: fixed !important;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-\[-10px\] {
    top: -10px;
  }
  .top-\[50px\] {
    top: 50px;
  }
  .top-\[68px\] {
    top: 68px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[-10px\] {
    right: -10px;
  }
  .right-\[16px\] {
    right: 16px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .bottom-\[-15\%\] {
    bottom: -15%;
  }
  .bottom-\[-20\%\] {
    bottom: -20%;
  }
  .bottom-\[24px\] {
    bottom: 24px;
  }
  .bottom-\[30px\] {
    bottom: 30px;
  }
  .bottom-\[80px\] {
    bottom: 80px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-9 {
    left: calc(var(--spacing) * 9);
  }
  .left-\[16px\] {
    left: 16px;
  }
  .left-\[20\%\] {
    left: 20%;
  }
  .left-\[24px\] {
    left: 24px;
  }
  .left-\[35\%\] {
    left: 35%;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-60 {
    z-index: 60;
  }
  .col-span-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-7 {
    grid-column: span 7 / span 7;
  }
  .row-span-2 {
    grid-row: span 2 / span 2;
  }
  .container {
    width: 100%;
    @media (width >= 480px) {
      max-width: 480px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1440px) {
      max-width: 1440px;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .container {
    margin-inline: auto;
    padding-inline: 1rem;
    max-width: 1432px;
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-\[-16px\] {
    margin-inline: -16px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-20 {
    margin-block: calc(var(--spacing) * 20);
  }
  .my-30 {
    margin-block: calc(var(--spacing) * 30);
  }
  .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: 1;
      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 rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
      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: NaN NaN NaN;
    --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: 255 255 255;
    --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;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-10\! {
    margin-top: calc(var(--spacing) * 10) !important;
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .mt-\[-4px\] {
    margin-top: -4px;
  }
  .mt-\[-40px\] {
    margin-top: -40px;
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-\[-16px\] {
    margin-right: -16px;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-4\! {
    margin-bottom: calc(var(--spacing) * 4) !important;
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-30 {
    margin-bottom: calc(var(--spacing) * 30);
  }
  .mb-\[-25px\] {
    margin-bottom: -25px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .hidden\! {
    display: none !important;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-96 {
    height: calc(var(--spacing) * 96);
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[35px\]\! {
    height: 35px !important;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[320px\] {
    max-height: 320px;
  }
  .min-h-5 {
    min-height: calc(var(--spacing) * 5);
  }
  .min-h-\[24px\] {
    min-height: 24px;
  }
  .min-h-\[246px\] {
    min-height: 246px;
  }
  .min-h-\[270px\] {
    min-height: 270px;
  }
  .min-h-full {
    min-height: 100%;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[25vw\] {
    width: 25vw;
  }
  .w-\[75vw\] {
    width: 75vw;
  }
  .w-\[85vw\] {
    width: 85vw;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[650px\] {
    width: 650px;
  }
  .w-auto\! {
    width: auto !important;
  }
  .w-full {
    width: 100%;
  }
  .w-full\! {
    width: 100% !important;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .min-w-5 {
    min-width: calc(var(--spacing) * 5);
  }
  .min-w-\[24px\] {
    min-width: 24px;
  }
  .min-w-\[98px\] {
    min-width: 98px;
  }
  .min-w-\[320px\] {
    min-width: 320px;
  }
  .flex-1 {
    flex: 1;
  }
  .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);
  }
  .scale-\[1\.2\] {
    scale: 1.2;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .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-disc {
    list-style-type: disc;
  }
  .appearance-none {
    appearance: none;
  }
  .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));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .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)));
    }
  }
  .divide-x {
    :where(& > :not(:last-child)) {
      --tw-divide-x-reverse: 0;
      border-inline-style: var(--tw-border-style);
      border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
      border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
  }
  .divide-gray-bg {
    :where(& > :not(:last-child)) {
      border-color: var(--color-gray-bg);
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .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-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[\#D9D9D6\] {
    border-color: #D9D9D6;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-black\! {
    border-color: var(--color-black) !important;
  }
  .border-dop-gray {
    border-color: var(--color-dop-gray);
  }
  .border-gray-bg {
    border-color: var(--color-gray-bg);
  }
  .border-text-gray {
    border-color: var(--color-text-gray);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-\[\#54575A\] {
    background-color: #54575A;
  }
  .bg-\[\#F5F5F5\] {
    background-color: #F5F5F5;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/70 {
    background-color: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }
  .bg-dop-gray {
    background-color: var(--color-dop-gray);
  }
  .bg-dop-red {
    background-color: var(--color-dop-red);
  }
  .bg-gray-bg {
    background-color: var(--color-gray-bg);
  }
  .bg-gray-black {
    background-color: var(--color-gray-black);
  }
  .bg-light-blue {
    background-color: var(--color-light-blue);
  }
  .bg-personal {
    background-color: var(--color-personal);
  }
  .bg-plashka {
    background-color: var(--color-plashka);
  }
  .bg-text-gray {
    background-color: var(--color-text-gray);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[url\(\'\.\.\/images\/bg-about-mobile\.png\'\)\] {
    background-image: url('../images/bg-about-mobile.png');
  }
  .bg-\[url\(\'\.\.\/images\/down-small\.svg\'\)\] {
    background-image: url('../images/down-small.svg');
  }
  .bg-\[url\(\.\.\/images\/bg-1-md\.png\)\] {
    background-image: url(../images/bg-1-md.png);
  }
  .bg-\[url\(\.\.\/images\/bg-1\.png\)\] {
    background-image: url(../images/bg-1.png);
  }
  .bg-\[url\(\.\.\/images\/bg-2-md\.png\)\] {
    background-image: url(../images/bg-2-md.png);
  }
  .bg-\[url\(\.\.\/images\/bg-2\.png\)\] {
    background-image: url(../images/bg-2.png);
  }
  .bg-\[url\(\.\.\/images\/bg-3\.png\)\] {
    background-image: url(../images/bg-3.png);
  }
  .bg-\[url\(\.\.\/images\/bg-4\.png\)\] {
    background-image: url(../images/bg-4.png);
  }
  .bg-\[url\(\.\.\/images\/bg-5\.png\)\] {
    background-image: url(../images/bg-5.png);
  }
  .bg-\[url\(\.\.\/images\/bg-logo\.svg\)\] {
    background-image: url(../images/bg-logo.svg);
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-bottom-left {
    background-position: left bottom;
  }
  .bg-bottom-right {
    background-position: right bottom;
  }
  .bg-position-\[center_right_1rem\] {
    background-position: center right 1rem;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-\[2px\] {
    padding: 2px;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\! {
    padding-inline: calc(var(--spacing) * 2) !important;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-5\! {
    padding-inline: calc(var(--spacing) * 5) !important;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-6\! {
    padding-inline: calc(var(--spacing) * 6) !important;
  }
  .px-8\! {
    padding-inline: calc(var(--spacing) * 8) !important;
  }
  .px-11 {
    padding-inline: calc(var(--spacing) * 11);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\! {
    padding-block: calc(var(--spacing) * 2) !important;
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\! {
    padding-block: calc(var(--spacing) * 3) !important;
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-4\! {
    padding-block: calc(var(--spacing) * 4) !important;
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-11 {
    padding-block: calc(var(--spacing) * 11);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-30 {
    padding-block: calc(var(--spacing) * 30);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pt-9 {
    padding-top: calc(var(--spacing) * 9);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-15 {
    padding-top: calc(var(--spacing) * 15);
  }
  .pt-25 {
    padding-top: calc(var(--spacing) * 25);
  }
  .pt-30 {
    padding-top: calc(var(--spacing) * 30);
  }
  .pt-\[72px\] {
    padding-top: 72px;
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pb-30 {
    padding-bottom: calc(var(--spacing) * 30);
  }
  .pb-\[100px\] {
    padding-bottom: 100px;
  }
  .pb-\[180px\] {
    padding-bottom: 180px;
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .leading-\[12px\] {
    --tw-leading: 12px;
    line-height: 12px;
  }
  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }
  .leading-\[17px\] {
    --tw-leading: 17px;
    line-height: 17px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[60px\] {
    --tw-leading: 60px;
    line-height: 60px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-none\! {
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-dop-gray {
    color: var(--color-dop-gray);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-text-gray {
    color: var(--color-text-gray);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --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-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);
  }
  .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,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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, visibility, 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-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-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-hover\:scale-120 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 120%;
        --tw-scale-y: 120%;
        --tw-scale-z: 120%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .focus-within\:border-black {
    &:focus-within {
      border-color: var(--color-black);
    }
  }
  .hover\:bg-blue-hover {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-hover);
      }
    }
  }
  .hover\:bg-light-blue {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-light-blue);
      }
    }
  }
  .hover\:bg-text-gray {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-text-gray);
      }
    }
  }
  .focus\:ring-0 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .md\:absolute {
    @media (width >= 768px) {
      position: absolute;
    }
  }
  .md\:relative {
    @media (width >= 768px) {
      position: relative;
    }
  }
  .md\:right-auto {
    @media (width >= 768px) {
      right: auto;
    }
  }
  .md\:bottom-0 {
    @media (width >= 768px) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:bottom-5 {
    @media (width >= 768px) {
      bottom: calc(var(--spacing) * 5);
    }
  }
  .md\:bottom-\[-10\%\] {
    @media (width >= 768px) {
      bottom: -10%;
    }
  }
  .md\:bottom-\[70px\] {
    @media (width >= 768px) {
      bottom: 70px;
    }
  }
  .md\:bottom-\[115px\] {
    @media (width >= 768px) {
      bottom: 115px;
    }
  }
  .md\:left-7 {
    @media (width >= 768px) {
      left: calc(var(--spacing) * 7);
    }
  }
  .md\:left-9 {
    @media (width >= 768px) {
      left: calc(var(--spacing) * 9);
    }
  }
  .md\:left-\[16px\] {
    @media (width >= 768px) {
      left: 16px;
    }
  }
  .md\:left-\[30\%\] {
    @media (width >= 768px) {
      left: 30%;
    }
  }
  .md\:z-20 {
    @media (width >= 768px) {
      z-index: 20;
    }
  }
  .md\:order-1 {
    @media (width >= 768px) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 768px) {
      order: 2;
    }
  }
  .md\:order-3 {
    @media (width >= 768px) {
      order: 3;
    }
  }
  .md\:order-4 {
    @media (width >= 768px) {
      order: 4;
    }
  }
  .md\:order-5 {
    @media (width >= 768px) {
      order: 5;
    }
  }
  .md\:order-6 {
    @media (width >= 768px) {
      order: 6;
    }
  }
  .md\:col-span-2 {
    @media (width >= 768px) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:col-span-3 {
    @media (width >= 768px) {
      grid-column: span 3 / span 3;
    }
  }
  .md\:col-span-4 {
    @media (width >= 768px) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:col-span-5 {
    @media (width >= 768px) {
      grid-column: span 5 / span 5;
    }
  }
  .md\:col-span-6 {
    @media (width >= 768px) {
      grid-column: span 6 / span 6;
    }
  }
  .md\:col-span-7 {
    @media (width >= 768px) {
      grid-column: span 7 / span 7;
    }
  }
  .md\:col-span-8 {
    @media (width >= 768px) {
      grid-column: span 8 / span 8;
    }
  }
  .md\:col-span-12 {
    @media (width >= 768px) {
      grid-column: span 12 / span 12;
    }
  }
  .md\:col-span-13 {
    @media (width >= 768px) {
      grid-column: span 13 / span 13;
    }
  }
  .md\:row-span-2 {
    @media (width >= 768px) {
      grid-row: span 2 / span 2;
    }
  }
  .md\:mx-0 {
    @media (width >= 768px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:mx-7 {
    @media (width >= 768px) {
      margin-inline: calc(var(--spacing) * 7);
    }
  }
  .md\:my-11 {
    @media (width >= 768px) {
      margin-block: calc(var(--spacing) * 11);
    }
  }
  .md\:my-30 {
    @media (width >= 768px) {
      margin-block: calc(var(--spacing) * 30);
    }
  }
  .md\:mt-0 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-1 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 1);
    }
  }
  .md\:mt-7 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 7);
    }
  }
  .md\:mt-10 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .md\:mt-15\! {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 15) !important;
    }
  }
  .md\:mr-0 {
    @media (width >= 768px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-0 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-3 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .md\:mb-5 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .md\:mb-6 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .md\:mb-8 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:mb-10 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:mb-12 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .md\:mb-20 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:mb-30 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 30);
    }
  }
  .md\:mb-\[150px\] {
    @media (width >= 768px) {
      margin-bottom: 150px;
    }
  }
  .md\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 768px) {
      display: flex;
    }
  }
  .md\:grid {
    @media (width >= 768px) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:hidden\! {
    @media (width >= 768px) {
      display: none !important;
    }
  }
  .md\:inline-block {
    @media (width >= 768px) {
      display: inline-block;
    }
  }
  .md\:inline-flex\! {
    @media (width >= 768px) {
      display: inline-flex !important;
    }
  }
  .md\:h-40 {
    @media (width >= 768px) {
      height: calc(var(--spacing) * 40);
    }
  }
  .md\:h-\[500px\] {
    @media (width >= 768px) {
      height: 500px;
    }
  }
  .md\:h-full {
    @media (width >= 768px) {
      height: 100%;
    }
  }
  .md\:max-h-\[59px\] {
    @media (width >= 768px) {
      max-height: 59px;
    }
  }
  .md\:max-h-\[497px\] {
    @media (width >= 768px) {
      max-height: 497px;
    }
  }
  .md\:min-h-6 {
    @media (width >= 768px) {
      min-height: calc(var(--spacing) * 6);
    }
  }
  .md\:min-h-\[14px\] {
    @media (width >= 768px) {
      min-height: 14px;
    }
  }
  .md\:min-h-\[100px\] {
    @media (width >= 768px) {
      min-height: 100px;
    }
  }
  .md\:min-h-\[200px\] {
    @media (width >= 768px) {
      min-height: 200px;
    }
  }
  .md\:min-h-\[245px\] {
    @media (width >= 768px) {
      min-height: 245px;
    }
  }
  .md\:min-h-\[600px\] {
    @media (width >= 768px) {
      min-height: 600px;
    }
  }
  .md\:min-h-auto {
    @media (width >= 768px) {
      min-height: auto;
    }
  }
  .md\:w-\[110px\] {
    @media (width >= 768px) {
      width: 110px;
    }
  }
  .md\:w-\[130px\]\! {
    @media (width >= 768px) {
      width: 130px !important;
    }
  }
  .md\:w-auto {
    @media (width >= 768px) {
      width: auto;
    }
  }
  .md\:w-full {
    @media (width >= 768px) {
      width: 100%;
    }
  }
  .md\:max-w-\[70\%\] {
    @media (width >= 768px) {
      max-width: 70%;
    }
  }
  .md\:max-w-\[180px\] {
    @media (width >= 768px) {
      max-width: 180px;
    }
  }
  .md\:max-w-\[200px\] {
    @media (width >= 768px) {
      max-width: 200px;
    }
  }
  .md\:max-w-\[200px\]\! {
    @media (width >= 768px) {
      max-width: 200px !important;
    }
  }
  .md\:max-w-\[234px\]\! {
    @media (width >= 768px) {
      max-width: 234px !important;
    }
  }
  .md\:max-w-\[300px\] {
    @media (width >= 768px) {
      max-width: 300px;
    }
  }
  .md\:max-w-\[400px\] {
    @media (width >= 768px) {
      max-width: 400px;
    }
  }
  .md\:max-w-\[450px\] {
    @media (width >= 768px) {
      max-width: 450px;
    }
  }
  .md\:max-w-\[500px\] {
    @media (width >= 768px) {
      max-width: 500px;
    }
  }
  .md\:max-w-\[520px\] {
    @media (width >= 768px) {
      max-width: 520px;
    }
  }
  .md\:max-w-\[560px\] {
    @media (width >= 768px) {
      max-width: 560px;
    }
  }
  .md\:max-w-\[750px\] {
    @media (width >= 768px) {
      max-width: 750px;
    }
  }
  .md\:max-w-\[840px\] {
    @media (width >= 768px) {
      max-width: 840px;
    }
  }
  .md\:max-w-\[1200px\] {
    @media (width >= 768px) {
      max-width: 1200px;
    }
  }
  .md\:min-w-6 {
    @media (width >= 768px) {
      min-width: calc(var(--spacing) * 6);
    }
  }
  .md\:min-w-\[220px\] {
    @media (width >= 768px) {
      min-width: 220px;
    }
  }
  .md\:flex-0 {
    @media (width >= 768px) {
      flex: 0;
    }
  }
  .md\:flex-1 {
    @media (width >= 768px) {
      flex: 1;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 768px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 768px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-12 {
    @media (width >= 768px) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-13 {
    @media (width >= 768px) {
      grid-template-columns: repeat(13, minmax(0, 1fr));
    }
  }
  .md\:flex-col {
    @media (width >= 768px) {
      flex-direction: column;
    }
  }
  .md\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .md\:flex-wrap {
    @media (width >= 768px) {
      flex-wrap: wrap;
    }
  }
  .md\:items-center {
    @media (width >= 768px) {
      align-items: center;
    }
  }
  .md\:justify-between {
    @media (width >= 768px) {
      justify-content: space-between;
    }
  }
  .md\:justify-center {
    @media (width >= 768px) {
      justify-content: center;
    }
  }
  .md\:gap-3 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .md\:gap-4 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-5 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-6 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-10 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-\[22px\] {
    @media (width >= 768px) {
      gap: 22px;
    }
  }
  .md\:bg-white\! {
    @media (width >= 768px) {
      background-color: var(--color-white) !important;
    }
  }
  .md\:bg-\[url\(\'\.\.\/images\/bg-blue2\.png\'\)\] {
    @media (width >= 768px) {
      background-image: url('../images/bg-blue2.png');
    }
  }
  .md\:bg-\[url\(\.\.\/images\/bg-1-md\.png\)\] {
    @media (width >= 768px) {
      background-image: url(../images/bg-1-md.png);
    }
  }
  .md\:bg-\[url\(\.\.\/images\/bg-2-md\.png\)\] {
    @media (width >= 768px) {
      background-image: url(../images/bg-2-md.png);
    }
  }
  .md\:bg-auto {
    @media (width >= 768px) {
      background-size: auto;
    }
  }
  .md\:bg-size-\[auto_500px\] {
    @media (width >= 768px) {
      background-size: auto 500px;
    }
  }
  .md\:p-0 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .md\:p-10 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:px-0 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-2\! {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 2) !important;
    }
  }
  .md\:px-4\! {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 4) !important;
    }
  }
  .md\:px-5 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .md\:px-6 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:px-7 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 7);
    }
  }
  .md\:px-12 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .md\:px-15 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 15);
    }
  }
  .md\:py-1\! {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 1) !important;
    }
  }
  .md\:py-3\! {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 3) !important;
    }
  }
  .md\:py-6 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .md\:py-7 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 7);
    }
  }
  .md\:py-8 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .md\:py-10 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .md\:py-12 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .md\:py-15 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 15);
    }
  }
  .md\:py-20 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:py-30 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 30);
    }
  }
  .md\:py-\[150px\] {
    @media (width >= 768px) {
      padding-block: 150px;
    }
  }
  .md\:pt-7 {
    @media (width >= 768px) {
      padding-top: calc(var(--spacing) * 7);
    }
  }
  .md\:pt-10 {
    @media (width >= 768px) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .md\:pt-12 {
    @media (width >= 768px) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .md\:pt-15 {
    @media (width >= 768px) {
      padding-top: calc(var(--spacing) * 15);
    }
  }
  .md\:pt-30 {
    @media (width >= 768px) {
      padding-top: calc(var(--spacing) * 30);
    }
  }
  .md\:pr-7 {
    @media (width >= 768px) {
      padding-right: calc(var(--spacing) * 7);
    }
  }
  .md\:pr-8 {
    @media (width >= 768px) {
      padding-right: calc(var(--spacing) * 8);
    }
  }
  .md\:pb-10 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:pb-15 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 15);
    }
  }
  .md\:pb-20 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:pb-30 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 30);
    }
  }
  .md\:pb-60 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 60);
    }
  }
  .md\:pb-\[150px\] {
    @media (width >= 768px) {
      padding-bottom: 150px;
    }
  }
  .md\:pl-7 {
    @media (width >= 768px) {
      padding-left: calc(var(--spacing) * 7);
    }
  }
  .md\:pl-9 {
    @media (width >= 768px) {
      padding-left: calc(var(--spacing) * 9);
    }
  }
  .md\:pl-10 {
    @media (width >= 768px) {
      padding-left: calc(var(--spacing) * 10);
    }
  }
  .md\:pl-15 {
    @media (width >= 768px) {
      padding-left: calc(var(--spacing) * 15);
    }
  }
  .md\:pl-20 {
    @media (width >= 768px) {
      padding-left: calc(var(--spacing) * 20);
    }
  }
  .md\:font-display {
    @media (width >= 768px) {
      font-family: var(--font-display);
    }
  }
  .md\:text-\[14px\] {
    @media (width >= 768px) {
      font-size: 14px;
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 768px) {
      font-size: 16px;
    }
  }
  .md\:text-\[16px\]\! {
    @media (width >= 768px) {
      font-size: 16px !important;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 768px) {
      font-size: 18px;
    }
  }
  .md\:text-\[22px\] {
    @media (width >= 768px) {
      font-size: 22px;
    }
  }
  .md\:text-\[22px\]\! {
    @media (width >= 768px) {
      font-size: 22px !important;
    }
  }
  .md\:text-\[32px\] {
    @media (width >= 768px) {
      font-size: 32px;
    }
  }
  .md\:text-\[32px\]\! {
    @media (width >= 768px) {
      font-size: 32px !important;
    }
  }
  .md\:text-\[36px\] {
    @media (width >= 768px) {
      font-size: 36px;
    }
  }
  .md\:text-\[36px\]\! {
    @media (width >= 768px) {
      font-size: 36px !important;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 768px) {
      font-size: 40px;
    }
  }
  .md\:text-\[44px\] {
    @media (width >= 768px) {
      font-size: 44px;
    }
  }
  .md\:text-\[60px\]\! {
    @media (width >= 768px) {
      font-size: 60px !important;
    }
  }
  .md\:leading-\[18px\] {
    @media (width >= 768px) {
      --tw-leading: 18px;
      line-height: 18px;
    }
  }
  .md\:leading-\[24px\] {
    @media (width >= 768px) {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }
  .md\:leading-\[36px\] {
    @media (width >= 768px) {
      --tw-leading: 36px;
      line-height: 36px;
    }
  }
  .md\:leading-\[44px\] {
    @media (width >= 768px) {
      --tw-leading: 44px;
      line-height: 44px;
    }
  }
  .md\:leading-\[60px\] {
    @media (width >= 768px) {
      --tw-leading: 60px;
      line-height: 60px;
    }
  }
  .md\:font-bold {
    @media (width >= 768px) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .md\:font-medium {
    @media (width >= 768px) {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .md\:whitespace-nowrap {
    @media (width >= 768px) {
      white-space: nowrap;
    }
  }
  .md\:text-black\! {
    @media (width >= 768px) {
      color: var(--color-black) !important;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 1024px) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:col-span-4 {
    @media (width >= 1024px) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-8 {
    @media (width >= 1024px) {
      grid-column: span 8 / span 8;
    }
  }
  .lg\:col-start-3 {
    @media (width >= 1024px) {
      grid-column-start: 3;
    }
  }
  .lg\:block {
    @media (width >= 1024px) {
      display: block;
    }
  }
  .lg\:h-\[600px\] {
    @media (width >= 1024px) {
      height: 600px;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:p-6 {
    @media (width >= 1024px) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .lg\:pt-0 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 1440px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:p-12 {
    @media (width >= 1440px) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .\[\&\>h3\]\:mb-2 {
    &>h3 {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .\[\&\>h3\]\:mb-3 {
    &>h3 {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .\[\&\>h3\]\:text-\[18px\] {
    &>h3 {
      font-size: 18px;
    }
  }
  .\[\&\>h3\]\:font-bold {
    &>h3 {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .\[\&\>h3\]\:font-medium {
    &>h3 {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .md\:\[\&\>h3\]\:text-\[22px\] {
    @media (width >= 768px) {
      &>h3 {
        font-size: 22px;
      }
    }
  }
  .\[\&\>li\]\:mb-3 {
    &>li {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .\[\&\>li\]\:text-\[14px\] {
    &>li {
      font-size: 14px;
    }
  }
  .\[\&\>li\]\:underline {
    &>li {
      text-decoration-line: underline;
    }
  }
  .\[\&\>p\]\:mb-3 {
    &>p {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .\[\&\>p\]\:mb-4 {
    &>p {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .\[\&\>p\]\:mb-5 {
    &>p {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .\[\&\>p\]\:text-\[14px\] {
    &>p {
      font-size: 14px;
    }
  }
  .\[\&\>p\]\:text-\[16px\] {
    &>p {
      font-size: 16px;
    }
  }
  .md\:\[\&\>p\]\:mb-0 {
    @media (width >= 768px) {
      &>p {
        margin-bottom: calc(var(--spacing) * 0);
      }
    }
  }
  .md\:\[\&\>p\]\:mb-6 {
    @media (width >= 768px) {
      &>p {
        margin-bottom: calc(var(--spacing) * 6);
      }
    }
  }
  .md\:\[\&\>p\]\:text-\[16px\] {
    @media (width >= 768px) {
      &>p {
        font-size: 16px;
      }
    }
  }
  .md\:\[\&\>p\]\:text-\[18px\] {
    @media (width >= 768px) {
      &>p {
        font-size: 18px;
      }
    }
  }
  .\[\&\>svg\]\:w-\[150px\] {
    &>svg {
      width: 150px;
    }
  }
  .\[\&\>svg\]\:w-\[270px\] {
    &>svg {
      width: 270px;
    }
  }
  .md\:\[\&\>svg\]\:w-\[300px\] {
    @media (width >= 768px) {
      &>svg {
        width: 300px;
      }
    }
  }
  .\[\&\>ul\]\:text-\[14px\] {
    &>ul {
      font-size: 14px;
    }
  }
}
@layer base {
  body {
    background-color: var(--color-primary-white);
    font-family: var(--font-sans);
  }
}
[x-cloak] {
  display: none !important;
}
.section-white {
  padding-top: calc(var(--spacing) * 20);
  @media (width >= 768px) {
    padding-top: calc(var(--spacing) * 30);
  }
}
.h2 {
  font-family: var(--font-display);
  font-size: 36px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.h4 {
  font-family: var(--font-display);
  font-size: 22px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.h5 {
  font-size: 18px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.blue-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  background: #0997ed;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  transition: none;
}
.btn {
  display: flex;
  min-height: 52px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-xl);
  border-style: var(--tw-border-style);
  border-width: 2px;
  padding-inline: calc(var(--spacing) * 1);
  padding-block: calc(var(--spacing) * 2);
  text-align: center;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-black);
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-white);
    }
  }
  @media (width >= 768px) {
    width: 260px;
  }
  @media (width >= 768px) {
    padding-inline: calc(var(--spacing) * 2);
  }
  @media (width >= 768px) {
    font-size: 16px;
  }
}
.btn-black {
  background-color: var(--color-black);
  color: var(--color-white);
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-white);
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-black);
    }
  }
}
.btn-white {
  border-color: var(--color-white);
  color: var(--color-white);
}

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip svg {
  display: inherit;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .selection {
  display: flex;
  align-items: center;
  position: relative;
  height: 40px;
  width: 100%;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d6dbe3;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 5px 23px 8px 17px;
  font-size: 16px;
  font-feature-settings: "tnum" on,"lnum" on;
  color: #2e3447;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.hide {
  display: none !important;
}
.d-flex {
    display: flex;
}

.slick-initialized .main-slider-item.slick-slide {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1600/600;
  height: auto;
}

.breadcrums {
  display: flex;
  gap: calc(var(--spacing) * 3);
}
.breadcrums li {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.breadcrums li::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #9DC3D4;
  margin-left: 12px;
  border-radius: 100%;
}
.breadcrums li:last-child::after {
  display: none;
}
.breadcrums li span {
  color: #54575A;
}
.input {
  width: 100%;
  border-radius: var(--radius-lg);
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: #D9D9D6;
  background-color: var(--color-white);
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 4);
}
.cb {
  --cb-size: 20px;
  --cb-gap: 8px;
  --icon-off: url("/images/ui/checkbox-off.svg");
  --icon-on: url("/images/ui/checkbox-on.svg");
  --ring: var(--color-primary, #606C38);
  @supports (color: color-mix(in lab, red, red)) {
    --ring: color-mix(in oklab, var(--color-primary, #606C38) 40%, transparent);
  }
  display: flex;
  align-items: flex-start;
  gap: var(--cb-gap);
  cursor: pointer;
  user-select: none;
}
.cb__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
.cb__box {
  flex: 0 0 var(--cb-size);
  width: var(--cb-size);
  height: var(--cb-size);
  position: relative;
  display: inline-block;
}
.cb__box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--icon-off);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: background-image .15s steps(1, end), transform .15s ease, opacity .15s ease;
}
.cb__input:checked + .cb__box::before {
  background-image: var(--icon-on);
}
.cb:hover .cb__box {
  transform: scale(1.02);
}
.cb:active .cb__box {
  transform: scale(0.98);
}
.cb__input:focus-visible + .cb__box {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
  border-radius: 6px;
}
.cb__input:disabled + .cb__box, .cb__input:disabled ~ .cb__label {
  opacity: .5;
  cursor: not-allowed;
}
.cb__label {
  line-height: 1.4;
  color: var(--color-surface-black, #23201E);
  font-size: 12px;
  @media (width >= 768px) {
    font-size: 14px;
  }
}
.swiper-pagination-bullet-active {
  background: #9DC3D4 !important;
}
.swiper-pagination-bullet {
  background: #D9D9D6;
  opacity: 1;
}
.prose {
  max-width: 100%;
}
.prose h2 {
  margin-top: calc(var(--spacing) * 5);
  margin-bottom: calc(var(--spacing) * 2);
}
.prose p {
  margin-bottom: calc(var(--spacing) * 4);
}
#map, #salon-map [class*="ground-pane"] {
  filter: grayscale(100%) brightness(0.95) contrast(1.05);
  -webkit-filter: grayscale(100%) brightness(0.95) contrast(1.05);
}
#map2 [class*="ground-pane"] {
  filter: grayscale(100%) brightness(0.95) contrast(1.05);
  -webkit-filter: grayscale(100%) brightness(0.95) contrast(1.05);
}
.ymaps-2-1-79-balloon {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 12px;
}
.ymaps-2-1-79-balloon__content {
  background-color: #000 !important;
  color: #fff;
  border-radius: 12px;
  padding: 4px 16px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
.ymaps-2-1-79-balloon__tail {
  background: #000 !important;
}
.ymaps-2-1-79-balloon__layout {
  background: none !important;
}
.ymaps-2-1-79-balloon__tail:after {
  background: #000 !important;
}
.ymaps-2-1-79-balloon__content {
  line-height: 30px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}
.img-full {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.f-html {
  padding-inline: calc(var(--spacing) * 5);
  padding-top: calc(var(--spacing) * 15);
  padding-bottom: calc(var(--spacing) * 10);
  @media (width >= 768px) {
    padding-inline: calc(var(--spacing) * 15);
  }
  @media (width >= 768px) {
    padding-block: calc(var(--spacing) * 12);
  }
}
.popup-cols.f-html {
  padding: calc(var(--spacing) * 0);
}
.fancybox__slide .f-button[data-fancybox-close] {
  top: calc(var(--spacing) * 4);
  right: calc(var(--spacing) * 5);
  height: calc(var(--spacing) * 6);
  width: calc(var(--spacing) * 6);
  color: var(--color-black);
  @media (width >= 768px) {
    top: calc(var(--spacing) * 7);
  }
  @media (width >= 768px) {
    right: calc(var(--spacing) * 15);
  }
}
.prose>h2 {
  font-size: 18px;
  @media (width >= 768px) {
    font-size: 22px;
  }
}
.prose>p {
  margin-bottom: calc(var(--spacing) * 6);
  font-size: 14px;
  @media (width >= 768px) {
    margin-bottom: calc(var(--spacing) * 9);
  }
  @media (width >= 768px) {
    font-size: 18px;
  }
}
@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-divide-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-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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-divide-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: 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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

.basket-line[data-count]::after, .header-favorites[data-count]::after {
  content: attr(data-count);
  position: absolute;
  width: 17px;
  height: 16px;
  background: #ed3254;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PT Root UI;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  margin: 0 10px;
  top: -12px;
  right: -25px;
}