/*! tailwindcss v4.1.11 | 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-red-50: #ffa1a1;
    --color-blue-50: #9cb4ff;
    --color-blue-100: #3162ff;
    --color-black: #252525;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --blur-xs: 4px;
    --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-main: Inter;
    --font-druk: Druk;
    --color-blue-10: #f6f8ff;
    --color-blue-30: #e9edff;
    --color-blue-70: #6685eb;
    --color-blue-120: #133cc0;
    --color-red-110: #dd0000;
    --color-grey-10: #f5f5f5;
    --color-grey-20: #e0e0e0;
    --color-grey-40: #949494;
    --color-grey-50: #808080;
    --color-grey-70: #505050;
    --color-grey-special: rgba(255, 255, 255, .4);
    --icons-chevron-right-blue: url("/icons/chevron-right-blue.svg");
    --icons-chevron-right-white: url("/icons/chevron-right-white.svg");
    --icons-chevron-left-blue: url("/icons/chevron-left-blue.svg");
    --icons-chevron-left-white: url("/icons/chevron-left-white.svg");
    --icons-checkmark: url("/icons/checkmark.svg");
    --icons-closer-blue: url("/icons/btn-close.svg");
    --icons-closer-gray: url("/icons/btn-close-gray.svg");
    --icons-bullet-point: url("/img/domophone/bullet.svg");
    --banner-support-bg: url("/img/banner_support_bg.svg");
    --banner-support-bg-mobile: url("/img/banner_support_bg_mob.svg");
    --slider-bg: url("/img/slider_bg.jpg");
    --button-menu-bg: url("/icons/btn-menu.svg");
    --button-menu-size: 25px 18px;
    --button-closer-bg: url("/icons/btn-close.svg");
    --button-closer-size: 20px 20px;
    --transition-duration: .5s;
  }
}
@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 {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .top-\[30px\] {
    top: 30px;
  }
  .top-full {
    top: 100%;
  }
  .right-\[30px\] {
    right: 30px;
  }
  .bottom-\[30px\] {
    bottom: 30px;
  }
  .bottom-\[40px\] {
    bottom: 40px;
  }
  .z-10 {
    z-index: 10;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .order-last {
    order: 9999;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[10px\] {
    margin-block: 10px;
  }
  .my-\[20px\] {
    margin-block: 20px;
  }
  .my-\[30px\] {
    margin-block: 30px;
  }
  .my-\[50px\] {
    margin-block: 50px;
  }
  .my-\[70px\] {
    margin-block: 70px;
  }
  .me-\[10px\] {
    margin-inline-end: 10px;
  }
  .me-auto {
    margin-inline-end: auto;
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[70px\] {
    margin-top: 70px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[38px\] {
    margin-bottom: 38px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .mb-\[70px\] {
    margin-bottom: 70px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[43px\] {
    height: 43px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[55px\] {
    height: 55px;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[170px\] {
    height: 170px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[230px\] {
    height: 230px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[260px\] {
    height: 260px;
  }
  .h-\[385px\] {
    height: 385px;
  }
  .h-\[540px\] {
    height: 540px;
  }
  .h-\[566px\] {
    height: 566px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[110px\] {
    max-height: 110px;
  }
  .max-h-\[250px\] {
    max-height: 250px;
  }
  .max-h-\[254px\] {
    max-height: 254px;
  }
  .max-h-\[600px\] {
    max-height: 600px;
  }
  .max-h-\[700px\] {
    max-height: 700px;
  }
  .min-h-\[320px\] {
    min-height: 320px;
  }
  .\!w-min {
    width: min-content !important;
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[25px\] {
    width: 25px;
  }
  .w-\[55px\] {
    width: 55px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-\[50\%\] {
    max-width: 50%;
  }
  .max-w-\[68\%\] {
    max-width: 68%;
  }
  .max-w-\[107px\] {
    max-width: 107px;
  }
  .max-w-\[254px\] {
    max-width: 254px;
  }
  .max-w-\[570px\] {
    max-width: 570px;
  }
  .min-w-\[290px\] {
    min-width: 290px;
  }
  .flex-\[0_1_48\%\] {
    flex: 0 1 48%;
  }
  .flex-\[0_1_50\%\] {
    flex: 0 1 50%;
  }
  .flex-\[1_1_23\%\] {
    flex: 1 1 23%;
  }
  .flex-\[1_1_46\%\] {
    flex: 1 1 46%;
  }
  .flex-auto {
    flex: auto;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .basis-1\/2 {
    flex-basis: calc(1/2 * 100%);
  }
  .-translate-y-\[20px\] {
    --tw-translate-y: calc(20px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[20px\] {
    --tw-translate-y: 20px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-image-\(--icons-bullet-point\) {
    list-style-image: var(--icons-bullet-point);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .gap-x-\[10px\] {
    column-gap: 10px;
  }
  .gap-y-\[30px\] {
    row-gap: 30px;
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-t-\[20px\] {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .rounded-tl-\[20px\] {
    border-top-left-radius: 20px;
  }
  .rounded-tr-\[20px\] {
    border-top-right-radius: 20px;
  }
  .rounded-b-\[20px\] {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-blue-30 {
    border-color: var(--color-blue-30);
  }
  .border-grey-20 {
    border-color: var(--color-grey-20);
  }
  .bg-\[\#40c314\] {
    background-color: #40c314;
  }
  .bg-\[\#1788cf\] {
    background-color: #1788cf;
  }
  .bg-\[\#8621c0\] {
    background-color: #8621c0;
  }
  .bg-\[\#cc1616\] {
    background-color: #cc1616;
  }
  .bg-\[\#cddc39\] {
    background-color: #cddc39;
  }
  .bg-\[\#ff9422\] {
    background-color: #ff9422;
  }
  .bg-\[\#ffeb3b\] {
    background-color: #ffeb3b;
  }
  .bg-blue-10 {
    background-color: var(--color-blue-10);
  }
  .bg-blue-100 {
    background-color: var(--color-blue-100);
  }
  .bg-grey-10 {
    background-color: var(--color-grey-10);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\(image\:--banner-support-bg\) {
    background-image: var(--banner-support-bg);
  }
  .bg-\(image\:--slider-bg\) {
    background-image: var(--slider-bg);
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-position-\[100\%_center\] {
    background-position: 100% center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-top {
    object-position: top;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .text-right {
    text-align: right;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .leading-\[125\%\] {
    --tw-leading: 125%;
    line-height: 125%;
  }
  .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-\[\#3162ff\] {
    color: #3162ff;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-100 {
    color: var(--color-blue-100);
  }
  .text-blue-120 {
    color: var(--color-blue-120);
  }
  .text-grey-40 {
    color: var(--color-grey-40);
  }
  .text-grey-50 {
    color: var(--color-grey-50);
  }
  .text-grey-70 {
    color: var(--color-grey-70);
  }
  .text-red-110 {
    color: var(--color-red-110);
  }
  .text-white {
    color: var(--color-white);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition: all var(--transition-duration);
  }
  .group-hover\:flex {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: flex;
      }
    }
  }
  .group-hover\:text-blue-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-blue-100);
      }
    }
  }
  .marker\:h-\[16px\] {
    & *::marker {
      height: 16px;
    }
    &::marker {
      height: 16px;
    }
    & *::-webkit-details-marker {
      height: 16px;
    }
    &::-webkit-details-marker {
      height: 16px;
    }
  }
  .marker\:w-\[16px\] {
    & *::marker {
      width: 16px;
    }
    &::marker {
      width: 16px;
    }
    & *::-webkit-details-marker {
      width: 16px;
    }
    &::-webkit-details-marker {
      width: 16px;
    }
  }
  .hover\:text-blue-100 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-100);
      }
    }
  }
  .sm-halfway\:right-\[40px\] {
    @media (width >= 768px) {
      right: 40px;
    }
  }
  .sm-halfway\:order-none {
    @media (width >= 768px) {
      order: 0;
    }
  }
  .sm-halfway\:ms-auto {
    @media (width >= 768px) {
      margin-inline-start: auto;
    }
  }
  .sm-halfway\:mt-0 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm-halfway\:mt-\[30px\] {
    @media (width >= 768px) {
      margin-top: 30px;
    }
  }
  .sm-halfway\:mb-\[30px\] {
    @media (width >= 768px) {
      margin-bottom: 30px;
    }
  }
  .sm-halfway\:mb-\[38px\] {
    @media (width >= 768px) {
      margin-bottom: 38px;
    }
  }
  .sm-halfway\:flex {
    @media (width >= 768px) {
      display: flex;
    }
  }
  .sm-halfway\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .sm-halfway\:h-\[230px\] {
    @media (width >= 768px) {
      height: 230px;
    }
  }
  .sm-halfway\:h-\[250px\] {
    @media (width >= 768px) {
      height: 250px;
    }
  }
  .sm-halfway\:h-auto {
    @media (width >= 768px) {
      height: auto;
    }
  }
  .sm-halfway\:h-full {
    @media (width >= 768px) {
      height: 100%;
    }
  }
  .sm-halfway\:max-h-\[150px\] {
    @media (width >= 768px) {
      max-height: 150px;
    }
  }
  .sm-halfway\:max-h-none {
    @media (width >= 768px) {
      max-height: none;
    }
  }
  .sm-halfway\:w-\[40\%\] {
    @media (width >= 768px) {
      width: 40%;
    }
  }
  .sm-halfway\:w-\[70\%\] {
    @media (width >= 768px) {
      width: 70%;
    }
  }
  .sm-halfway\:w-\[340px\] {
    @media (width >= 768px) {
      width: 340px;
    }
  }
  .sm-halfway\:w-auto {
    @media (width >= 768px) {
      width: auto;
    }
  }
  .sm-halfway\:w-max {
    @media (width >= 768px) {
      width: max-content;
    }
  }
  .sm-halfway\:max-w-\[30\%\] {
    @media (width >= 768px) {
      max-width: 30%;
    }
  }
  .sm-halfway\:max-w-\[35\%\] {
    @media (width >= 768px) {
      max-width: 35%;
    }
  }
  .sm-halfway\:max-w-\[60\%\] {
    @media (width >= 768px) {
      max-width: 60%;
    }
  }
  .sm-halfway\:max-w-\[65\%\] {
    @media (width >= 768px) {
      max-width: 65%;
    }
  }
  .sm-halfway\:max-w-\[200px\] {
    @media (width >= 768px) {
      max-width: 200px;
    }
  }
  .sm-halfway\:max-w-\[620px\] {
    @media (width >= 768px) {
      max-width: 620px;
    }
  }
  .sm-halfway\:max-w-none {
    @media (width >= 768px) {
      max-width: none;
    }
  }
  .sm-halfway\:flex-\[0_0_140px\] {
    @media (width >= 768px) {
      flex: 0 0 140px;
    }
  }
  .sm-halfway\:flex-\[1_0_100\%\] {
    @media (width >= 768px) {
      flex: 1 0 100%;
    }
  }
  .sm-halfway\:flex-\[1_1_30\%\] {
    @media (width >= 768px) {
      flex: 1 1 30%;
    }
  }
  .sm-halfway\:flex-\[1_1_31\%\] {
    @media (width >= 768px) {
      flex: 1 1 31%;
    }
  }
  .sm-halfway\:flex-\[1_1_48\%\] {
    @media (width >= 768px) {
      flex: 1 1 48%;
    }
  }
  .sm-halfway\:flex-auto {
    @media (width >= 768px) {
      flex: auto;
    }
  }
  .sm-halfway\:-translate-x-\[30px\] {
    @media (width >= 768px) {
      --tw-translate-x: calc(30px * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm-halfway\:-translate-y-0 {
    @media (width >= 768px) {
      --tw-translate-y: calc(var(--spacing) * -0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm-halfway\:translate-y-0 {
    @media (width >= 768px) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm-halfway\:flex-col {
    @media (width >= 768px) {
      flex-direction: column;
    }
  }
  .sm-halfway\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .sm-halfway\:flex-nowrap {
    @media (width >= 768px) {
      flex-wrap: nowrap;
    }
  }
  .sm-halfway\:flex-wrap {
    @media (width >= 768px) {
      flex-wrap: wrap;
    }
  }
  .sm-halfway\:items-center {
    @media (width >= 768px) {
      align-items: center;
    }
  }
  .sm-halfway\:items-start {
    @media (width >= 768px) {
      align-items: flex-start;
    }
  }
  .sm-halfway\:justify-between {
    @media (width >= 768px) {
      justify-content: space-between;
    }
  }
  .sm-halfway\:gap-0 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .sm-halfway\:gap-\[20px\] {
    @media (width >= 768px) {
      gap: 20px;
    }
  }
  .sm-halfway\:gap-\[40px\] {
    @media (width >= 768px) {
      gap: 40px;
    }
  }
  .sm-halfway\:gap-\[50px\] {
    @media (width >= 768px) {
      gap: 50px;
    }
  }
  .sm-halfway\:gap-y-\[10px\] {
    @media (width >= 768px) {
      row-gap: 10px;
    }
  }
  .sm-halfway\:rounded-\[30px\] {
    @media (width >= 768px) {
      border-radius: 30px;
    }
  }
  .sm-halfway\:rounded-s-\[30px\] {
    @media (width >= 768px) {
      border-start-start-radius: 30px;
      border-end-start-radius: 30px;
    }
  }
  .sm-halfway\:rounded-t-none {
    @media (width >= 768px) {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  }
  .sm-halfway\:rounded-tl-\[30px\] {
    @media (width >= 768px) {
      border-top-left-radius: 30px;
    }
  }
  .sm-halfway\:rounded-tl-none {
    @media (width >= 768px) {
      border-top-left-radius: 0;
    }
  }
  .sm-halfway\:rounded-tr-\[30px\] {
    @media (width >= 768px) {
      border-top-right-radius: 30px;
    }
  }
  .sm-halfway\:rounded-tr-none {
    @media (width >= 768px) {
      border-top-right-radius: 0;
    }
  }
  .sm-halfway\:rounded-br-\[30px\] {
    @media (width >= 768px) {
      border-bottom-right-radius: 30px;
    }
  }
  .sm-halfway\:rounded-br-none {
    @media (width >= 768px) {
      border-bottom-right-radius: 0;
    }
  }
  .sm-halfway\:rounded-bl-\[30px\] {
    @media (width >= 768px) {
      border-bottom-left-radius: 30px;
    }
  }
  .sm-halfway\:p-\[40px\] {
    @media (width >= 768px) {
      padding: 40px;
    }
  }
  .sm-halfway\:px-\[30px\] {
    @media (width >= 768px) {
      padding-inline: 30px;
    }
  }
  .sm-halfway\:pe-\[70px\] {
    @media (width >= 768px) {
      padding-inline-end: 70px;
    }
  }
  .sm-halfway\:pt-\[40px\] {
    @media (width >= 768px) {
      padding-top: 40px;
    }
  }
  .sm-halfway\:text-\[20px\] {
    @media (width >= 768px) {
      font-size: 20px;
    }
  }
  .md\:absolute {
    @media (width >= 1020px) {
      position: absolute;
    }
  }
  .md\:right-\[30px\] {
    @media (width >= 1020px) {
      right: 30px;
    }
  }
  .md\:bottom-\[30px\] {
    @media (width >= 1020px) {
      bottom: 30px;
    }
  }
  .md\:order-none {
    @media (width >= 1020px) {
      order: 0;
    }
  }
  .md\:col-start-1 {
    @media (width >= 1020px) {
      grid-column-start: 1;
    }
  }
  .md\:col-start-2 {
    @media (width >= 1020px) {
      grid-column-start: 2;
    }
  }
  .md\:col-end-2 {
    @media (width >= 1020px) {
      grid-column-end: 2;
    }
  }
  .md\:col-end-3 {
    @media (width >= 1020px) {
      grid-column-end: 3;
    }
  }
  .md\:row-start-1 {
    @media (width >= 1020px) {
      grid-row-start: 1;
    }
  }
  .md\:row-start-2 {
    @media (width >= 1020px) {
      grid-row-start: 2;
    }
  }
  .md\:row-end-2 {
    @media (width >= 1020px) {
      grid-row-end: 2;
    }
  }
  .md\:row-end-3 {
    @media (width >= 1020px) {
      grid-row-end: 3;
    }
  }
  .md\:my-0 {
    @media (width >= 1020px) {
      margin-block: calc(var(--spacing) * 0);
    }
  }
  .md\:my-\[40px\] {
    @media (width >= 1020px) {
      margin-block: 40px;
    }
  }
  .md\:mt-0 {
    @media (width >= 1020px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-auto {
    @media (width >= 1020px) {
      margin-top: auto;
    }
  }
  .md\:mb-0 {
    @media (width >= 1020px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:h-\[25px\] {
    @media (width >= 1020px) {
      height: 25px;
    }
  }
  .md\:h-\[280px\] {
    @media (width >= 1020px) {
      height: 280px;
    }
  }
  .md\:h-\[385px\] {
    @media (width >= 1020px) {
      height: 385px;
    }
  }
  .md\:h-auto {
    @media (width >= 1020px) {
      height: auto;
    }
  }
  .md\:max-h-\[382px\] {
    @media (width >= 1020px) {
      max-height: 382px;
    }
  }
  .md\:max-h-\[560px\] {
    @media (width >= 1020px) {
      max-height: 560px;
    }
  }
  .md\:min-h-\[300px\] {
    @media (width >= 1020px) {
      min-height: 300px;
    }
  }
  .md\:w-\[300px\] {
    @media (width >= 1020px) {
      width: 300px;
    }
  }
  .md\:w-\[400px\] {
    @media (width >= 1020px) {
      width: 400px;
    }
  }
  .md\:max-w-\[35\%\] {
    @media (width >= 1020px) {
      max-width: 35%;
    }
  }
  .md\:max-w-\[50\%\] {
    @media (width >= 1020px) {
      max-width: 50%;
    }
  }
  .md\:max-w-\[62\.5\%\] {
    @media (width >= 1020px) {
      max-width: 62.5%;
    }
  }
  .md\:max-w-\[65\%\] {
    @media (width >= 1020px) {
      max-width: 65%;
    }
  }
  .md\:max-w-\[250px\] {
    @media (width >= 1020px) {
      max-width: 250px;
    }
  }
  .md\:max-w-\[300px\] {
    @media (width >= 1020px) {
      max-width: 300px;
    }
  }
  .md\:max-w-none {
    @media (width >= 1020px) {
      max-width: none;
    }
  }
  .md\:basis-\[23\%\] {
    @media (width >= 1020px) {
      flex-basis: 23%;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 1020px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-rows-2 {
    @media (width >= 1020px) {
      grid-template-rows: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 1020px) {
      flex-direction: row;
    }
  }
  .md\:flex-wrap {
    @media (width >= 1020px) {
      flex-wrap: wrap;
    }
  }
  .md\:items-center {
    @media (width >= 1020px) {
      align-items: center;
    }
  }
  .md\:items-start {
    @media (width >= 1020px) {
      align-items: flex-start;
    }
  }
  .md\:justify-between {
    @media (width >= 1020px) {
      justify-content: space-between;
    }
  }
  .md\:gap-\[10px\] {
    @media (width >= 1020px) {
      gap: 10px;
    }
  }
  .md\:gap-\[20px\] {
    @media (width >= 1020px) {
      gap: 20px;
    }
  }
  .md\:gap-\[30px\] {
    @media (width >= 1020px) {
      gap: 30px;
    }
  }
  .md\:gap-x-\[10px\] {
    @media (width >= 1020px) {
      column-gap: 10px;
    }
  }
  .md\:gap-x-\[20px\] {
    @media (width >= 1020px) {
      column-gap: 20px;
    }
  }
  .md\:rounded-\[30px\] {
    @media (width >= 1020px) {
      border-radius: 30px;
    }
  }
  .md\:rounded-s-\[30px\] {
    @media (width >= 1020px) {
      border-start-start-radius: 30px;
      border-end-start-radius: 30px;
    }
  }
  .md\:rounded-tl-none {
    @media (width >= 1020px) {
      border-top-left-radius: 0;
    }
  }
  .md\:rounded-tr-\[30px\] {
    @media (width >= 1020px) {
      border-top-right-radius: 30px;
    }
  }
  .md\:rounded-br-\[30px\] {
    @media (width >= 1020px) {
      border-bottom-right-radius: 30px;
    }
  }
  .md\:rounded-br-none {
    @media (width >= 1020px) {
      border-bottom-right-radius: 0;
    }
  }
  .md\:p-\[40px\] {
    @media (width >= 1020px) {
      padding: 40px;
    }
  }
  .md\:px-\[30px\] {
    @media (width >= 1020px) {
      padding-inline: 30px;
    }
  }
  .md\:pe-\[70px\] {
    @media (width >= 1020px) {
      padding-inline-end: 70px;
    }
  }
  .md\:pt-\[40px\] {
    @media (width >= 1020px) {
      padding-top: 40px;
    }
  }
  .lg\:mt-\[70px\] {
    @media (width >= 1440px) {
      margin-top: 70px;
    }
  }
  .lg\:mt-auto {
    @media (width >= 1440px) {
      margin-top: auto;
    }
  }
  .lg\:flex {
    @media (width >= 1440px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 1440px) {
      display: none;
    }
  }
  .lg\:h-\[200px\] {
    @media (width >= 1440px) {
      height: 200px;
    }
  }
  .lg\:h-\[350px\] {
    @media (width >= 1440px) {
      height: 350px;
    }
  }
  .lg\:max-h-\[200px\] {
    @media (width >= 1440px) {
      max-height: 200px;
    }
  }
  .lg\:max-h-\[370px\] {
    @media (width >= 1440px) {
      max-height: 370px;
    }
  }
  .lg\:max-h-\[460px\] {
    @media (width >= 1440px) {
      max-height: 460px;
    }
  }
  .lg\:min-h-auto {
    @media (width >= 1440px) {
      min-height: auto;
    }
  }
  .lg\:w-\[370px\] {
    @media (width >= 1440px) {
      width: 370px;
    }
  }
  .lg\:max-w-\[75\%\] {
    @media (width >= 1440px) {
      max-width: 75%;
    }
  }
  .lg\:max-w-\[450px\] {
    @media (width >= 1440px) {
      max-width: 450px;
    }
  }
  .lg\:max-w-\[770px\] {
    @media (width >= 1440px) {
      max-width: 770px;
    }
  }
  .lg\:max-w-\[870px\] {
    @media (width >= 1440px) {
      max-width: 870px;
    }
  }
  .lg\:max-w-\[1070px\] {
    @media (width >= 1440px) {
      max-width: 1070px;
    }
  }
  .lg\:max-w-none {
    @media (width >= 1440px) {
      max-width: none;
    }
  }
  .lg\:basis-\[170px\] {
    @media (width >= 1440px) {
      flex-basis: 170px;
    }
  }
  .lg\:flex-col {
    @media (width >= 1440px) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 1440px) {
      flex-direction: row;
    }
  }
  .lg\:items-stretch {
    @media (width >= 1440px) {
      align-items: stretch;
    }
  }
  .lg\:justify-start {
    @media (width >= 1440px) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-\[30px\] {
    @media (width >= 1440px) {
      gap: 30px;
    }
  }
  .lg\:gap-\[40px\] {
    @media (width >= 1440px) {
      gap: 40px;
    }
  }
  .lg\:gap-\[80px\] {
    @media (width >= 1440px) {
      gap: 80px;
    }
  }
  .lg\:gap-x-\[20px\] {
    @media (width >= 1440px) {
      column-gap: 20px;
    }
  }
  .lg\:gap-x-\[30px\] {
    @media (width >= 1440px) {
      column-gap: 30px;
    }
  }
  .lg\:px-\[30px\] {
    @media (width >= 1440px) {
      padding-inline: 30px;
    }
  }
  .lg-plus\:h-\[150px\] {
    @media (width >= 1600px) {
      height: 150px;
    }
  }
  .lg-plus\:h-\[420px\] {
    @media (width >= 1600px) {
      height: 420px;
    }
  }
  .lg-plus\:w-\[40\%\] {
    @media (width >= 1600px) {
      width: 40%;
    }
  }
  .lg-plus\:max-w-\[870px\] {
    @media (width >= 1600px) {
      max-width: 870px;
    }
  }
  .lg-plus\:basis-\[250px\] {
    @media (width >= 1600px) {
      flex-basis: 250px;
    }
  }
  .xl\:max-w-\[600px\] {
    @media (width >= 1920px) {
      max-width: 600px;
    }
  }
  .xl\:max-w-\[1270px\] {
    @media (width >= 1920px) {
      max-width: 1270px;
    }
  }
  .xl\:max-w-\[1470px\] {
    @media (width >= 1920px) {
      max-width: 1470px;
    }
  }
  .xl\:gap-\[40px\] {
    @media (width >= 1920px) {
      gap: 40px;
    }
  }
  .xl\:gap-\[60px\] {
    @media (width >= 1920px) {
      gap: 60px;
    }
  }
  .pointer-fine\:group-hover\:text-blue-100 {
    @media (pointer: fine) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          color: var(--color-blue-100);
        }
      }
    }
  }
  .\[\@media\(max-width\:1560px\)\]\:hidden {
    @media (max-width:1560px) {
      display: none;
    }
  }
  .\[\@media\(max-width\:360px\)\]\:hidden {
    @media (max-width:360px) {
      display: none;
    }
  }
  .\[\@media\(max-width\:680px\)\]\:flex-col {
    @media (max-width:680px) {
      flex-direction: column;
    }
  }
  .\[\@media\(max-width\:680px\)\]\:gap-\[10px\] {
    @media (max-width:680px) {
      gap: 10px;
    }
  }
  .\[\@media\(max-width\:768px\)\]\:ms-\[24px\] {
    @media (max-width:768px) {
      margin-inline-start: 24px;
    }
  }
  .\[\@media\(max-width\:768px\)\]\:hidden {
    @media (max-width:768px) {
      display: none;
    }
  }
  .\[\@media\(max-width\:840px\)\]\:w-full {
    @media (max-width:840px) {
      width: 100%;
    }
  }
  .\[\@media\(max-width\:840px\)\]\:flex-col {
    @media (max-width:840px) {
      flex-direction: column;
    }
  }
  .\[\@media\(max-width\:840px\)\]\:bg-\(image\:--banner-support-bg-mobile\) {
    @media (max-width:840px) {
      background-image: var(--banner-support-bg-mobile);
    }
  }
  .\[\@media\(max-width\:840px\)\]\:bg-size-\[50\%_auto\] {
    @media (max-width:840px) {
      background-size: 50% auto;
    }
  }
  .\[\@media\(max-width\:840px\)\]\:bg-position-\[50\%_top\] {
    @media (max-width:840px) {
      background-position: 50% top;
    }
  }
  .\[\@media\(max-width\:840px\)\]\:pt-\[20\%\] {
    @media (max-width:840px) {
      padding-top: 20%;
    }
  }
  .\[\@media\(max-width\:960px\)\]\:order-last {
    @media (max-width:960px) {
      order: 9999;
    }
  }
  .\[\@media\(max-width\:960px\)\]\:me-0 {
    @media (max-width:960px) {
      margin-inline-end: calc(var(--spacing) * 0);
    }
  }
  .\[\@media\(max-width\:960px\)\]\:mt-\[40px\] {
    @media (max-width:960px) {
      margin-top: 40px;
    }
  }
  .\[\@media\(max-width\:960px\)\]\:hidden {
    @media (max-width:960px) {
      display: none;
    }
  }
  .\[\@media\(min-width\:1561px\)\]\:hidden {
    @media (min-width:1561px) {
      display: none;
    }
  }
  .\[\@media\(min-width\:681px\)\]\:items-center {
    @media (min-width:681px) {
      align-items: center;
    }
  }
  .\[\@media\(min-width\:681px\)\]\:justify-between {
    @media (min-width:681px) {
      justify-content: space-between;
    }
  }
  .\[\@media\(min-width\:811px\)\]\:flex-initial {
    @media (min-width:811px) {
      flex: 0 auto;
    }
  }
  .\[\@media\(min-width\:841px\)\]\:absolute {
    @media (min-width:841px) {
      position: absolute;
    }
  }
  .\[\@media\(min-width\:841px\)\]\:right-\[30px\] {
    @media (min-width:841px) {
      right: 30px;
    }
  }
  .\[\@media\(min-width\:841px\)\]\:bottom-\[40px\] {
    @media (min-width:841px) {
      bottom: 40px;
    }
  }
  .\[\@media\(min-width\:841px\)\]\:order-none {
    @media (min-width:841px) {
      order: 0;
    }
  }
  .\[\@media\(min-width\:841px\)\]\:max-h-\[470px\] {
    @media (min-width:841px) {
      max-height: 470px;
    }
  }
  .\[\@media\(min-width\:841px\)\]\:max-w-\[35\%\] {
    @media (min-width:841px) {
      max-width: 35%;
    }
  }
  .\[\@media\(min-width\:841px\)\]\:max-w-\[60\%\] {
    @media (min-width:841px) {
      max-width: 60%;
    }
  }
  .\[\@media\(min-width\:841px\)\]\:max-w-\[65\%\] {
    @media (min-width:841px) {
      max-width: 65%;
    }
  }
  .\[\@media\(min-width\:841px\)\]\:flex-row {
    @media (min-width:841px) {
      flex-direction: row;
    }
  }
  .\[\@media\(min-width\:841px\)\]\:items-center {
    @media (min-width:841px) {
      align-items: center;
    }
  }
  .\[\@media\(min-width\:841px\)\]\:\[\@media\(max-width\:1300px\)\]\:\[text-shadow\:1px_1px_2px_var\(--color-grey-50\)\] {
    @media (min-width:841px) {
      @media (max-width:1300px) {
        text-shadow: 1px 1px 2px var(--color-grey-50);
      }
    }
  }
  .\[\@media\(min-width\:961px\)\]\:justify-start {
    @media (min-width:961px) {
      justify-content: flex-start;
    }
  }
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
}
@font-face {
  font-family: "Druk";
  src: url("/fonts/druktextwidecyr-medium.otf") format("opentype");
}
@layer base {
  body {
    margin-inline: 10px;
    margin-bottom: 60px;
    font-family: var(--font-main);
    color: var(--color-black);
    @media (width >= 768px) {
      margin-inline: 40px;
    }
    @media (width >= 1020px) {
      margin-inline: 75px;
    }
    @media (width >= 1440px) {
      margin-inline: 135px;
      max-width: 1500px;
    }
    @media (width >= 1600px) {
      margin-inline: auto;
    }
  }
  a {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  p {
    --tw-leading: 150%;
    line-height: 150%;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-druk);
    font-size: 26px;
    --tw-leading: 130%;
    line-height: 130%;
  }
  button, button.primary {
    cursor: pointer;
    border-radius: 100px;
    background-color: var(--color-blue-30);
    padding-inline: 25px;
    padding-block: 16px;
    font-size: 16px;
    --tw-leading: 150%;
    line-height: 150%;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-blue-100);
    transition: color var(--transition-duration), background-color var(--transition-duration);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-100);
        color: var(--color-white);
      }
    }
    &:disabled {
      background-color: var(--color-grey-10);
      color: var(--color-grey-50);
    }
  }
  button.secondary {
    background-color: var(--color-blue-100);
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-120);
      }
    }
  }
  button.text {
    background-color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-120);
      }
    }
  }
  button.outline {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-blue-70);
    background-color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-100);
      }
    }
  }
  label {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
  label:has(input[type="checkbox"]) {
    flex-direction: row;
    align-items: center;
  }
  label > span {
    font-size: 14px;
    color: var(--color-grey-50);
  }
  input {
    outline: none;
  }
  input:is([type="text"],[type="email"],[type="search"],[type="number"],[type="password"],[type="tel"],[type="url"]) {
    border-radius: 10px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-grey-20);
    padding-inline: 20px;
    padding-block: 14px;
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-blue-50);
      }
    }
    &::placeholder {
      color: var(--color-grey-50);
    }
    &:focus {
      border-color: var(--color-blue-50);
    }
    &:invalid {
      border-color: var(--color-red-50);
    }
  }
  input:is([type="checkbox"]) {
    height: 20px;
    width: 20px;
    border-radius: 5px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-grey-20);
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-blue-100);
      }
    }
    &:checked {
      background-color: var(--color-blue-100);
      background-image: var(--icons-checkmark);
      background-size: 9px 7px;
      background-position: center;
    }
  }
  dialog {
    height: 100%;
    max-height: 100%;
    width: 100%;
    --tw-translate-x: 20px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    overflow-y: auto;
    background-color: transparent;
    &::backdrop {
      background-color: rgba(127,127,127,.35);
      --tw-backdrop-blur: blur(var(--blur-xs));
      -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,);
    }
  }
  dialog .content {
    margin-block: 20px;
    width: 100%;
    border-radius: 30px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-blue-50);
    background-color: var(--color-white);
    padding: 20px;
    @media (width >= 768px) {
      padding: 29px;
    }
    @media (width >= 1020px) {
      margin-block: 30px;
    }
  }
  dialog .closer {
    position: absolute;
    top: 30px;
    right: 30px;
    height: 15px;
    width: 15px;
    background-image: var(--icons-closer-gray);
    background-size: contain;
    background-position: center;
    &:hover {
      @media (hover: hover) {
        background-image: var(--icons-closer-blue);
      }
    }
    @media (width >= 768px) {
      right: 20px;
    }
  }
}
@layer components {
  .pager-button {
    height: 6px;
    width: 6px;
    border-radius: calc(infinity * 1px);
  }
  .pager-button-grey {
    height: 6px;
    width: 6px;
    border-radius: calc(infinity * 1px);
    background-color: var(--color-grey-special);
  }
  .pager-button-grey.active {
    background-color: var(--color-white);
  }
  .chevron-right-grey {
    height: 40px;
    width: 40px;
    cursor: pointer;
    border-radius: calc(infinity * 1px);
    background-color: var(--color-grey-special);
    background-image: var(--icons-chevron-right-white);
    background-size: 8px 11px;
    background-position: center;
    background-repeat: no-repeat;
    @media (pointer: fine) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-white);
          background-image: var(--icons-chevron-right-blue);
        }
      }
    }
  }
  .chevron-left-grey {
    height: 40px;
    width: 40px;
    cursor: pointer;
    border-radius: calc(infinity * 1px);
    background-color: var(--color-grey-special);
    background-image: var(--icons-chevron-left-white);
    background-size: 8px 11px;
    background-position: center;
    background-repeat: no-repeat;
    @media (pointer: fine) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-white);
          background-image: var(--icons-chevron-left-blue);
        }
      }
    }
  }
  .chevron-right-white {
    height: 40px;
    width: 40px;
    cursor: pointer;
    border-radius: calc(infinity * 1px);
    background-color: var(--color-white);
    background-image: var(--icons-chevron-right-blue);
    background-size: 8px 11px;
    background-position: center;
    background-repeat: no-repeat;
    @media (pointer: fine) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          background-color: var(--color-blue-100);
          background-image: var(--icons-chevron-right-white);
        }
      }
    }
  }
  [data-purpose="menu"] {
    height: 55px;
    width: 55px;
    flex-shrink: 0;
    cursor: pointer;
    border-radius: calc(infinity * 1px);
    background-color: var(--color-blue-30);
    background-image: var(--button-menu-bg);
    background-size: var(--button-menu-size);
    background-position: center;
    background-repeat: no-repeat;
  }
  [data-purpose="closer"] {
    height: 55px;
    width: 55px;
    cursor: pointer;
    border-radius: calc(infinity * 1px);
    background-color: var(--color-blue-30);
    background-image: var(--button-closer-bg);
    background-size: var(--button-closer-size);
    background-position: center;
    background-repeat: no-repeat;
  }
  .breadcrumbs {
    margin-block: 10px;
    font-size: 14px;
    color: var(--color-grey-40);
  }
  .modal {
    position: fixed;
    inset: calc(var(--spacing) * 0);
    z-index: 100;
    overflow-y: auto;
    background-color: rgba(127,127,127,.35);
    --tw-backdrop-blur: blur(var(--blur-xs));
    -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,);
  }
  .modal:not(.open) {
    display: none;
  }
  .modal .content {
    position: relative;
    margin-inline: 10px;
    margin-block: 10%;
    border-radius: 25px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-blue-30);
    background-color: var(--color-white);
    padding-inline: 19px;
    padding-block: 29px;
    @media (width >= 768px) {
      margin-inline: 40px;
      padding-inline: 29px;
    }
    @media (width >= 1020px) {
      margin-inline: 75px;
    }
    @media (width >= 1440px) {
      margin-inline: 135px;
      max-width: 1500px;
      padding: 40px;
    }
    @media (width >= 1600px) {
      margin-inline: auto;
    }
  }
  .modal .closer-cross {
    position: absolute;
    top: 29px;
    right: 19px;
    height: 15px;
    width: 15px;
    cursor: pointer;
    background-image: var(--icons-closer-gray);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    @media (width >= 768px) {
      right: 29px;
    }
    @media (width >= 1440px) {
      top: 39px;
      right: 39px;
    }
    &:hover {
      @media (hover: hover) {
        background-image: var(--icons-closer-blue);
      }
    }
  }
  .tv-analog-mark {
    height: 20px;
    width: 20px;
    border-radius: calc(infinity * 1px);
    background-color: #1cd100;
  }
  .tv-digital-mark {
    height: 20px;
    width: 20px;
    border-radius: calc(infinity * 1px);
    background-color: #008fe7;
  }
  .tv-channels-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    @media (width >= 768px) {
      gap: 20px;
    }
  }
  .tv-channels-list > img {
    flex: 0 0 60px;
    border-radius: 10px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-blue-30);
    @media (width >= 1020px) {
      flex-basis: 70px;
      border-radius: 15px;
    }
    @media (width >= 1440px) {
      flex-basis: 90px;
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-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;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-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;
    }
  }
}
