/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: iransans, ui-sans-serif, system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-normal: 1.5;
    --radius-2xl: 1rem;
    --blur-2xl: 40px;
    --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);
    --color-grey-50: #fafafa;
    --color-grey-100: #f5f5f5;
    --color-grey-200: #eeeeee;
    --color-grey-300: #e0e0e0;
    --color-grey-600: #757575;
    --color-grey-700: #616161;
    --color-grey-800: #424242;
    --color-grey-900: #212121;
    --color-brand-from: #5408a5;
    --color-brand-to: #7b55d3;
    --color-brand-card: #826be3;
    --color-brand-soft: rgb(173 147 239 / 0.2);
    --color-brand-testimonial: rgb(138 119 221 / 0.2);
    --color-success: #5bcd85;
  }
}
@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: 0px;
  }
  .inset-x-0 {
    inset-inline: 0px;
  }
  .inset-x-\[15px\] {
    inset-inline: 15px;
  }
  .inset-y-0 {
    inset-block: 0px;
  }
  .top-0 {
    top: 0px;
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .top-20 {
    top: calc(var(--spacing) * 20);
  }
  .top-\[-6\.89\%\] {
    top: -6.89%;
  }
  .top-\[-6px\] {
    top: -6px;
  }
  .top-\[-12\.2\%\] {
    top: -12.2%;
  }
  .top-\[-16px\] {
    top: -16px;
  }
  .top-\[-22px\] {
    top: -22px;
  }
  .top-\[-36px\] {
    top: -36px;
  }
  .top-\[-43\.5\%\] {
    top: -43.5%;
  }
  .top-\[-43\.73\%\] {
    top: -43.73%;
  }
  .top-\[-163px\] {
    top: -163px;
  }
  .top-\[-205px\] {
    top: -205px;
  }
  .top-\[-227px\] {
    top: -227px;
  }
  .top-\[-231px\] {
    top: -231px;
  }
  .top-\[-288px\] {
    top: -288px;
  }
  .top-\[-304\.88\%\] {
    top: -304.88%;
  }
  .top-\[-344px\] {
    top: -344px;
  }
  .top-\[-385px\] {
    top: -385px;
  }
  .top-\[-506px\] {
    top: -506px;
  }
  .top-\[-611px\] {
    top: -611px;
  }
  .top-\[-625px\] {
    top: -625px;
  }
  .top-\[-672px\] {
    top: -672px;
  }
  .top-\[0\.11\%\] {
    top: 0.11%;
  }
  .top-\[3\.06\%\] {
    top: 3.06%;
  }
  .top-\[5\.9\%\] {
    top: 5.9%;
  }
  .top-\[11\.5\%\] {
    top: 11.5%;
  }
  .top-\[17px\] {
    top: 17px;
  }
  .top-\[20px\] {
    top: 20px;
  }
  .top-\[26\.67\%\] {
    top: 26.67%;
  }
  .top-\[27px\] {
    top: 27px;
  }
  .top-\[28px\] {
    top: 28px;
  }
  .top-\[34\.17\%\] {
    top: 34.17%;
  }
  .top-\[35px\] {
    top: 35px;
  }
  .top-\[38\.25\%\] {
    top: 38.25%;
  }
  .top-\[45\%\] {
    top: 45%;
  }
  .top-\[48\.04px\] {
    top: 48.04px;
  }
  .top-\[60\.87\%\] {
    top: 60.87%;
  }
  .top-\[64\.92\%\] {
    top: 64.92%;
  }
  .top-\[66\.64px\] {
    top: 66.64px;
  }
  .top-\[70px\] {
    top: 70px;
  }
  .top-\[71\.48\%\] {
    top: 71.48%;
  }
  .top-\[72px\] {
    top: 72px;
  }
  .top-\[76px\] {
    top: 76px;
  }
  .top-\[92px\] {
    top: 92px;
  }
  .top-\[107px\] {
    top: 107px;
  }
  .top-\[157px\] {
    top: 157px;
  }
  .top-\[172px\] {
    top: 172px;
  }
  .top-\[193px\] {
    top: 193px;
  }
  .top-\[208px\] {
    top: 208px;
  }
  .top-\[216px\] {
    top: 216px;
  }
  .top-\[226px\] {
    top: 226px;
  }
  .top-\[231px\] {
    top: 231px;
  }
  .top-\[233px\] {
    top: 233px;
  }
  .top-\[235px\] {
    top: 235px;
  }
  .top-\[236px\] {
    top: 236px;
  }
  .top-\[269px\] {
    top: 269px;
  }
  .top-\[272px\] {
    top: 272px;
  }
  .top-\[314px\] {
    top: 314px;
  }
  .top-\[319px\] {
    top: 319px;
  }
  .top-\[385px\] {
    top: 385px;
  }
  .top-\[397px\] {
    top: 397px;
  }
  .top-\[403px\] {
    top: 403px;
  }
  .top-\[435px\] {
    top: 435px;
  }
  .top-\[443px\] {
    top: 443px;
  }
  .top-\[700px\] {
    top: 700px;
  }
  .top-\[816px\] {
    top: 816px;
  }
  .top-\[915px\] {
    top: 915px;
  }
  .top-\[921px\] {
    top: 921px;
  }
  .top-\[1149px\] {
    top: 1149px;
  }
  .-right-8 {
    right: calc(var(--spacing) * -8);
  }
  .right-0 {
    right: 0px;
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .right-\[-22px\] {
    right: -22px;
  }
  .right-\[-40px\] {
    right: -40px;
  }
  .right-\[88px\] {
    right: 88px;
  }
  .-bottom-\[40px\] {
    bottom: calc(40px * -1);
  }
  .bottom-0 {
    bottom: 0px;
  }
  .bottom-\[-518px\] {
    bottom: -518px;
  }
  .-left-38 {
    left: calc(var(--spacing) * -38);
  }
  .-left-\[35px\] {
    left: calc(35px * -1);
  }
  .left-0 {
    left: 0px;
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-5 {
    left: calc(var(--spacing) * 5);
  }
  .left-\[-0\.15\%\] {
    left: -0.15%;
  }
  .left-\[-3\.18\%\] {
    left: -3.18%;
  }
  .left-\[-5px\] {
    left: -5px;
  }
  .left-\[-12\.2\%\] {
    left: -12.2%;
  }
  .left-\[-12\.28\%\] {
    left: -12.28%;
  }
  .left-\[-13\.2\%\] {
    left: -13.2%;
  }
  .left-\[-17px\] {
    left: -17px;
  }
  .left-\[-38px\] {
    left: -38px;
  }
  .left-\[-39px\] {
    left: -39px;
  }
  .left-\[-46\.89\%\] {
    left: -46.89%;
  }
  .left-\[-50px\] {
    left: -50px;
  }
  .left-\[-60px\] {
    left: -60px;
  }
  .left-\[-74px\] {
    left: -74px;
  }
  .left-\[-80px\] {
    left: -80px;
  }
  .left-\[-100\.12px\] {
    left: -100.12px;
  }
  .left-\[-101px\] {
    left: -101px;
  }
  .left-\[-113px\] {
    left: -113px;
  }
  .left-\[-157px\] {
    left: -157px;
  }
  .left-\[-163px\] {
    left: -163px;
  }
  .left-\[-178px\] {
    left: -178px;
  }
  .left-\[-188px\] {
    left: -188px;
  }
  .left-\[-259px\] {
    left: -259px;
  }
  .left-\[-263px\] {
    left: -263px;
  }
  .left-\[-323px\] {
    left: -323px;
  }
  .left-\[-342px\] {
    left: -342px;
  }
  .left-\[-379px\] {
    left: -379px;
  }
  .left-\[-585px\] {
    left: -585px;
  }
  .left-\[-713px\] {
    left: -713px;
  }
  .left-\[2\%\] {
    left: 2%;
  }
  .left-\[8\.6\%\] {
    left: 8.6%;
  }
  .left-\[14\.12\%\] {
    left: 14.12%;
  }
  .left-\[29px\] {
    left: 29px;
  }
  .left-\[36\.1\%\] {
    left: 36.1%;
  }
  .left-\[36\.92\%\] {
    left: 36.92%;
  }
  .left-\[39\.04\%\] {
    left: 39.04%;
  }
  .left-\[60\.5\%\] {
    left: 60.5%;
  }
  .left-\[60\.57\%\] {
    left: 60.57%;
  }
  .left-\[69\.79\%\] {
    left: 69.79%;
  }
  .left-\[70px\] {
    left: 70px;
  }
  .left-\[183px\] {
    left: 183px;
  }
  .left-\[201px\] {
    left: 201px;
  }
  .left-\[399px\] {
    left: 399px;
  }
  .left-\[446px\] {
    left: 446px;
  }
  .left-\[511px\] {
    left: 511px;
  }
  .left-\[575px\] {
    left: 575px;
  }
  .left-\[637px\] {
    left: 637px;
  }
  .left-\[655px\] {
    left: 655px;
  }
  .left-\[735px\] {
    left: 735px;
  }
  .left-\[826px\] {
    left: 826px;
  }
  .left-\[869px\] {
    left: 869px;
  }
  .left-\[895px\] {
    left: 895px;
  }
  .left-\[915px\] {
    left: 915px;
  }
  .left-\[936px\] {
    left: 936px;
  }
  .isolate {
    isolation: isolate;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .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;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-ms-1\.5 {
    margin-inline-start: calc(var(--spacing) * -1.5);
  }
  .-ms-2 {
    margin-inline-start: calc(var(--spacing) * -2);
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-3\.5 {
    margin-top: calc(var(--spacing) * 3.5);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-\[19px\] {
    margin-top: 19px;
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .mb-\[17px\] {
    margin-bottom: 17px;
  }
  .mb-\[31px\] {
    margin-bottom: 31px;
  }
  .mb-\[51px\] {
    margin-bottom: 51px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .aspect-\[611\/453\] {
    aspect-ratio: 611/453;
  }
  .aspect-\[1291\/915\] {
    aspect-ratio: 1291/915;
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }
  .size-14 {
    width: calc(var(--spacing) * 14);
    height: calc(var(--spacing) * 14);
  }
  .size-16 {
    width: calc(var(--spacing) * 16);
    height: calc(var(--spacing) * 16);
  }
  .size-\[16px\] {
    width: 16px;
    height: 16px;
  }
  .size-\[19px\] {
    width: 19px;
    height: 19px;
  }
  .size-\[50px\] {
    width: 50px;
    height: 50px;
  }
  .size-\[78px\] {
    width: 78px;
    height: 78px;
  }
  .size-\[88px\] {
    width: 88px;
    height: 88px;
  }
  .size-\[273px\] {
    width: 273px;
    height: 273px;
  }
  .size-\[552px\] {
    width: 552px;
    height: 552px;
  }
  .size-\[616px\] {
    width: 616px;
    height: 616px;
  }
  .size-\[722px\] {
    width: 722px;
    height: 722px;
  }
  .size-\[1010px\] {
    width: 1010px;
    height: 1010px;
  }
  .size-\[1098px\] {
    width: 1098px;
    height: 1098px;
  }
  .size-\[1232px\] {
    width: 1232px;
    height: 1232px;
  }
  .size-\[1617px\] {
    width: 1617px;
    height: 1617px;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .\!h-auto {
    height: auto !important;
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[2\.9\%\] {
    height: 2.9%;
  }
  .h-\[10\.15\%\] {
    height: 10.15%;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[13\.4\%\] {
    height: 13.4%;
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[19px\] {
    height: 19px;
  }
  .h-\[21\.84\%\] {
    height: 21.84%;
  }
  .h-\[21px\] {
    height: 21px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[25px\] {
    height: 25px;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[29px\] {
    height: 29px;
  }
  .h-\[31\.71\%\] {
    height: 31.71%;
  }
  .h-\[34px\] {
    height: 34px;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[38\.47\%\] {
    height: 38.47%;
  }
  .h-\[41px\] {
    height: 41px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[47px\] {
    height: 47px;
  }
  .h-\[49px\] {
    height: 49px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[59px\] {
    height: 59px;
  }
  .h-\[61\.47\%\] {
    height: 61.47%;
  }
  .h-\[71px\] {
    height: 71px;
  }
  .h-\[76\%\] {
    height: 76%;
  }
  .h-\[87px\] {
    height: 87px;
  }
  .h-\[88px\] {
    height: 88px;
  }
  .h-\[96px\] {
    height: 96px;
  }
  .h-\[97px\] {
    height: 97px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[106\.89\%\] {
    height: 106.89%;
  }
  .h-\[110px\] {
    height: 110px;
  }
  .h-\[113px\] {
    height: 113px;
  }
  .h-\[119px\] {
    height: 119px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[124\%\] {
    height: 124%;
  }
  .h-\[140px\] {
    height: 140px;
  }
  .h-\[149px\] {
    height: 149px;
  }
  .h-\[156px\] {
    height: 156px;
  }
  .h-\[157px\] {
    height: 157px;
  }
  .h-\[160px\] {
    height: 160px;
  }
  .h-\[165px\] {
    height: 165px;
  }
  .h-\[176px\] {
    height: 176px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[181px\] {
    height: 181px;
  }
  .h-\[186\%\] {
    height: 186%;
  }
  .h-\[187\.46\%\] {
    height: 187.46%;
  }
  .h-\[187px\] {
    height: 187px;
  }
  .h-\[191px\] {
    height: 191px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[204px\] {
    height: 204px;
  }
  .h-\[210px\] {
    height: 210px;
  }
  .h-\[219px\] {
    height: 219px;
  }
  .h-\[227px\] {
    height: 227px;
  }
  .h-\[240px\] {
    height: 240px;
  }
  .h-\[242px\] {
    height: 242px;
  }
  .h-\[245px\] {
    height: 245px;
  }
  .h-\[259px\] {
    height: 259px;
  }
  .h-\[269px\] {
    height: 269px;
  }
  .h-\[272px\] {
    height: 272px;
  }
  .h-\[280px\] {
    height: 280px;
  }
  .h-\[292px\] {
    height: 292px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[320px\] {
    height: 320px;
  }
  .h-\[322px\] {
    height: 322px;
  }
  .h-\[326px\] {
    height: 326px;
  }
  .h-\[332px\] {
    height: 332px;
  }
  .h-\[339px\] {
    height: 339px;
  }
  .h-\[347px\] {
    height: 347px;
  }
  .h-\[352px\] {
    height: 352px;
  }
  .h-\[355px\] {
    height: 355px;
  }
  .h-\[380px\] {
    height: 380px;
  }
  .h-\[384px\] {
    height: 384px;
  }
  .h-\[397px\] {
    height: 397px;
  }
  .h-\[433px\] {
    height: 433px;
  }
  .h-\[482px\] {
    height: 482px;
  }
  .h-\[488px\] {
    height: 488px;
  }
  .h-\[495px\] {
    height: 495px;
  }
  .h-\[520px\] {
    height: 520px;
  }
  .h-\[527px\] {
    height: 527px;
  }
  .h-\[570px\] {
    height: 570px;
  }
  .h-\[581px\] {
    height: 581px;
  }
  .h-\[663px\] {
    height: 663px;
  }
  .h-\[713\.59\%\] {
    height: 713.59%;
  }
  .h-\[723px\] {
    height: 723px;
  }
  .h-\[734px\] {
    height: 734px;
  }
  .h-\[794px\] {
    height: 794px;
  }
  .h-\[811px\] {
    height: 811px;
  }
  .h-\[825px\] {
    height: 825px;
  }
  .h-\[919px\] {
    height: 919px;
  }
  .h-\[927px\] {
    height: 927px;
  }
  .h-\[1010px\] {
    height: 1010px;
  }
  .h-\[1025px\] {
    height: 1025px;
  }
  .h-\[1059px\] {
    height: 1059px;
  }
  .h-\[1066px\] {
    height: 1066px;
  }
  .h-\[1081px\] {
    height: 1081px;
  }
  .h-\[1153px\] {
    height: 1153px;
  }
  .h-\[1206px\] {
    height: 1206px;
  }
  .h-\[1216px\] {
    height: 1216px;
  }
  .h-\[1325px\] {
    height: 1325px;
  }
  .h-\[1347px\] {
    height: 1347px;
  }
  .h-\[2124px\] {
    height: 2124px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .min-h-0 {
    min-height: 0px;
  }
  .min-h-\[80px\] {
    min-height: 80px;
  }
  .min-h-\[454px\] {
    min-height: 454px;
  }
  .min-h-\[912px\] {
    min-height: 912px;
  }
  .min-h-full {
    min-height: 100%;
  }
  .\!w-\[317px\] {
    width: 317px !important;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[2\.05\%\] {
    width: 2.05%;
  }
  .w-\[9px\] {
    width: 9px;
  }
  .w-\[16\.81\%\] {
    width: 16.81%;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[21px\] {
    width: 21px;
  }
  .w-\[23px\] {
    width: 23px;
  }
  .w-\[24\.55\%\] {
    width: 24.55%;
  }
  .w-\[25px\] {
    width: 25px;
  }
  .w-\[26\.34\%\] {
    width: 26.34%;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[28\.58\%\] {
    width: 28.58%;
  }
  .w-\[29px\] {
    width: 29px;
  }
  .w-\[33px\] {
    width: 33px;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[42\.21\%\] {
    width: 42.21%;
  }
  .w-\[55px\] {
    width: 55px;
  }
  .w-\[59px\] {
    width: 59px;
  }
  .w-\[74px\] {
    width: 74px;
  }
  .w-\[78px\] {
    width: 78px;
  }
  .w-\[81px\] {
    width: 81px;
  }
  .w-\[87px\] {
    width: 87px;
  }
  .w-\[88px\] {
    width: 88px;
  }
  .w-\[89px\] {
    width: 89px;
  }
  .w-\[93px\] {
    width: 93px;
  }
  .w-\[96\%\] {
    width: 96%;
  }
  .w-\[101\.01\%\] {
    width: 101.01%;
  }
  .w-\[106px\] {
    width: 106px;
  }
  .w-\[109px\] {
    width: 109px;
  }
  .w-\[111px\] {
    width: 111px;
  }
  .w-\[115px\] {
    width: 115px;
  }
  .w-\[117px\] {
    width: 117px;
  }
  .w-\[124\.56\%\] {
    width: 124.56%;
  }
  .w-\[125\%\] {
    width: 125%;
  }
  .w-\[128\%\] {
    width: 128%;
  }
  .w-\[128px\] {
    width: 128px;
  }
  .w-\[131px\] {
    width: 131px;
  }
  .w-\[141px\] {
    width: 141px;
  }
  .w-\[158px\] {
    width: 158px;
  }
  .w-\[175px\] {
    width: 175px;
  }
  .w-\[191\.67\%\] {
    width: 191.67%;
  }
  .w-\[191px\] {
    width: 191px;
  }
  .w-\[192px\] {
    width: 192px;
  }
  .w-\[206px\] {
    width: 206px;
  }
  .w-\[207px\] {
    width: 207px;
  }
  .w-\[210px\] {
    width: 210px;
  }
  .w-\[222px\] {
    width: 222px;
  }
  .w-\[232px\] {
    width: 232px;
  }
  .w-\[236px\] {
    width: 236px;
  }
  .w-\[264px\] {
    width: 264px;
  }
  .w-\[275px\] {
    width: 275px;
  }
  .w-\[278px\] {
    width: 278px;
  }
  .w-\[320px\] {
    width: 320px;
  }
  .w-\[346px\] {
    width: 346px;
  }
  .w-\[355px\] {
    width: 355px;
  }
  .w-\[358px\] {
    width: 358px;
  }
  .w-\[362px\] {
    width: 362px;
  }
  .w-\[364px\] {
    width: 364px;
  }
  .w-\[365px\] {
    width: 365px;
  }
  .w-\[366px\] {
    width: 366px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-\[405px\] {
    width: 405px;
  }
  .w-\[408px\] {
    width: 408px;
  }
  .w-\[450px\] {
    width: 450px;
  }
  .w-\[465px\] {
    width: 465px;
  }
  .w-\[470px\] {
    width: 470px;
  }
  .w-\[489px\] {
    width: 489px;
  }
  .w-\[499px\] {
    width: 499px;
  }
  .w-\[531px\] {
    width: 531px;
  }
  .w-\[605px\] {
    width: 605px;
  }
  .w-\[642px\] {
    width: 642px;
  }
  .w-\[649px\] {
    width: 649px;
  }
  .w-\[661px\] {
    width: 661px;
  }
  .w-\[681px\] {
    width: 681px;
  }
  .w-\[690px\] {
    width: 690px;
  }
  .w-\[703px\] {
    width: 703px;
  }
  .w-\[722px\] {
    width: 722px;
  }
  .w-\[742px\] {
    width: 742px;
  }
  .w-\[760px\] {
    width: 760px;
  }
  .w-\[793px\] {
    width: 793px;
  }
  .w-\[853px\] {
    width: 853px;
  }
  .w-\[920px\] {
    width: 920px;
  }
  .w-\[964px\] {
    width: 964px;
  }
  .w-\[1009px\] {
    width: 1009px;
  }
  .w-\[1062px\] {
    width: 1062px;
  }
  .w-\[1080px\] {
    width: 1080px;
  }
  .w-\[1088px\] {
    width: 1088px;
  }
  .w-\[1207px\] {
    width: 1207px;
  }
  .w-\[1214px\] {
    width: 1214px;
  }
  .w-\[1266px\] {
    width: 1266px;
  }
  .w-\[1305px\] {
    width: 1305px;
  }
  .w-\[1412px\] {
    width: 1412px;
  }
  .w-\[2121px\] {
    width: 2121px;
  }
  .w-\[calc\(100\%\+17px\)\] {
    width: calc(100% + 17px);
  }
  .w-\[calc\(100\%\+185px\)\] {
    width: calc(100% + 185px);
  }
  .w-\[calc\(100\%-32px\)\] {
    width: calc(100% - 32px);
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[254px\] {
    max-width: 254px;
  }
  .max-w-\[354px\] {
    max-width: 354px;
  }
  .max-w-\[362px\] {
    max-width: 362px;
  }
  .max-w-\[370px\] {
    max-width: 370px;
  }
  .max-w-\[406px\] {
    max-width: 406px;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-\[452px\] {
    max-width: 452px;
  }
  .max-w-\[492px\] {
    max-width: 492px;
  }
  .max-w-\[496px\] {
    max-width: 496px;
  }
  .max-w-\[514px\] {
    max-width: 514px;
  }
  .max-w-\[590px\] {
    max-width: 590px;
  }
  .max-w-\[681px\] {
    max-width: 681px;
  }
  .max-w-\[820px\] {
    max-width: 820px;
  }
  .max-w-\[853px\] {
    max-width: 853px;
  }
  .max-w-\[1080px\] {
    max-width: 1080px;
  }
  .max-w-\[1160px\] {
    max-width: 1160px;
  }
  .max-w-\[1284px\] {
    max-width: 1284px;
  }
  .max-w-\[1291px\] {
    max-width: 1291px;
  }
  .max-w-\[1304px\] {
    max-width: 1304px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-0 {
    min-width: 0px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -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);
  }
  .-scale-y-100 {
    --tw-scale-y: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-\[-155\.2deg\] {
    rotate: -155.2deg;
  }
  .rotate-\[150\.59deg\] {
    rotate: 150.59deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-\[minmax\(0\,171fr\)_minmax\(0\,219fr\)\] {
    grid-template-columns: minmax(0,171fr) minmax(0,219fr);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-\[3px\] {
    gap: 3px;
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[13px\] {
    gap: 13px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[19px\] {
    gap: 19px;
  }
  .gap-\[21px\] {
    gap: 21px;
  }
  .gap-\[29px\] {
    gap: 29px;
  }
  .gap-\[38px\] {
    gap: 38px;
  }
  .gap-px {
    gap: 1px;
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[28px\] {
    border-radius: 28px;
  }
  .rounded-\[32px\] {
    border-radius: 32px;
  }
  .rounded-\[36px\] {
    border-radius: 36px;
  }
  .rounded-\[40px\] {
    border-radius: 40px;
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-\[99px\] {
    border-radius: 99px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-t-\[20px\] {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .rounded-t-\[99px\] {
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-\[\#9c7dff\] {
    border-color: #9c7dff;
  }
  .border-\[\#a6a6a6\] {
    border-color: #a6a6a6;
  }
  .border-\[\#eee\] {
    border-color: #eee;
  }
  .border-grey-300 {
    border-color: var(--color-grey-300);
  }
  .bg-\[\#f5f5f5\] {
    background-color: #f5f5f5;
  }
  .bg-\[\#fafafa\] {
    background-color: #fafafa;
  }
  .bg-\[\#fefefe\] {
    background-color: #fefefe;
  }
  .bg-\[rgba\(183\,161\,238\,0\.2\)\] {
    background-color: rgba(183,161,238,0.2);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-brand-soft {
    background-color: var(--color-brand-soft);
  }
  .bg-brand-testimonial {
    background-color: var(--color-brand-testimonial);
  }
  .bg-grey-50 {
    background-color: var(--color-grey-50);
  }
  .bg-grey-100 {
    background-color: var(--color-grey-100);
  }
  .bg-grey-200 {
    background-color: var(--color-grey-200);
  }
  .bg-grey-300 {
    background-color: var(--color-grey-300);
  }
  .bg-success {
    background-color: var(--color-success);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-l {
    --tw-gradient-position: to left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-brand-from {
    --tw-gradient-from: var(--color-brand-from);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[rgba\(255\,255\,255\,0\.2\)\] {
    --tw-gradient-to: rgba(255,255,255,0.2);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-brand-to {
    --tw-gradient-to: var(--color-brand-to);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-white {
    --tw-gradient-to: var(--color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-clip-text {
    background-clip: text;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-\[35\%_center\] {
    object-position: 35% center;
  }
  .object-\[center_30\%\] {
    object-position: center 30%;
  }
  .object-\[center_40\%\] {
    object-position: center 40%;
  }
  .object-bottom {
    object-position: bottom;
  }
  .object-center {
    object-position: center;
  }
  .object-left {
    object-position: left;
  }
  .object-left-top {
    object-position: left top;
  }
  .object-top {
    object-position: top;
  }
  .p-0 {
    padding: 0px;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-\[21px\] {
    padding-inline: 21px;
  }
  .px-\[26px\] {
    padding-inline: 26px;
  }
  .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-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-\[14px\] {
    padding-block: 14px;
  }
  .py-\[29px\] {
    padding-block: 29px;
  }
  .ps-4 {
    padding-inline-start: calc(var(--spacing) * 4);
  }
  .ps-5 {
    padding-inline-start: calc(var(--spacing) * 5);
  }
  .pe-4 {
    padding-inline-end: calc(var(--spacing) * 4);
  }
  .pe-14 {
    padding-inline-end: calc(var(--spacing) * 14);
  }
  .pe-16 {
    padding-inline-end: calc(var(--spacing) * 16);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-\[18px\] {
    padding-top: 18px;
  }
  .pb-0 {
    padding-bottom: 0px;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-\[8px\] {
    font-size: 8px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-10 {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
  }
  .leading-\[9px\] {
    --tw-leading: 9px;
    line-height: 9px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[21px\] {
    --tw-leading: 21px;
    line-height: 21px;
  }
  .leading-\[27px\] {
    --tw-leading: 27px;
    line-height: 27px;
  }
  .leading-\[38px\] {
    --tw-leading: 38px;
    line-height: 38px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.47px\] {
    --tw-tracking: -0.47px;
    letter-spacing: -0.47px;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#958da5\] {
    color: #958da5;
  }
  .text-\[\#fefefe\] {
    color: #fefefe;
  }
  .text-grey-50 {
    color: var(--color-grey-50);
  }
  .text-grey-600 {
    color: var(--color-grey-600);
  }
  .text-grey-700 {
    color: var(--color-grey-700);
  }
  .text-grey-800 {
    color: var(--color-grey-800);
  }
  .text-grey-900 {
    color: var(--color-grey-900);
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-brand-from {
    text-decoration-color: var(--color-brand-from);
  }
  .decoration-2 {
    text-decoration-thickness: 2px;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .shadow-\[-4px_0_20px_rgba\(255\,251\,202\,0\.5\)\] {
    --tw-shadow: -4px 0 20px var(--tw-shadow-color, rgba(255,251,202,0.5));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[-4px_0_40px_rgba\(183\,161\,238\,0\.2\)\] {
    --tw-shadow: -4px 0 40px var(--tw-shadow-color, rgba(183,161,238,0.2));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[-4px_0_40px_rgba\(255\,251\,202\,0\.5\)\] {
    --tw-shadow: -4px 0 40px var(--tw-shadow-color, rgba(255,251,202,0.5));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_16px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0 0 16px var(--tw-shadow-color, rgba(0,0,0,0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_40px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0 0 40px var(--tw-shadow-color, rgba(0,0,0,0.15));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_60px_rgba\(173\,147\,239\,0\.2\)\] {
    --tw-shadow: 0 0 60px var(--tw-shadow-color, rgba(173,147,239,0.2));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_80px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0 4px 80px var(--tw-shadow-color, rgba(0,0,0,0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_250px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0 4px 250px var(--tw-shadow-color, rgba(0,0,0,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_4px_40px_0px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0px 4px 40px 0px var(--tw-shadow-color, rgba(0,0,0,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_4px_100px_0px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0px 4px 100px 0px var(--tw-shadow-color, rgba(0,0,0,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_4px_250px_0px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0px 4px 250px 0px var(--tw-shadow-color, rgba(0,0,0,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[2px_2px_8px_rgba\(123\,85\,211\,0\.3\)\] {
    --tw-shadow: 2px 2px 8px var(--tw-shadow-color, rgba(123,85,211,0.3));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-2xl {
    --tw-blur: blur(var(--blur-2xl));
    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-blur-\[6px\] {
    --tw-backdrop-blur: blur(6px);
    -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,);
  }
  .backdrop-blur-\[12\.5px\] {
    --tw-backdrop-blur: blur(12.5px);
    -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));
  }
  .will-change-transform {
    will-change: transform;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .placeholder\:text-\[\#9e9e9e\]::placeholder {
    color: #9e9e9e;
  }
  .placeholder\:text-grey-600::placeholder {
    color: var(--color-grey-600);
  }
  @media (width >= 40rem) {
    .sm\:size-\[103px\] {
      width: 103px;
      height: 103px;
    }
    .sm\:max-w-\[327px\] {
      max-width: 327px;
    }
    .sm\:max-w-\[520px\] {
      max-width: 520px;
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 64rem) {
    .lg\:static {
      position: static;
    }
    .lg\:inset-x-auto {
      inset-inline: auto;
    }
    .lg\:-top-\[28px\] {
      top: calc(28px * -1);
    }
    .lg\:top-3 {
      top: calc(var(--spacing) * 3);
    }
    .lg\:top-\[28px\] {
      top: 28px;
    }
    .lg\:top-\[33px\] {
      top: 33px;
    }
    .lg\:top-\[155px\] {
      top: 155px;
    }
    .lg\:top-\[208px\] {
      top: 208px;
    }
    .lg\:top-auto {
      top: auto;
    }
    .lg\:right-\[-56px\] {
      right: -56px;
    }
    .lg\:left-0 {
      left: 0px;
    }
    .lg\:left-\[39px\] {
      left: 39px;
    }
    .lg\:left-auto {
      left: auto;
    }
    .lg\:order-1 {
      order: 1;
    }
    .lg\:order-2 {
      order: 2;
    }
    .lg\:mx-0 {
      margin-inline: 0px;
    }
    .lg\:-ms-\[63px\] {
      margin-inline-start: calc(63px * -1);
    }
    .lg\:-ms-\[155px\] {
      margin-inline-start: calc(155px * -1);
    }
    .lg\:ms-0 {
      margin-inline-start: 0px;
    }
    .lg\:ms-\[194px\] {
      margin-inline-start: 194px;
    }
    .lg\:me-\[72px\] {
      margin-inline-end: 72px;
    }
    .lg\:-mt-\[80px\] {
      margin-top: calc(80px * -1);
    }
    .lg\:mt-0 {
      margin-top: 0px;
    }
    .lg\:mt-\[14px\] {
      margin-top: 14px;
    }
    .lg\:mt-auto {
      margin-top: auto;
    }
    .lg\:mb-0 {
      margin-bottom: 0px;
    }
    .lg\:mb-6 {
      margin-bottom: calc(var(--spacing) * 6);
    }
    .lg\:mb-12 {
      margin-bottom: calc(var(--spacing) * 12);
    }
    .lg\:mb-\[25px\] {
      margin-bottom: 25px;
    }
    .lg\:mb-\[27px\] {
      margin-bottom: 27px;
    }
    .lg\:mb-\[55px\] {
      margin-bottom: 55px;
    }
    .lg\:block {
      display: block;
    }
    .lg\:flex {
      display: flex;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:aspect-auto {
      aspect-ratio: auto;
    }
    .lg\:size-12 {
      width: calc(var(--spacing) * 12);
      height: calc(var(--spacing) * 12);
    }
    .lg\:size-16 {
      width: calc(var(--spacing) * 16);
      height: calc(var(--spacing) * 16);
    }
    .lg\:size-\[78px\] {
      width: 78px;
      height: 78px;
    }
    .lg\:h-\[17px\] {
      height: 17px;
    }
    .lg\:h-\[75px\] {
      height: 75px;
    }
    .lg\:h-\[100px\] {
      height: 100px;
    }
    .lg\:h-\[103px\] {
      height: 103px;
    }
    .lg\:h-\[137px\] {
      height: 137px;
    }
    .lg\:h-\[139px\] {
      height: 139px;
    }
    .lg\:h-\[148px\] {
      height: 148px;
    }
    .lg\:h-\[164px\] {
      height: 164px;
    }
    .lg\:h-\[172px\] {
      height: 172px;
    }
    .lg\:h-\[176px\] {
      height: 176px;
    }
    .lg\:h-\[210px\] {
      height: 210px;
    }
    .lg\:h-\[213px\] {
      height: 213px;
    }
    .lg\:h-\[285px\] {
      height: 285px;
    }
    .lg\:h-\[317px\] {
      height: 317px;
    }
    .lg\:h-\[343px\] {
      height: 343px;
    }
    .lg\:h-\[347px\] {
      height: 347px;
    }
    .lg\:h-\[354px\] {
      height: 354px;
    }
    .lg\:h-\[453px\] {
      height: 453px;
    }
    .lg\:h-\[456px\] {
      height: 456px;
    }
    .lg\:h-\[460px\] {
      height: 460px;
    }
    .lg\:h-\[488px\] {
      height: 488px;
    }
    .lg\:h-\[493px\] {
      height: 493px;
    }
    .lg\:h-\[495px\] {
      height: 495px;
    }
    .lg\:h-\[589px\] {
      height: 589px;
    }
    .lg\:h-\[616px\] {
      height: 616px;
    }
    .lg\:h-auto {
      height: auto;
    }
    .lg\:min-h-\[580px\] {
      min-height: 580px;
    }
    .lg\:min-h-\[589px\] {
      min-height: 589px;
    }
    .lg\:min-h-\[1325px\] {
      min-height: 1325px;
    }
    .lg\:w-\[13px\] {
      width: 13px;
    }
    .lg\:w-\[57px\] {
      width: 57px;
    }
    .lg\:w-\[106px\] {
      width: 106px;
    }
    .lg\:w-\[128px\] {
      width: 128px;
    }
    .lg\:w-\[147px\] {
      width: 147px;
    }
    .lg\:w-\[169px\] {
      width: 169px;
    }
    .lg\:w-\[200px\] {
      width: 200px;
    }
    .lg\:w-\[221px\] {
      width: 221px;
    }
    .lg\:w-\[230px\] {
      width: 230px;
    }
    .lg\:w-\[250px\] {
      width: 250px;
    }
    .lg\:w-\[253px\] {
      width: 253px;
    }
    .lg\:w-\[266px\] {
      width: 266px;
    }
    .lg\:w-\[272px\] {
      width: 272px;
    }
    .lg\:w-\[280px\] {
      width: 280px;
    }
    .lg\:w-\[320px\] {
      width: 320px;
    }
    .lg\:w-\[327px\] {
      width: 327px;
    }
    .lg\:w-\[346px\] {
      width: 346px;
    }
    .lg\:w-\[355px\] {
      width: 355px;
    }
    .lg\:w-\[365px\] {
      width: 365px;
    }
    .lg\:w-\[370px\] {
      width: 370px;
    }
    .lg\:w-\[406px\] {
      width: 406px;
    }
    .lg\:w-\[450px\] {
      width: 450px;
    }
    .lg\:w-\[453px\] {
      width: 453px;
    }
    .lg\:w-\[477px\] {
      width: 477px;
    }
    .lg\:w-\[492px\] {
      width: 492px;
    }
    .lg\:w-\[496px\] {
      width: 496px;
    }
    .lg\:w-\[520px\] {
      width: 520px;
    }
    .lg\:w-\[535px\] {
      width: 535px;
    }
    .lg\:w-\[590px\] {
      width: 590px;
    }
    .lg\:w-\[596px\] {
      width: 596px;
    }
    .lg\:w-\[600px\] {
      width: 600px;
    }
    .lg\:w-\[628px\] {
      width: 628px;
    }
    .lg\:w-\[651px\] {
      width: 651px;
    }
    .lg\:w-\[681px\] {
      width: 681px;
    }
    .lg\:w-\[783px\] {
      width: 783px;
    }
    .lg\:w-auto {
      width: auto;
    }
    .lg\:w-full {
      width: 100%;
    }
    .lg\:max-w-\[370px\] {
      max-width: 370px;
    }
    .lg\:max-w-\[853px\] {
      max-width: 853px;
    }
    .lg\:max-w-full {
      max-width: 100%;
    }
    .lg\:max-w-none {
      max-width: none;
    }
    .lg\:min-w-px {
      min-width: 1px;
    }
    .lg\:flex-1 {
      flex: 1;
    }
    .lg\:flex-none {
      flex: none;
    }
    .lg\:shrink-0 {
      flex-shrink: 0;
    }
    .lg\:translate-x-0 {
      --tw-translate-x: 0px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:flex-col {
      flex-direction: column;
    }
    .lg\:flex-row {
      flex-direction: row;
    }
    .lg\:items-center {
      align-items: center;
    }
    .lg\:items-end {
      align-items: flex-end;
    }
    .lg\:items-start {
      align-items: flex-start;
    }
    .lg\:justify-between {
      justify-content: space-between;
    }
    .lg\:justify-center {
      justify-content: center;
    }
    .lg\:justify-start {
      justify-content: flex-start;
    }
    .lg\:gap-0 {
      gap: 0px;
    }
    .lg\:gap-1 {
      gap: var(--spacing);
    }
    .lg\:gap-2 {
      gap: calc(var(--spacing) * 2);
    }
    .lg\:gap-2\.5 {
      gap: calc(var(--spacing) * 2.5);
    }
    .lg\:gap-3 {
      gap: calc(var(--spacing) * 3);
    }
    .lg\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
    .lg\:gap-5 {
      gap: calc(var(--spacing) * 5);
    }
    .lg\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
    .lg\:gap-7 {
      gap: calc(var(--spacing) * 7);
    }
    .lg\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
    .lg\:gap-9 {
      gap: calc(var(--spacing) * 9);
    }
    .lg\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
    .lg\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }
    .lg\:gap-\[6px\] {
      gap: 6px;
    }
    .lg\:gap-\[19px\] {
      gap: 19px;
    }
    .lg\:gap-\[25px\] {
      gap: 25px;
    }
    .lg\:gap-\[45px\] {
      gap: 45px;
    }
    .lg\:gap-\[71px\] {
      gap: 71px;
    }
    .lg\:gap-\[149px\] {
      gap: 149px;
    }
    .lg\:gap-x-6 {
      column-gap: calc(var(--spacing) * 6);
    }
    .lg\:gap-y-8 {
      row-gap: calc(var(--spacing) * 8);
    }
    .lg\:overflow-hidden {
      overflow: hidden;
    }
    .lg\:rounded-\[30px\] {
      border-radius: 30px;
    }
    .lg\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
    .lg\:px-0 {
      padding-inline: 0px;
    }
    .lg\:px-1 {
      padding-inline: var(--spacing);
    }
    .lg\:px-5 {
      padding-inline: calc(var(--spacing) * 5);
    }
    .lg\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
    .lg\:px-\[72px\] {
      padding-inline: 72px;
    }
    .lg\:py-0\.5 {
      padding-block: calc(var(--spacing) * 0.5);
    }
    .lg\:py-\[50px\] {
      padding-block: 50px;
    }
    .lg\:ps-0 {
      padding-inline-start: 0px;
    }
    .lg\:ps-8 {
      padding-inline-start: calc(var(--spacing) * 8);
    }
    .lg\:ps-\[50px\] {
      padding-inline-start: 50px;
    }
    .lg\:pe-20 {
      padding-inline-end: calc(var(--spacing) * 20);
    }
    .lg\:pe-\[22px\] {
      padding-inline-end: 22px;
    }
    .lg\:pt-6 {
      padding-top: calc(var(--spacing) * 6);
    }
    .lg\:pt-10 {
      padding-top: calc(var(--spacing) * 10);
    }
    .lg\:pt-\[9px\] {
      padding-top: 9px;
    }
    .lg\:pt-\[30px\] {
      padding-top: 30px;
    }
    .lg\:pt-\[38\.5px\] {
      padding-top: 38.5px;
    }
    .lg\:pt-\[48px\] {
      padding-top: 48px;
    }
    .lg\:pb-0 {
      padding-bottom: 0px;
    }
    .lg\:pb-8 {
      padding-bottom: calc(var(--spacing) * 8);
    }
    .lg\:pb-16 {
      padding-bottom: calc(var(--spacing) * 16);
    }
    .lg\:pb-\[14px\] {
      padding-bottom: 14px;
    }
    .lg\:text-right {
      text-align: right;
    }
    .lg\:text-\[12px\] {
      font-size: 12px;
    }
    .lg\:text-\[14px\] {
      font-size: 14px;
    }
    .lg\:text-\[16px\] {
      font-size: 16px;
    }
    .lg\:text-\[18px\] {
      font-size: 18px;
    }
    .lg\:text-\[22px\] {
      font-size: 22px;
    }
    .lg\:text-\[24px\] {
      font-size: 24px;
    }
    .lg\:text-\[28px\] {
      font-size: 28px;
    }
    .lg\:text-\[36px\] {
      font-size: 36px;
    }
    .lg\:text-\[40px\] {
      font-size: 40px;
    }
    .lg\:text-\[44px\] {
      font-size: 44px;
    }
    .lg\:leading-\[27px\] {
      --tw-leading: 27px;
      line-height: 27px;
    }
    .lg\:leading-\[36px\] {
      --tw-leading: 36px;
      line-height: 36px;
    }
    .lg\:leading-\[42px\] {
      --tw-leading: 42px;
      line-height: 42px;
    }
    .lg\:leading-\[54px\] {
      --tw-leading: 54px;
      line-height: 54px;
    }
    .lg\:leading-\[60px\] {
      --tw-leading: 60px;
      line-height: 60px;
    }
    .lg\:leading-\[66px\] {
      --tw-leading: 66px;
      line-height: 66px;
    }
    .lg\:leading-normal {
      --tw-leading: var(--leading-normal);
      line-height: var(--leading-normal);
    }
    .lg\:whitespace-nowrap {
      white-space: nowrap;
    }
  }
}
@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/iransans/IRANSansX-Thin.woff") format("woff");
}
@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/iransans/IRANSansX-Light.woff") format("woff");
}
@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/iransans/IRANSansX-Regular.woff") format("woff");
}
@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/iransans/IRANSansX-Medium.woff") format("woff");
}
@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/iransans/IRANSansX-Bold.woff") format("woff");
}
@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/iransans/IRANSansX-Bold.woff") format("woff");
}
@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/iransans/IRANSansX-Black.woff") format("woff");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-sans);
}
.brand-gradient {
  background-image: linear-gradient(to left, #5408a5 0%, #7b55d3 75.481%);
}
.orb-purple {
  background: radial-gradient(50% 50% at 50% 50%, #DFDAF9 0%, rgba(240, 239, 244, 0.00) 100%);
}
.orb-gold {
  background: radial-gradient(circle, rgb(248 244 229) 0%, rgb(254 252 251 / 0) 100%);
}
.orb-gold-1 {
  background: radial-gradient(50% 50% at 50% 50%, #F8F4E5 0%, rgba(254, 252, 251, 0.00) 100%);
}
.nav-link {
  text-decoration-line: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.feature-card {
  background-image: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  border-top: 3px solid #fff;
  border-inline-start: 3px solid #fff;
}
.plan-card {
  background-color: var(--color-brand-card);
  border: 1px solid rgb(156 125 255 / 0.4);
  backdrop-filter: blur(16px);
}
.plan-card-light {
  background-color: #fff;
  border: 1px solid var(--color-grey-200);
  box-shadow: 0 4px 24px rgb(0 0 0 / 0.06);
}
.article-fade {
  background: linear-gradient( to left, rgb(254 254 254 / 0) 0%, rgb(254 254 254 / 0.28) 28%, rgb(254 254 254 / 0.65) 58%, rgb(254 254 254 / 0.92) 82%, #fefefe 100% );
}
.articles-swiper {
  overflow: hidden;
}
.articles-swiper .swiper-slide {
  width: 264px;
  height: auto;
}
@media (width >= 1024px) {
  .articles-swiper .swiper-slide {
    width: 365px;
  }
}
.js-articles-prev::after, .js-articles-next::after, .js-testimonials-prev::after, .js-testimonials-next::after, .js-overview-prev::after, .js-overview-next::after {
  content: none;
  display: none;
}
.overview-carousel {
  touch-action: pan-y;
  user-select: none;
  cursor: grab;
}
.overview-carousel.is-dragging, .overview-carousel.is-animating {
  cursor: grabbing;
}
.overview-track {
  transform: translate3d(0, 0, 0);
}
.overview-slot {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 92px;
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}
.overview-slot.is-near {
  z-index: 2;
  width: 120px;
}
.overview-slot.is-active {
  z-index: 3;
  width: 154px;
}
.overview-slot .overview-phone {
  width: 100%;
  height: 199px;
  transition: height 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.overview-slot.is-near .overview-phone {
  height: 260px;
}
.overview-slot.is-active .overview-phone {
  height: 306px;
}
.overview-slot .overview-phone-frame {
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.overview-slot.is-active .overview-phone-frame {
  opacity: 1;
}
.overview-slot .overview-phone-screen {
  inset: 0;
  border-radius: 20px;
  box-shadow: 0 0 60px rgba(173, 147, 239, 0.2);
  transition: top 0.45s ease, right 0.45s ease, bottom 0.45s ease, left 0.45s ease, box-shadow 0.45s ease;
}
.overview-slot.is-active .overview-phone-screen {
  top: 0.5rem;
  right: 0.625rem;
  bottom: 0.5rem;
  left: 0.625rem;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}
.overview-slot .overview-phone-image {
  transition: opacity 0.25s ease;
}
.overview-carousel.is-slide-next .overview-slot[data-offset="-2"] {
  width: 72px;
  opacity: 0.35;
}
.overview-carousel.is-slide-next .overview-slot[data-offset="-1"] {
  width: 92px;
}
.overview-carousel.is-slide-next .overview-slot[data-offset="-1"] .overview-phone {
  height: 199px;
}
.overview-carousel.is-slide-next .overview-slot[data-offset="0"] {
  width: 120px;
}
.overview-carousel.is-slide-next .overview-slot[data-offset="0"] .overview-phone {
  height: 260px;
}
.overview-carousel.is-slide-next .overview-slot[data-offset="0"] .overview-phone-frame {
  opacity: 0;
}
.overview-carousel.is-slide-next .overview-slot[data-offset="0"] .overview-phone-screen {
  inset: 0;
  box-shadow: 0 0 60px rgba(173, 147, 239, 0.2);
}
.overview-carousel.is-slide-next .overview-slot[data-offset="1"] {
  width: 154px;
}
.overview-carousel.is-slide-next .overview-slot[data-offset="1"] .overview-phone {
  height: 306px;
}
.overview-carousel.is-slide-next .overview-slot[data-offset="1"] .overview-phone-frame {
  opacity: 1;
}
.overview-carousel.is-slide-next .overview-slot[data-offset="1"] .overview-phone-screen {
  top: 0.5rem;
  right: 0.625rem;
  bottom: 0.5rem;
  left: 0.625rem;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}
.overview-carousel.is-slide-next .overview-slot[data-offset="2"] {
  width: 120px;
}
.overview-carousel.is-slide-next .overview-slot[data-offset="2"] .overview-phone {
  height: 260px;
}
.overview-carousel.is-slide-prev .overview-slot[data-offset="2"] {
  width: 72px;
  opacity: 0.35;
}
.overview-carousel.is-slide-prev .overview-slot[data-offset="1"] {
  width: 92px;
}
.overview-carousel.is-slide-prev .overview-slot[data-offset="1"] .overview-phone {
  height: 199px;
}
.overview-carousel.is-slide-prev .overview-slot[data-offset="0"] {
  width: 120px;
}
.overview-carousel.is-slide-prev .overview-slot[data-offset="0"] .overview-phone {
  height: 260px;
}
.overview-carousel.is-slide-prev .overview-slot[data-offset="0"] .overview-phone-frame {
  opacity: 0;
}
.overview-carousel.is-slide-prev .overview-slot[data-offset="0"] .overview-phone-screen {
  inset: 0;
  box-shadow: 0 0 60px rgba(173, 147, 239, 0.2);
}
.overview-carousel.is-slide-prev .overview-slot[data-offset="-1"] {
  width: 154px;
}
.overview-carousel.is-slide-prev .overview-slot[data-offset="-1"] .overview-phone {
  height: 306px;
}
.overview-carousel.is-slide-prev .overview-slot[data-offset="-1"] .overview-phone-frame {
  opacity: 1;
}
.overview-carousel.is-slide-prev .overview-slot[data-offset="-1"] .overview-phone-screen {
  top: 0.5rem;
  right: 0.625rem;
  bottom: 0.5rem;
  left: 0.625rem;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}
.overview-carousel.is-slide-prev .overview-slot[data-offset="-2"] {
  width: 120px;
}
.overview-carousel.is-slide-prev .overview-slot[data-offset="-2"] .overview-phone {
  height: 260px;
}
@media (width >= 1024px) {
  .overview-slot {
    width: 142px;
  }
  .overview-slot.is-near {
    width: 185px;
  }
  .overview-slot.is-active {
    width: 236px;
  }
  .overview-slot .overview-phone {
    height: 306px;
  }
  .overview-slot.is-near .overview-phone {
    height: 400px;
  }
  .overview-slot.is-active .overview-phone {
    height: 470px;
  }
  .overview-slot .overview-phone-screen {
    border-radius: 30px;
  }
  .overview-slot.is-active .overview-phone-screen {
    top: 0.75rem;
    right: 15px;
    bottom: 0.75rem;
    left: 15px;
    border-radius: 30px;
  }
  .overview-carousel.is-slide-next .overview-slot[data-offset="-2"] {
    width: 110px;
  }
  .overview-carousel.is-slide-next .overview-slot[data-offset="-1"] {
    width: 142px;
  }
  .overview-carousel.is-slide-next .overview-slot[data-offset="-1"] .overview-phone {
    height: 306px;
  }
  .overview-carousel.is-slide-next .overview-slot[data-offset="0"] {
    width: 185px;
  }
  .overview-carousel.is-slide-next .overview-slot[data-offset="0"] .overview-phone {
    height: 400px;
  }
  .overview-carousel.is-slide-next .overview-slot[data-offset="1"] {
    width: 236px;
  }
  .overview-carousel.is-slide-next .overview-slot[data-offset="1"] .overview-phone {
    height: 470px;
  }
  .overview-carousel.is-slide-next .overview-slot[data-offset="1"] .overview-phone-screen {
    top: 0.75rem;
    right: 15px;
    bottom: 0.75rem;
    left: 15px;
  }
  .overview-carousel.is-slide-next .overview-slot[data-offset="2"] {
    width: 185px;
  }
  .overview-carousel.is-slide-next .overview-slot[data-offset="2"] .overview-phone {
    height: 400px;
  }
  .overview-carousel.is-slide-prev .overview-slot[data-offset="2"] {
    width: 110px;
  }
  .overview-carousel.is-slide-prev .overview-slot[data-offset="1"] {
    width: 142px;
  }
  .overview-carousel.is-slide-prev .overview-slot[data-offset="1"] .overview-phone {
    height: 306px;
  }
  .overview-carousel.is-slide-prev .overview-slot[data-offset="0"] {
    width: 185px;
  }
  .overview-carousel.is-slide-prev .overview-slot[data-offset="0"] .overview-phone {
    height: 400px;
  }
  .overview-carousel.is-slide-prev .overview-slot[data-offset="-1"] {
    width: 236px;
  }
  .overview-carousel.is-slide-prev .overview-slot[data-offset="-1"] .overview-phone {
    height: 470px;
  }
  .overview-carousel.is-slide-prev .overview-slot[data-offset="-1"] .overview-phone-screen {
    top: 0.75rem;
    right: 15px;
    bottom: 0.75rem;
    left: 15px;
  }
  .overview-carousel.is-slide-prev .overview-slot[data-offset="-2"] {
    width: 185px;
  }
  .overview-carousel.is-slide-prev .overview-slot[data-offset="-2"] .overview-phone {
    height: 400px;
  }
}
#overview .js-overview-prev, #overview .js-overview-next {
  pointer-events: auto !important;
  opacity: 1 !important;
  cursor: pointer;
}
.overview-pagination .overview-bullet {
  display: block;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  border-radius: 9999px;
  background-color: #e8e8e8;
  opacity: 1;
  transition: width 0.3s ease;
}
.overview-pagination .overview-bullet-active {
  width: 50px;
  background-image: linear-gradient(to left, #5408a5 0%, #7b55d3 75.481%);
}
.testimonials-swiper {
  overflow: hidden;
}
.testimonials-swiper .swiper-slide {
  width: 317px;
  height: auto;
}
#reviews .js-testimonials-prev, #reviews .js-testimonials-next, #reviews .js-testimonials-prev.swiper-button-disabled, #reviews .js-testimonials-next.swiper-button-disabled {
  pointer-events: auto;
  opacity: 1;
}
.testimonials-pagination .testimonials-bullet {
  display: block;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 9999px;
  background-color: #fff;
  opacity: 1;
  transition: width 0.3s ease;
}
.testimonials-pagination .testimonials-bullet-active {
  width: 50px;
  background-image: linear-gradient(to left, #5408a5 0%, #7b55d3 75.481%);
}
.contact-form-glow {
  background: radial-gradient( circle at center, rgb(223 218 249 / 100%) 0%, rgb(240 239 244 / 0%) 100% );
}
.site-shell {
  position: relative;
  width: 100%;
}
.site-canvas {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  height: 100%;
}
.site-frame {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  overflow: hidden;
  isolation: isolate;
  border-radius: 0;
  border: 0 solid #fefefe;
  background-color: #fff;
}
@media (width >= 1024px) {
  .site-frame {
    max-width: 1304px;
    border-radius: 20px;
    border-width: 10px;
  }
}
.site-frame--inner {
  border-radius: 20px;
  overflow: hidden;
  overflow: clip;
  isolation: isolate;
}
.site-frame--inner .site-content {
  overflow: hidden;
  overflow: clip;
  isolation: isolate;
  border-radius: 20px;
}
@media (width >= 1024px) {
  .site-frame--inner {
    border-radius: 30px;
  }
}
.site-content {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 64px;
  padding-bottom: 48px;
}
@media (width >= 1024px) {
  .site-content {
    gap: 104px;
    padding-bottom: 80px;
  }
}
.section-inner {
  width: 100%;
  max-width: 1160px;
  margin-inline: auto;
  padding-inline: 16px;
}
@media (width >= 1024px) {
  .section-inner {
    padding-inline: 0;
  }
}
.section-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: right;
}
@media (width >= 1024px) {
  .section-heading {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-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;
    }
  }
}
