/*! tailwindcss v4.0.17 | MIT License | https://tailwindcss.com */
@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-blue-100: oklch(0.932 0.032 255.585);
    --color-blue-300: oklch(0.809 0.105 251.813);
    --color-blue-500: oklch(0.623 0.214 259.815);
    --color-blue-600: oklch(0.546 0.245 262.881);
    --color-slate-900: oklch(0.208 0.042 265.755);
    --color-gray-100: oklch(0.967 0.003 264.542);
    --color-gray-300: oklch(0.872 0.01 258.338);
    --color-gray-500: oklch(0.551 0.027 264.364);
    --color-gray-700: oklch(0.373 0.034 259.733);
    --color-gray-800: oklch(0.278 0.033 256.848);
    --color-gray-900: oklch(0.21 0.034 264.665);
    --color-zinc-200: oklch(0.92 0.004 286.32);
    --color-stone-50: oklch(0.985 0.001 106.423);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --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-primary: 'Inter', 'sans-serif';
  }
}
@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: 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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[13px\] {
    top: 13px;
  }
  .top-\[50px\] {
    top: 50px;
  }
  .right-\[13px\] {
    right: 13px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[0\] {
    left: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .m-\[10px\] {
    margin: 10px;
  }
  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-2\.5 {
    margin-block: calc(var(--spacing) * 2.5);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-\[16px\] {
    margin-block: 16px;
  }
  .my-\[20px\] {
    margin-block: 20px;
  }
  .my-\[30px\] {
    margin-block: 30px;
  }
  .my-\[60px\] {
    margin-block: 60px;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[74px\] {
    margin-top: 74px;
  }
  .mt-\[94px\] {
    margin-top: 94px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-2\.5 {
    margin-right: calc(var(--spacing) * 2.5);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .mr-\[6px\] {
    margin-right: 6px;
  }
  .mr-\[7px\] {
    margin-right: 7px;
  }
  .mr-\[16px\] {
    margin-right: 16px;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * 0.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-\[9px\] {
    margin-bottom: 9px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[14px\] {
    margin-bottom: 14px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .mb-\[65px\] {
    margin-bottom: 65px;
  }
  .mb-\[90px\] {
    margin-bottom: 90px;
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-\[4px\] {
    margin-left: 4px;
  }
  .ml-\[10px\] {
    margin-left: 10px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[74px\] {
    height: 74px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[200px\] {
    max-height: 200px;
  }
  .min-h-\[100vh\] {
    min-height: 100vh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[65px\] {
    width: 65px;
  }
  .w-\[320px\] {
    width: 320px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[152px\] {
    max-width: 152px;
  }
  .max-w-\[360px\] {
    max-width: 360px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[750px\] {
    max-width: 750px;
  }
  .max-w-\[1140px\] {
    max-width: 1140px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .border-spacing-\[-1px\] {
    --tw-border-spacing-x: -1px;
    --tw-border-spacing-y: -1px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-\[1fr_2fr\] {
    grid-template-columns: 1fr 2fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-x-\[20px\] {
    column-gap: 20px;
  }
  .gap-x-\[30px\] {
    column-gap: 30px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[100px\] {
    border-radius: 100px;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-xl {
    border-top-left-radius: var(--radius-xl);
    border-top-right-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-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-5 {
    border-style: var(--tw-border-style);
    border-width: 5px;
  }
  .border-6 {
    border-style: var(--tw-border-style);
    border-width: 6px;
  }
  .border-7 {
    border-style: var(--tw-border-style);
    border-width: 7px;
  }
  .border-8 {
    border-style: var(--tw-border-style);
    border-width: 8px;
  }
  .border-9 {
    border-style: var(--tw-border-style);
    border-width: 9px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#C5DFFF\] {
    border-color: #C5DFFF;
  }
  .border-\[\#DBDFE9\] {
    border-color: #DBDFE9;
  }
  .border-blue-300 {
    border-color: var(--color-blue-300);
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-zinc-200 {
    border-color: var(--color-zinc-200);
  }
  .border-b-gray-100 {
    border-bottom-color: var(--color-gray-100);
  }
  .bg-\[\#1B84FF\] {
    background-color: #1B84FF;
  }
  .bg-\[\#1E2129\] {
    background-color: #1E2129;
  }
  .bg-\[\#EAF0F9\] {
    background-color: #EAF0F9;
  }
  .bg-\[\#EFF6FF\] {
    background-color: #EFF6FF;
  }
  .bg-\[\#F1F1F4\] {
    background-color: #F1F1F4;
  }
  .bg-\[\#F5F6F9\] {
    background-color: #F5F6F9;
  }
  .bg-\[\#eff6ff\] {
    background-color: #eff6ff;
  }
  .bg-\[\#fcfcfc\] {
    background-color: #fcfcfc;
  }
  .bg-\[rgba\(219\,223\,233\,0\.3\)\] {
    background-color: rgba(219,223,233,0.3);
  }
  .bg-stone-50 {
    background-color: var(--color-stone-50);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-center {
    background-position: center;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-\[4px\] {
    padding: 4px;
  }
  .p-\[9px\] {
    padding: 9px;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[14px\] {
    padding: 14px;
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[13px\] {
    padding-block: 13px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pt-\[114px\] {
    padding-top: 114px;
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-\[15px\] {
    padding-bottom: 15px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[48px\] {
    padding-bottom: 48px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-2\.5 {
    padding-left: calc(var(--spacing) * 2.5);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-primary {
    font-family: var(--font-primary);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .leading-0 {
    --tw-leading: calc(var(--spacing) * 0);
    line-height: calc(var(--spacing) * 0);
  }
  .leading-3 {
    --tw-leading: calc(var(--spacing) * 3);
    line-height: calc(var(--spacing) * 3);
  }
  .leading-3\.5 {
    --tw-leading: calc(var(--spacing) * 3.5);
    line-height: calc(var(--spacing) * 3.5);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-\[12px\] {
    --tw-leading: 12px;
    line-height: 12px;
  }
  .leading-\[14px\] {
    --tw-leading: 14px;
    line-height: 14px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[130\%\] {
    --tw-leading: 130%;
    line-height: 130%;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-\[16px\] {
    --tw-font-weight: 16px;
    font-weight: 16px;
  }
  .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-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[\#1B84FF\] {
    color: #1B84FF;
  }
  .text-\[\#4B5675\] {
    color: #4B5675;
  }
  .text-\[\#99a1b7\] {
    color: #99a1b7;
  }
  .text-\[\#252F4A\] {
    color: #252F4A;
  }
  .text-\[\#707B99\] {
    color: #707B99;
  }
  .text-\[\#071437\] {
    color: #071437;
  }
  .text-\[\#78829D\] {
    color: #78829D;
  }
  .text-\[\#DBDFE9\] {
    color: #DBDFE9;
  }
  .text-\[\#F8285A\] {
    color: #F8285A;
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-\[0px_3px_4px_0px_rgba\(0\,0\,0\,0\.03\)\] {
    --tw-shadow: 0px 3px 4px 0px var(--tw-shadow-color, rgba(0,0,0,0.03));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-1 {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-offset-\[-1px\] {
    outline-offset: -1px;
  }
  .outline-\[\#DBDFE9\] {
    outline-color: #DBDFE9;
  }
  .outline-blue-300 {
    outline-color: var(--color-blue-300);
  }
  .outline-gray-100 {
    outline-color: var(--color-gray-100);
  }
  .outline-gray-300 {
    outline-color: var(--color-gray-300);
  }
  .outline-zinc-200 {
    outline-color: var(--color-zinc-200);
  }
  .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,);
  }
  .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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-hover\:flex {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: flex;
      }
    }
  }
  .hover\:bg-\[\#eff6ff\] {
    &:hover {
      @media (hover: hover) {
        background-color: #eff6ff;
      }
    }
  }
  .hover\:bg-black {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
  }
  .hover\:bg-blue-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-100);
      }
    }
  }
  .hover\:bg-blue-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-600);
      }
    }
  }
  .hover\:text-\[\#1B84FF\] {
    &:hover {
      @media (hover: hover) {
        color: #1B84FF;
      }
    }
  }
  .hover\:text-blue-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-500);
      }
    }
  }
  .hover\:text-blue-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-600);
      }
    }
  }
  .hover\:outline-1 {
    &:hover {
      @media (hover: hover) {
        outline-style: var(--tw-outline-style);
        outline-width: 1px;
      }
    }
  }
  .hover\:outline-offset-\[-1px\] {
    &:hover {
      @media (hover: hover) {
        outline-offset: -1px;
      }
    }
  }
  .laptop\:absolute {
    @media (width >= 768px) {
      position: absolute;
    }
  }
  .laptop\:relative {
    @media (width >= 768px) {
      position: relative;
    }
  }
  .laptop\:mt-0 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .laptop\:mr-1 {
    @media (width >= 768px) {
      margin-right: calc(var(--spacing) * 1);
    }
  }
  .laptop\:mr-4 {
    @media (width >= 768px) {
      margin-right: calc(var(--spacing) * 4);
    }
  }
  .laptop\:mb-0 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .laptop\:mb-5 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .laptop\:mb-\[30px\] {
    @media (width >= 768px) {
      margin-bottom: 30px;
    }
  }
  .laptop\:mb-\[90px\] {
    @media (width >= 768px) {
      margin-bottom: 90px;
    }
  }
  .laptop\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .laptop\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .laptop\:inline {
    @media (width >= 768px) {
      display: inline;
    }
  }
  .laptop\:inline-block {
    @media (width >= 768px) {
      display: inline-block;
    }
  }
  .laptop\:h-auto {
    @media (width >= 768px) {
      height: auto;
    }
  }
  .laptop\:w-auto {
    @media (width >= 768px) {
      width: auto;
    }
  }
  .laptop\:max-w-\[278px\] {
    @media (width >= 768px) {
      max-width: 278px;
    }
  }
  .laptop\:max-w-\[690px\] {
    @media (width >= 768px) {
      max-width: 690px;
    }
  }
  .laptop\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .laptop\:grid-cols-3 {
    @media (width >= 768px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .laptop\:grid-cols-\[1fr_2fr\] {
    @media (width >= 768px) {
      grid-template-columns: 1fr 2fr;
    }
  }
  .laptop\:grid-cols-\[1fr_48px\] {
    @media (width >= 768px) {
      grid-template-columns: 1fr 48px;
    }
  }
  .laptop\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .laptop\:items-center {
    @media (width >= 768px) {
      align-items: center;
    }
  }
  .laptop\:rounded-xl {
    @media (width >= 768px) {
      border-radius: var(--radius-xl);
    }
  }
  .laptop\:border-b {
    @media (width >= 768px) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .laptop\:border-transparent {
    @media (width >= 768px) {
      border-color: transparent;
    }
  }
  .laptop\:bg-transparent {
    @media (width >= 768px) {
      background-color: transparent;
    }
  }
  .laptop\:p-4 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .laptop\:p-5 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .laptop\:p-\[10px\] {
    @media (width >= 768px) {
      padding: 10px;
    }
  }
  .laptop\:px-0 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .laptop\:px-\[30px\] {
    @media (width >= 768px) {
      padding-inline: 30px;
    }
  }
  .laptop\:px-\[64px\] {
    @media (width >= 768px) {
      padding-inline: 64px;
    }
  }
  .laptop\:py-4 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .laptop\:py-\[20px\] {
    @media (width >= 768px) {
      padding-block: 20px;
    }
  }
  .laptop\:pt-0 {
    @media (width >= 768px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .laptop\:pt-10 {
    @media (width >= 768px) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .laptop\:pb-0 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .laptop\:pb-2\.5 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .laptop\:pb-5 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }
  .laptop\:pb-\[10px\] {
    @media (width >= 768px) {
      padding-bottom: 10px;
    }
  }
  .laptop\:text-\[12px\] {
    @media (width >= 768px) {
      font-size: 12px;
    }
  }
  .laptop\:text-gray-700 {
    @media (width >= 768px) {
      color: var(--color-gray-700);
    }
  }
  .laptop\:shadow-\[0px_3px_4px_0px_rgba\(0\,0\,0\,0\.03\)\] {
    @media (width >= 768px) {
      --tw-shadow: 0px 3px 4px 0px var(--tw-shadow-color, rgba(0,0,0,0.03));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .laptop\:shadow-\[0px_7px_18px_0px_rgba\(0\,0\,0\,0\.09\)\] {
    @media (width >= 768px) {
      --tw-shadow: 0px 7px 18px 0px var(--tw-shadow-color, rgba(0,0,0,0.09));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .laptop\:outline-1 {
    @media (width >= 768px) {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
  }
  .laptop\:outline-offset-\[-1px\] {
    @media (width >= 768px) {
      outline-offset: -1px;
    }
  }
  .laptop\:outline-gray-100 {
    @media (width >= 768px) {
      outline-color: var(--color-gray-100);
    }
  }
  .pc\:my-0 {
    @media (width >= 1140px) {
      margin-block: calc(var(--spacing) * 0);
    }
  }
  .pc\:my-\[90px\] {
    @media (width >= 1140px) {
      margin-block: 90px;
    }
  }
  .pc\:mt-0 {
    @media (width >= 1140px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .pc\:mt-\[30px\] {
    @media (width >= 1140px) {
      margin-top: 30px;
    }
  }
  .pc\:mt-\[40px\] {
    @media (width >= 1140px) {
      margin-top: 40px;
    }
  }
  .pc\:mt-\[60px\] {
    @media (width >= 1140px) {
      margin-top: 60px;
    }
  }
  .pc\:mr-\[15px\] {
    @media (width >= 1140px) {
      margin-right: 15px;
    }
  }
  .pc\:mr-\[30px\] {
    @media (width >= 1140px) {
      margin-right: 30px;
    }
  }
  .pc\:mr-\[63px\] {
    @media (width >= 1140px) {
      margin-right: 63px;
    }
  }
  .pc\:mr-\[88px\] {
    @media (width >= 1140px) {
      margin-right: 88px;
    }
  }
  .pc\:mb-0 {
    @media (width >= 1140px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .pc\:mb-\[10px\] {
    @media (width >= 1140px) {
      margin-bottom: 10px;
    }
  }
  .pc\:mb-\[15px\] {
    @media (width >= 1140px) {
      margin-bottom: 15px;
    }
  }
  .pc\:mb-\[30px\] {
    @media (width >= 1140px) {
      margin-bottom: 30px;
    }
  }
  .pc\:mb-\[45px\] {
    @media (width >= 1140px) {
      margin-bottom: 45px;
    }
  }
  .pc\:mb-\[60px\] {
    @media (width >= 1140px) {
      margin-bottom: 60px;
    }
  }
  .pc\:mb-\[90px\] {
    @media (width >= 1140px) {
      margin-bottom: 90px;
    }
  }
  .pc\:block {
    @media (width >= 1140px) {
      display: block;
    }
  }
  .pc\:flex {
    @media (width >= 1140px) {
      display: flex;
    }
  }
  .pc\:hidden {
    @media (width >= 1140px) {
      display: none;
    }
  }
  .pc\:inline {
    @media (width >= 1140px) {
      display: inline;
    }
  }
  .pc\:h-\[520px\] {
    @media (width >= 1140px) {
      height: 520px;
    }
  }
  .pc\:w-\[360px\] {
    @media (width >= 1140px) {
      width: 360px;
    }
  }
  .pc\:w-\[395px\] {
    @media (width >= 1140px) {
      width: 395px;
    }
  }
  .pc\:w-\[420px\] {
    @media (width >= 1140px) {
      width: 420px;
    }
  }
  .pc\:w-\[480px\] {
    @media (width >= 1140px) {
      width: 480px;
    }
  }
  .pc\:w-\[550px\] {
    @media (width >= 1140px) {
      width: 550px;
    }
  }
  .pc\:w-\[555px\] {
    @media (width >= 1140px) {
      width: 555px;
    }
  }
  .pc\:w-\[590px\] {
    @media (width >= 1140px) {
      width: 590px;
    }
  }
  .pc\:w-\[660px\] {
    @media (width >= 1140px) {
      width: 660px;
    }
  }
  .pc\:w-\[750px\] {
    @media (width >= 1140px) {
      width: 750px;
    }
  }
  .pc\:w-full {
    @media (width >= 1140px) {
      width: 100%;
    }
  }
  .pc\:max-w-\[132px\] {
    @media (width >= 1140px) {
      max-width: 132px;
    }
  }
  .pc\:max-w-\[262px\] {
    @media (width >= 1140px) {
      max-width: 262px;
    }
  }
  .pc\:max-w-\[263px\] {
    @media (width >= 1140px) {
      max-width: 263px;
    }
  }
  .pc\:max-w-\[300px\] {
    @media (width >= 1140px) {
      max-width: 300px;
    }
  }
  .pc\:max-w-\[555px\] {
    @media (width >= 1140px) {
      max-width: 555px;
    }
  }
  .pc\:max-w-\[1140px\] {
    @media (width >= 1140px) {
      max-width: 1140px;
    }
  }
  .pc\:max-w-full {
    @media (width >= 1140px) {
      max-width: 100%;
    }
  }
  .pc\:grid-cols-2 {
    @media (width >= 1140px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .pc\:grid-cols-3 {
    @media (width >= 1140px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .pc\:flex-col {
    @media (width >= 1140px) {
      flex-direction: column;
    }
  }
  .pc\:flex-row {
    @media (width >= 1140px) {
      flex-direction: row;
    }
  }
  .pc\:items-start {
    @media (width >= 1140px) {
      align-items: flex-start;
    }
  }
  .pc\:justify-between {
    @media (width >= 1140px) {
      justify-content: space-between;
    }
  }
  .pc\:gap-\[30px\] {
    @media (width >= 1140px) {
      gap: 30px;
    }
  }
  .pc\:p-0 {
    @media (width >= 1140px) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .pc\:p-\[30px\] {
    @media (width >= 1140px) {
      padding: 30px;
    }
  }
  .pc\:p-\[60px\] {
    @media (width >= 1140px) {
      padding: 60px;
    }
  }
  .pc\:px-0 {
    @media (width >= 1140px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .pc\:px-\[20px\] {
    @media (width >= 1140px) {
      padding-inline: 20px;
    }
  }
  .pc\:px-\[30px\] {
    @media (width >= 1140px) {
      padding-inline: 30px;
    }
  }
  .pc\:px-\[160px\] {
    @media (width >= 1140px) {
      padding-inline: 160px;
    }
  }
  .pc\:py-0 {
    @media (width >= 1140px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .pc\:py-\[10px\] {
    @media (width >= 1140px) {
      padding-block: 10px;
    }
  }
  .pc\:py-\[20px\] {
    @media (width >= 1140px) {
      padding-block: 20px;
    }
  }
  .pc\:py-\[30px\] {
    @media (width >= 1140px) {
      padding-block: 30px;
    }
  }
  .pc\:py-\[45px\] {
    @media (width >= 1140px) {
      padding-block: 45px;
    }
  }
  .pc\:py-\[90px\] {
    @media (width >= 1140px) {
      padding-block: 90px;
    }
  }
  .pc\:pt-0 {
    @media (width >= 1140px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .pc\:pt-\[45px\] {
    @media (width >= 1140px) {
      padding-top: 45px;
    }
  }
  .pc\:pt-\[60px\] {
    @media (width >= 1140px) {
      padding-top: 60px;
    }
  }
  .pc\:pt-\[90px\] {
    @media (width >= 1140px) {
      padding-top: 90px;
    }
  }
  .pc\:pr-0 {
    @media (width >= 1140px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .pc\:pr-\[90px\] {
    @media (width >= 1140px) {
      padding-right: 90px;
    }
  }
  .pc\:pr-\[144px\] {
    @media (width >= 1140px) {
      padding-right: 144px;
    }
  }
  .pc\:pb-0 {
    @media (width >= 1140px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .pc\:pb-\[64px\] {
    @media (width >= 1140px) {
      padding-bottom: 64px;
    }
  }
  .pc\:pb-\[90px\] {
    @media (width >= 1140px) {
      padding-bottom: 90px;
    }
  }
  .pc\:pb-\[370px\] {
    @media (width >= 1140px) {
      padding-bottom: 370px;
    }
  }
  .pc\:pl-\[30px\] {
    @media (width >= 1140px) {
      padding-left: 30px;
    }
  }
  .pc\:pl-\[60px\] {
    @media (width >= 1140px) {
      padding-left: 60px;
    }
  }
  .pc\:text-center {
    @media (width >= 1140px) {
      text-align: center;
    }
  }
  .pc\:text-\[18px\] {
    @media (width >= 1140px) {
      font-size: 18px;
    }
  }
  .pc\:text-\[22px\] {
    @media (width >= 1140px) {
      font-size: 22px;
    }
  }
  .pc\:text-\[32px\] {
    @media (width >= 1140px) {
      font-size: 32px;
    }
  }
  .pc\:text-\[42px\] {
    @media (width >= 1140px) {
      font-size: 42px;
    }
  }
  .pc\:leading-\[130\%\] {
    @media (width >= 1140px) {
      --tw-leading: 130%;
      line-height: 130%;
    }
  }
  .pc\:leading-\[150\%\] {
    @media (width >= 1140px) {
      --tw-leading: 150%;
      line-height: 150%;
    }
  }
  .pc\:leading-none {
    @media (width >= 1140px) {
      --tw-leading: 1;
      line-height: 1;
    }
  }
  .pc\:font-bold {
    @media (width >= 1140px) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .sm\:mr-\[7px\] {
    @media (width >= 40rem) {
      margin-right: 7px;
    }
  }
  .sm\:mb-0 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:inline-block {
    @media (width >= 40rem) {
      display: inline-block;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:mx-2\.5 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 2.5);
    }
  }
  .md\:my-0 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[20px\] {
    @media (width >= 48rem) {
      margin-top: 20px;
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-\[10px\] {
    @media (width >= 48rem) {
      margin-bottom: 10px;
    }
  }
  .md\:mb-\[20px\] {
    @media (width >= 48rem) {
      margin-bottom: 20px;
    }
  }
  .md\:mb-\[30px\] {
    @media (width >= 48rem) {
      margin-bottom: 30px;
    }
  }
  .md\:mb-\[40px\] {
    @media (width >= 48rem) {
      margin-bottom: 40px;
    }
  }
  .md\:mb-\[90px\] {
    @media (width >= 48rem) {
      margin-bottom: 90px;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline-block {
    @media (width >= 48rem) {
      display: inline-block;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:rounded-lg {
    @media (width >= 48rem) {
      border-radius: var(--radius-lg);
    }
  }
  .md\:border {
    @media (width >= 48rem) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .md\:bg-\[\#F5F6F9\] {
    @media (width >= 48rem) {
      background-color: #F5F6F9;
    }
  }
  .md\:p-\[14px\] {
    @media (width >= 48rem) {
      padding: 14px;
    }
  }
  .md\:p-\[15px\] {
    @media (width >= 48rem) {
      padding: 15px;
    }
  }
  .md\:px-5 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .md\:py-0 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-\[40px\] {
    @media (width >= 48rem) {
      padding-top: 40px;
    }
  }
  .md\:pt-\[90px\] {
    @media (width >= 48rem) {
      padding-top: 90px;
    }
  }
  .md\:pl-\[270px\] {
    @media (width >= 48rem) {
      padding-left: 270px;
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .md\:text-\[22px\] {
    @media (width >= 48rem) {
      font-size: 22px;
    }
  }
  .md\:text-\[42px\] {
    @media (width >= 48rem) {
      font-size: 42px;
    }
  }
  .md\:leading-\[30px\] {
    @media (width >= 48rem) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .md\:leading-\[50px\] {
    @media (width >= 48rem) {
      --tw-leading: 50px;
      line-height: 50px;
    }
  }
  .md\:leading-none {
    @media (width >= 48rem) {
      --tw-leading: 1;
      line-height: 1;
    }
  }
  .md\:font-bold {
    @media (width >= 48rem) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .lg\:m-\[7px\] {
    @media (width >= 64rem) {
      margin: 7px;
    }
  }
  .lg\:mx-\[30px\] {
    @media (width >= 64rem) {
      margin-inline: 30px;
    }
  }
  .lg\:my-\[30px\] {
    @media (width >= 64rem) {
      margin-block: 30px;
    }
  }
  .lg\:my-\[90px\] {
    @media (width >= 64rem) {
      margin-block: 90px;
    }
  }
  .lg\:mr-\[7px\] {
    @media (width >= 64rem) {
      margin-right: 7px;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline-block {
    @media (width >= 64rem) {
      display: inline-block;
    }
  }
  .lg\:w-\[85px\] {
    @media (width >= 64rem) {
      width: 85px;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .xl\:mt-0 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:flex-col {
    @media (width >= 80rem) {
      flex-direction: column;
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:justify-between {
    @media (width >= 80rem) {
      justify-content: space-between;
    }
  }
  .dark\:text-gray-300 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-gray-300);
    }
  }
}
.menu- {
  display: flex;
  align-items: center;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-slate-900);
  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;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.custom-link:hover {
  color: #1b84ff;
}
body, html {
  min-height: 100%;
  font-weight: 400;
}
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@font-face {
  font-family: 'icomoon';
  src: url('../assets/fonts/icomoon.eot?sprwkw');
  src: url('../assets/fonts/icomoon.eot?sprwkw#iefix') format('embedded-opentype'), url('../assets/fonts/icomoon.ttf?sprwkw') format('truetype'), url('../assets/fonts/icomoon.woff?sprwkw') format('woff'), url('../assets/fonts/icomoon.svg?sprwkw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^='icon-'], [class*=' icon-'] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-save:before {
  content: '\e95e';
}
.icon-back:before {
  content: '\e95d';
  color: #78829d;
}
.icon-resume:before {
  content: '\e95c';
  color: #fcfcfc;
}
.icon-stats-up:before {
  content: '\e95a';
  color: #17c653;
}
.icon-stats-down:before {
  content: '\e95b';
  color: #f8285a;
}
.icon-include_1:before {
  content: '\e94e';
  color: #78829d;
}
.icon-include_2:before {
  content: '\e94f';
  color: #78829d;
}
.icon-include_3:before {
  content: '\e950';
  color: #78829d;
}
.icon-include_4:before {
  content: '\e951';
  color: #78829d;
}
.icon-include_5:before {
  content: '\e952';
  color: #78829d;
}
.icon-include_6:before {
  content: '\e953';
  color: #78829d;
}
.icon-include_7:before {
  content: '\e954';
  color: #78829d;
}
.icon-include_8:before {
  content: '\e955';
  color: #78829d;
}
.icon-include_9:before {
  content: '\e956';
  color: #78829d;
}
.icon-include_10:before {
  content: '\e957';
  color: #78829d;
}
.icon-include_11:before {
  content: '\e958';
  color: #78829d;
}
.icon-include_12:before {
  content: '\e959';
  color: #78829d;
}
.icon-to-active:before {
  content: '\e94d';
}
.icon-close:before {
  content: '\e94c';
  transition: 200ms;
}
.icon-close:hover:before {
  color: #071437;
}
.icon-button-download:before {
  content: '\e944';
}
.icon-button-scans:before {
  content: '\e945';
}
.icon-code-reactivate:before {
  content: '\e946';
}
.icon-cross:before {
  content: '\e947';
}
.icon-error-payment:before {
  content: '\e948';
}
.icon-menu-image:before {
  content: '\e949';
}
.icon-menu-pdf:before {
  content: '\e94a';
}
.icon-menu-svg:before {
  content: '\e94b';
}
.icon-code-paused:before {
  content: '\e943';
}
.icon-code-archive:before {
  content: '\e937';
  color: #4b5675;
}
.icon-code-delete:before {
  content: '\e938';
}
.icon-code-dots:before {
  content: '\e939';
  color: #78829d;
}
.icon-code-duplicate:before {
  content: '\e93a';
  color: #4b5675;
}
.icon-code-edit:before {
  content: '\e93b';
}
.icon-code-filter:before {
  content: '\e93c';
}
.icon-code-pencil:before {
  content: '\e942';
  color: #1b84ff;
  cursor: pointer;
}
.icon-code-folder:before {
  content: '\e93d';
  color: #4b5675;
}
.icon-code-link:before {
  content: '\e93e';
}
.icon-code-print:before {
  content: '\e93f';
  color: #4b5675;
}
.icon-code-share:before {
  content: '\e940';
}
.icon-code-type:before {
  content: '\e941';
  color: #4b5675;
}
.icon-vip:before {
  content: '\e933';
}
.icon-filter-add:before {
  content: '\e934';
}
.icon-filter-down:before {
  content: '\e935';
}
.icon-filter-search:before {
  content: '\e936';
}
.icon-nav-dots:before {
  content: '\e932';
}
.icon-nav-plus:before {
  content: '\e931';
}
.icon-nav-account:before {
  content: '\e924';
}
.icon-nav-api:before {
  content: '\e925';
}
.icon-nav-archive:before {
  content: '\e926';
}
.icon-nav-billing:before {
  content: '\e927';
}
.icon-nav-chart:before {
  content: '\e928';
}
.icon-nav-contact:before {
  content: '\e929';
}
.icon-nav-dashboard:before {
  content: '\e92a';
}
.icon-nav-folder:before {
  content: '\e92b';
}
.icon-nav-help:before {
  content: '\e92c';
}
.icon-nav-home:before {
  content: '\e92d';
}
.icon-nav-logout:before {
  content: '\e92e';
}
.icon-nav-saved:before {
  content: '\e92f';
}
.icon-nav-stats:before {
  content: '\e930';
}
.icon-edit:before {
  content: '\e923';
}
.icon-login:before {
  content: '\e922';
}
.icon-dynamic:before {
  content: '\e920';
}
.icon-static:before {
  content: '\e921';
}
.icon-arrow-right:before {
  content: '\e917';
}
.icon-messanger:before {
  content: '\e91e';
}
.icon-tg:before {
  content: '\e91f';
}
.icon-business:before {
  content: '\e915';
}
.icon-checkmark:before {
  content: '\e916';
}
.icon-event1:before {
  content: '\e918';
}
.icon-feedback:before {
  content: '\e919';
}
.icon-field:before {
  content: '\e91a';
}
.icon-profile:before {
  content: '\e91b';
}
.icon-share-code:before {
  content: '\e91c';
}
.icon-type:before {
  content: '\e91d';
}
.icon-landing:before {
  content: '\e911';
}
.icon-shapes:before {
  content: '\e912';
}
.icon-shit:before {
  content: '\e913';
}
.icon-statistic:before {
  content: '\e914';
}
.icon-d:before {
  content: '\e900';
}
.icon-app:before {
  content: '\e901';
}
.icon-arrows:before {
  content: '\e902';
}
.icon-card:before {
  content: '\e903';
}
.icon-email:before {
  content: '\e904';
}
.icon-event:before {
  content: '\e905';
}
.icon-image:before {
  content: '\e906';
}
.icon-ink:before {
  content: '\e907';
}
.icon-pdf:before {
  content: '\e908';
}
.icon-phone:before {
  content: '\e909';
}
.icon-plus-squared:before {
  content: '\e90a';
}
.icon-sms:before {
  content: '\e90b';
}
.icon-social:before {
  content: '\e90c';
}
.icon-text:before {
  content: '\e90d';
}
.icon-video:before {
  content: '\e90e';
}
.icon-whatsapp:before {
  content: '\e90f';
}
.icon-wifi:before {
  content: '\e910';
}
.bg {
  background: #fff url('../assets/img/bg-header.svg') right top no-repeat;
}
.bg-center {
  background: #fff url('../assets/img/bg-plan.svg') center top no-repeat;
}
.bg-non-profit {
  background: #fff url('../assets/img/bg-non-profit-m.svg') center no-repeat;
  background-size: cover;
}
.bg-man-on-bench {
  background: #fff url('../assets/img/bg-man-on-bench-m.svg') bottom center no-repeat;
  background-size: contain;
}
.bg-mission {
  background: #fff url('../assets/img/bg-mission.svg') top center no-repeat;
  background-size: contain;
}
.bg-values {
  background: #fff url('../assets/img/bg-values.svg') top center no-repeat;
  background-size: contain;
}
.bg-mission, .bg-values {
  margin-bottom: 0;
  width: 100%;
  max-width: 600px;
  height: auto;
  aspect-ratio: 1 / 1;
}
.bg-help {
  width: 100%;
  max-width: 600px;
  height: auto;
  aspect-ratio: 1 / 1;
  background: #fff url('../assets/img/bg-help.svg') top center no-repeat;
  background-size: cover;
}
.bg-support {
  background: #fff url('../assets/img/bg-support.svg') top center no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 600px;
  height: auto;
  aspect-ratio: 1 / 1;
}
.bg-email {
  background: #fff url('../assets/img/bg-email.svg') top center no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 600px;
  height: auto;
  aspect-ratio: 320 / 213;
}
@media only screen and (min-width: 1140px) {
  .bg-non-profit {
    background: #fff url('../assets/img/bg-non-profit.svg') center bottom no-repeat;
    background-size: cover;
  }
  .bg-man-on-bench {
    background: #fff url('../assets/img/bg-man-on-bench.svg') left bottom no-repeat;
  }
  .bg-mission, .bg-values {
    width: 435px;
    height: 391px;
    background-size: cover;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .bg-help {
    height: auto;
    min-height: 327px;
    width: auto;
    background-size: 125%;
    background-position: bottom -20px center;
  }
  .bg-support {
    background: #fff url('../assets/img/bg-support.svg') top -10px center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -40px;
    right: -10px;
    height: 440px;
    width: 427px;
  }
  .bg-email {
    background: #fff url('../assets/img/bg-email.svg') top left no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -5px;
    right: -10px;
    height: 342px;
    width: 290px;
  }
}
.logo {
  display: inline-block;
  width: 109px;
  height: 34px;
  background: url('../assets/img/logo.svg') center no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .bg-laptop {
    background: #fff url('../assets/img/bg-header.svg') right top no-repeat;
  }
  .types-bg {
    background-image: url('../assets/img/bg-types-top.svg'), url('../assets/img/bg-types-left.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: right top 79px, bottom left;
  }
  .bg-body {
    background: url('../assets/img/bg-body.svg') top -14px left no-repeat;
  }
}
.bg-bot {
  background-color: #fff;
  background-image: url('../assets/img/bg-header.svg'), url('../assets/img/bg-footer.svg');
  background-repeat: no-repeat, no-repeat;
  background-position: right top, bottom left;
}
.disabled {
  background-color: #8e9094;
  color: #fff;
  pointer-events: none;
}
.btn-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbdfe9;
  margin-bottom: 10px;
  border-radius: 6px;
  transition: 300ms;
  padding: 11px 12px;
  color: #4b5675;
  font-size: 13px;
  line-height: 13px;
  cursor: pointer;
  font-weight: 500;
}
.btn-type span {
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
}
.btn-type:hover {
  border: 1px solid rgba(27, 132, 255, 0.2);
  background: #eff6ff;
  color: #1b84ff;
}
.btn-type:not(:last-child) {
  margin-right: 10px;
}
.btn-type.active {
  border: 1px solid rgba(27, 132, 255, 0.2);
  background: #eff6ff;
  color: #1b84ff;
}
.label {
  border-radius: 6px;
  border: 1px solid #dbdfe9;
  background: #fcfcfc;
  position: relative;
  transition: 300ms;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.label span {
  position: absolute;
  top: -7px;
  left: 10px;
  color: #99a1b7;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  background: linear-gradient( to bottom, rgba(252, 252, 252, 0) 50%, #fcfcfc 50% );
  display: inline-block;
  padding: 0 4px;
  transition: 300ms;
}
.label input, .label textarea {
  width: 100%;
  border: none;
  outline: none;
  padding: 16px 14px;
  transition: 300ms;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #4b5675;
}
.label textarea {
  resize: none;
}
.label input::placeholder, .label textarea::placeholder {
  color: #78829d;
}
.label:has(input:focus), .label:has(textarea:focus) {
  border-color: #1b84ff;
  background-color: #fafbfe;
  color: #4b5675;
}
.label:has(input:focus) span, .label:has(textarea:focus) span {
  color: #4b5675;
}
.label .error {
  display: none;
  position: absolute;
  bottom: -18px;
  width: 100%;
  color: #e33629;
  font-size: 12px;
}
.label.error-visible {
  border-color: #e33629;
  background: #fff6f6;
}
.label.error-visible span {
  color: #e33629;
}
.label.error-visible .error {
  display: block;
}
.checkbox-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkbox-wrapper input {
  appearance: none;
  background-color: #e5e7eb;
  border-radius: 72px;
  border-style: none;
  flex-shrink: 0;
  height: 18px;
  margin: 0;
  position: relative;
  width: 30px;
}
.checkbox-wrapper input::before {
  bottom: -6px;
  content: '';
  left: -6px;
  position: absolute;
  right: -6px;
  top: -6px;
}
.checkbox-wrapper input, .checkbox-wrapper input::after {
  transition: all 200ms ease-out;
}
.checkbox-wrapper input::after {
  background-color: #99a1af;
  border-radius: 50%;
  content: '';
  height: 12px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 12px;
}
.checkbox-wrapper input[type='checkbox'] {
  cursor: default;
}
.checkbox-wrapper input:hover {
  background-color: #dad9d9;
  transition-duration: 0s;
}
.checkbox-wrapper input:checked {
  background-color: #2b7fff;
}
.checkbox-wrapper input:checked::after {
  background-color: #fff;
  left: 15px;
}
.checkbox-wrapper:focus:not(.focus-visible) {
  outline: 0;
}
.checkbox-wrapper input:checked:hover {
  background-color: #535db3;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
select::-ms-expand {
  display: none;
}
.label-select::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: url('../assets/ico/down.svg') center no-repeat;
  right: 14px;
  top: 14px;
  pointer-events: none;
}
.label-select select {
  padding: 0 14px;
  width: 100%;
  background-color: transparent;
  height: 48px;
  color: #78829d;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  outline: none;
  border: none;
}
.label:has(select:focus) {
  border-color: #1b84ff;
  background-color: #fafbfe;
  color: #4b5675;
}
.label:has(select:focus) span {
  color: #4b5675;
}
.label-file {
  display: inline-flex;
  flex-direction: row;
  margin-bottom: 0;
}
.label-file input {
  display: flex;
  align-items: center;
  flex: 1;
  color: #78829d;
}
.label-file label {
  background-color: #f1f6fe;
  outline: 1px solid #a1c4fd;
  outline-offset: 0px;
  color: #1b84ff;
  padding: 16px 17px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  border-radius: 0 6px 6px 0;
}
.label-file label:hover {
  background-color: #dfeafc;
}
.tabs {
  border: 1px solid #a1c4fd;
  border-radius: 8px;
}
.tabs button {
  font-size: 12px;
  line-height: 12px;
  color: #4b5675;
  padding: 6px 16px;
  border-radius: 8px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .tabs {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .tabs button {
    width: 33%;
  }
}
.tabs button:hover {
  color: #1b84ff;
}
.tabs button.active {
  background-color: #1b84ff;
  color: #fff;
}
.selector {
  display: flex;
}
.selector-grid {
  grid-template-columns: repeat(9, 1fr);
  gap: 10px;
}
.selector button:not(:last-child) {
  margin-right: 10px;
}
.selector button {
  background-position: center;
  background-repeat: no-repeat;
  width: 67px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(219, 223, 233, 1);
  box-sizing: border-box;
  border-radius: 6px;
  transition: 300ms;
  cursor: pointer;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1140px) {
  @media only screen and (max-width: 1140px) {
    .selector {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 16px;
      width: 100%;
      box-sizing: border-box;
    }
    .selector button {
      width: 100%;
      height: auto;
      aspect-ratio: 1 / 1;
      margin-right: 0;
      margin-bottom: 0;
      background-size: 40%;
    }
    .selector button:not(:last-child) {
      margin-right: 0;
    }
    .selector .frames-empty {
      background-size: 30%;
    }
  }
}
@media only screen and (max-width: 768px) {
  .selector button {
    width: 68px;
    height: 69px;
    aspect-ratio: 1 / 1;
    margin-right: 0;
    margin-bottom: 0;
    background-size: 40%;
  }
  .selector {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
    gap: 0;
  }
  .selector button {
    background-size: 50%;
  }
  .selector button:not(:last-child) {
    margin-right: 10px;
  }
}
.tabs-content-item {
  display: none;
}
.tabs-content-item.active {
  display: block;
}
.frames-empty {
  background: url('../assets/img/frames/select.svg') center no-repeat;
}
.frames-1 {
  background-image: url('../assets/img/frames/1.svg');
}
.frames-2 {
  background-image: url('../assets/img/frames/2.svg');
}
.frames-3 {
  background-image: url('../assets/img/frames/3.svg');
}
.frames-4 {
  background-image: url('../assets/img/frames/4.svg');
}
.frames-5 {
  background-image: url('../assets/img/frames/5.svg');
}
.frames-6 {
  background-image: url('../assets/img/frames/6.svg');
}
.frames-7 {
  background-image: url('../assets/img/frames/7.svg');
}
.frames-8 {
  background-image: url('../assets/img/frames/8.svg');
}
.shapes-1 {
  background-image: url('../assets/img/shapes/1.svg');
}
.shapes-2 {
  background-image: url('../assets/img/shapes/2.svg');
}
.shapes-3 {
  background-image: url('../assets/img/shapes/3.svg');
}
.shapes-4 {
  background-image: url('../assets/img/shapes/4.svg');
}
.shapes-5 {
  background-image: url('../assets/img/shapes/5.svg');
}
.shapes-6 {
  background-image: url('../assets/img/shapes/6.svg');
}
.shapes-7 {
  background-image: url('../assets/img/shapes/7.svg');
}
.shapes-8 {
  background-image: url('../assets/img/shapes/8.svg');
}
.shapes-9 {
  background-image: url('../assets/img/shapes/9.svg');
}
.border-1 {
  background-image: url('../assets/img/borders/1.svg');
}
.border-2 {
  background-image: url('../assets/img/borders/2.svg');
}
.border-3 {
  background-image: url('../assets/img/borders/3.svg');
}
.border-4 {
  background-image: url('../assets/img/borders/4.svg');
}
.border-5 {
  background-image: url('../assets/img/borders/5.svg');
}
.border-6 {
  background-image: url('../assets/img/borders/6.svg');
}
.border-7 {
  background-image: url('../assets/img/borders/7.svg');
}
.border-8 {
  background-image: url('../assets/img/borders/8.svg');
}
.border-9 {
  background-image: url('../assets/img/borders/9.svg');
}
.center-1 {
  background-image: url('../assets/img/centers/1.svg');
}
.center-2 {
  background-image: url('../assets/img/centers/2.svg');
}
.center-3 {
  background-image: url('../assets/img/centers/3.svg');
}
.center-4 {
  background-image: url('../assets/img/centers/4.svg');
}
.center-5 {
  background-image: url('../assets/img/centers/5.svg');
}
.center-6 {
  background-image: url('../assets/img/centers/6.svg');
}
.center-7 {
  background-image: url('../assets/img/centers/7.svg');
}
.center-8 {
  background-image: url('../assets/img/centers/8.svg');
}
.center-9 {
  background-image: url('../assets/img/centers/9.svg');
}
.logo-1 {
  background-image: url('../assets/img/logos/1.png');
  background-size: 60%;
}
.logo-2 {
  background-image: url('../assets/img/logos/2.png');
  background-size: 60%;
}
.logo-3 {
  background-image: url('../assets/img/logos/3.png');
  background-size: 60%;
}
.logo-4 {
  background-image: url('../assets/img/logos/4.png');
  background-size: 60%;
}
.logo-5 {
  background-image: url('../assets/img/logos/5.png');
  background-size: 60%;
}
.logo-6 {
  background-image: url('../assets/img/logos/6.png');
  background-size: 60%;
}
.logo-7 {
  background-image: url('../assets/img/logos/7.png');
  background-size: 60%;
}
.logo-8 {
  background-image: url('../assets/img/logos/8.png');
  background-size: 60%;
}
.logo-9 {
  background-image: url('../assets/img/logos/9.png');
  background-size: 60%;
}
.logo-10 {
  background-image: url('../assets/img/logos/10.png');
  background-size: 80%;
}
.logo-11 {
  background-image: url('../assets/img/logos/11.png');
  background-size: 80%;
}
.logo-12 {
  background-image: url('../assets/img/logos/12.png');
  background-size: 80%;
}
.logo-13 {
  background-image: url('../assets/img/logos/13.png');
  background-size: 80%;
}
.logo-14 {
  background-image: url('../assets/img/logos/14.png');
  background-size: 80%;
}
.selector button:hover {
  border: 1px solid rgba(27, 132, 255, 0.2);
  background-color: rgba(27, 132, 255, 0.2);
}
.selector button.active {
  border: 1px solid rgba(27, 132, 255, 0.2);
  background-color: rgba(27, 132, 255, 0.2);
}
.label-color {
  margin: 0 10px 0 0;
}
.benefits {
  z-index: 1;
}
.benefits div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.benefits span {
  color: #78829d80;
  opacity: 0.5;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1140px) {
  .benefits {
    padding: 30px 0;
  }
  .benefits div {
    margin-bottom: 30px;
  }
}
.trusted_wrapper {
  width: 100%;
  height: 160px;
  margin-top: 32px;
  position: relative;
  overflow: hidden;
}
.trusted_wrapper_mask {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 60px;
}
.trusted {
  position: absolute;
  width: 1233px;
  height: 60px;
  background: url(./../assets/img/trusted.png) center no-repeat;
  background-size: contain;
}
@keyframes trusted_1 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes trusted_2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes trusted_3 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(200%);
  }
}
.trusted_1 {
  animation: 20s trusted_1 infinite linear;
}
.trusted_2 {
  animation: 20s trusted_2 infinite linear;
}
.trusted_3 {
  animation: 20s trusted_3 infinite linear;
}
.create {
  background-color: #1b84ff;
}
.create-bg {
  width: 550px;
  background: url('../assets/img/bg-create.svg') top left no-repeat;
}
@media only screen and (max-width: 1140px) {
  .create-bg {
    width: 100%;
    height: auto;
    aspect-ratio: 320 / 180;
    background: url('../assets/img/bg-create-rotated.svg') center no-repeat;
    background-size: cover;
  }
}
.scan {
  max-width: 448px;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: url('../assets/img/bg-scan.svg') top left no-repeat;
}
@media only screen and (max-width: 500px) {
  .scan {
    background-size: contain;
  }
}
.dynamic-bg, .static-bg {
  position: absolute;
}
.dynamic-bg {
  width: 450px;
  height: 450px;
  background: url('../assets/img/bg-dynamic.svg') top left no-repeat;
  left: 53px;
  bottom: -67px;
}
.static-bg {
  width: 459px;
  height: 459px;
  background: url('../assets/img/bg-static.svg') top left no-repeat;
  left: 48px;
  bottom: -67px;
}
@media only screen and (max-width: 1140px) {
  .dynamic-bg, .static-bg {
    position: static;
    width: 100%;
    height: 320px;
    background-position: top center;
    background-size: contain;
  }
}
@media only screen and (max-width: 500px) {
  .dynamic-bg, .static-bg {
    height: calc(100vw - 70px);
    background-size: 90%;
  }
}
.custom-select {
  position: relative;
  width: 200px;
  cursor: pointer;
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 20px;
  width: 100%;
  color: #4b5675;
  font-weight: 500;
  background: #fcfcfc;
}
.custom-select span {
  font-size: 18px;
}
.selected {
  padding: 11px 12px;
  background: white;
  border: 1px solid #dbdfe9;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.selected span {
  margin-right: 8px;
}
.select-options {
  width: 100%;
  background: white;
  border: 1px solid #ccc;
}
.select-options li {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.select-options li.active {
  background: #f0f0f0;
}
.select-options span {
  margin-right: 8px;
}
.show {
  display: block;
}
.select-options {
  scrollbar-width: thin;
  scrollbar-color: #d1d1d1 #ffffff;
}
.select-options::-webkit-scrollbar {
  width: 2px;
}
.select-options::-webkit-scrollbar-track {
  background: #ffffff;
}
.select-options::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
  border-radius: 2px;
  border: 0px none #ffffff;
}
.select-options::-webkit-scrollbar-button {
  display: none;
}
.select-overflow {
  display: none;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 1140px) {
  .select-overflow {
    display: block;
  }
}
.select-container {
  position: fixed;
  bottom: -100vh;
  left: 0;
  right: 0;
  transition: 300ms;
}
.select-overflow.show {
  display: block;
  visibility: visible;
  position: fixed;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(14 19 39 / 20%);
  z-index: 50;
}
.select-overflow.show .select-container {
  bottom: 0;
}
.select-label {
  font-weight: 600;
  background-color: #fff;
  color: #3e3e3e;
  padding: 16px;
  border-bottom: 1px solid #d0cccc;
  position: relative;
  bottom: -2px;
  border-radius: 8px 8px 0 0;
}
@media only screen and (max-width: 768px) {
  .main-tab {
    display: none;
  }
  .main-tab.active {
    display: block;
  }
}
.switcher {
  display: flex;
  justify-content: space-between;
  padding: 4px;
  border: 1px solid #dbdfe9;
  border-radius: 8px;
}
.switcher-item {
  display: inline-block;
  outline: none;
  border: 0;
  color: #4b5675;
  font-size: 13px;
  line-height: 13px;
  padding: 9px 0;
  text-align: center;
  width: calc(50% - 2px);
  border-radius: 8px;
}
.switcher-item.active {
  color: #ffffff;
  background-color: #1b84ff;
}
.menu a {
  transition: 0.2s;
}
.group a .icon-arrows {
  transition: transform 0.2s ease;
}
.group a.active .icon-arrows {
  transform: rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .group a:hover .icon-arrows {
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 768px) {
  header {
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu {
    position: fixed;
    height: calc(100vh - 74px);
    width: 100%;
    top: 74px;
    left: -300vw;
    transition: 300ms;
    background-color: #fff;
    opacity: 1;
  }
  .menu.active {
    left: 0;
    background-color: #fff;
    opacity: 1;
  }
  .mobile-subitem.active {
    display: block;
  }
}
.menu-switcher {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  width: 20px;
  height: 20px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .menu-switcher {
    display: inline-block;
  }
}
.line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.qr-type {
  display: none;
}
.qr-type.active {
  display: block;
}
.qr-type h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.social-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.social-buttons button {
  border: 1px solid #dbdfe9;
  border-radius: 6px;
  padding: 4px;
  cursor: pointer;
  margin-bottom: 4px;
  margin-right: 4px;
  transition: 300ms;
}
.social-buttons button:hover {
  opacity: 0.7;
}
.social-buttons img {
  width: 28px;
}
.remove-social {
  border: 1px solid #dbdfe9;
  border-radius: 6px;
  padding: 4px;
  cursor: pointer;
  border: 1px solid rgb(250, 82, 82);
  transition: 300ms;
  height: 50px;
  width: 48px;
  background: rgb(250, 82, 82) url('./../assets/ico/trash.svg') center no-repeat;
  transition: 300ms;
}
.remove-social:hover {
  background-color: rgb(244, 62, 62);
}
.sticky {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 20;
}
@media only screen and (min-width: 768px) {
  .sticky {
    position: sticky;
    top: 72px;
    z-index: 10;
  }
  .header {
    position: sticky;
    top: 0;
  }
}
.sidebar-admin {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  width: 270px;
  height: 100vh;
  z-index: 101;
}
.sidebar-admin-top {
  flex: 1;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .sidebar-admin {
    width: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px;
    z-index: 101;
    transition: 300ms;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(219, 223, 233, 1);
    background-color: #fff;
  }
  .mobile-menu.active {
    background-color: #f6f6f9;
  }
  .nav .promo__upgrade {
    display: block;
    background: #e9f3ff url('../assets/img/bg-upgrade-mobile.svg') right bottom no-repeat;
    height: 160px;
    flex-grow: 0;
    padding: 20px;
  }
  .nav .promo__upgrade p {
    max-width: 166px;
  }
  .nav {
    position: fixed;
    left: -300vw;
    top: 0;
    width: 100vw;
    height: 100vh;
    transition: 300ms;
    z-index: -100;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .nav.active {
    left: 0;
    background-color: #f6f6f9;
    opacity: 1;
    z-index: 100;
  }
  .nav-menu {
    flex: 1;
    overflow-y: auto;
    padding-bottom: 16px;
  }
  .scroll-off {
    overflow-y: hidden;
  }
  .mobile-menu .menu-switcher {
    display: inline-block;
  }
}
.nav hr {
  display: block;
  margin: 16px 0;
  color: #dbdfe9;
}
.nav__item {
  display: flex;
  align-items: center;
  padding: 6px;
  color: #252f4a;
  border: 1px solid transparent;
  font-size: 13px;
  line-height: 14px;
  border-radius: 4px;
}
.nav__item span {
  color: #4b5675;
  display: inline-block;
  margin-right: 8px;
  border: 1px solid #dbdfe9;
  font-size: 16px;
  border-radius: 4px;
  padding: 4px;
  background-color: #f1f1f4;
  transition: 200ms;
}
.nav__item:hover, .nav__item:hover span {
  color: #1b84ff;
  transition: 200ms;
}
.nav__item.active {
  background-color: #fff;
  border: 1px solid #f1f1f4;
}
.nav__item.active span {
  border: 1px solid transparent;
  background-color: transparent;
}
.user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.user button {
  padding: 7px;
  width: 32px;
  height: 32px;
  display: flex;
  align-content: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  transition: 200ms;
}
.user button:hover {
  background-color: #fff;
}
.user button span {
  font-size: 18px;
  line-height: 20px;
}
.user img {
  width: 32px;
  height: 32px;
  background-size: cover;
  border: 1px solid #99a1b7;
  border-radius: 100vh;
  margin-right: 8px;
}
.user__nav-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 6px;
  transition: 200ms;
}
.user__nav-item span {
  margin-right: 10px;
  font-size: 18px;
}
.user__nav-item:hover {
  background-color: #f9f9f9;
}
.user__nav, .user__nav-header {
  position: absolute;
  transform: scaleY(0.5);
  visibility: hidden;
  opacity: 0;
  transition: 200ms;
  width: 220px;
  right: 0;
  background-color: #fff !important;
  border: 1px solid #f1f1f4;
  border-radius: 12px;
}
.user__nav {
  bottom: 40px;
  transform-origin: bottom left;
}
.user__nav-header {
  top: 40px;
  transform-origin: top right;
}
.user__nav.active, .user__nav-header.active {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.09);
  z-index: 2;
}
.user__nav hr, .user__nav-header hr {
  color: #f1f1f4;
}
.codes-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.codes-header-filters {
  display: flex;
  align-items: center;
}
.codes-header-left {
  display: flex;
  align-items: center;
}
.codes-header-left .saved-list__buttons {
  width: auto;
  padding-left: 20px;
}
.codes-header label {
  margin-right: 16px;
  background-color: #fcfcfc;
  border: 1px solid #dbdfe9;
  border-radius: 6px;
}
.codes-header-search {
  color: #78829d;
  border: none;
  outline: none;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  transition: 200ms;
}
.codes-header-search:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1180px) {
  .codes-header-left {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1180px) {
  .codes-header-stats {
    padding-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .codes-header-left .saved-list__buttons {
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .codes-header {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .codes-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .codes-header-filters {
    width: 100%;
  }
  .codes-header-search {
    flex: 1;
  }
}
@media only screen and (max-width: 640px) {
  .codes-header-stats {
    flex-direction: column;
    align-items: flex-start;
  }
  .create-code-full {
    width: 100%;
    display: inline-flex;
    justify-content: center;
  }
  .codes-header-left {
    width: 100%;
  }
  .codes-header-left .saved-list__buttons {
    width: 100%;
  }
}
.codes-header-search input {
  font-size: 11px;
  line-height: 12px;
}
.codes-header-search input:focus {
  border: none;
  outline: none;
}
.codes-header-sort {
  color: #252f4a;
  padding: 0 10px 0 0;
  display: flex;
  align-items: center;
  border: 1px solid rgba(219, 223, 233, 1);
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
.sort-selected {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 12px;
  border: none;
  outline: none;
  padding: 9px;
  font-size: 12px;
  line-height: 12px;
  pointer-events: none;
}
.create-code, .view-demo-btn {
  background-color: #1b84ff;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  border-radius: 4px;
  padding: 10px 11px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 200ms;
}
.create-code:hover, .view-demo-btn:hover {
  background-color: #1273e1;
}
.create-code span, .view-demo-btn span {
  font-size: 12px;
}
.create-code-sidebar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #a1c4fd;
  border-radius: 6px;
  padding: 12px 14px;
  color: #1b84ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: 200ms;
}
.create-code-sidebar:hover {
  background-color: #eff6ff;
}
.create-code-sidebar .icon-nav-plus {
  font-size: 12px;
}
@media only screen and (max-width: 1024px) {
  .sort-selected {
    display: none;
  }
  .codes-header-sort {
    padding: 7px;
  }
}
.promo {
  display: flex;
  margin-bottom: 20px;
}
.promo:empty {
  margin-bottom: 0;
}
.promo__upgrade, .promo__review {
  height: 180px;
  border-radius: 9px;
  padding: 30px;
  position: relative;
}
.promo__upgrade {
  background: #e9f3ff url('../assets/img/bg-upgrade.svg') right 50px bottom no-repeat;
  flex: 1;
}
.promo__review {
  background: #e9f3ff url('../assets/img/bg-review.svg') right bottom no-repeat;
  width: 360px;
  margin-left: 20px;
}
.promo:only-child .promo__review, .promo > .promo__review:only-child {
  width: 100%;
  margin-left: 0;
  background: #e9f3ff url('../assets/img/bg-review-alone.svg') left 200px top no-repeat;
}
.promo:only-child .promo__upgrade, .promo > .promo__upgrade:only-child {
  background: #e9f3ff url('../assets/img/bg-upgrade-alone.svg') right top no-repeat;
}
.promo__upgrade-mobile {
  display: none;
  border: 1px solid rgba(27, 132, 255, 1);
  border-radius: 9px;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
}
.promo__upgrade-mobile a {
  color: rgba(27, 132, 255, 1);
  text-decoration: underline;
}
.promo__close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #99a1b7;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.promo__close i {
  font-size: 10px;
}
.trial-end a {
  color: #f8285a;
}
.trial-end a span {
  color: #f8285a;
}
@media only screen and (max-width: 1280px) {
  .promo {
    margin: 0 0 20px;
    display: grid;
    grid-template-columns: 1;
    gap: 20px;
  }
  .promo__review {
    width: 100%;
    margin: 0;
  }
  .promo__upgrade {
    background-position: right -10px bottom;
  }
}
@media only screen and (max-width: 1024px) {
  .promo-pc {
    display: none;
  }
  .promo__upgrade {
    padding: 0;
    height: auto;
    background: none;
  }
  .promo:only-child .promo__upgrade, .promo > .promo__upgrade:only-child {
    background: none;
  }
  .promo__upgrade-mobile {
    display: block;
  }
  .promo:only-child .promo__review, .promo > .promo__review:only-child {
    background: #e9f3ff url('../assets/img/bg-review.svg') right bottom no-repeat;
    background-size: contain;
  }
  .promo__review {
    padding: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .promo__review {
    height: 130px;
    background-size: contain;
  }
}
.code {
  border: 1px solid #f1f1f4;
  border-radius: 9px;
  background-color: #fff;
  display: flex;
  position: relative;
}
.code:has(.active) {
  z-index: 100;
}
.code__paused {
  padding: 8px 10px;
  color: #ff951b;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
  background-color: #fcf4e9;
  border-radius: 100vh;
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
}
.code__paused span {
  margin-right: 6px;
  font-size: 14px;
}
.code__actions {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  transition: 200ms;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-actions {
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
}
.show-actions:hover {
  border: 1px solid #f1f1f4;
}
.show-actions span {
  font-size: 18px;
  line-height: 18px;
}
.code__menu, .sort__menu, .code-download-menu {
  position: absolute;
  transform: scaleY(0.5);
  visibility: hidden;
  opacity: 0;
  width: 220px;
  transition: 200ms;
  background-color: #fff;
  border: 1px solid #f1f1f4;
  border-radius: 12px;
  transform-origin: top left;
  top: 40px;
}
@media (min-width: 1281px) {
  .code.parity-even:nth-last-of-type(-n + 2) .code__menu, .code.parity-even:nth-last-of-type(-n + 2) .sort__menu, .code.parity-even:nth-last-of-type(-n + 2) .code-download-menu {
    top: auto;
    bottom: 40px;
    transform-origin: bottom left;
  }
  .code.parity-odd:last-of-type .code__menu, .code.parity-odd:last-of-type .sort__menu, .code.parity-odd:last-of-type .code-download-menu {
    top: auto;
    bottom: 40px;
    transform-origin: bottom left;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .code:last-of-type .code__menu, .code:last-of-type .sort__menu, .code:last-of-type .code-download-menu {
    top: auto;
    bottom: 40px;
    transform-origin: bottom left;
  }
}
.code__menu, .sort__menu {
  right: 0;
}
.sort__menu {
  min-width: 120px;
  width: auto;
  cursor: auto;
}
.code-download-menu {
  min-width: 130px;
  width: auto;
  cursor: auto;
  left: 0;
}
.code__menu.active, .sort__menu.active, .code-download-menu.active {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.09);
  z-index: 2;
}
.code__menu hr {
  color: #f1f1f4;
  display: block;
  height: 1px;
}
.code__menu button, .sort__menu button, .code-download-menu a {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 6px;
  transition: 200ms;
  font-size: 13px;
  line-height: 14px;
  cursor: pointer;
  width: 100%;
  color: #252f4a;
}
.code__menu button span {
  margin-right: 10px;
  font-size: 18px;
  color: #4b5675;
}
.code-download-menu a span {
  margin-right: 10px;
  font-size: 18px;
  color: #4b5675;
}
.code__menu button:hover, .sort__menu button:hover, .code-download-menu a:hover {
  background-color: #f9f9f9;
}
.code__left {
  padding: 20px 10px;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  border-right: 1px solid #f1f1f4;
}
@media only screen and (max-width: 640px) {
  .code__left {
    padding: 20px 10px;
  }
}
.code__img {
  height: 142px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.code__img img {
  height: 100%;
}
.code__buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.code__buttons button, .code__buttons span, .code__buttons a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  padding: 10px 0;
  border-radius: 6px;
  transition: 300ms;
}
.code-downloads {
  color: #1b84ff;
  border: 1px solid #c5dfff;
  background-color: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(45% - 5px);
  cursor: pointer;
}
.code-downloads:hover {
  background-color: #dfeafc;
}
.code-downloads i {
  font-size: 12px;
  margin-right: 5px;
}
.code-static {
  border: 1px solid #dbdfe9;
  color: #4b5675;
  width: calc(45% - 5px);
  text-align: center;
}
.code-download-container {
  width: calc(55% - 5px);
  position: relative;
}
@media only screen and (max-width: 1920px) {
  .code-download-container {
    width: 100%;
    margin-top: 10px;
  }
}
.code-download-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1b84ff;
  color: #fff;
}
.code-download-button:hover {
  background-color: #435ff2;
  cursor: pointer;
}
.code-download-button i {
  font-size: 12px;
  margin-right: 5px;
}
.code__right {
  padding: 20px;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.code__head {
  min-height: 50px;
  display: flex;
  align-items: center;
}
.code__link {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbdfe9;
  background-color: #f1f1f4;
  border-radius: 4px;
  transition: 200ms;
  margin-right: 8px;
}
.code__link span {
  font-size: 13px;
  color: #4b5675;
}
.code__edit {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  cursor: pointer;
}
.code__edit span {
  font-size: 16px;
}
.code__head-content h3 {
  color: #071437;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -1%;
  font-weight: 600;
  max-width: calc(100% - 88px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.code__head-content {
  max-width: 100%;
  width: 100%;
}
.code__head-content > div {
  max-width: 100%;
}
.code__head-edit {
  border: 1px solid #1b84ff;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  transition: 200ms;
  margin-right: 32px;
}
.code__head-edit:hover, .code__head-edit:focus-within {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.code__head-edit label {
  padding: 8px 12px;
  display: inline-block;
}
.code__head-edit input {
  font-size: 13px;
  line-height: 14px;
  color: #252f4a;
  width: 100%;
}
.code__head-edit input:focus {
  border: none;
  outline: none;
}
.code__head-edit button {
  color: #1b84ff;
  font-size: 13px;
  line-height: 14px;
  transition: 200ms;
  background-color: #eff6ff;
  cursor: pointer;
  padding: 0 13px;
  border-left: 1px solid #1b84ff;
}
.code__head-edit button:hover {
  background-color: #dfeafc;
}
.code__content-item {
  display: flex;
  align-items: center;
  color: #252f4a;
  margin-top: 20px;
  max-width: 100%;
  transition: 300ms;
}
.code__content-item i {
  margin-right: 6px;
}
.code__content-item span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}
.code__reactivate {
  color: #1b84ff;
  cursor: pointer;
  transition: 200ms;
  transition: 300ms;
}
.code__reactivate:hover {
  color: #435ff2;
  cursor: pointer;
}
a.code__content-item:hover {
  color: #435ff2;
  cursor: pointer;
}
.code__reactivate:hover {
  color: #435ff2;
}
.code__reactivate button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  cursor: pointer;
}
.code-edit-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 104;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.code-edit-popup.active {
  opacity: 1;
  visibility: visible;
}
.code-edit-window {
  width: 90%;
  max-width: 450px;
  height: auto;
  max-height: 300px;
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
}
.code-edit-window h2 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}
.code-edit-window input {
  width: 100%;
  border: 1px solid rgba(27, 132, 255, 1);
  outline: none;
  border-radius: 4px;
  padding: 12px 14px;
  transition: 300ms;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #4b5675;
}
.code-edit-window input:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.code-edit-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.code-edit-actions button {
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 13px;
  transition: 200ms;
  font-weight: 500;
  cursor: pointer;
}
.code-edit-cancel {
  border: 1px solid rgba(219, 223, 233, 1);
  color: rgba(75, 86, 117, 1);
  margin-right: 10px;
}
.code-edit-cancel:hover {
  background-color: rgba(27, 132, 255, 0.2);
}
.code-edit-submit {
  background-color: rgba(27, 132, 255, 1);
  color: #fff;
}
.code-edit-submit:hover {
  background-color: #1273e1;
}
.code__deactivated {
  background-color: #feeaef;
  color: #f8285a;
  padding: 8px 10px;
  border-radius: 50vh;
  font-size: 11px;
  line-height: 12px;
  display: inline-block;
  font-weight: 500;
  margin-top: 18px;
}
@media only screen and (min-width: 640px) and (max-width: 1920px) {
  .code__buttons {
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
  }
  .code__buttons > span {
    width: 100%;
  }
  .code__buttons > a {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .code {
    flex-direction: column;
  }
  .code__left {
    max-width: 100%;
    border: none;
    border-bottom: 1px solid #f1f1f4;
  }
  .code__right {
    max-width: 100%;
  }
  .code__buttons {
    align-items: center;
    justify-content: center;
    width: auto;
  }
  .code__buttons .code-downloads {
    width: auto;
    min-width: 80px;
    padding: 10px;
    margin: 0 5px;
  }
  .code-download-container, .code-downloads {
    min-width: 80px;
    width: auto;
    margin: 0 5px;
  }
  .code-download-button {
    width: 100%;
    padding: 10px !important;
  }
}
.payment-popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transform: scale(2);
  visibility: hidden;
  transition: 200ms;
  z-index: 105;
  padding: 20px;
}
.payment-popup.active {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.payment-popup-window {
  max-width: 385px;
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
}
.popup-close {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.popup-close i {
  font-size: 18px;
  color: #78829d;
}
.payment-popup-window h3 {
  color: #f8285a;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
}
.payment-popup-window h3 i {
  font-size: 20px;
  display: inline-block;
  margin-right: 5px;
}
.payment-popup-window p {
  max-width: 320px;
  color: #4b5675;
  font-size: 14px;
}
.payment-popup-window h2 {
  color: #071437;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  margin: 10px 0;
}
.payment-popup-window p a {
  color: #071437;
  text-decoration: underline;
}
.payment-popup-window > a {
  background-color: #1b84ff;
  color: #fff;
  padding: 13px;
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  margin-top: 20px;
  transition: 300ms;
}
.payment-popup-window a:hover {
  background-color: #435ff2;
}
.faq__title {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  user-select: none;
  align-items: flex-start;
}
.faq__title h3 {
  pointer-events: none;
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  color: #071437;
}
.faq__body {
  max-height: 0;
  overflow: hidden;
  height: auto;
  transition: 500ms;
}
.faq__body p {
  font-size: 18px;
  color: #071437;
  line-height: 150%;
}
.faq__body::before {
  content: '';
  display: inline-block;
  height: 20px;
}
.icon-arrows {
  pointer-events: none;
  transition: 300ms;
  margin-left: 16px;
  margin-top: 4px;
}
.faq__item {
  padding: 40px 0;
  border-bottom: 1px solid #e0e0e6;
}
.faq__item.active .faq__body {
  max-height: 1000px;
}
.faq__item.active .icon-arrows {
  transform: scaleY(-1);
}
@media only screen and (max-width: 768px) {
  .faq__title h3 {
    font-size: 18px;
    line-height: 120%;
  }
  .faq__body p {
    font-size: 13px;
    line-height: 20px;
  }
}
.contacts__buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contacts__buttons button {
  margin-bottom: 40px;
  width: calc(50% - 10px);
  color: #4b5675;
  font-size: 13px;
  line-height: 14px;
  padding: 11px;
  border-radius: 6px;
  border: 1px solid #dbdfe9;
  cursor: pointer;
  transition: 300ms;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
.contacts__buttons button:hover {
  color: #1b84ff;
  border: 1px solid #c5dfff;
}
.contacts__buttons button.active {
  color: #1b84ff;
  background-color: #eff6ff;
  border: 1px solid #c5dfff;
}
.contacts__form {
  display: none;
}
.contacts__form.active {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contacts__form button {
  cursor: pointer;
}
.contacts__wrapper {
  max-width: 700px;
  margin: 0 auto 90px;
  width: 100%;
  padding: 0;
}
.contacts__success, .contacts__error {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
}
.contacts__success p, .contacts__error p {
  font-size: 13px;
  line-height: 120%;
  padding: 12px;
  border-radius: 12px;
  font-weight: 500;
}
.contacts__success p {
  color: #1b84ff;
  border: 1px solid #1b84ff;
  background-color: #eff6ff;
}
.contacts__error p {
  color: #f8285a;
  border: 1px solid #f8285a;
  background-color: #ffeaef;
}
@media only screen and (max-width: 768px) {
  .contacts__wrapper {
    width: auto;
    margin: 120px 20px 20px;
    border: 1px solid #f1f1f4;
    background-color: #fff;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    padding: 20px;
  }
  .contacts__success, .contacts__error {
    margin: 0;
    padding: 0;
  }
  .contacts__form button {
    width: 100%;
  }
  .contacts__buttons button {
    width: calc(50% - 5px);
  }
}
.contacts {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contacts {
    width: 100%;
    border: 1px solid #f1f1f4;
    background-color: #fff;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    padding: 30px;
  }
}
.unit {
  border: 1px solid #f1f1f4;
  background-color: #fff;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  border-radius: 12px;
}
.stats__head {
  display: flex;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.stats__head-item {
  flex: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}
.stats__head-item h3 {
  font-weight: 600;
  color: #071437;
  margin-right: 4px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}
.stats__head-item p {
  color: #4b5675;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
.stats__head-item:not(:last-child) {
  border-right: 1px solid #f1f1f4;
}
.stats__head-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .stats__head {
    flex-direction: column;
    padding: 0 20px;
  }
  .stats__head-item {
    padding: 20px 0;
  }
  .stats__head-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #f1f1f4;
  }
}
.grid-2 {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 1024px) {
  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.data__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 30px;
  border-bottom: 1px solid #f1f1f4;
}
.data__head h2 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #071437;
}
.data__tabs-buttons {
  border: 1px solid #dbdfe9;
  border-radius: 6px;
  display: inline-flex;
  overflow: hidden;
}
.data__tabs-buttons button {
  color: #4b5675;
  font-size: 13px;
  line-height: 14px;
  padding: 9px 18px;
  cursor: pointer;
  transition: 200ms;
}
.data__tabs-buttons button:hover {
  background-color: #eff6ff;
}
.data__tabs-buttons button.active {
  color: #071437;
  background-color: #f9f9f9;
  font-weight: 500;
}
.data__tabs-buttons button:not(:last-child) {
  border-right: 1px solid #dbdfe9;
}
.data__item {
  display: none;
}
.data__item.active {
  display: block;
}
.data__grid {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f4;
}
.data__grid div {
  display: flex;
}
.data__grid > :nth-child(3n + 1) {
  text-align: start;
}
.data__grid > :nth-child(3n + 2), .data__grid > :nth-child(3n + 3) {
  text-align: end;
}
.data__number {
  width: 32px;
  color: #4b5675;
}
.data__grid-head {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #fcfcfc;
}
.data__grid-head span {
  color: #4b5675;
  font-size: 13px;
  line-height: 14px;
}
.data__item {
  counter-reset: row;
  max-height: 260px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #d1d1d1 #ffffff;
}
.data__item::-webkit-scrollbar {
  width: 4px;
}
.data__item::-webkit-scrollbar-track {
  background: #ffffff;
}
.data__item::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
  border-radius: 2px;
  border: 0px none #ffffff;
}
.data__number::before {
  counter-increment: row;
  content: counter(row) ' ';
}
.settings {
  display: flex;
  justify-content: space-between;
  padding: 30px 30px 20px;
  margin-bottom: 20px;
  background-color: #fcfcfc;
}
.settings__left {
  display: flex;
  align-items: flex-start;
}
.settings__left img {
  width: 112px;
  height: 112px;
  margin-right: 30px;
}
.settings__actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.settings__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.settings__buttons {
  display: flex;
  padding-right: 16px;
  flex-wrap: wrap;
}
.settings__buttons button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border-radius: 6px;
  transition: 300ms;
  padding: 11px 12px;
  font-size: 13px;
  line-height: 13px;
  cursor: pointer;
  font-weight: 500;
}
.settings__buttons button:not(:last-child) {
  margin-right: 10px;
}
.settings__buttons button i {
  font-size: 14px;
  margin-right: 4px;
}
.settings-resume {
  justify-content: center;
  background-color: #1b84ff;
  color: #fff;
}
.settings-resume:hover {
  background-color: #435ff2;
  cursor: pointer;
}
.settings-download {
  color: #1b84ff;
  border: 1px solid #1b84ff;
}
.settings-download:hover {
  background-color: #eff6ff;
  color: #435ff2;
  border: 1px solid #435ff2;
}
.settings-edit {
  border: 1px solid #dbdfe9;
  color: #071437;
}
.settings-edit:hover {
  background-color: #eff6ff;
  color: #1b84ff;
  border: 1px solid #1b84ff;
}
.settings-pause {
  color: #f8285a;
  border: 1px solid #f8285a;
}
.settings-pause:hover {
  background-color: #ffd4de;
}
.settings__right a {
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border-radius: 6px;
  transition: 300ms;
  padding: 11px 12px;
  font-size: 13px;
  line-height: 13px;
  cursor: pointer;
  font-weight: 500;
}
.settings__right a:hover {
  color: #435ff2;
}
.settings-link-pc {
  display: inline-flex;
}
@media only screen and (max-width: 1024px) {
  .settings-link-pc {
    display: none;
  }
  .settings {
    flex-direction: column;
    padding: 20px 20px 10px;
  }
  .settings__right {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .settings__left {
    flex-direction: column;
    align-items: center;
  }
  .settings__left img {
    margin-right: 0;
    margin: 30px 0;
  }
  .settings__buttons {
    justify-content: space-between;
    padding-bottom: 10px;
    padding-right: 0;
  }
  .settings__buttons button, .settings__buttons a, .settings__buttons button:not(:last-child) {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
    font-size: 12px;
    padding: 11px 8px;
  }
}
.saved-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
  .saved-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .saved-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .saved-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .saved-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.saved-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  min-width: 0;
}
.saved-list__item img {
  max-width: 142px;
  margin: 40px 0;
}
.saved-list__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  width: 100%;
}
.saved-list__head h2 {
  font-weight: 600;
  color: #071437;
  font-size: 22px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0;
}
.saved-list__title {
  max-width: calc(100% - 40px);
}
.saved-list__head .icon-code-pencil {
  font-size: 16px;
  flex-shrink: 0;
}
.saved-list__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
}
.saved-list__buttons a, .saved-list__buttons button {
  font-size: 12px;
  line-height: 12px;
  padding: 9px 10px;
  font-weight: 500;
  text-align: center;
  border-radius: 6px;
  transition: 200ms;
  cursor: pointer;
  width: 100%;
}
.saved-list__edit {
  color: #1b84ff;
  background-color: #eff6ff;
  border: 1px solid #c5dfff;
}
.saved-list__edit:hover {
  background-color: #dbeafe;
}
.saved-list__delete {
  color: #f8285a;
  border: 1px solid #f8285a;
}
.saved-list__delete:hover {
  background-color: #ffd4de;
}
.choose__btn {
  border: 1px solid #dbdfe9;
  border-radius: 6px;
  padding: 12px;
  display: inline-flex;
  flex-direction: column;
  transition: 200ms;
  cursor: pointer;
}
.choose__btn:hover {
  background-color: #f9f9f9;
}
.choose__btn.active {
  border: 1px solid rgba(27, 132, 255, 0.2);
  background: #eff6ff;
  color: #1b84ff;
}
.choose__btn b {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  color: #252f4a;
  display: inline-flex;
  align-items: center;
}
.choose__btn b i {
  font-size: 18px;
  margin-right: 6px;
}
.choose__btn span {
  text-align: start;
  color: #4b5675;
  font-size: 12px;
  line-height: 130%;
}
.stepper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  border-bottom: 1px solid #f1f1f4;
}
.stepper__left {
  display: flex;
  align-items: center;
  flex-shrink: 1;
  min-width: 0;
  position: relative;
  bottom: -1px;
  max-width: 100%;
}
.stepper__progress {
  display: flex;
  overflow: hidden;
  max-width: 100%;
}
.stepper__item {
  appearance: none;
  border: none;
  border-bottom: 1px solid transparent;
  background: transparent;
  font-family: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
  flex-grow: 0;
  min-width: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #64748b;
  padding: 14px 10px 20px 10px;
  cursor: pointer;
  transition: color 0.15s ease;
}
.stepper__item:hover:not(:disabled):not(.disabled):not(.active) {
  color: #475569;
}
.stepper__item.active {
  flex-shrink: 0;
  font-weight: 500;
  color: #1b84ff;
  border-bottom-color: #1b84ff;
}
.stepper__progress .stepper__item:disabled,
.stepper__progress .stepper__item.disabled {
  color: #cbd5e1;
  cursor: not-allowed;
  pointer-events: none;
}
.stepper__nav {
  flex-shrink: 0;
  padding-bottom: 4px;
}
.stepper__nav a {
  font-size: 12px;
  line-height: 12px;
  border-radius: 4px;
  padding: 10px 11px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: 200ms;
  font-weight: 500;
}
.stepper__back {
  color: #4b5675;
  border: 1px solid #dbdfe9;
}
.stepper__back:hover {
  background-color: #dbeafe;
}
.stepper__continue {
  background-color: #1b84ff;
  color: #fff;
  margin-left: 10px;
}
.stepper__continue:hover {
  background-color: #1273e1;
}
@media only screen and (max-width: 1180px) {
  .stepper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.phone-wrapper {
  padding: 0 34px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 60px;
}
.phone {
  aspect-ratio: 324 / 663;
  width: 100%;
  max-width: 275px;
  height: auto;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1180px) {
  .phone-wrapper {
    padding: 0;
  }
}
.phone-bg {
  background: url('../assets/img/phone.png') center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.phone-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.view-switcher {
  display: flex;
  border: 1px solid #dbdfe9;
  border-radius: 8px;
  padding: 4px;
}
.view-switcher button {
  font-size: 13px;
  line-height: 14px;
  padding: 9px 34px;
  color: #4b5675;
  transition: 200ms;
  border-radius: 8px;
  cursor: pointer;
}
.view-switcher button:not(:last-child) {
  margin-right: 4px;
}
.view-switcher button:hover {
  color: #4598f6;
  background-color: #EFF6FF;
}
.view-switcher button.active {
  font-weight: 600;
  color: #1b84ff;
  background-color: #ddedff;
  border-radius: 8px;
}
.phone-top {
  height: 103px;
}
.phone-bot {
  margin-top: 16px;
}
.phone-save {
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background-color: #ddedff;
  transition: 200ms;
}
.phone-save i {
  color: #1b84ff;
  transition: 200ms;
}
.phone-save:hover {
  background-color: #1b84ff;
}
.phone-save:hover i {
  color: #fff !important;
}
.color-shape-item {
  display: none;
}
.color-shape-item.active {
  display: block;
}
.login__wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #f5f6f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login__wrapper h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #071437;
  margin-bottom: 15px;
  text-align: center;
}
.login__wrapper p {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: #071437;
}
.login__content {
  width: 520px;
  height: auto;
  padding: 60px;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.login__bg {
  background: url('../assets/img/bg-login.svg') center no-repeat;
  width: 680px;
  height: 504px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.login__bg-man {
  background: url('../assets/img/bg-login-man.svg') center no-repeat;
  width: 108px;
  height: 307px;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(calc(50% - 300px));
  z-index: 2;
}
.login__form {
  padding: 40px 0 20px;
}
.login__form .error {
  font-size: 13px;
  bottom: -21px;
}
.login__form button, .resend {
  background-color: #1b84ff;
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding: 15px;
  border-radius: 6px;
  margin-top: 40px;
  cursor: pointer;
  transition: 200ms;
}
.login__form button:hover, .resend:hover {
  background-color: #1273e1;
}
.btn-google {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ddedff;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding: 15px;
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 40px;
  cursor: pointer;
  transition: 200ms;
  color: #1b84ff;
}
.btn-google span {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('../assets/img/google.svg') center no-repeat;
  margin-right: 16px;
}
.btn-google:hover {
  background-color: #bdd9f8;
}
.forgot {
  position: absolute;
  bottom: -23px;
  right: 0;
  font-size: 14px;
  color: #1b84ff;
  transition: 300ms;
}
.forgot:hover {
  color: #1273e1;
}
.btn-back {
  color: #78829d;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: 200ms;
  text-align: center;
  transition: 300ms;
}
.btn-back:hover {
  color: black;
}
.code_confirm {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
  width: 100%;
  max-width: 276px;
  margin: 30px auto 0;
}
.code_confirm input {
  border: 1px solid #dbdfe9;
  border-radius: 6px;
  font-size: 24px;
  min-width: 0;
  text-align: center;
  line-height: 24px;
  color: #071437;
  padding: 24px 0;
  transition: 300ms;
}
.code_confirm input:focus {
  border-color: #1b84ff !important;
  outline: none;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
}
.code_confirm.success input {
  background-color: #f1f8ff;
  color: #1b84ff;
  border: none;
  pointer-events: none;
  user-select: none;
}
.code_confirm.error input {
  background-color: #fff2f5;
  color: #f8285a;
  border: none;
}
.again {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.hidden-timer {
  display: none;
}
.again p, span {
  font-size: 16px;
}
.again p {
  color: #78829d;
}
.again span {
  color: #071437;
}
.again__timer {
  width: 60px;
  padding-left: 16px;
}
@media only screen and (max-width: 640px) {
  .login__bg, .login__bg-man {
    display: none;
  }
  .login__content {
    width: 100%;
    padding: 30px;
  }
  .login__wrapper h1 {
    font-size: 28px;
    line-height: 28px;
  }
  .login__wrapper p {
    line-height: 120%;
  }
  .login__content button {
    font-size: 14px;
  }
  .login__form {
    padding: 30px 0 15px;
  }
  .login__form button {
    margin-top: 10px;
  }
  .btn-google {
    margin: 15px 0 30px;
  }
}
.popup {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  max-width: 360px;
  width: 100%;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}
.popup h2 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-right: 12px;
}
.popup h1 {
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 10px;
}
.popup p {
  font-size: 12px;
  line-height: 130%;
}
.popup p a {
  color: #071437;
  text-decoration: underline;
  transition: 200ms;
}
.popup p a:hover {
  color: #000;
}
.popup .popup__error-text {
  font-size: 14px;
  line-height: 140%;
}
.popup__wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transform: scale(1.1);
  transition: 200ms;
  padding: 20px;
}
.popup__wrapper.active {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
  transform: scale(1);
}
.popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.popup__close i {
  color: #78829d;
  font-size: 12px;
  pointer-events: none;
  transition: 100ms;
}
.popup__close:hover i {
  color: #071437;
}
.popup__buttons {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.popup__buttons button:not(:last-child) {
  margin-right: 10px;
}
.popup__buttons button, .popup__download a {
  padding: 13px 16px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  transition: 200ms;
  cursor: pointer;
}
.popup__red {
  color: #fff;
  background-color: #f8285a;
}
.popup__red:hover {
  background-color: #df2450;
}
.popup__white {
  border: 1px solid #dbdfe9;
  color: #4b5675;
}
.popup__white:hover {
  background-color: #eff6ff;
  color: #1b84ff;
  border: 1px solid #c5dfff;
}
.popup__blue, .popup__single, .popup__download a {
  color: #fff;
  background-color: #1b84ff;
}
.popup__blue:hover, .popup__single:hover, .popup__download a:hover {
  background-color: #1273e1;
}
.popup__single {
  width: 100%;
}
.popup label {
  margin-top: 20px;
  margin-bottom: 0;
  cursor: pointer;
  height: 40px;
  font-size: 13px;
}
.popup .label-select, .popup .label-copy {
  height: 40px;
}
.popup label select {
  height: 40px;
  width: 99%;
  font-size: 13px;
  line-height: 13px;
}
.popup .label-select::after {
  right: 14px;
  top: 10px;
}
.popup input {
  padding: 12px 12px;
  font-size: 13px;
  line-height: 13px;
}
.label-copy {
  display: flex;
}
.label-copy button {
  background-color: #f1f6fe;
  outline: 1px solid #a1c4fd;
  outline-offset: 0px;
  color: #1b84ff;
  padding: 12px 17px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
}
.label-copy button:hover {
  background-color: #dfeafc;
}
.popup__download {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.popup__download:not(:last-child) {
  border-bottom: 1px solid #dbdfe9;
}
.popup__download h3 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding-left: 20px;
}
.popup__download a {
  padding: 10px 12px;
  font-size: 12px;
}
.popup__download > div {
  display: flex;
  align-items: center;
}
.popup__download > div span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 100vh;
  border: 1px solid #dbdfe9;
  background-color: #f9f9f9;
}
.popup__download > div i {
  font-size: 20px;
  color: #78829d;
}
.popup__error {
  display: flex;
  font-weight: 400 !important;
  align-items: center;
  color: #f8285a;
  font-size: 14px;
  line-height: 14px;
}
.popup__error i {
  font-size: 16px;
  line-height: 16px;
  margin-right: 6px;
}
.popup__confirm-delete-password-error {
  margin-top: 12px;
  margin-bottom: 4px;
}
/* ACCOUNT SETTINGS */
.account-card {
  background-color: #fff;
  border: 1px solid #dbdfe9;
  border-radius: 8px;
}
.account-section {
  padding: 24px;
  border-bottom: 1px solid #dbdfe9;
}
.account-section h3 {
  color: #071437;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 4px;
}
.account-section .account-section-desc {
  color: #78829d;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 16px;
}
.account-section .label {
  margin-bottom: 0;
}
.account-section .label.label--password input {
  padding-right: 44px;
}
.account-section .label:has(.icon-email) input {
  padding-right: 44px;
}
.account-section .label .icon-email.account-password-toggle {
  cursor: default;
}
.account-section .label .icon-email.account-password-toggle:hover {
  color: #99a1b7;
}
.account-email-pending {
  margin-top: 12px;
  padding: 12px 14px;
  background-color: #f8f5ff;
  border: 1px solid #e8e4f3;
  border-radius: 8px;
}
.account-email-pending p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  color: #4b5675;
}
.account-email-pending strong {
  color: #071437;
  font-weight: 600;
}
.account-email-pending-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
.account-email-pending-link {
  background: none;
  border: none;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #1b84ff;
  cursor: pointer;
  transition: color 200ms;
}
.account-email-pending-link:hover:not(:disabled) {
  color: #1273e1;
  text-decoration: underline;
}
.account-email-pending-link:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.account-email-pending-sep {
  color: #99a1b7;
  font-size: 13px;
  user-select: none;
}
.account-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
}
.account-actions .account-cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4b5675;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  padding: 10px 12px;
  cursor: pointer;
  background: transparent;
  border: none;
  transition: 200ms;
}
.account-actions .account-cancel:hover {
  color: #071437;
}
.account-actions .account-save {
  background-color: #1b84ff;
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  border: none;
  transition: 200ms;
}
.account-actions .account-save:hover:not(:disabled) {
  background-color: #1273e1;
}
.account-actions .account-save:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.account-password-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .account-password-row {
    grid-template-columns: 1fr 1fr;
  }
}
.account-password-toggle {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  color: #99a1b7;
  font-size: 16px;
  line-height: 1;
  padding: 4px;
}
.account-password-toggle:hover {
  color: #4b5675;
}
.account-strength {
  margin-top: 14px;
}
.account-strength-bar {
  height: 4px;
  background-color: #f1f1f4;
  border-radius: 2px;
  overflow: hidden;
}
.account-strength-bar > span {
  display: block;
  height: 100%;
  background-color: #17c653;
  border-radius: 2px;
  transition: width 300ms;
}
.account-strength-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 6px;
  font-size: 12px;
  line-height: 16px;
  color: #78829d;
}
.account-strength-row strong {
  color: #071437;
  font-weight: 600;
  margin-left: 4px;
}
.account-delete {
  margin-top: 20px;
  padding: 20px 24px;
  background-color: #fff6f6;
  border: 1px solid #ffd2d2;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .account-delete {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.account-delete h3 {
  color: #e33629;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 4px;
}
.account-delete p {
  color: #e33629;
  font-size: 13px;
  line-height: 20px;
  max-width: 640px;
}
.account-delete-password {
  margin-top: 16px;
  max-width: 400px;
}
.account-delete-password .label {
  margin-bottom: 0;
}
.account-delete-btn {
  border: 1px solid #ffd2d2;
  background-color: #fff;
  color: #e33629;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  transition: 200ms;
}
.account-delete-btn:hover {
  background-color: #ffeaea;
}
.account-delete-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
@property --tw-border-spacing-x {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-spacing-y {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(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-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
