/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend:wght@100..900&display=swap");
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-bold: 700;
    --radius-2xl: 1rem;
    --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-inter: "Inter", sans-serif;
    --font-lexend: "Lexend", sans-serif;
    --color-primary: #000;
    --color-secondary: #444444;
    --color-secondary-darker: #141414;
    --color-accent: #5c46dc;
    --color-accent-border: rgba(202, 180, 246, 0.5);
    --color-bg-bubble: #f3f3f3;
    --color-border-secondary-btn: #c0c0c0;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .-top-4\.5 {
    top: calc(var(--spacing) * -4.5);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-11 {
    right: calc(var(--spacing) * 11);
  }
  .bottom-11\.5 {
    bottom: calc(var(--spacing) * 11.5);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-100 {
    z-index: 100;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-20 {
    margin-block: calc(var(--spacing) * 20);
  }
  .-mt-1 {
    margin-top: calc(var(--spacing) * -1);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6\.5 {
    margin-top: calc(var(--spacing) * 6.5);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-8\.5 {
    margin-top: calc(var(--spacing) * 8.5);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-12\.5 {
    margin-top: calc(var(--spacing) * 12.5);
  }
  .mt-22\.5 {
    margin-top: calc(var(--spacing) * 22.5);
  }
  .mr-7\.5 {
    margin-right: calc(var(--spacing) * 7.5);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-4\.5 {
    margin-bottom: calc(var(--spacing) * 4.5);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-6\.5 {
    margin-bottom: calc(var(--spacing) * 6.5);
  }
  .mb-7\.5 {
    margin-bottom: calc(var(--spacing) * 7.5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-11\.5 {
    margin-bottom: calc(var(--spacing) * 11.5);
  }
  .mb-12\.5 {
    margin-bottom: calc(var(--spacing) * 12.5);
  }
  .mb-13 {
    margin-bottom: calc(var(--spacing) * 13);
  }
  .mb-13\.5 {
    margin-bottom: calc(var(--spacing) * 13.5);
  }
  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-21 {
    margin-bottom: calc(var(--spacing) * 21);
  }
  .-ml-4\.25 {
    margin-left: calc(var(--spacing) * -4.25);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .size-\[clamp\(69px\,8\.23vw\+42\.67px\,148px\)\] {
    width: clamp(69px, 8.23vw + 42.67px, 148px);
    height: clamp(69px, 8.23vw + 42.67px, 148px);
  }
  .h-10\.5 {
    height: calc(var(--spacing) * 10.5);
  }
  .h-11\.75 {
    height: calc(var(--spacing) * 11.75);
  }
  .h-14\.75 {
    height: calc(var(--spacing) * 14.75);
  }
  .h-\[59px\] {
    height: 59px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-37 {
    max-height: calc(var(--spacing) * 37);
  }
  .max-h-\[306px\] {
    max-height: 306px;
  }
  .max-h-\[326px\] {
    max-height: 326px;
  }
  .min-h-\[153px\] {
    min-height: 153px;
  }
  .w-11\.75 {
    width: calc(var(--spacing) * 11.75);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-\[clamp\(182px\,45vw\,678px\)\] {
    width: clamp(182px, 45vw, 678px);
  }
  .w-\[clamp\(346px\,calc\(346px\+674\*\(\(100vw-375px\)\/905\)\)\,1020px\)\] {
    width: clamp(346px, calc(346px + 674 * ((100vw - 375px) / 905)), 1020px);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-12\.5 {
    max-width: calc(var(--spacing) * 12.5);
  }
  .max-w-37 {
    max-width: calc(var(--spacing) * 37);
  }
  .max-w-37\.5 {
    max-width: calc(var(--spacing) * 37.5);
  }
  .max-w-55 {
    max-width: calc(var(--spacing) * 55);
  }
  .max-w-328 {
    max-width: calc(var(--spacing) * 328);
  }
  .max-w-\[173px\] {
    max-width: 173px;
  }
  .max-w-\[309px\] {
    max-width: 309px;
  }
  .max-w-\[353px\] {
    max-width: 353px;
  }
  .max-w-\[417px\] {
    max-width: 417px;
  }
  .max-w-\[858px\] {
    max-width: 858px;
  }
  .max-w-\[865px\] {
    max-width: 865px;
  }
  .max-w-\[1312px\] {
    max-width: 1312px;
  }
  .max-w-\[1430px\] {
    max-width: 1430px;
  }
  .min-w-min {
    min-width: min-content;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-center {
    align-content: center;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-6\.5 {
    gap: calc(var(--spacing) * 6.5);
  }
  .gap-7\.5 {
    gap: calc(var(--spacing) * 7.5);
  }
  .gap-9 {
    gap: calc(var(--spacing) * 9);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-11 {
    gap: calc(var(--spacing) * 11);
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-6 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[\#C0C0C0\] {
    border-color: #C0C0C0;
  }
  .border-\[\#D9D9D9\] {
    border-color: #D9D9D9;
  }
  .border-border-secondary-btn {
    border-color: var(--color-border-secondary-btn);
  }
  .bg-\[\#F0F7FF\] {
    background-color: #F0F7FF;
  }
  .bg-\[\#F6F6F6\] {
    background-color: #F6F6F6;
  }
  .bg-\[\#f6f6f6\] {
    background-color: #f6f6f6;
  }
  .bg-\[\#ffffff\] {
    background-color: #ffffff;
  }
  .bg-accent {
    background-color: var(--color-accent);
  }
  .bg-bg-bubble {
    background-color: var(--color-bg-bubble);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-l {
    --tw-gradient-position: to left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#F6F6F6\] {
    --tw-gradient-from: #F6F6F6;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-7\.5 {
    padding: calc(var(--spacing) * 7.5);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-16 {
    padding: calc(var(--spacing) * 16);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.75 {
    padding-inline: calc(var(--spacing) * 3.75);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7\.5 {
    padding-inline: calc(var(--spacing) * 7.5);
  }
  .px-25 {
    padding-inline: calc(var(--spacing) * 25);
  }
  .py-1\.25 {
    padding-block: calc(var(--spacing) * 1.25);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-6\.5 {
    padding-block: calc(var(--spacing) * 6.5);
  }
  .py-9 {
    padding-block: calc(var(--spacing) * 9);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-15 {
    padding-top: calc(var(--spacing) * 15);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pt-28 {
    padding-top: calc(var(--spacing) * 28);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6\.25\! {
    padding-bottom: calc(var(--spacing) * 6.25) !important;
  }
  .pb-9\.25 {
    padding-bottom: calc(var(--spacing) * 9.25);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-17\.5 {
    padding-bottom: calc(var(--spacing) * 17.5);
  }
  .pb-23\.5 {
    padding-bottom: calc(var(--spacing) * 23.5);
  }
  .pb-27 {
    padding-bottom: calc(var(--spacing) * 27);
  }
  .pb-36 {
    padding-bottom: calc(var(--spacing) * 36);
  }
  .text-center {
    text-align: center;
  }
  .font-inter {
    font-family: var(--font-inter);
  }
  .font-lexend {
    font-family: var(--font-lexend);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-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-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[34px\] {
    font-size: 34px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .leading-\[120\%\] {
    --tw-leading: 120%;
    line-height: 120%;
  }
  .leading-\[130\%\] {
    --tw-leading: 130%;
    line-height: 130%;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-\[\#5B5B5B\] {
    color: #5B5B5B;
  }
  .text-\[\#5C46DC\] {
    color: #5C46DC;
  }
  .text-\[\#7D60E8\] {
    color: #7D60E8;
  }
  .text-\[\#7E7E7E\] {
    color: #7E7E7E;
  }
  .text-\[\#4094F4\] {
    color: #4094F4;
  }
  .text-accent {
    color: var(--color-accent);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .text-secondary-darker {
    color: var(--color-secondary-darker);
  }
  .text-white {
    color: var(--color-white);
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-white\/20 {
    --tw-ring-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .outline-\[5px\] {
    outline-style: var(--tw-outline-style);
    outline-width: 5px;
  }
  .outline-accent-border {
    outline-color: var(--color-accent-border);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .hover\:border-accent {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-accent);
      }
    }
  }
  .hover\:text-accent {
    &:hover {
      @media (hover: hover) {
        color: var(--color-accent);
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .md\:-top-8 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * -8);
    }
  }
  .md\:mt-9 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 9);
    }
  }
  .md\:mt-18 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 18);
    }
  }
  .md\:mr-6 {
    @media (width >= 48rem) {
      margin-right: calc(var(--spacing) * 6);
    }
  }
  .md\:mb-10 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:mb-20 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:mb-25 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 25);
    }
  }
  .md\:ml-auto {
    @media (width >= 48rem) {
      margin-left: auto;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:max-w-50\.5 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 50.5);
    }
  }
  .md\:max-w-180 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 180);
    }
  }
  .md\:max-w-\[148px\] {
    @media (width >= 48rem) {
      max-width: 148px;
    }
  }
  .md\:max-w-\[202px\] {
    @media (width >= 48rem) {
      max-width: 202px;
    }
  }
  .md\:max-w-\[212px\] {
    @media (width >= 48rem) {
      max-width: 212px;
    }
  }
  .md\:max-w-\[253px\] {
    @media (width >= 48rem) {
      max-width: 253px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:gap-7 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 7);
    }
  }
  .md\:gap-7\.5 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 7.5);
    }
  }
  .md\:gap-19 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 19);
    }
  }
  .md\:gap-y-12\.5 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 12.5);
    }
  }
  .md\:gap-y-17\.5 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 17.5);
    }
  }
  .md\:p-11\.25 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 11.25);
    }
  }
  .md\:pl-1\.25 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 1.25);
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:-top-8 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * -8);
    }
  }
  .lg\:my-30 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 30);
    }
  }
  .lg\:my-40 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 40);
    }
  }
  .lg\:mt-12\.5 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 12.5);
    }
  }
  .lg\:mt-25 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 25);
    }
  }
  .lg\:mb-8\.25 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 8.25);
    }
  }
  .lg\:mb-17\.5 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 17.5);
    }
  }
  .lg\:mb-31\.25 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 31.25);
    }
  }
  .lg\:mb-36 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 36);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:max-w-\[630px\] {
    @media (width >= 64rem) {
      max-width: 630px;
    }
  }
  .lg\:max-w-\[717px\] {
    @media (width >= 64rem) {
      max-width: 717px;
    }
  }
  .lg\:max-w-\[919px\] {
    @media (width >= 64rem) {
      max-width: 919px;
    }
  }
  .lg\:max-w-none {
    @media (width >= 64rem) {
      max-width: none;
    }
  }
  .lg\:grid-cols-\[50\%_auto\] {
    @media (width >= 64rem) {
      grid-template-columns: 50% auto;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-row-reverse {
    @media (width >= 64rem) {
      flex-direction: row-reverse;
    }
  }
  .lg\:flex-wrap {
    @media (width >= 64rem) {
      flex-wrap: wrap;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-0 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-6 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-7\.5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 7.5);
    }
  }
  .lg\:gap-9 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 9);
    }
  }
  .lg\:gap-12\.5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 12.5);
    }
  }
  .lg\:gap-14 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 14);
    }
  }
  .lg\:p-5 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .lg\:p-10\.5 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 10.5);
    }
  }
  .lg\:px-11\.5 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 11.5);
    }
  }
  .lg\:px-14 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .lg\:px-15\.5 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 15.5);
    }
  }
  .lg\:px-20\.5 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 20.5);
    }
  }
  .lg\:px-24 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 24);
    }
  }
  .lg\:px-28 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 28);
    }
  }
  .lg\:py-6\.5 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 6.5);
    }
  }
  .lg\:py-12 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .lg\:pt-7 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 7);
    }
  }
  .lg\:pt-8 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .lg\:pb-0\! {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0) !important;
    }
  }
  .lg\:pb-9 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 9);
    }
  }
  .lg\:pb-10 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-6xl {
    @media (width >= 64rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .lg\:text-\[42px\] {
    @media (width >= 64rem) {
      font-size: 42px;
    }
  }
  .xl\:m-0 {
    @media (width >= 80rem) {
      margin: calc(var(--spacing) * 0);
    }
  }
  .xl\:mt-0 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .xl\:mt-6\.5 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 6.5);
    }
  }
  .xl\:mb-6\.25 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 6.25);
    }
  }
  .xl\:mb-11 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 11);
    }
  }
  .xl\:mb-12\.5 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 12.5);
    }
  }
  .xl\:mb-17\.5 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 17.5);
    }
  }
  .xl\:mb-25 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 25);
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:w-fit {
    @media (width >= 80rem) {
      width: fit-content;
    }
  }
  .xl\:max-w-\[190px\] {
    @media (width >= 80rem) {
      max-width: 190px;
    }
  }
  .xl\:flex-col {
    @media (width >= 80rem) {
      flex-direction: column;
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:items-start {
    @media (width >= 80rem) {
      align-items: flex-start;
    }
  }
  .xl\:justify-normal {
    @media (width >= 80rem) {
      justify-content: normal;
    }
  }
  .xl\:gap-2\.5 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 2.5);
    }
  }
  .xl\:gap-5 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .xl\:gap-12 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .xl\:gap-25 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 25);
    }
  }
  .xl\:gap-35 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 35);
    }
  }
  .xl\:overflow-visible\! {
    @media (width >= 80rem) {
      overflow: visible !important;
    }
  }
  .xl\:bg-transparent {
    @media (width >= 80rem) {
      background-color: transparent;
    }
  }
  .xl\:p-0 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .xl\:px-16 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .xl\:px-20\.5 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 20.5);
    }
  }
  .xl\:py-13\.5 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 13.5);
    }
  }
  .xl\:pt-4 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  .xl\:pb-2\.5 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .xl\:pb-25 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 25);
    }
  }
  .xl\:text-2xl {
    @media (width >= 80rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .xl\:text-lg {
    @media (width >= 80rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .xl\:text-xl {
    @media (width >= 80rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .xl\:text-\[17px\] {
    @media (width >= 80rem) {
      font-size: 17px;
    }
  }
  .xl\:text-\[24px\] {
    @media (width >= 80rem) {
      font-size: 24px;
    }
  }
  .xl\:text-\[50px\] {
    @media (width >= 80rem) {
      font-size: 50px;
    }
  }
  .xl\:text-\[70px\] {
    @media (width >= 80rem) {
      font-size: 70px;
    }
  }
  .xl\:lg\:-top-17\.5 {
    @media (width >= 80rem) {
      @media (width >= 64rem) {
        top: calc(var(--spacing) * -17.5);
      }
    }
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
body {
  background: #f6f6f6;
}
.wp-singular:not(.home) .main-menu {
  gap: 28px;
}
.custom-linear-bg {
  background: linear-gradient(180deg, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
  height: 305px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
.tab-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tab-container::-webkit-scrollbar {
  display: none;
}
.tab-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.main-menu {
  position: relative;
}
.main-menu .menu-item>a {
  display: inline-block;
  padding-bottom: 6px;
  position: relative;
  transition: color 0.2s ease;
}
.main-menu .menu-item>a:hover, .main-menu .menu-item>a:focus {
  color: var(--color-accent);
}
.main-menu-underline {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: var(--color-accent);
  width: 0;
  transform: translateX(0);
  transition: transform 0.25s ease, width 0.25s ease, opacity 0.2s ease;
  opacity: 0;
}
.main-menu-underline.is-visible {
  opacity: 1;
}
.main-menu .current-menu-item>a::after, .main-menu .current-menu-ancestor>a::after, .main-menu .current_page_item>a::after, .main-menu .current_page_ancestor>a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--color-accent);
}
.main-menu.is-hovering .current-menu-item>a::after, .main-menu.is-hovering .current-menu-ancestor>a::after, .main-menu.is-hovering .current_page_item>a::after, .main-menu.is-hovering .current_page_ancestor>a::after {
  opacity: 0;
}
body.home .main-menu .menu-item>a::after, body.front-page .main-menu .menu-item>a::after {
  display: none;
}
#mobile-menu .menu-item>a {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
#mobile-menu .menu-item>a:hover, #mobile-menu .menu-item>a:focus {
  color: var(--color-accent);
}
#mobile-menu .current-menu-item>a, #mobile-menu .current-menu-ancestor>a, #mobile-menu .current_page_item>a, #mobile-menu .current_page_ancestor>a {
  border-bottom-color: var(--color-accent);
}
.tab-btn:hover:not(.active) {
  background-color: #e5e7eb;
}
.tab-btn.active {
  background-color: #000000;
  color: #ffffff;
}
.service-card {
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.service-card:hover {
  transform: translateY(-2px);
}
.service-header {
  display: flex;
  align-items: center;
  gap: 24px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.service-header h2 {
  font-weight: 700;
  flex: 1;
}
.service-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 40px;
  padding-left: 117px;
}
.service-card.expanded .service-content {
  max-height: 500px;
  padding: 0 40px 38px 117px;
}
@media (max-width: 1023px) {
  .service-content {
    padding-left: 28px;
  }
  .service-card.expanded .service-content {
    padding: 0 40px 38px 28px;
  }
}
.service-content ul {
  list-style: disc;
  padding: 0;
}
.service-content li {
  margin-bottom: 12px;
  padding-left: 2px;
  position: relative;
}
.service-content li:last-child {
  margin-bottom: 0;
}
.process-flow {
  align-items: center;
}
.step {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 132px;
  color: white;
  flex: 1;
  font-weight: 500;
  width: fit-content;
  font-size: 14px;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%, 30px 50%);
}
.step:not(:first-child) {
  margin-left: -30px;
}
.step span {
  padding-left: 8px;
  font-size: 20px;
}
.step-1 {
  background-color: #c4b5fd;
  z-index: 6;
  max-width: 213px;
}
.step-2 {
  background-color: #a78bfa;
  z-index: 5;
  max-width: 237px;
}
.step-3 {
  background-color: #8b5cf6;
  z-index: 4;
  max-width: fit-content;
  width: 100%;
  flex: none;
}
.step-4 {
  background-color: #6366f1;
  z-index: 3;
  max-width: 237px;
}
.step-5 {
  background-color: #3b82f6;
  z-index: 2;
  max-width: 211px;
}
.step-6 {
  background-color: #67e8f9;
  z-index: 1;
  max-width: 296px;
}
.process-flow-mobile {
  flex-direction: column;
  align-items: center;
}
.mobile-step {
  -webkit-clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0, 50% 20%);
  clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0, 50% 20%);
  height: 144px;
  width: 100%;
  margin-top: -25px;
  padding: 66px 20px;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  text-align: center;
  color: white;
  font-weight: 500;
  max-width: 296px;
}
.mobile-step span {
  padding-left: 8px;
  font-size: 20px;
}
.mobile-step-1 {
  background-color: #c4b5fd;
  z-index: 6;
}
.mobile-step-2 {
  background-color: #a78bfa;
  z-index: 5;
}
.mobile-step-3 {
  background-color: #8b5cf6;
  z-index: 4;
  width: 100%;
  flex: none;
}
.mobile-step-4 {
  background-color: #6366f1;
  z-index: 3;
}
.mobile-step-5 {
  background-color: #3b82f6;
  z-index: 2;
}
.mobile-step-6 {
  background-color: #67e8f9;
  z-index: 1;
}
.hero-shape {
  -webkit-filter: blur(6px);
  filter: blur(6px);
  position: absolute;
  z-index: -1;
}
.hero-shape:first-child {
  height: 98.67px;
  right: 522px;
  top: -260px;
  width: 98.67px;
}
.hero-shape:nth-child(2) {
  -webkit-filter: blur(4px);
  filter: blur(4px);
  height: 167.1px;
  right: 40px;
  bottom: 0;
  width: 167.1px;
  z-index: 9;
}
.hero-shape:nth-child(3) {
  -webkit-filter: blur(6px);
  filter: blur(6px);
  height: 108.34px;
  left: 115px;
  bottom: -50px;
  width: 108.34px;
}
.hero-shape:nth-child(4) {
  -webkit-filter: blur(4px);
  filter: blur(4px);
  height: 46.02px;
  left: -120px;
  top: 35%;
  width: 46.02px;
}
.hero-shape:nth-child(5) {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  height: 60.05px;
  right: -15px;
  top: 117px;
  width: 60.05px;
}
.website-icon .st0 {
  clip-path: url(#SVGID_2_);
}
.website-icon .sub_five {
  transform: translate(0px, -80px);
  animation: slide 0.75s cubic-bezier(0.74, 0.02, 0.36, 0.97) forwards;
}
.website-icon .sub_four {
  transform: translate(0px, -80px);
  animation: slide 0.75s 0.1s cubic-bezier(0.74, 0.02, 0.36, 0.97) forwards;
}
.website-icon .sub_three {
  transform: translate(0px, -80px);
  animation: slide 0.75s 0.2s cubic-bezier(0.74, 0.02, 0.36, 0.97) forwards;
}
.website-icon .sub_two {
  transform: translate(0px, -80px);
  animation: slide 0.75s 0.3s cubic-bezier(0.74, 0.02, 0.36, 0.97) forwards;
}
.website-icon .sub_one {
  transform-origin: 62px 32px;
  transform: scale(1, 0);
  animation: slide_two 0.4s 1s cubic-bezier(0.74, 0.02, 0.36, 0.97) forwards;
}
.website-icon .feat_one {
  animation: fade_out 0.001s 1.8s ease forwards;
}
.website-icon .feat_two {
  opacity: 0;
  animation: fade_in 0.001s 1.8s ease forwards;
}
.website-icon .ft_one {
  transform-origin: 62px 32px;
}
.website-icon .feat_two:hover .ft_five {
  animation: fade_out 0.5s ease forwards, slide_three 0.75s 0.5s cubic-bezier(0.74, 0.02, 0.36, 0.97) forwards !important;
}
.website-icon .feat_two:hover .ft_four {
  animation: fade_out 0.5s ease forwards, slide_three 0.75s 0.6s cubic-bezier(0.74, 0.02, 0.36, 0.97) forwards !important;
}
.website-icon .feat_two:hover .ft_three {
  animation: fade_out 0.5s ease forwards, slide_three 0.75s 0.7s cubic-bezier(0.74, 0.02, 0.36, 0.97) forwards !important;
}
.website-icon .feat_two:hover .ft_two {
  animation: fade_out 0.5s ease forwards, slide_three 0.75s 0.8s cubic-bezier(0.74, 0.02, 0.36, 0.97) forwards !important;
}
.website-icon .feat_two:hover .ft_one {
  animation: fade_out 0.5s ease forwards, slide_four 0.4s 1.5s cubic-bezier(0.74, 0.02, 0.36, 0.97) forwards !important;
}
.run-animation .feat_two .ft_five {
  animation: fade_out 0.5s ease forwards, slide_three 0.75s 0.5s cubic-bezier(0.74, 0.02, 0.36, 0.97) forwards;
}
.run-animation .feat_two .ft_four {
  animation: fade_out 0.5s ease forwards, slide_three 0.75s 0.6s cubic-bezier(0.74, 0.02, 0.36, 0.97) forwards;
}
.run-animation .feat_two .ft_three {
  animation: fade_out 0.5s ease forwards, slide_three 0.75s 0.7s cubic-bezier(0.74, 0.02, 0.36, 0.97) forwards;
}
.run-animation .feat_two .ft_two {
  animation: fade_out 0.5s ease forwards, slide_three 0.75s 0.8s cubic-bezier(0.74, 0.02, 0.36, 0.97) forwards;
}
.run-animation .feat_two .ft_one {
  animation: fade_out 0.5s ease forwards, slide_four 0.4s 1.5s cubic-bezier(0.74, 0.02, 0.36, 0.97) forwards;
}
@keyframes fade_in {
  100% {
    opacity: 1;
  }
}
@keyframes slide_four {
  0% {
    opacity: 1;
    transform: scale(1, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes slide_three {
  0% {
    opacity: 1;
    transform: translate(0px, -80px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes slide {
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes slide_two {
  100% {
    transform: scale(1, 1);
  }
}
@keyframes fade_out {
  100% {
    opacity: 0;
  }
}
.focus-icon .sub_one {
  transform-origin: 62px 57px;
  animation: focus_icon_grow 2s 0.3s ease forwards;
}
.focus-icon .sub_two {
  transform-origin: 62px 57px;
  animation: focus_icon_grow 2s 0.15s ease forwards;
}
.focus-icon .sub_three {
  transform-origin: 62px 57px;
  animation: focus_icon_grow 2s ease forwards;
}
.focus-icon .feat_one {
  animation: focus_icon_fade_out 0.001s 2.3s ease forwards;
}
.focus-icon .feat_two {
  opacity: 0;
  animation: focus_icon_fade_in 0.001s 2.3s ease forwards;
}
.focus-icon .ft_one, .focus-icon .ft_two, .focus-icon .ft_three {
  transform-origin: 62px 57px;
}
.focus-icon .feat_two:hover .ft_one {
  animation: focus_icon_grow 2s 0.3s ease forwards;
}
.focus-icon .feat_two:hover .ft_two {
  animation: focus_icon_grow 2s 0.15s ease forwards;
}
.focus-icon .feat_two:hover .ft_three {
  animation: focus_icon_grow 2s ease forwards;
}
.focus-icon.run-animation .feat_two .ft_one {
  animation: focus_icon_grow 2s 0.3s ease forwards;
}
.focus-icon.run-animation .feat_two .ft_two {
  animation: focus_icon_grow 2s 0.15s ease forwards;
}
.focus-icon.run-animation .feat_two .ft_three {
  animation: focus_icon_grow 2s ease forwards;
}
@keyframes focus_icon_grow {
  25% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes focus_icon_fade_out {
  100% {
    opacity: 0;
  }
}
@keyframes focus_icon_fade_in {
  100% {
    opacity: 1;
  }
}
.graph-icon .sub_one {
  transform-origin: 37px 92px;
  transform: scale(1, 0);
  animation: graph_icon_grow 0.72s ease forwards;
}
.graph-icon .sub_two {
  transform-origin: 47px 92px;
  transform: scale(1, 0);
  animation: graph_icon_grow 0.72s 0.2s ease forwards;
}
.graph-icon .sub_three {
  transform-origin: 57px 92px;
  transform: scale(1, 0);
  animation: graph_icon_grow 0.72s 0.4s ease forwards;
}
.graph-icon .sub_four {
  transform-origin: 67px 92px;
  transform: scale(1, 0);
  animation: graph_icon_grow 0.72s 0.6s ease forwards;
}
.graph-icon .sub_five {
  transform-origin: 87px 92px;
  transform: scale(1, 0);
  animation: graph_icon_grow 0.72s 0.8s ease forwards;
}
.graph-icon .feat_one {
  animation: graph_icon_fade_out 0.001s 1.7s ease forwards;
}
.graph-icon .feat_two {
  opacity: 0;
  animation: graph_icon_fade_in 0.001s 1.7s ease forwards;
}
.graph-icon .ft_one {
  transform-origin: 37px 92px;
}
.graph-icon .ft_two {
  transform-origin: 47px 92px;
}
.graph-icon .ft_three {
  transform-origin: 57px 92px;
}
.graph-icon .ft_four {
  transform-origin: 67px 92px;
}
.graph-icon .ft_five {
  transform-origin: 87px 92px;
}
.graph-icon .feat_two:hover .ft_one {
  animation: graph_icon_fade_out 0.5s linear forwards, graph_icon_grow_two 0.72s 0.6s ease forwards;
}
.graph-icon .feat_two:hover .ft_two {
  animation: graph_icon_fade_out 0.5s linear forwards, graph_icon_grow_two 0.72s 0.8s ease forwards;
}
.graph-icon .feat_two:hover .ft_three {
  animation: graph_icon_fade_out 0.5s linear forwards, graph_icon_grow_two 0.72s 1s ease forwards;
}
.graph-icon .feat_two:hover .ft_four {
  animation: graph_icon_fade_out 0.5s linear forwards, graph_icon_grow_two 0.72s 1.2s ease forwards;
}
.graph-icon .feat_two:hover .ft_five {
  animation: graph_icon_fade_out 0.5s linear forwards, graph_icon_grow_two 0.72s 1.4s ease forwards;
}
.graph-icon.run-animation .feat_two .ft_one {
  animation: graph_icon_fade_out 0.5s linear forwards, graph_icon_grow_two 0.72s 0.6s ease forwards;
}
.graph-icon.run-animation .feat_two .ft_two {
  animation: graph_icon_fade_out 0.5s linear forwards, graph_icon_grow_two 0.72s 0.8s ease forwards;
}
.graph-icon.run-animation .feat_two .ft_three {
  animation: graph_icon_fade_out 0.5s linear forwards, graph_icon_grow_two 0.72s 1s ease forwards;
}
.graph-icon.run-animation .feat_two .ft_four {
  animation: graph_icon_fade_out 0.5s linear forwards, graph_icon_grow_two 0.72s 1.2s ease forwards;
}
.graph-icon.run-animation .feat_two .ft_five {
  animation: graph_icon_fade_out 0.5s linear forwards, graph_icon_grow_two 0.72s 1.4s ease forwards;
}
@keyframes graph_icon_fade_out {
  100% {
    opacity: 0;
  }
}
@keyframes graph_icon_fade_in {
  100% {
    opacity: 1;
  }
}
@keyframes graph_icon_grow_two {
  0% {
    opacity: 1;
    transform: scale(1, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes graph_icon_grow {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
.time-icon .sub_one {
  transform-origin: 62px 60px;
  animation: time_icon_eff_one 1.5s cubic-bezier(0.74, 0.02, 0.36, 0.97) forwards;
}
.time-icon .sub_two {
  transform-origin: 62px 60px;
  animation: time_icon_eff_two 1.5s cubic-bezier(0.74, 0.02, 0.36, 0.97) forwards;
}
.time-icon .bg_one {
  opacity: 0;
  transform-origin: 62px 60px;
  animation: time_icon_pulsating_effect 0.75s 1.25s linear forwards;
}
.time-icon .feat_one {
  animation: time_icon_fade_out 0.001s 2s ease forwards;
}
.time-icon .feat_two {
  opacity: 0;
  animation: time_icon_fade_in 0.001s 2s ease forwards;
}
.time-icon .ft_one, .time-icon .ft_two {
  transform-origin: 62px 60px;
}
.time-icon .bg_two {
  opacity: 0;
  transform-origin: 62px 60px;
}
.time-icon .feat_two:hover .ft_one {
  animation: time_icon_eff_one 1.5s cubic-bezier(0.74, 0.02, 0.36, 0.97) forwards;
}
.time-icon .feat_two:hover .ft_two {
  animation: time_icon_eff_two 1.5s cubic-bezier(0.74, 0.02, 0.36, 0.97) forwards;
}
.time-icon .feat_two:hover .bg_two {
  animation: time_icon_pulsating_effect 0.75s 1.25s linear forwards;
}
.time-icon.run-animation .feat_two .ft_one {
  animation: time_icon_eff_one 1.5s cubic-bezier(0.74, 0.02, 0.36, 0.97) forwards;
}
.time-icon.run-animation .feat_two .ft_two {
  animation: time_icon_eff_two 1.5s cubic-bezier(0.74, 0.02, 0.36, 0.97) forwards;
}
.time-icon.run-animation .feat_two .bg_two {
  animation: time_icon_pulsating_effect 0.75s 1.25s linear forwards;
}
@keyframes time_icon_eff_one {
  100% {
    transform: rotate(1440deg);
  }
}
@keyframes time_icon_eff_two {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes time_icon_pulsating_effect {
  50% {
    opacity: 0.33;
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes time_icon_fade_out {
  100% {
    opacity: 0;
  }
}
@keyframes time_icon_fade_in {
  100% {
    opacity: 1;
  }
}
.project-description p {
  color: var(--color-secondary);
  margin-bottom: 20px;
}
.project-description h3 {
  font-size: 18px;
  font-family: var(--font-lexend);
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 8px;
  color: var(--color-secondary-darker);
}
.project-description h3 b {
  font-weight: 700;
}
@media (min-width: 1024px) {
  .project-description h3 {
    font-size: 24px;
  }
}
.contact-input, .contact-textarea {
  transition: background-color 0.2s ease, border-color 0.2s ease, outline-color 0.2s ease;
  outline: 1px solid transparent;
  outline-offset: 0;
}
.contact-input:focus, .contact-textarea:focus {
  background: #F5F6FF;
  border-color: #000;
  outline-color: #000;
}
.contact-input.is-invalid {
  border-color: #DC4678;
  outline-color: #DC4678;
  background: #F6F6F6;
}
.clients-logos {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.clients-logos-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: clients-logos-scroll var(--duration, 10s) linear infinite;
}
.clients-logos-group {
  display: flex;
  align-items: center;
  gap: 100px;
  flex-shrink: 0;
}
.clients-logos-group .logo-item:last-child {
  margin-right: 100px;
}
.logo-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-item img {
  display: block;
  max-height: 48px;
  width: auto;
  object-fit: contain;
}
.clients-logos:hover .clients-logos-track {
  animation-play-state: paused;
}
@keyframes clients-logos-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--group-width)));
  }
}
.error404 {
  height: 100dvh;
  display: flex;
  flex-direction: column;
}
.error404 main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}
