/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --leading-normal: 1.5;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .\!absolute {
    position: absolute !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .start-0 {
    inset-inline-start: calc(var(--spacing) * 0);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .end-0 {
    inset-inline-end: calc(var(--spacing) * 0);
  }
  .\!top-\[15px\] {
    top: 15px !important;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-50 {
    top: calc(var(--spacing) * 50);
  }
  .top-\[-30px\] {
    top: -30px;
  }
  .top-\[57\%\] {
    top: 57%;
  }
  .\!right-\[15px\] {
    right: 15px !important;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-\[-30px\] {
    right: -30px;
  }
  .right-\[30px\] {
    right: 30px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[30px\] {
    bottom: 30px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-\[30px\] {
    left: 30px;
  }
  .\!z-\[10559\] {
    z-index: 10559 !important;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[9\] {
    z-index: 9;
  }
  .col-2 {
    grid-column: 2;
  }
  .col-4 {
    grid-column: 4;
  }
  .col-10 {
    grid-column: 10;
  }
  .col-12 {
    grid-column: 12;
  }
  .float-start {
    float: inline-start;
  }
  .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-0 {
    margin: calc(var(--spacing) * 0) !important;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-16 {
    margin: calc(var(--spacing) * 16);
  }
  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
  .mx-\[15px\] {
    margin-inline: 15px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-20 {
    margin-block: calc(var(--spacing) * 20);
  }
  .\!ms-auto {
    margin-inline-start: auto !important;
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .\!mt-\[15px\] {
    margin-top: 15px !important;
  }
  .\!mt-\[24px\] {
    margin-top: 24px !important;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[48px\] {
    margin-top: 48px;
  }
  .mt-\[52px\] {
    margin-top: 52px;
  }
  .mt-\[220px\] {
    margin-top: 220px;
  }
  .mr-\[10px\] {
    margin-right: 10px;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[13px\] {
    margin-bottom: 13px;
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-\[20px\] {
    margin-left: 20px;
  }
  .line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .\!flex {
    display: flex !important;
  }
  .\!grid {
    display: grid !important;
  }
  .\!inline-flex {
    display: inline-flex !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .\!h-10 {
    height: calc(var(--spacing) * 10) !important;
  }
  .\!h-\[60px\] {
    height: 60px !important;
  }
  .\!h-\[100\%\] {
    height: 100% !important;
  }
  .\!h-full {
    height: 100% !important;
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[90\%\] {
    height: 90%;
  }
  .h-\[220px\] {
    height: 220px;
  }
  .h-\[568px\] {
    height: 568px;
  }
  .h-\[870px\] {
    height: 870px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .\!max-h-\[52px\] {
    max-height: 52px !important;
  }
  .max-h-\[48px\] {
    max-height: 48px;
  }
  .max-h-\[350px\] {
    max-height: 350px;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-\[60vh\] {
    min-height: 60vh;
  }
  .min-h-\[66px\] {
    min-height: 66px;
  }
  .min-h-\[260px\] {
    min-height: 260px;
  }
  .min-h-full {
    min-height: 100%;
  }
  .\!w-10 {
    width: calc(var(--spacing) * 10) !important;
  }
  .\!w-\[60px\] {
    width: 60px !important;
  }
  .\!w-\[88\%\] {
    width: 88% !important;
  }
  .\!w-\[90\%\] {
    width: 90% !important;
  }
  .\!w-\[100\%\] {
    width: 100% !important;
  }
  .\!w-\[350px\] {
    width: 350px !important;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-4\/5 {
    width: calc(4 / 5 * 100%);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[45\%\] {
    width: 45%;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[65px\] {
    width: 65px;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .\!max-w-\[60px\] {
    max-width: 60px !important;
  }
  .\!max-w-\[150px\] {
    max-width: 150px !important;
  }
  .\!max-w-\[580px\] {
    max-width: 580px !important;
  }
  .\!max-w-\[620px\] {
    max-width: 620px !important;
  }
  .\!max-w-\[680px\] {
    max-width: 680px !important;
  }
  .\!max-w-\[1000px\] {
    max-width: 1000px !important;
  }
  .\!max-w-\[1920px\] {
    max-width: 1920px !important;
  }
  .max-w-150 {
    max-width: calc(var(--spacing) * 150);
  }
  .max-w-\[48px\] {
    max-width: 48px;
  }
  .max-w-\[270px\] {
    max-width: 270px;
  }
  .max-w-\[410px\] {
    max-width: 410px;
  }
  .max-w-\[690px\] {
    max-width: 690px;
  }
  .max-w-\[910px\] {
    max-width: 910px;
  }
  .max-w-\[1050px\] {
    max-width: 1050px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .max-w-\[1150px\] {
    max-width: 1150px;
  }
  .max-w-\[1196px\] {
    max-width: 1196px;
  }
  .max-w-\[1550px\] {
    max-width: 1550px;
  }
  .max-w-\[1892px\] {
    max-width: 1892px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[65px\] {
    min-width: 65px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-\[0_0_25\%\] {
    flex: 0 0 25%;
  }
  .flex-\[0_0_32\%\] {
    flex: 0 0 32%;
  }
  .flex-\[0_0_40\%\] {
    flex: 0 0 40%;
  }
  .flex-\[0_0_47\%\] {
    flex: 0 0 47%;
  }
  .flex-\[0_0_50\%\] {
    flex: 0 0 50%;
  }
  .flex-\[0_0_65\%\] {
    flex: 0 0 65%;
  }
  .flex-\[0_0_70\%\] {
    flex: 0 0 70%;
  }
  .flex-\[0_0_100\%\] {
    flex: 0 0 100%;
  }
  .flex-\[0_30\%\] {
    flex: 0 30%;
  }
  .flex-\[0_42\%\] {
    flex: 0 42%;
  }
  .flex-\[0_47\%\] {
    flex: 0 47%;
  }
  .flex-\[0_50\%\] {
    flex: 0 50%;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .basis-\[21\%\] {
    flex-basis: 21%;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1 {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-270 {
    rotate: 270deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-auto {
    cursor: auto;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .break-inside-avoid {
    break-inside: avoid;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-\[1fr_2fr\] {
    grid-template-columns: 1fr 2fr;
  }
  .grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .\!items-stretch {
    align-items: stretch !important;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .\!justify-end {
    justify-content: flex-end !important;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .\!gap-5 {
    gap: calc(var(--spacing) * 5) !important;
  }
  .\!gap-\[8px\] {
    gap: 8px !important;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-9 {
    gap: calc(var(--spacing) * 9);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-\[2px\] {
    gap: 2px;
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[28px\] {
    gap: 28px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .gap-\[35px\] {
    gap: 35px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[40vh\] {
    gap: 40vh;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-x-\[34px\] {
    column-gap: 34px;
  }
  .gap-y-0 {
    row-gap: calc(var(--spacing) * 0);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .self-stretch {
    align-self: stretch;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .\!rounded-\[60px\] {
    border-radius: 60px !important;
  }
  .\!rounded-full {
    border-radius: calc(infinity * 1px) !important;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[14\.521px\] {
    border-radius: 14.521px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[40px\] {
    border-radius: 40px;
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .\!border {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .\!border-\[\#1a212a\] {
    border-color: #1a212a !important;
  }
  .\!border-transparent {
    border-color: transparent !important;
  }
  .\!border-white {
    border-color: var(--color-white) !important;
  }
  .border-\[\#DFE2E6\] {
    border-color: #DFE2E6;
  }
  .border-\[\#b3b9c4\] {
    border-color: #b3b9c4;
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .\!bg-\[\#1a212a\] {
    background-color: #1a212a !important;
  }
  .\!bg-\[\#121921\] {
    background-color: #121921 !important;
  }
  .\!bg-\[\#F5F6F7\] {
    background-color: #F5F6F7 !important;
  }
  .\!bg-white {
    background-color: var(--color-white) !important;
  }
  .bg-\[\#1a212a\] {
    background-color: #1a212a;
  }
  .bg-\[\#DFE2E6\] {
    background-color: #DFE2E6;
  }
  .bg-\[\#EBEDF0\] {
    background-color: #EBEDF0;
  }
  .bg-\[\#F5F6F7\] {
    background-color: #F5F6F7;
  }
  .bg-\[\#F6F6F7\] {
    background-color: #F6F6F7;
  }
  .bg-\[\#ebedf0\] {
    background-color: #ebedf0;
  }
  .bg-\[\#f7f7f7\] {
    background-color: #f7f7f7;
  }
  .bg-\[rgba\(10\,13\,19\,0\.4\)\] {
    background-color: rgba(10,13,19,0.4);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .\!bg-\[linear-gradient\(102deg\,\#f53564_-11\.66\%\,\#ed6689_103\.94\%\)\] {
    background-image: linear-gradient(102deg,#f53564 -11.66%,#ed6689 103.94%) !important;
  }
  .\!bg-\[linear-gradient\(180deg\,\#10141a_0\%\,\#1b2430_100\%\)\] {
    background-image: linear-gradient(180deg,#10141a 0%,#1b2430 100%) !important;
  }
  .bg-\[linear-gradient\(180deg\,\#001509_0\%\,\#0A2E0A_100\%\)\] {
    background-image: linear-gradient(180deg,#001509 0%,#0A2E0A 100%);
  }
  .bg-\[linear-gradient\(180deg\,\#10141A_0\%\,\#1B2430_100\%\)\] {
    background-image: linear-gradient(180deg,#10141A 0%,#1B2430 100%);
  }
  .bg-\[linear-gradient\(180deg\,\#10141a_0\%\,\#1b2430_100\%\)\] {
    background-image: linear-gradient(180deg,#10141a 0%,#1b2430 100%);
  }
  .bg-\[linear-gradient\(180deg\,rgba\(217\,217\,217\,0\.1\)_0\%\,rgba\(115\,115\,115\,0\.1\)_100\%\)\] {
    background-image: linear-gradient(180deg,rgba(217,217,217,0.1) 0%,rgba(115,115,115,0.1) 100%);
  }
  .bg-none {
    background-image: none;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-\[position\:70\%_50\%\] {
    background-position: 70% 50%;
  }
  .bg-\[position\:75\%_50\%\] {
    background-position: 75% 50%;
  }
  .bg-top {
    background-position: top;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .\!object-contain {
    object-fit: contain !important;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .\!p-0 {
    padding: calc(var(--spacing) * 0) !important;
  }
  .\!p-\[24px_40px_40px\] {
    padding: 24px 40px 40px !important;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[23\.233px\] {
    padding: 23.233px;
  }
  .p-\[25px\] {
    padding: 25px;
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .p-\[75px_70px\] {
    padding: 75px 70px;
  }
  .\!px-\[40px\] {
    padding-inline: 40px !important;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-14 {
    padding-inline: calc(var(--spacing) * 14);
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .\!py-5 {
    padding-block: calc(var(--spacing) * 5) !important;
  }
  .\!py-\[20px\] {
    padding-block: 20px !important;
  }
  .\!py-\[24px\] {
    padding-block: 24px !important;
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .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-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .\!pt-\[31\%\] {
    padding-top: 31% !important;
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-\[45px\] {
    padding-top: 45px;
  }
  .pt-\[170px\] {
    padding-top: 170px;
  }
  .pr-\[100px\] {
    padding-right: 100px;
  }
  .\!pb-0 {
    padding-bottom: calc(var(--spacing) * 0) !important;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-\[16px\] {
    padding-bottom: 16px;
  }
  .\!pl-\[calc\(40\%-620px\)\] {
    padding-left: calc(40% - 620px) !important;
  }
  .pl-\[60px\] {
    padding-left: 60px;
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-left {
    text-align: left;
  }
  .text-start {
    text-align: start;
  }
  .align-middle {
    vertical-align: middle;
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-3xl\! {
    font-size: var(--text-3xl) !important;
    line-height: var(--tw-leading, var(--text-3xl--line-height)) !important;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg\! {
    font-size: var(--text-lg) !important;
    line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
  }
  .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-xs\! {
    font-size: var(--text-xs) !important;
    line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
  }
  .\!text-\[14px\] {
    font-size: 14px !important;
  }
  .\!text-\[28px\] {
    font-size: 28px !important;
  }
  .\!text-\[32px\] {
    font-size: 32px !important;
  }
  .\!text-\[36px\] {
    font-size: 36px !important;
  }
  .\!text-\[40px\] {
    font-size: 40px !important;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .\!leading-\[20px\] {
    --tw-leading: 20px !important;
    line-height: 20px !important;
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-7\! {
    --tw-leading: calc(var(--spacing) * 7) !important;
    line-height: calc(var(--spacing) * 7) !important;
  }
  .leading-\[25px\] {
    --tw-leading: 25px;
    line-height: 25px;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .\!font-medium {
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
  }
  .\!font-normal {
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-black {
    color: var(--color-black) !important;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-\[\#1A212A\] {
    color: #1A212A;
  }
  .text-\[\#1a212a\] {
    color: #1a212a;
  }
  .text-\[\#277d49\] {
    color: #277d49;
  }
  .text-\[\#8993A4\] {
    color: #8993A4;
  }
  .text-\[\#41474E\] {
    color: #41474E;
  }
  .text-\[\#222020\] {
    color: #222020;
  }
  .text-\[\#252525\] {
    color: #252525;
  }
  .text-\[\#D4D4D8\] {
    color: #D4D4D8;
  }
  .text-\[var\(--white-color\)\] {
    color: var(--white-color);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-inherit {
    color: inherit;
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-solid {
    text-decoration-style: solid;
  }
  .decoration-solid\! {
    text-decoration-style: solid !important;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[width\] {
    transition-property: width;
    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));
  }
  .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-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .group-hover\:\!block {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: block !important;
      }
    }
  }
  .group-hover\:translate-x-\[50px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: 50px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:scale-\[1\.05\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.05;
      }
    }
  }
  .group-hover\:\!opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100% !important;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-hover\:brightness-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-brightness: brightness(0%);
        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,);
      }
    }
  }
  .group-hover\:invert {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-invert: invert(100%);
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
      }
    }
  }
  .group-hover\:invert-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-invert: invert(0%);
        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,);
      }
    }
  }
  .group-\[\.show\]\:flex {
    &:is(:where(.group):is(.show) *) {
      display: flex;
    }
  }
  .group-\[\.show\]\:h-full {
    &:is(:where(.group):is(.show) *) {
      height: 100%;
    }
  }
  .group-\[\.show\]\:translate-x-0 {
    &:is(:where(.group):is(.show) *) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .group-\[\.show\]\:items-stretch {
    &:is(:where(.group):is(.show) *) {
      align-items: stretch;
    }
  }
  .before\:pointer-events-none {
    &::before {
      content: var(--tw-content);
      pointer-events: none;
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-0 {
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .before\:z-\[1\] {
    &::before {
      content: var(--tw-content);
      z-index: 1;
    }
  }
  .before\:h-full {
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .before\:w-1\/5 {
    &::before {
      content: var(--tw-content);
      width: calc(1 / 5 * 100%);
    }
  }
  .before\:bg-\[linear-gradient\(-90deg\,hsla\(0\,0\%\,100\%\,0\)\,hsla\(0\,0\%\,100\%\,0\.733\)_21\%\,\#fff\)\] {
    &::before {
      content: var(--tw-content);
      background-image: linear-gradient(-90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0.733) 21%,#fff);
    }
  }
  .after\:pointer-events-none {
    &::after {
      content: var(--tw-content);
      pointer-events: none;
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:top-0 {
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .after\:right-0 {
    &::after {
      content: var(--tw-content);
      right: calc(var(--spacing) * 0);
    }
  }
  .after\:z-\[1\] {
    &::after {
      content: var(--tw-content);
      z-index: 1;
    }
  }
  .after\:h-full {
    &::after {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .after\:w-1\/5 {
    &::after {
      content: var(--tw-content);
      width: calc(1 / 5 * 100%);
    }
  }
  .after\:bg-\[linear-gradient\(90deg\,hsla\(0\,0\%\,100\%\,0\)\,hsla\(0\,0\%\,100\%\,0\.733\)_21\%\,\#fff\)\] {
    &::after {
      content: var(--tw-content);
      background-image: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0.733) 21%,#fff);
    }
  }
  .even\:flex-row-reverse {
    &:nth-child(even) {
      flex-direction: row-reverse;
    }
  }
  .hover\:\!w-\[375px\] {
    &:hover {
      @media (hover: hover) {
        width: 375px !important;
      }
    }
  }
  .hover\:\!border-transparent {
    &:hover {
      @media (hover: hover) {
        border-color: transparent !important;
      }
    }
  }
  .hover\:\!border-white {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-white) !important;
      }
    }
  }
  .hover\:border-transparent {
    &:hover {
      @media (hover: hover) {
        border-color: transparent;
      }
    }
  }
  .hover\:border-white {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-white);
      }
    }
  }
  .hover\:border-l-\[\#ef295a\] {
    &:hover {
      @media (hover: hover) {
        border-left-color: #ef295a;
      }
    }
  }
  .hover\:\!bg-transparent {
    &:hover {
      @media (hover: hover) {
        background-color: transparent !important;
      }
    }
  }
  .hover\:\!bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white) !important;
      }
    }
  }
  .hover\:bg-black {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:\!text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black) !important;
      }
    }
  }
  .hover\:\!text-inherit {
    &:hover {
      @media (hover: hover) {
        color: inherit !important;
      }
    }
  }
  .hover\:\!text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white) !important;
      }
    }
  }
  .hover\:text-\[var\(--misc-pink\)\] {
    &:hover {
      @media (hover: hover) {
        color: var(--misc-pink);
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .max-\[1800px\]\:max-w-\[1370px\] {
    @media (width < 1800px) {
      max-width: 1370px;
    }
  }
  .max-\[1479px\]\:max-w-\[1290px\] {
    @media (width < 1479px) {
      max-width: 1290px;
    }
  }
  .max-\[1440px\]\:mt-\[160px\] {
    @media (width < 1440px) {
      margin-top: 160px;
    }
  }
  .max-\[1440px\]\:p-\[40px_24px\] {
    @media (width < 1440px) {
      padding: 40px 24px;
    }
  }
  .max-\[1400px\]\:mt-8 {
    @media (width < 1400px) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .max-\[1400px\]\:grid-cols-\[1\.5fr_1fr\] {
    @media (width < 1400px) {
      grid-template-columns: 1.5fr 1fr;
    }
  }
  .max-\[1400px\]\:grid-cols-\[1fr_1\.5fr\] {
    @media (width < 1400px) {
      grid-template-columns: 1fr 1.5fr;
    }
  }
  .max-\[1400px\]\:px-9 {
    @media (width < 1400px) {
      padding-inline: calc(var(--spacing) * 9);
    }
  }
  .max-\[1365px\]\:max-w-\[1115px\] {
    @media (width < 1365px) {
      max-width: 1115px;
    }
  }
  .max-\[1365px\]\:\!pt-\[27\%\] {
    @media (width < 1365px) {
      padding-top: 27% !important;
    }
  }
  .max-\[1200px\]\:\!w-\[340px\] {
    @media (width < 1200px) {
      width: 340px !important;
    }
  }
  .max-\[1200px\]\:flex-\[0_46\%\] {
    @media (width < 1200px) {
      flex: 0 46%;
    }
  }
  .max-\[1200px\]\:p-\[30px\] {
    @media (width < 1200px) {
      padding: 30px;
    }
  }
  .max-\[1200px\]\:hover\:\!w-\[375px\] {
    @media (width < 1200px) {
      &:hover {
        @media (hover: hover) {
          width: 375px !important;
        }
      }
    }
  }
  .max-\[1199px\]\:max-w-\[935px\] {
    @media (width < 1199px) {
      max-width: 935px;
    }
  }
  .max-\[991px\]\:\!sticky {
    @media (width < 991px) {
      position: sticky !important;
    }
  }
  .max-\[991px\]\:static {
    @media (width < 991px) {
      position: static;
    }
  }
  .max-\[991px\]\:top-2\.5 {
    @media (width < 991px) {
      top: calc(var(--spacing) * 2.5);
    }
  }
  .max-\[991px\]\:mx-\[10px\] {
    @media (width < 991px) {
      margin-inline: 10px;
    }
  }
  .max-\[991px\]\:mt-10 {
    @media (width < 991px) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .max-\[991px\]\:mt-\[10\%\] {
    @media (width < 991px) {
      margin-top: 10%;
    }
  }
  .max-\[991px\]\:h-auto {
    @media (width < 991px) {
      height: auto;
    }
  }
  .max-\[991px\]\:max-h-\[646px\] {
    @media (width < 991px) {
      max-height: 646px;
    }
  }
  .max-\[991px\]\:w-full {
    @media (width < 991px) {
      width: 100%;
    }
  }
  .max-\[991px\]\:flex-\[0_100\%\] {
    @media (width < 991px) {
      flex: 0 100%;
    }
  }
  .max-\[991px\]\:translate-none {
    @media (width < 991px) {
      translate: none;
    }
  }
  .max-\[991px\]\:grid-cols-1 {
    @media (width < 991px) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .max-\[991px\]\:flex-col {
    @media (width < 991px) {
      flex-direction: column;
    }
  }
  .max-\[991px\]\:flex-col-reverse {
    @media (width < 991px) {
      flex-direction: column-reverse;
    }
  }
  .max-\[991px\]\:items-center {
    @media (width < 991px) {
      align-items: center;
    }
  }
  .max-\[991px\]\:items-start {
    @media (width < 991px) {
      align-items: flex-start;
    }
  }
  .max-\[991px\]\:justify-center {
    @media (width < 991px) {
      justify-content: center;
    }
  }
  .max-\[991px\]\:gap-0 {
    @media (width < 991px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .max-\[991px\]\:gap-6 {
    @media (width < 991px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .max-\[991px\]\:gap-\[30px\] {
    @media (width < 991px) {
      gap: 30px;
    }
  }
  .max-\[991px\]\:gap-\[50px\] {
    @media (width < 991px) {
      gap: 50px;
    }
  }
  .max-\[991px\]\:\!gap-y-8 {
    @media (width < 991px) {
      row-gap: calc(var(--spacing) * 8) !important;
    }
  }
  .max-\[991px\]\:border-\[\#dcdcdc\] {
    @media (width < 991px) {
      border-color: #dcdcdc;
    }
  }
  .max-\[991px\]\:p-\[30px\] {
    @media (width < 991px) {
      padding: 30px;
    }
  }
  .max-\[991px\]\:text-center {
    @media (width < 991px) {
      text-align: center;
    }
  }
  .max-\[767px\]\:absolute {
    @media (width < 767px) {
      position: absolute;
    }
  }
  .max-\[767px\]\:top-1\/2 {
    @media (width < 767px) {
      top: calc(1 / 2 * 100%);
    }
  }
  .max-\[767px\]\:left-1\/2 {
    @media (width < 767px) {
      left: calc(1 / 2 * 100%);
    }
  }
  .max-\[767px\]\:mx-auto {
    @media (width < 767px) {
      margin-inline: auto;
    }
  }
  .max-\[767px\]\:mt-0 {
    @media (width < 767px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .max-\[767px\]\:hidden {
    @media (width < 767px) {
      display: none;
    }
  }
  .max-\[767px\]\:\!h-auto {
    @media (width < 767px) {
      height: auto !important;
    }
  }
  .max-\[767px\]\:h-\[800px\] {
    @media (width < 767px) {
      height: 800px;
    }
  }
  .max-\[767px\]\:h-auto {
    @media (width < 767px) {
      height: auto;
    }
  }
  .max-\[767px\]\:w-\[90\%\] {
    @media (width < 767px) {
      width: 90%;
    }
  }
  .max-\[767px\]\:-translate-x-1\/2 {
    @media (width < 767px) {
      --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .max-\[767px\]\:-translate-y-1\/2 {
    @media (width < 767px) {
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .max-\[767px\]\:items-center {
    @media (width < 767px) {
      align-items: center;
    }
  }
  .max-\[767px\]\:justify-center {
    @media (width < 767px) {
      justify-content: center;
    }
  }
  .max-\[767px\]\:bg-center {
    @media (width < 767px) {
      background-position: center;
    }
  }
  .max-\[767px\]\:bg-no-repeat {
    @media (width < 767px) {
      background-repeat: no-repeat;
    }
  }
  .max-\[767px\]\:text-center {
    @media (width < 767px) {
      text-align: center;
    }
  }
  .max-\[650px\]\:static {
    @media (width < 650px) {
      position: static;
    }
  }
  .max-\[650px\]\:mx-auto {
    @media (width < 650px) {
      margin-inline: auto;
    }
  }
  .max-\[650px\]\:mb-\[45px\] {
    @media (width < 650px) {
      margin-bottom: 45px;
    }
  }
  .max-\[650px\]\:\!block {
    @media (width < 650px) {
      display: block !important;
    }
  }
  .max-\[650px\]\:min-h-auto {
    @media (width < 650px) {
      min-height: auto;
    }
  }
  .max-\[650px\]\:\!w-\[320px\] {
    @media (width < 650px) {
      width: 320px !important;
    }
  }
  .max-\[650px\]\:\!w-auto {
    @media (width < 650px) {
      width: auto !important;
    }
  }
  .max-\[650px\]\:w-\[90\%\] {
    @media (width < 650px) {
      width: 90%;
    }
  }
  .max-\[650px\]\:translate-none {
    @media (width < 650px) {
      translate: none;
    }
  }
  .max-\[650px\]\:flex-col {
    @media (width < 650px) {
      flex-direction: column;
    }
  }
  .max-\[650px\]\:justify-between {
    @media (width < 650px) {
      justify-content: space-between;
    }
  }
  .max-\[650px\]\:gap-1 {
    @media (width < 650px) {
      gap: calc(var(--spacing) * 1);
    }
  }
  .max-\[650px\]\:gap-3\.5 {
    @media (width < 650px) {
      gap: calc(var(--spacing) * 3.5);
    }
  }
  .max-\[650px\]\:gap-4 {
    @media (width < 650px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .max-\[650px\]\:gap-\[30px\] {
    @media (width < 650px) {
      gap: 30px;
    }
  }
  .max-\[650px\]\:p-\[30px\] {
    @media (width < 650px) {
      padding: 30px;
    }
  }
  .max-\[650px\]\:px-0 {
    @media (width < 650px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .max-\[650px\]\:px-6 {
    @media (width < 650px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .max-\[650px\]\:px-\[15px\] {
    @media (width < 650px) {
      padding-inline: 15px;
    }
  }
  .max-\[650px\]\:py-5 {
    @media (width < 650px) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .max-\[650px\]\:py-\[15px\] {
    @media (width < 650px) {
      padding-block: 15px;
    }
  }
  .max-\[650px\]\:py-\[22px\] {
    @media (width < 650px) {
      padding-block: 22px;
    }
  }
  .max-\[650px\]\:\!opacity-100 {
    @media (width < 650px) {
      opacity: 100% !important;
    }
  }
  .max-\[650px\]\:hover\:\!w-auto {
    @media (width < 650px) {
      &:hover {
        @media (hover: hover) {
          width: auto !important;
        }
      }
    }
  }
  .max-\[575px\]\:flex {
    @media (width < 575px) {
      display: flex;
    }
  }
  .max-\[575px\]\:flex-nowrap {
    @media (width < 575px) {
      flex-wrap: nowrap;
    }
  }
  .max-\[575px\]\:justify-center {
    @media (width < 575px) {
      justify-content: center;
    }
  }
  .max-\[575px\]\:overflow-y-hidden {
    @media (width < 575px) {
      overflow-y: hidden;
    }
  }
  .max-\[575px\]\:rounded-\[50px\] {
    @media (width < 575px) {
      border-radius: 50px;
    }
  }
  .max-\[575px\]\:bg-\[\#F5F6F7\] {
    @media (width < 575px) {
      background-color: #F5F6F7;
    }
  }
  .max-\[480px\]\:h-\[40px\] {
    @media (width < 480px) {
      height: 40px;
    }
  }
  .max-\[480px\]\:h-auto {
    @media (width < 480px) {
      height: auto;
    }
  }
  .max-\[480px\]\:w-\[40px\] {
    @media (width < 480px) {
      width: 40px;
    }
  }
  .max-\[480px\]\:flex-\[0_90\%\] {
    @media (width < 480px) {
      flex: 0 90%;
    }
  }
  .max-\[480px\]\:gap-\[12px\] {
    @media (width < 480px) {
      gap: 12px;
    }
  }
  .max-\[480px\]\:px-0 {
    @media (width < 480px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .max-\[480px\]\:py-\[10px\] {
    @media (width < 480px) {
      padding-block: 10px;
    }
  }
  .max-xl\:top-\[-24px\] {
    @media (width < 80rem) {
      top: -24px;
    }
  }
  .max-xl\:right-\[-24px\] {
    @media (width < 80rem) {
      right: -24px;
    }
  }
  .max-xl\:right-\[20px\] {
    @media (width < 80rem) {
      right: 20px;
    }
  }
  .max-xl\:left-\[20px\] {
    @media (width < 80rem) {
      left: 20px;
    }
  }
  .max-xl\:mt-\[24px\] {
    @media (width < 80rem) {
      margin-top: 24px;
    }
  }
  .max-xl\:w-\[80\%\] {
    @media (width < 80rem) {
      width: 80%;
    }
  }
  .max-xl\:flex-col {
    @media (width < 80rem) {
      flex-direction: column;
    }
  }
  .max-xl\:justify-center {
    @media (width < 80rem) {
      justify-content: center;
    }
  }
  .max-xl\:gap-\[14px\] {
    @media (width < 80rem) {
      gap: 14px;
    }
  }
  .max-xl\:gap-\[18px\] {
    @media (width < 80rem) {
      gap: 18px;
    }
  }
  .max-xl\:\!px-\[20px\] {
    @media (width < 80rem) {
      padding-inline: 20px !important;
    }
  }
  .max-xl\:\!pt-\[20\%\] {
    @media (width < 80rem) {
      padding-top: 20% !important;
    }
  }
  .max-lg\:static {
    @media (width < 64rem) {
      position: static;
    }
  }
  .max-lg\:top-\[-20px\] {
    @media (width < 64rem) {
      top: -20px;
    }
  }
  .max-lg\:top-\[66\%\] {
    @media (width < 64rem) {
      top: 66%;
    }
  }
  .max-lg\:right-\[-20px\] {
    @media (width < 64rem) {
      right: -20px;
    }
  }
  .max-lg\:\!mt-\[16px\] {
    @media (width < 64rem) {
      margin-top: 16px !important;
    }
  }
  .max-lg\:mt-\[12px\] {
    @media (width < 64rem) {
      margin-top: 12px;
    }
  }
  .max-lg\:mt-\[22px\] {
    @media (width < 64rem) {
      margin-top: 22px;
    }
  }
  .max-lg\:flex {
    @media (width < 64rem) {
      display: flex;
    }
  }
  .max-lg\:h-\[22px\] {
    @media (width < 64rem) {
      height: 22px;
    }
  }
  .max-lg\:h-\[650px\] {
    @media (width < 64rem) {
      height: 650px;
    }
  }
  .max-lg\:min-h-\[40px\] {
    @media (width < 64rem) {
      min-height: 40px;
    }
  }
  .max-lg\:w-\[22px\] {
    @media (width < 64rem) {
      width: 22px;
    }
  }
  .max-lg\:max-w-\[735px\] {
    @media (width < 64rem) {
      max-width: 735px;
    }
  }
  .max-lg\:max-w-full {
    @media (width < 64rem) {
      max-width: 100%;
    }
  }
  .max-lg\:\!flex-\[0_0_26\%\] {
    @media (width < 64rem) {
      flex: 0 0 26% !important;
    }
  }
  .max-lg\:flex-\[0_0_31\%\] {
    @media (width < 64rem) {
      flex: 0 0 31%;
    }
  }
  .max-lg\:translate-x-0 {
    @media (width < 64rem) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .max-lg\:translate-y-0 {
    @media (width < 64rem) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .max-lg\:\!flex-col {
    @media (width < 64rem) {
      flex-direction: column !important;
    }
  }
  .max-lg\:flex-col {
    @media (width < 64rem) {
      flex-direction: column;
    }
  }
  .max-lg\:flex-wrap {
    @media (width < 64rem) {
      flex-wrap: wrap;
    }
  }
  .max-lg\:items-center {
    @media (width < 64rem) {
      align-items: center;
    }
  }
  .max-lg\:justify-center {
    @media (width < 64rem) {
      justify-content: center;
    }
  }
  .max-lg\:\!gap-\[24px\] {
    @media (width < 64rem) {
      gap: 24px !important;
    }
  }
  .max-lg\:gap-\[20vh\] {
    @media (width < 64rem) {
      gap: 20vh;
    }
  }
  .max-lg\:gap-\[24px\] {
    @media (width < 64rem) {
      gap: 24px;
    }
  }
  .max-lg\:gap-\[36px\] {
    @media (width < 64rem) {
      gap: 36px;
    }
  }
  .max-lg\:border-\[\#dcdcdc\] {
    @media (width < 64rem) {
      border-color: #dcdcdc;
    }
  }
  .max-lg\:\!p-0 {
    @media (width < 64rem) {
      padding: calc(var(--spacing) * 0) !important;
    }
  }
  .max-lg\:\!p-\[20px\] {
    @media (width < 64rem) {
      padding: 20px !important;
    }
  }
  .max-lg\:p-\[14px\] {
    @media (width < 64rem) {
      padding: 14px;
    }
  }
  .max-lg\:\!px-\[12px\] {
    @media (width < 64rem) {
      padding-inline: 12px !important;
    }
  }
  .max-lg\:\!px-\[50px\] {
    @media (width < 64rem) {
      padding-inline: 50px !important;
    }
  }
  .max-lg\:\!py-\[20px\] {
    @media (width < 64rem) {
      padding-block: 20px !important;
    }
  }
  .max-lg\:\!pt-\[28\%\] {
    @media (width < 64rem) {
      padding-top: 28% !important;
    }
  }
  .max-lg\:pt-\[140px\] {
    @media (width < 64rem) {
      padding-top: 140px;
    }
  }
  .max-lg\:\!pb-\[50px\] {
    @media (width < 64rem) {
      padding-bottom: 50px !important;
    }
  }
  .max-lg\:\!text-\[20px\] {
    @media (width < 64rem) {
      font-size: 20px !important;
    }
  }
  .max-lg\:\!text-\[26px\] {
    @media (width < 64rem) {
      font-size: 26px !important;
    }
  }
  .max-lg\:\!text-\[30px\] {
    @media (width < 64rem) {
      font-size: 30px !important;
    }
  }
  .max-lg\:font-medium {
    @media (width < 64rem) {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .max-md\:relative {
    @media (width < 48rem) {
      position: relative;
    }
  }
  .max-md\:static {
    @media (width < 48rem) {
      position: static;
    }
  }
  .max-md\:mx-\[15px\] {
    @media (width < 48rem) {
      margin-inline: 15px;
    }
  }
  .max-md\:mt-\[12px\] {
    @media (width < 48rem) {
      margin-top: 12px;
    }
  }
  .max-md\:mt-\[40px\] {
    @media (width < 48rem) {
      margin-top: 40px;
    }
  }
  .max-md\:line-clamp-2 {
    @media (width < 48rem) {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }
  }
  .max-md\:h-\[80\%\] {
    @media (width < 48rem) {
      height: 80%;
    }
  }
  .max-md\:h-auto {
    @media (width < 48rem) {
      height: auto;
    }
  }
  .max-md\:\!w-\[150px\] {
    @media (width < 48rem) {
      width: 150px !important;
    }
  }
  .max-md\:w-\[93\%\] {
    @media (width < 48rem) {
      width: 93%;
    }
  }
  .max-md\:w-\[95\%\] {
    @media (width < 48rem) {
      width: 95%;
    }
  }
  .max-md\:w-full {
    @media (width < 48rem) {
      width: 100%;
    }
  }
  .max-md\:\!flex-\[0_0_33\%\] {
    @media (width < 48rem) {
      flex: 0 0 33% !important;
    }
  }
  .max-md\:flex-\[0_0_35\%\] {
    @media (width < 48rem) {
      flex: 0 0 35%;
    }
  }
  .max-md\:flex-\[0_0_65\%\] {
    @media (width < 48rem) {
      flex: 0 0 65%;
    }
  }
  .max-md\:translate-x-\[4\%\] {
    @media (width < 48rem) {
      --tw-translate-x: 4%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .max-md\:grid-cols-1 {
    @media (width < 48rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .max-md\:grid-cols-2 {
    @media (width < 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .max-md\:flex-col {
    @media (width < 48rem) {
      flex-direction: column;
    }
  }
  .max-md\:flex-row {
    @media (width < 48rem) {
      flex-direction: row;
    }
  }
  .max-md\:items-center {
    @media (width < 48rem) {
      align-items: center;
    }
  }
  .max-md\:justify-center {
    @media (width < 48rem) {
      justify-content: center;
    }
  }
  .max-md\:justify-start {
    @media (width < 48rem) {
      justify-content: flex-start;
    }
  }
  .max-md\:\!gap-0 {
    @media (width < 48rem) {
      gap: calc(var(--spacing) * 0) !important;
    }
  }
  .max-md\:gap-\[6px\] {
    @media (width < 48rem) {
      gap: 6px;
    }
  }
  .max-md\:gap-\[10px\] {
    @media (width < 48rem) {
      gap: 10px;
    }
  }
  .max-md\:gap-\[10vh\] {
    @media (width < 48rem) {
      gap: 10vh;
    }
  }
  .max-md\:gap-\[30px\] {
    @media (width < 48rem) {
      gap: 30px;
    }
  }
  .max-md\:gap-\[34px\] {
    @media (width < 48rem) {
      gap: 34px;
    }
  }
  .max-md\:overflow-hidden {
    @media (width < 48rem) {
      overflow: hidden;
    }
  }
  .max-md\:\!p-0 {
    @media (width < 48rem) {
      padding: calc(var(--spacing) * 0) !important;
    }
  }
  .max-md\:p-\[24px_20px_20px\] {
    @media (width < 48rem) {
      padding: 24px 20px 20px;
    }
  }
  .max-md\:\!px-\[30px\] {
    @media (width < 48rem) {
      padding-inline: 30px !important;
    }
  }
  .max-md\:px-0 {
    @media (width < 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .max-md\:\!py-\[15px\] {
    @media (width < 48rem) {
      padding-block: 15px !important;
    }
  }
  .max-md\:py-\[45px\] {
    @media (width < 48rem) {
      padding-block: 45px;
    }
  }
  .max-md\:\!pt-\[5\%\] {
    @media (width < 48rem) {
      padding-top: 5% !important;
    }
  }
  .max-md\:pb-\[70px\] {
    @media (width < 48rem) {
      padding-bottom: 70px;
    }
  }
  .max-md\:text-ellipsis {
    @media (width < 48rem) {
      text-overflow: ellipsis;
    }
  }
  .max-sm\:absolute {
    @media (width < 40rem) {
      position: absolute;
    }
  }
  .max-sm\:relative {
    @media (width < 40rem) {
      position: relative;
    }
  }
  .max-sm\:top-\[-40px\] {
    @media (width < 40rem) {
      top: -40px;
    }
  }
  .max-sm\:right-\[30px\] {
    @media (width < 40rem) {
      right: 30px;
    }
  }
  .max-sm\:\!mt-\[60px\] {
    @media (width < 40rem) {
      margin-top: 60px !important;
    }
  }
  .max-sm\:hidden {
    @media (width < 40rem) {
      display: none;
    }
  }
  .max-sm\:h-\[20px\] {
    @media (width < 40rem) {
      height: 20px;
    }
  }
  .max-sm\:w-\[20px\] {
    @media (width < 40rem) {
      width: 20px;
    }
  }
  .max-sm\:w-full {
    @media (width < 40rem) {
      width: 100%;
    }
  }
  .max-sm\:justify-center {
    @media (width < 40rem) {
      justify-content: center;
    }
  }
  .md\:min-h-\[360px\] {
    @media (width >= 48rem) {
      min-height: 360px;
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:min-h-\[420px\] {
    @media (width >= 64rem) {
      min-height: 420px;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .lg\:max-w-\[50\%\] {
    @media (width >= 64rem) {
      max-width: 50%;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:gap-12 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .\[\&_\.grid-custom-content\]\:relative {
    & .grid-custom-content {
      position: relative;
    }
  }
  .\[\&_\.grid-custom-content\]\:bg-transparent {
    & .grid-custom-content {
      background-color: transparent;
    }
  }
  .\[\&_\.grid-custom-content\]\:py-5 {
    & .grid-custom-content {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .\[\&_\.grid-custom-content\]\:text-white {
    & .grid-custom-content {
      color: var(--color-white);
    }
  }
  .\[\&_\.grid-custom-content_h3\]\:text-white {
    & .grid-custom-content h3 {
      color: var(--color-white);
    }
  }
  .\[\&_\.grid-custom-content\:not\(\:last-of-type\)\]\:after\:absolute {
    & .grid-custom-content:not(:last-of-type) {
      &::after {
        content: var(--tw-content);
        position: absolute;
      }
    }
  }
  .\[\&_\.grid-custom-content\:not\(\:last-of-type\)\]\:after\:bottom-0 {
    & .grid-custom-content:not(:last-of-type) {
      &::after {
        content: var(--tw-content);
        bottom: calc(var(--spacing) * 0);
      }
    }
  }
  .\[\&_\.grid-custom-content\:not\(\:last-of-type\)\]\:after\:left-0 {
    & .grid-custom-content:not(:last-of-type) {
      &::after {
        content: var(--tw-content);
        left: calc(var(--spacing) * 0);
      }
    }
  }
  .\[\&_\.grid-custom-content\:not\(\:last-of-type\)\]\:after\:h-px {
    & .grid-custom-content:not(:last-of-type) {
      &::after {
        content: var(--tw-content);
        height: 1px;
      }
    }
  }
  .\[\&_\.grid-custom-content\:not\(\:last-of-type\)\]\:after\:w-full {
    & .grid-custom-content:not(:last-of-type) {
      &::after {
        content: var(--tw-content);
        width: 100%;
      }
    }
  }
  .\[\&_\.grid-custom-content\:not\(\:last-of-type\)\]\:after\:bg-\[\#DADADA\] {
    & .grid-custom-content:not(:last-of-type) {
      &::after {
        content: var(--tw-content);
        background-color: #DADADA;
      }
    }
  }
  .\[\&_\.grid-custom-main-inner\>div\]\:mb-2 {
    & .grid-custom-main-inner>div {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .\[\&_\.innvo-impact-head_\*\]\:text-white {
    & .innvo-impact-head * {
      color: var(--color-white);
    }
  }
  .\[\&_\.innvo-impact-head_p\]\:mt-\[14px\] {
    & .innvo-impact-head p {
      margin-top: 14px;
    }
  }
  .\[\&_\.owl-dots\]\:hidden {
    & .owl-dots {
      display: none;
    }
  }
  .\[\&_\.owl-nav\]\:block {
    & .owl-nav {
      display: block;
    }
  }
  .\[\&_\.owl-nav_button\]\:top-auto {
    & .owl-nav button {
      top: auto;
    }
  }
  .\[\&_\.owl-nav_button\]\:bottom-0 {
    & .owl-nav button {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .\[\&_\.owl-nav_button\]\:left-0 {
    & .owl-nav button {
      left: calc(var(--spacing) * 0);
    }
  }
  .\[\&_\.owl-nav_button\.owl-next\]\:right-\[-30px\] {
    & .owl-nav button.owl-next {
      right: -30px;
    }
  }
  .\[\&_\.owl-nav_button\.owl-prev\]\:right-\[50px\] {
    & .owl-nav button.owl-prev {
      right: 50px;
    }
  }
  .\[\&_\.owl-stage\]\:flex {
    & .owl-stage {
      display: flex;
    }
  }
  .\[\&_\.section-70-30\]\:text-white {
    & .section-70-30 {
      color: var(--color-white);
    }
  }
  .\[\&_\.section-70-30-content\]\:text-\[\#545D68\] {
    & .section-70-30-content {
      color: #545D68;
    }
  }
  .\[\&_\.strategic-vision-left-title_p_a\]\:text-white {
    & .strategic-vision-left-title p a {
      color: var(--color-white);
    }
  }
  .\[\&_button\]\:border-0 {
    & button {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .\[\&_button\]\:bg-transparent {
    & button {
      background-color: transparent;
    }
  }
  .\[\&_h2\]\:m-0 {
    & h2 {
      margin: calc(var(--spacing) * 0);
    }
  }
  .\[\&_h2\]\:text-\[\#1A212A\] {
    & h2 {
      color: #1A212A;
    }
  }
  .\[\&_h3\]\:mb-2 {
    & h3 {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .\[\&_h3\]\:mb-\[5px\] {
    & h3 {
      margin-bottom: 5px;
    }
  }
  .\[\&_h3\]\:text-\[21px\] {
    & h3 {
      font-size: 21px;
    }
  }
  .\[\&_h3\]\:text-\[28px\] {
    & h3 {
      font-size: 28px;
    }
  }
  .\[\&_h3\]\:text-\[\#212529\] {
    & h3 {
      color: #212529;
    }
  }
  .\[\&_h3\]\:text-white {
    & h3 {
      color: var(--color-white);
    }
  }
  .max-\[991px\]\:\[\&_h3\]\:text-2xl {
    @media (width < 991px) {
      & h3 {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
      }
    }
  }
  .\[\&_iframe\]\:h-full {
    & iframe {
      height: 100%;
    }
  }
  .\[\&_li\]\:relative {
    & li {
      position: relative;
    }
  }
  .\[\&_li\]\:pl-\[46px\] {
    & li {
      padding-left: 46px;
    }
  }
  .\[\&_li\]\:text-\[18px\] {
    & li {
      font-size: 18px;
    }
  }
  .\[\&_li\]\:leading-\[36px\] {
    & li {
      --tw-leading: 36px;
      line-height: 36px;
    }
  }
  .\[\&_li\]\:font-medium {
    & li {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .max-lg\:\[\&_li\]\:text-\[16px\] {
    @media (width < 64rem) {
      & li {
        font-size: 16px;
      }
    }
  }
  .max-lg\:\[\&_li\]\:leading-\[32px\] {
    @media (width < 64rem) {
      & li {
        --tw-leading: 32px;
        line-height: 32px;
      }
    }
  }
  .\[\&_p\]\:m-0 {
    & p {
      margin: calc(var(--spacing) * 0);
    }
  }
  .\[\&_p\]\:mb-\[6px\] {
    & p {
      margin-bottom: 6px;
    }
  }
  .\[\&_p\]\:text-base {
    & p {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .\[\&_p\]\:text-\[13px\] {
    & p {
      font-size: 13px;
    }
  }
  .\[\&_p\]\:leading-7 {
    & p {
      --tw-leading: calc(var(--spacing) * 7);
      line-height: calc(var(--spacing) * 7);
    }
  }
  .\[\&_p\]\:leading-\[22px\] {
    & p {
      --tw-leading: 22px;
      line-height: 22px;
    }
  }
  .\[\&_p\]\:font-normal {
    & p {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }
  .\[\&_p\]\:text-\[\#545D68\] {
    & p {
      color: #545D68;
    }
  }
  .\[\&_p_a\]\:font-semibold {
    & p a {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .\[\&_p_a\]\:text-white {
    & p a {
      color: var(--color-white);
    }
  }
  .\[\&_ul\]\:m-0 {
    & ul {
      margin: calc(var(--spacing) * 0);
    }
  }
  .\[\&_ul\]\:flex {
    & ul {
      display: flex;
    }
  }
  .\[\&_ul\]\:list-none {
    & ul {
      list-style-type: none;
    }
  }
  .\[\&_ul\]\:flex-col {
    & ul {
      flex-direction: column;
    }
  }
  .\[\&_ul\]\:gap-\[9px\] {
    & ul {
      gap: 9px;
    }
  }
  .\[\&_ul\]\:p-0 {
    & ul {
      padding: calc(var(--spacing) * 0);
    }
  }
  .\[\&_ul\]\:pl-5 {
    & ul {
      padding-left: calc(var(--spacing) * 5);
    }
  }
  .\[\&_ul\]\:text-base {
    & ul {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .\[\&_ul\]\:text-lg {
    & ul {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .\[\&_ul\]\:leading-7 {
    & ul {
      --tw-leading: calc(var(--spacing) * 7);
      line-height: calc(var(--spacing) * 7);
    }
  }
  .\[\&_ul\]\:font-normal {
    & ul {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }
  .\[\&_ul\]\:text-\[\#545D68\] {
    & ul {
      color: #545D68;
    }
  }
  .\[\&\.active\]\:\!rounded-\[60px\] {
    &.active {
      border-radius: 60px !important;
    }
  }
  .\[\&\.active\]\:\!bg-\[\#1A212A\] {
    &.active {
      background-color: #1A212A !important;
    }
  }
  .\[\&\.active\]\:\!text-white {
    &.active {
      color: var(--color-white) !important;
    }
  }
}
.accordion .accordion-collapse, .accordion .collapse, .accordion .collapse.show {
  visibility: visible !important;
}
.magento-cta-section .magento-hero-gravity-form-body .gform_footer.top_label {
  padding-top: 16px !important;
}
.magento-cta-section .magento-hero-gravity-form-body .rvs-contact-form .gform_footer.top_label input[type="submit"] {
  border-radius: 60px !important;
  border: 1px solid #ffffff;
  background: transparent;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 12px 30px;
  color: #ffffff;
}
.magento-cta-section .magento-hero-gravity-form-body .rvs-contact-form .gform_footer.top_label input[type="submit"]:hover {
  color: var(--dark-color);
  background: var(--white-color);
}
@media (width < 767px) {
  .magento-cta-section .magento-hero-gravity-form-body .rvs-contact-form .gform_footer.top_label input[type="submit"] {
    line-height: 1 !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  ul.service-li-hover li {
    opacity: 0.3;
  }
  ul.service-li-hover li:hover {
    opacity: 1;
  }
}
section.services-technology.bg-dark .single-service-tech-main-single .single-service-tech-left-list img {
  filter: invert(1);
}
section.services-technology .accordion-item {
  border: none;
  border-bottom: 1px solid #1a212a;
}
section.services-technology .pwa-ecommece-faq .accordion-header button {
  box-shadow: none !important;
}
.pwa-ecommece-faq .accordion-button[aria-expanded="true"]::after {
  content: "-";
  transform: none;
}
.pwa-ecommece-faq .accordion-button:not(.collapsed) {
  color: #1a212a;
  background: none;
}
.pwa-ecommece-faq .accordion-header button {
  font-size: 20px;
  line-height: 30px;
}
.pwa-ecommece-faq .accordion-button::after {
  content: "+";
  color: #9a9a9a;
  background: none;
  line-height: 15px;
  font-size: 32px;
}
section.services-technology.bg-dark .magento-faq-accordion .accordion-item {
  background: #1a212a !important;
  border-color: #1a212a;
  color: #ffffff !important;
  border-bottom: 1px solid #dcdcdc;
}
section.services-technology.bg-dark .pwa-ecommece-faq .accordion-button::after {
  color: var(--white-color);
}
section.services-technology.bg-dark .pwa-ecommece-faq .accordion-body {
  color: #fff !important;
}
section.services-technology.bg-dark button.accordion-button {
  color: #ffffff !important;
}
section.services-technology.bg-dark .pwa-ecommece-faq .accordion-header button {
  background: #1a212a;
}
section.services-technology.bg-dark .single-service-tech-left-list ul > li > a {
  color: #fff;
}
section.services-technology.bg-dark .single-service-tech-left a {
  color: #fff;
  text-decoration: underline !important;
}
.content-fonts .white-button .btn:hover .right-arrow img, a#load-more:hover img {
  filter: brightness(0) invert(1);
}
.content-fonts section.expert-hyva-dev-section.strategic-vision.lighter-bg.trans-dark a.btn.button.transparent_button_second {
  background-color: var(--dark-color) !important;
}
.content-fonts section.trans-dark.lighter-bg .transparent_button a {
  background: var(--dark-color) !important;
}
.content-fonts section.expert-hyva-dev-section.strategic-vision.lighter-bg.trans-dark a.btn.button.transparent_button_second:hover {
  border: 1px solid var(--dark-color);
  background: transparent !important;
  color: var(--dark-color) !important;
}
.content-fonts .magento-expert-dev-sub-title h3 {
  color: #c2c7d0;
  letter-spacing: -0.64px;
}
section.expert-hyva-dev-section.strategic-vision.magento-expert-dev.bg-dark .magento-expert-dev-sub-title h3 {
  color: #c2c7d0 !important;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.64px;
}
section.expert-hyva-dev-section.strategic-vision.magento-expert-dev.bg-dark .expert-section-content, section.expert-hyva-dev-section.strategic-vision.magento-expert-dev.bg-dark .expert-section-content p {
  font-size: 18px;
  line-height: 1.65;
}
.service_popup .popup_body > img {
  max-height: 350px;
  width: 100%;
  object-fit: cover;
}
section.expert-hyva-dev-section .strategic-vision-right {
  flex: 0 50%;
}
section.expert-hyva-dev-section .strategic-vision-left {
  flex: 0 47%;
}
@media (width < 1024px) {
  section.expert-hyva-dev-section .strategic-vision-right, section.expert-hyva-dev-section .strategic-vision-left {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
section.expert-hyva-dev-section.strategic-vision.lighter-bg .strategic-vision-left-title h3 {
  color: var(--dark-color);
}
section.expert-hyva-dev-section.strategic-vision.magento-expert-dev .strategic-vision-left-title h2.bottom-shade-bg {
  font-size: 52px !important;
  font-weight: 400;
}
section.expert-hyva-dev-section.strategic-vision.magento-expert-dev.bg-dark.white-button .strategic-vision-left-title p a {
  color: #fff;
}
@media (width < 991px) {
  section.expert-hyva-dev-section.strategic-vision.magento-expert-dev .strategic-vision-left-title h2.bottom-shade-bg {
    font-size: 32px !important;
  }
}
@media (width < 650px) {
  .content-fonts .magento-expert-dev-sub-title h3 {
    line-height: normal;
  }
}
.why-choose-us-inner {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (width < 991px) {
  .why-choose-us-inner {
    gap: 50px;
  }
}
.google-reviews {
  align-items: center;
  display: flex;
  margin: 0 0 20px;
  position: relative;
  text-align: left;
}
.google-reviews img {
  height: 30px;
  width: auto;
}
.google-reviews p {
  margin: 0 15px;
}
.stars {
  font-size: 0;
  white-space: nowrap;
}
.stars i {
  color: #f1bc44;
  font-size: 15px;
}
.full-block {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@keyframes starjump {
  0%, to {
    transform: translateZ(0);
  }
  50% {
    transform: translate3d(0, -5px, 0);
  }
}
.google-reviews:hover .stars i {
  animation: starjump 0.4s ease-in-out;
}
.google-reviews:hover .stars i:nth-child(2) {
  animation-delay: 0.1s;
}
.google-reviews:hover .stars i:nth-child(3) {
  animation-delay: 0.2s;
}
.google-reviews:hover .stars i:nth-child(4) {
  animation-delay: 0.3s;
}
.google-reviews:hover .stars i:nth-child(5) {
  animation-delay: 0.4s;
}
.magento-review-choose-section > div {
  flex: 0 48%;
}
.magento-review-choose-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.magento-review-choose-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.magento-choose-right-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.magento-choose-right-points > div:not(:last-child):not(:nth-last-child(2)) {
  border-bottom: 1px solid #e5e5e5;
}
.magento-choose-right-points > div {
  flex: 0 48%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 24px 0;
}
.magento-choose-right-points-single h4 {
  line-height: 28px;
}
.magento-review-choose-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.magento-review-choose-left .es-background-container {
  padding-bottom: 0 !important;
}
section.magento-review-choose-us.bg-dark .magento-review-choose-left .es-background-container .Background__Base-sc-4lq1r6-1.cGzsWo {
  background-color: transparent !important;
}
section.magento-review-choose-us.bg-dark .es-background-container .es-review-background-container {
  background: #ffffff;
}
section.magento-review-choose-us.bg-dark .magento-review-choose-left .es-background-container .es-review-author-block-info-container span {
  color: #ffffff;
}
.magento-review-choose-left .es-background-container .BulletsControl__BulletsControlItem-sc-vxd05w-2.bZMJWw {
  background: #fff;
}
.magento-review-choose-left .es-background-container .BulletsControl__BulletsControlItem-sc-vxd05w-2.jsvZJq {
  background: black;
}
.google-image {
  cursor: pointer;
}
.homepage-hero-section .hero-section-content p {
  font-size: 20px;
  line-height: normal;
}
@media (width < 991px) {
  .magento-review-choose-section {
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
  }
}
@media (width < 650px) {
  .magento-choose-right-points > div {
    flex: 0 100%;
    gap: 10px;
    padding: 14px 0;
  }
  .magento-choose-right-points > div > h4 {
    margin: 0;
  }
}
.choose-desc .acc-left ul.why-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  gap: 24px;
}
.choose-desc .acc-left ul.why-list li {
  border-bottom: 1px solid #1d243d;
  padding-bottom: 16px;
  width: calc(100% - 50px);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.72px;
  padding-left: 42px;
}
.why-choose-us-inner .acc-left ul.why-list li:before {
  left: 0;
}
.acc-left ul.why-list li:before {
  content: "";
  background-image: url(/wp-content/uploads/2025/05/star-misc.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  left: -42px;
}
.why-choose-us-inner .meeting-right-sec {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.meeting-sec-inner {
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.meeting-left-sec {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 560px;
}
.acc-left {
  flex-direction: column;
  gap: 40px;
}
.choose-desc .acc-left ul.why-list li::marker {
  display: none;
}
.choose-desc .acc-left ul.why-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  position: relative;
  line-height: normal;
  margin-left: 10px;
}
section.meeting-sec.lighter-bg {
  background: #ebebeb;
  color: #363636;
}
section.meeting-sec.bg-dark .choose-desc .acc-left ul.why-list li {
  border-bottom: 1px solid #fff;
}
.serv-inner-title {
  border-radius: 16px;
}
section.meeting-sec .serv-inner-title span {
  color: #595959;
}
.serv-inner-title span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  border-radius: 16px;
  background: #fff;
}
@media (width < 1200px) {
  .choose-desc .acc-left ul.why-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 991px) {
  .choose-desc .acc-left ul.why-list li {
    font-size: 20px;
  }
  .why-choose-us-inner .meeting-sec-inner {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media (width < 767px) {
  .choose-desc .acc-left ul.why-list {
    grid-template-columns: repeat(1, 1fr);
  }
  section.meeting-sec .why-choose-us-inner .meeting-right-sec img {
    max-width: max-content;
    width: 100%;
  }
}
.magento-faq-section .accordion-item {
  border: none;
}
.magento-faq-section.bg-dark .accordion-item {
  color: var(--white-color);
  background-color: var(--dark-color) !important;
}
.magento-faq-section.bg-dark .accordion {
  --bs-accordion-color: #fff;
  --bs-accordion-bg: var(--dark-color);
  --bs-accordion-btn-color: #fff;
  --bs-accordion-btn-bg: var(--dark-color);
  --bs-accordion-active-color: #fff;
  --bs-accordion-active-bg: var(--dark-color);
  --bs-body-color: #fff;
}
.magento-faq-section button.accordion-button {
  border: none;
  box-shadow: none;
  font-size: 18px;
  line-height: 30px;
}
.magento-faq-section.bg-dark button.accordion-button.collapsed {
  background-color: var(--dark-color) !important;
  color: var(--white-color);
}
.magento-faq-section.bg-dark button.accordion-button {
  color: var(--white-color);
}
.magento-faq-section.bg-dark .pwa-ecommece-faq .accordion-button:not(.collapsed) {
  color: var(--white-color) !important;
  background-color: var(--dark-color) !important;
}
.magento-faq-section.bg-dark .pwa-ecommece-faq .accordion-collapse, .magento-faq-section.bg-dark .pwa-ecommece-faq .accordion-collapse.collapse {
  background-color: var(--dark-color) !important;
}
.magento-faq-section.bg-dark .pwa-ecommece-faq .accordion-body {
  background-color: var(--dark-color) !important;
}
.magento-faq-section.bg-dark .pwa-ecommece-faq .accordion-body, .magento-faq-section.bg-dark .pwa-ecommece-faq .accordion-body p, .magento-faq-section.bg-dark .pwa-ecommece-faq .accordion-body li, .magento-faq-section.bg-dark .pwa-ecommece-faq .accordion-body span, .magento-faq-section.bg-dark .pwa-ecommece-faq .accordion-body div, .magento-faq-section.bg-dark .pwa-ecommece-faq .accordion-body strong, .magento-faq-section.bg-dark .pwa-ecommece-faq .accordion-body b, .magento-faq-section.bg-dark .pwa-ecommece-faq .accordion-body em, .magento-faq-section.bg-dark .pwa-ecommece-faq .accordion-body a {
  color: #fff !important;
}
.magento-faq-section .accordion-collapse.collapse.show {
  border-bottom: 1px solid #dcdcdc;
}
.magento-faq-section button.accordion-button.collapsed {
  border-bottom: 1px solid #dcdcdc !important;
}
.magento-faq-section:not(.bg-dark) .pwa-ecommece-faq .accordion-button:not(.collapsed) {
  color: #1a212a;
  background: none;
}
.magento-faq-section .pwa-ecommece-faq .accordion-button:not(.collapsed)::after {
  background: none !important;
  transform: rotate(45deg);
  color: #9a9a9a;
  font-size: 32px;
}
.magento-faq-section .pwa-ecommece-faq .accordion-button[aria-expanded="true"]::after {
  content: "-";
  transform: none;
}
.magento-faq-section .pwa-ecommece-faq .accordion-button::after {
  content: "+";
  color: #9a9a9a;
  background: none;
  line-height: 15px;
  font-size: 32px;
}
.magento-faq-section:not(.bg-dark) .pwa-ecommece-faq .accordion-body, .magento-faq-section:not(.bg-dark) .pwa-ecommece-faq .accordion-body p, .magento-faq-section:not(.bg-dark) .pwa-ecommece-faq .accordion-body li, .magento-faq-section:not(.bg-dark) .pwa-ecommece-faq .accordion-body span {
  color: #4a4a4a;
}
.magento-faq-section:not(.bg-dark) .pwa-ecommece-faq .accordion-body {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.magento-case-study.latest-case-single-explore {
  background: #ebedf0;
}
.magento-case-study .latest-case-single-explore-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.latest-case-single-explore-title a {
  color: var(--black-color);
}
.latest-case-single-explore-body .case-listing-single {
  border: 1px solid #c2c7d0;
  padding: 0;
}
section.magento-case-study .case-listing-title h5 {
  margin: 0;
}
.latest-case-single-explore.magento-case-study.bg-dark.white-button .case-listing-single-body {
  color: #212529;
}
.latest-case-single-explore.magento-case-study.bg-dark.white-button .latest-case-single-explore-title a {
  color: #fff;
}
@media (width < 767px) {
  .latest-case-single-explore-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.shaping-tomorrow-custom .strategic-vision-left .strategic-vision-left-title .shape-tom-res .shape-tom-res-single img {
  height: 60px;
  width: 60px;
  object-fit: contain;
  margin-bottom: 13px;
}
.magento-services-section .magento-service-img {
  padding: 40px 40px 0px 40px;
}
.magento-services-section .impact-card-img.magento-service-img img {
  width: 40px;
  height: 40px;
}
.hero-homepage-dark .banner-video video .innvo-impact ul, .magento-services-section .innvo-impact-body .impact-card .impact-card-desc .impact-card-text ul {
  list-style-type: disc;
}
section.expert-hyva-dev-section.strategic-vision.succ-story-home-main.magento-expert-dev .strategic-vision-right {
  height: -webkit-fill-available;
}
section.expert-hyva-dev-section .succ-story-home .strategic-vision-sec:nth-child(even) .strategic-vision-left {
  padding-left: calc((100% - 1580px) / 2);
}
section.expert-hyva-dev-section .succ-story-home .strategic-vision-sec:nth-child(odd) .strategic-vision-left {
  padding-right: calc((100% - 1580px) / 2);
}
@media screen and (max-width: 1480px) {
  section.expert-hyva-dev-section .succ-story-home .strategic-vision-sec:nth-child(even) .strategic-vision-left {
    padding-left: calc((100% - 1320px) / 2);
  }
  section.expert-hyva-dev-section .succ-story-home .strategic-vision-sec:nth-child(odd) .strategic-vision-left {
    padding-right: calc((100% - 1320px) / 2);
  }
}
@media screen and (max-width: 1365px) {
  section.expert-hyva-dev-section .succ-story-home .strategic-vision-sec:nth-child(even) .strategic-vision-left {
    padding-left: calc((100% - 1140px) / 2);
  }
  section.expert-hyva-dev-section .succ-story-home .strategic-vision-sec:nth-child(odd) .strategic-vision-left {
    padding-right: calc((100% - 1140px) / 2);
  }
}
@media only screen and (max-width: 1200px) {
  section.expert-hyva-dev-section .succ-story-home .strategic-vision-sec:nth-child(even) .strategic-vision-left {
    padding-left: calc((100% - 960px) / 2);
  }
  section.expert-hyva-dev-section .succ-story-home .strategic-vision-sec:nth-child(odd) .strategic-vision-left {
    padding-right: calc((100% - 960px) / 2);
  }
}
.grid-custom-main-inner .grid-custom-content a.btn-custom-in.button {
  color: var(--dark-color);
  border: 1px solid var(--dark-color);
  margin-top: 6px;
}
.grid-custom-main-inner .grid-custom-content a.btn-custom-in.button:hover {
  color: #ffffff;
  border: 1px solid var(--dark-color);
  background: var(--dark-color);
}
.grid-custom-main-inner .grid-custom-content a.btn-custom-in.button:hover img {
  filter: invert(1);
}
section.client-testimonial.lighter-bg.home-client-review div#new-client-testimonial-slider .owl-stage {
  display: flex;
}
.custom-pagination button.active {
  height: 4px;
  background-color: #000;
  margin-top: -2px;
}
section.bg-dark .custom-pagination button.active {
  background-color: #ffffff;
}
.custom-pagination button {
  width: 100%;
  border: 0;
  height: 1px;
  background-color: #a4a4a4;
}
section.bg-dark .custom-nav button img {
  filter: invert(1);
}
.modal-main.testimonial_modal.modal-client-new .modal-wrapper.modal-transition {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {
  section.client-testimonial.lighter-bg.home-client-review div#new-client-testimonial-slider .owl-stage {
    display: flex !important;
  }
}
.single-client.item .single-client-video {
  cursor: pointer;
}
section.button-center .button-custom {
  text-align: center;
}
section.custom-content.bg-dark {
  background: linear-gradient(180deg, #10141a 0%, #1b2430 100%);
}
section.custom-content.bg-dark .strategic-vision-left-title p a {
  color: var(--white-color);
}
.content-fonts section.custom-content p {
  font-size: 13px;
  margin-bottom: 6px;
  line-height: 22px;
}
.content-fonts section.custom-content h3 {
  font-size: 21px;
  margin-bottom: 5px;
}
section.latest-our-partners.partner-v1-slider .our-partners-details-images .owl-dots {
  display: none !important;
}
.velocity-info-wysig ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35' fill='none'%3E%3Crect x='34.3962' y='0' width='34.3962' height='34.3962' rx='17.1981' transform='rotate(90 34.3962 0)' fill='white' fill-opacity='0.1'/%3E%3Cpath d='M26.3962 17.2018C21.3166 17.1997 17.1998 21.3165 17.2019 26.3962C17.1998 21.3165 13.0797 17.1964 8.00006 17.1943C13.0797 17.1964 17.1965 13.0797 17.1944 7.99998C17.1965 13.0797 21.3166 17.1997 26.3962 17.2018Z' fill='url(%23paint0)'/%3E%3Cdefs%3E%3CradialGradient id='paint0' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(17.2029 17.2028) rotate(-45) scale(6.5014 6.50667)'%3E%3Cstop stop-color='%2301FF6B'/%3E%3Cstop offset='1' stop-color='%23009E43'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 36px;
  height: 36px;
  transition: all 500ms;
  box-shadow: 0 2px 6px rgba(31, 38, 135, 0.2), inset 1px 1px 4px rgba(255, 255, 255, 0.4), inset -1px -1px 4px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.20);
  border-radius: 50%;
  top: 50%;
  background-size: contain;
  transform: translate(0%, -50%);
}
.content-fonts .velocity-info h4 {
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  color: #01FF6B;
}
.velocity-info-wysig {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.velocity-info-wysig ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
  list-style: none;
  padding: 0;
  margin: 0;
}
section.client-testimonial.bg-dark .controls-right {
  filter: invert(1);
}
@media (max-width: 991px) {
  .content-fonts .velocity-info h4 {
    font-size: 24px;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
