/*! tailwindcss v4.1.18 | 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-blue-600: oklch(54.6% 0.245 262.881);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --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 {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-4px\] {
    top: -4px;
  }
  .top-\[-20px\] {
    top: -20px;
  }
  .top-\[-34px\] {
    top: -34px;
  }
  .top-\[30px\] {
    top: 30px;
  }
  .top-\[80px\] {
    top: 80px;
  }
  .top-\[240px\] {
    top: 240px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[-1px\] {
    right: -1px;
  }
  .right-\[0px\] {
    right: 0px;
  }
  .right-\[6px\] {
    right: 6px;
  }
  .right-\[10px\] {
    right: 10px;
  }
  .right-\[21px\] {
    right: 21px;
  }
  .right-\[24px\] {
    right: 24px;
  }
  .right-\[34\%\] {
    right: 34%;
  }
  .right-\[113px\] {
    right: 113px;
  }
  .bottom-\[-8px\] {
    bottom: -8px;
  }
  .bottom-\[-15px\] {
    bottom: -15px;
  }
  .bottom-\[-46px\] {
    bottom: -46px;
  }
  .bottom-\[-100px\] {
    bottom: -100px;
  }
  .bottom-\[20px\] {
    bottom: 20px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[-1px\] {
    left: -1px;
  }
  .left-\[-80px\] {
    left: -80px;
  }
  .left-\[35\%\] {
    left: 35%;
  }
  .left-\[178px\] {
    left: 178px;
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[-10\] {
    z-index: -10;
  }
  .container {
    width: 100%;
    @media (width >= 575px) {
      max-width: 575px;
    }
    @media (width >= 767px) {
      max-width: 767px;
    }
    @media (width >= 991px) {
      max-width: 991px;
    }
    @media (width >= 1300px) {
      max-width: 1300px;
    }
    @media (width >= 1700px) {
      max-width: 1700px;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .ms-\[-20px\] {
    margin-inline-start: -20px;
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[-10px\] {
    margin-top: -10px;
  }
  .mt-\[-120px\] {
    margin-top: -120px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[18px\] {
    margin-top: 18px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[26px\] {
    margin-top: 26px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[41px\] {
    margin-top: 41px;
  }
  .mt-\[68px\] {
    margin-top: 68px;
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-\[-90px\] {
    margin-bottom: -90px;
  }
  .mb-\[8px\] {
    margin-bottom: 8px;
  }
  .mb-\[11px\] {
    margin-bottom: 11px;
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mb-\[13px\] {
    margin-bottom: 13px;
  }
  .mb-\[14px\] {
    margin-bottom: 14px;
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .mb-\[19px\] {
    margin-bottom: 19px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[38px\] {
    margin-bottom: 38px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[67px\] {
    margin-bottom: 67px;
  }
  .box-border {
    box-sizing: border-box;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[37px\] {
    height: 37px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[52px\] {
    height: 52px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[170px\] {
    height: 170px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[32\.04px\] {
    min-height: 32.04px;
  }
  .min-h-\[70px\] {
    min-height: 70px;
  }
  .min-h-\[72px\] {
    min-height: 72px;
  }
  .min-h-\[90px\] {
    min-height: 90px;
  }
  .min-h-\[220px\] {
    min-height: 220px;
  }
  .min-h-\[480px\] {
    min-height: 480px;
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-\[35px\] {
    width: 35px;
  }
  .w-\[37px\] {
    width: 37px;
  }
  .w-\[39px\] {
    width: 39px;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[139px\] {
    width: 139px;
  }
  .w-\[161px\] {
    width: 161px;
  }
  .w-\[164px\] {
    width: 164px;
  }
  .w-\[195px\] {
    width: 195px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[720px\] {
    width: 720px;
  }
  .w-full {
    width: 100%;
  }
  .w-full40 {
    width: calc(100% + 40px);
  }
  .w-full70 {
    width: calc(100% - 70px);
  }
  .w-max {
    width: max-content;
  }
  .max-w-\[90\%\] {
    max-width: 90%;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .scroll-pt-\[120px\] {
    scroll-padding-top: 120px;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .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-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[7\.5px\] {
    gap: 7.5px;
  }
  .gap-\[9px\] {
    gap: 9px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[19px\] {
    gap: 19px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[3px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(3px * var(--tw-space-y-reverse));
      margin-block-end: calc(3px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[10px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(10px * var(--tw-space-y-reverse));
      margin-block-end: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[15px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(15px * var(--tw-space-y-reverse));
      margin-block-end: calc(15px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[20px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(20px * var(--tw-space-y-reverse));
      margin-block-end: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[28px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(28px * var(--tw-space-y-reverse));
      margin-block-end: calc(28px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[30px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(30px * var(--tw-space-y-reverse));
      margin-block-end: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[35px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(35px * var(--tw-space-y-reverse));
      margin-block-end: calc(35px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-\[16px\] {
    column-gap: 16px;
  }
  .gap-x-\[30px\] {
    column-gap: 30px;
  }
  .space-x-\[30px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(30px * var(--tw-space-x-reverse));
      margin-inline-end: calc(30px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-\[30px\] {
    row-gap: 30px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[3\.9px\] {
    border-radius: 3.9px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-\[500px\] {
    border-radius: 500px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-t-\[50px\] {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .rounded-tl-3xl {
    border-top-left-radius: var(--radius-3xl);
  }
  .rounded-tl-\[20px\] {
    border-top-left-radius: 20px;
  }
  .rounded-tr-\[20px\] {
    border-top-right-radius: 20px;
  }
  .rounded-tr-\[34px\] {
    border-top-right-radius: 34px;
  }
  .rounded-b-\[50px\] {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .rounded-br-\[20px\] {
    border-bottom-right-radius: 20px;
  }
  .rounded-bl-\[20px\] {
    border-bottom-left-radius: 20px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-s-1 {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 1px;
  }
  .border-e-1 {
    border-inline-end-style: var(--tw-border-style);
    border-inline-end-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-l-3 {
    border-left-style: var(--tw-border-style);
    border-left-width: 3px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#9ED8FF80\] {
    border-color: #9ED8FF80;
  }
  .border-\[\#E6E6E6\] {
    border-color: #E6E6E6;
  }
  .border-\[\#E8EDF5\] {
    border-color: #E8EDF5;
  }
  .border-\[\#FFFFFF33\] {
    border-color: #FFFFFF33;
  }
  .border-\[\#FFFFFF80\] {
    border-color: #FFFFFF80;
  }
  .border-gray3 {
    border-color: #E6E6E6;
  }
  .border-primary {
    border-color: #054CC3;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#E5F4FEB3\] {
    background-color: #E5F4FEB3;
  }
  .bg-\[\#FFFFFF1A\] {
    background-color: #FFFFFF1A;
  }
  .bg-\[\#FFFFFF80\] {
    background-color: #FFFFFF80;
  }
  .bg-blue {
    background-color: #67c0fa;
  }
  .bg-light {
    background-color: #EDF8FF;
  }
  .bg-light_blue {
    background-color: #F0F6FF;
  }
  .bg-light_blue2 {
    background-color: #F9FBFE;
  }
  .bg-light_white {
    background-color: rgb(255 255 255 / 20%);
  }
  .bg-primary {
    background-color: #054CC3;
  }
  .bg-secondary {
    background-color: #52B7F9;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[url\(\'\.\.\/images\/bg\.webp\'\)\] {
    background-image: url('../images/bg.webp');
  }
  .bg-\[url\(\'\.\.\/images\/blue_bg\.webp\'\)\] {
    background-image: url('../images/blue_bg.webp');
  }
  .bg-\[url\(\'\.\.\/images\/cta-bg\.webp\'\)\] {
    background-image: url('../images/cta-bg.webp');
  }
  .bg-\[url\(\'\.\.\/images\/right\.webp\'\)\] {
    background-image: url('../images/right.webp');
  }
  .bg-\[url\(\'\.\.\/images\/serv-bg\.webp\'\)\] {
    background-image: url('../images/serv-bg.webp');
  }
  .bg-linear-blue {
    background-image: linear-gradient(260deg,#D8F0FF 0%,#84CFFF 100%);
  }
  .bg-linear-blue2 {
    background-image: linear-gradient(180deg,#FFFFFF 50%,#FFFFFF00 100%);
  }
  .bg-linear3 {
    background-image: linear-gradient(180deg,#E6E6E6 0%,#E6E6E600 100%);
  }
  .bg-linear4 {
    background-image: linear-gradient(261deg,#D8F0FF 0%,#84CFFF 100%);
  }
  .bg-linear5 {
    background-image: linear-gradient(90deg,#52B7F9 47.01%,#fff0 100%);
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-fixed {
    background-attachment: fixed;
  }
  .bg-bottom {
    background-position: bottom;
  }
  .bg-center {
    background-position: center;
  }
  .bg-position-\[right_-2px_bottom_0\] {
    background-position: right -2px bottom 0;
  }
  .bg-top {
    background-position: top;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-secondary {
    fill: #52B7F9;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-\[5px\] {
    padding: 5px;
  }
  .p-\[7px\] {
    padding: 7px;
  }
  .p-\[12px\] {
    padding: 12px;
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[26px\] {
    padding-inline: 26px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[14px\] {
    padding-block: 14px;
  }
  .py-\[17px\] {
    padding-block: 17px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .ps-\[15px\] {
    padding-inline-start: 15px;
  }
  .ps-\[19px\] {
    padding-inline-start: 19px;
  }
  .ps-\[20px\] {
    padding-inline-start: 20px;
  }
  .ps-\[30px\] {
    padding-inline-start: 30px;
  }
  .pe-\[25px\] {
    padding-inline-end: 25px;
  }
  .pe-\[30px\] {
    padding-inline-end: 30px;
  }
  .pt-\[8px\] {
    padding-top: 8px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[27px\] {
    padding-top: 27px;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[35px\] {
    padding-top: 35px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pt-\[124\.5px\] {
    padding-top: 124.5px;
  }
  .pt-\[160px\] {
    padding-top: 160px;
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[25px\] {
    padding-bottom: 25px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pb-\[78px\] {
    padding-bottom: 78px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pb-\[127px\] {
    padding-bottom: 127px;
  }
  .pb-\[150px\] {
    padding-bottom: 150px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-os_bold {
    font-family: Open-Sans-bold, serif;
  }
  .font-os_medium {
    font-family: Open-Sans-medium, sans-serif;
  }
  .font-os_regular {
    font-family: Open-Sans-regular, sans-serif;
  }
  .font-os_sbold {
    font-family: Open-Sans-sbold, serif;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-f13 {
    font-size: 13px;
  }
  .text-f15 {
    font-size: 15px;
  }
  .text-f16 {
    font-size: 16px;
  }
  .text-f18 {
    font-size: 18px;
  }
  .text-f19 {
    font-size: 19px;
  }
  .text-f20 {
    font-size: 20px;
  }
  .text-f22 {
    font-size: 22px;
  }
  .text-f26 {
    font-size: 26px;
  }
  .text-f28 {
    font-size: 28px;
  }
  .text-f32 {
    font-size: 32px;
  }
  .text-f38 {
    font-size: 38px;
  }
  .text-f40 {
    font-size: 40px;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.2em\] {
    --tw-leading: 1.2em;
    line-height: 1.2em;
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-\[1\.25\] {
    --tw-leading: 1.25;
    line-height: 1.25;
  }
  .leading-\[1\.78\] {
    --tw-leading: 1.78;
    line-height: 1.78;
  }
  .leading-\[1\.78em\] {
    --tw-leading: 1.78em;
    line-height: 1.78em;
  }
  .leading-\[1\.1562\] {
    --tw-leading: 1.1562;
    line-height: 1.1562;
  }
  .leading-\[1\] {
    --tw-leading: 1;
    line-height: 1;
  }
  .tracking-\[-\.02em\] {
    --tw-tracking: -.02em;
    letter-spacing: -.02em;
  }
  .tracking-\[\.02em\] {
    --tw-tracking: .02em;
    letter-spacing: .02em;
  }
  .tracking-\[\.3em\] {
    --tw-tracking: .3em;
    letter-spacing: .3em;
  }
  .tracking-\[\.04em\] {
    --tw-tracking: .04em;
    letter-spacing: .04em;
  }
  .tracking-\[\.05em\] {
    --tw-tracking: .05em;
    letter-spacing: .05em;
  }
  .tracking-\[0\] {
    --tw-tracking: 0;
    letter-spacing: 0;
  }
  .text-dark {
    color: #333333;
  }
  .text-gray {
    color: #6c6c6c;
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray2 {
    color: #606060;
  }
  .text-gray4 {
    color: #3a3a3a;
  }
  .text-gray5 {
    color: #5858584D;
  }
  .text-primary {
    color: #054CC3;
  }
  .text-secondary {
    color: #52B7F9;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .shadow-shadow1 {
    --tw-shadow: 0 0 20px 0 var(--tw-shadow-color, rgb(0 0 0 / .30196078431372547));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-shadow2 {
    --tw-shadow: 2px 6px 10px 0 var(--tw-shadow-color, rgb(0 0 0 / .14901960784313725));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-shadow3 {
    --tw-shadow: 0 0 20px 0 var(--tw-shadow-color, rgb(0 0 0 / .1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-shadow5 {
    --tw-shadow: 0 4px 6px var(--tw-shadow-color, rgb(0 0 0 / 6%));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .brightness-\[0\] {
    --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,);
  }
  .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-blur-\[14px\] {
    --tw-backdrop-blur: blur(14px);
    -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-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .group-hover\:scale-\[15\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 15;
      }
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-primary {
    &:hover {
      @media (hover: hover) {
        background-color: #054CC3;
      }
    }
  }
  .hover\:bg-secondary {
    &:hover {
      @media (hover: hover) {
        background-color: #52B7F9;
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-blue-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-600);
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: #054CC3;
      }
    }
  }
  .hover\:text-secondary {
    &:hover {
      @media (hover: hover) {
        color: #52B7F9;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .sm\:top-1\/2 {
    @media (width >= 575px) {
      top: calc(1/2 * 100%);
    }
  }
  .sm\:top-\[80px\] {
    @media (width >= 575px) {
      top: 80px;
    }
  }
  .sm\:right-0 {
    @media (width >= 575px) {
      right: calc(var(--spacing) * 0);
    }
  }
  .sm\:right-\[-90px\] {
    @media (width >= 575px) {
      right: -90px;
    }
  }
  .sm\:bottom-auto {
    @media (width >= 575px) {
      bottom: auto;
    }
  }
  .sm\:left-0 {
    @media (width >= 575px) {
      left: calc(var(--spacing) * 0);
    }
  }
  .sm\:mx-auto {
    @media (width >= 575px) {
      margin-inline: auto;
    }
  }
  .sm\:mt-\[-26px\] {
    @media (width >= 575px) {
      margin-top: -26px;
    }
  }
  .sm\:mb-\[50px\] {
    @media (width >= 575px) {
      margin-bottom: 50px;
    }
  }
  .sm\:mb-\[60px\] {
    @media (width >= 575px) {
      margin-bottom: 60px;
    }
  }
  .sm\:block {
    @media (width >= 575px) {
      display: block;
    }
  }
  .sm\:h-\[100\.48px\] {
    @media (width >= 575px) {
      height: 100.48px;
    }
  }
  .sm\:h-\[120px\] {
    @media (width >= 575px) {
      height: 120px;
    }
  }
  .sm\:h-\[182px\] {
    @media (width >= 575px) {
      height: 182px;
    }
  }
  .sm\:h-\[450px\] {
    @media (width >= 575px) {
      height: 450px;
    }
  }
  .sm\:min-h-\[275px\] {
    @media (width >= 575px) {
      min-height: 275px;
    }
  }
  .sm\:w-\[42\.4\%\] {
    @media (width >= 575px) {
      width: 42.4%;
    }
  }
  .sm\:w-\[46\%\] {
    @media (width >= 575px) {
      width: 46%;
    }
  }
  .sm\:w-\[48\%\] {
    @media (width >= 575px) {
      width: 48%;
    }
  }
  .sm\:w-\[57\%\] {
    @media (width >= 575px) {
      width: 57%;
    }
  }
  .sm\:w-\[59\%\] {
    @media (width >= 575px) {
      width: 59%;
    }
  }
  .sm\:w-\[120px\] {
    @media (width >= 575px) {
      width: 120px;
    }
  }
  .sm\:w-\[142px\] {
    @media (width >= 575px) {
      width: 142px;
    }
  }
  .sm\:w-\[217px\] {
    @media (width >= 575px) {
      width: 217px;
    }
  }
  .sm\:w-full100 {
    @media (width >= 575px) {
      width: calc(100% - 100px);
    }
  }
  .sm\:w-max {
    @media (width >= 575px) {
      width: max-content;
    }
  }
  .sm\:max-w-page-sm {
    @media (width >= 575px) {
      max-width: 540px;
    }
  }
  .sm\:gap-0 {
    @media (width >= 575px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .sm\:space-y-\[25px\] {
    @media (width >= 575px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(25px * var(--tw-space-y-reverse));
        margin-block-end: calc(25px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:bg-white {
    @media (width >= 575px) {
      background-color: var(--color-white);
    }
  }
  .sm\:p-\[25px\] {
    @media (width >= 575px) {
      padding: 25px;
    }
  }
  .sm\:px-\[15px\] {
    @media (width >= 575px) {
      padding-inline: 15px;
    }
  }
  .sm\:px-\[20px\] {
    @media (width >= 575px) {
      padding-inline: 20px;
    }
  }
  .sm\:px-\[30px\] {
    @media (width >= 575px) {
      padding-inline: 30px;
    }
  }
  .sm\:px-\[80px\] {
    @media (width >= 575px) {
      padding-inline: 80px;
    }
  }
  .sm\:py-\[30px\] {
    @media (width >= 575px) {
      padding-block: 30px;
    }
  }
  .sm\:py-\[100px\] {
    @media (width >= 575px) {
      padding-block: 100px;
    }
  }
  .sm\:ps-\[18px\] {
    @media (width >= 575px) {
      padding-inline-start: 18px;
    }
  }
  .sm\:pe-\[10px\] {
    @media (width >= 575px) {
      padding-inline-end: 10px;
    }
  }
  .sm\:pe-\[20px\] {
    @media (width >= 575px) {
      padding-inline-end: 20px;
    }
  }
  .sm\:pt-\[60px\] {
    @media (width >= 575px) {
      padding-top: 60px;
    }
  }
  .sm\:pb-\[20px\] {
    @media (width >= 575px) {
      padding-bottom: 20px;
    }
  }
  .sm\:pb-\[97px\] {
    @media (width >= 575px) {
      padding-bottom: 97px;
    }
  }
  .sm\:pb-\[100px\] {
    @media (width >= 575px) {
      padding-bottom: 100px;
    }
  }
  .sm\:text-f18 {
    @media (width >= 575px) {
      font-size: 18px;
    }
  }
  .md\:top-\[1px\] {
    @media (width >= 767px) {
      top: 1px;
    }
  }
  .md\:h-\[106px\] {
    @media (width >= 767px) {
      height: 106px;
    }
  }
  .md\:h-\[282px\] {
    @media (width >= 767px) {
      height: 282px;
    }
  }
  .md\:w-\[24\.8\%\] {
    @media (width >= 767px) {
      width: 24.8%;
    }
  }
  .md\:w-\[36\.6\%\] {
    @media (width >= 767px) {
      width: 36.6%;
    }
  }
  .md\:w-\[166px\] {
    @media (width >= 767px) {
      width: 166px;
    }
  }
  .md\:max-w-page-md {
    @media (width >= 767px) {
      max-width: 720px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 767px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 767px) {
      flex-direction: row;
    }
  }
  .md\:space-y-0 {
    @media (width >= 767px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-\[30px\] {
    @media (width >= 767px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(30px * var(--tw-space-y-reverse));
        margin-block-end: calc(30px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:p-10 {
    @media (width >= 767px) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:px-\[121px\] {
    @media (width >= 767px) {
      padding-inline: 121px;
    }
  }
  .md\:pb-\[31px\] {
    @media (width >= 767px) {
      padding-bottom: 31px;
    }
  }
  .md\:pb-\[95\.5px\] {
    @media (width >= 767px) {
      padding-bottom: 95.5px;
    }
  }
  .md\:text-f32 {
    @media (width >= 767px) {
      font-size: 32px;
    }
  }
  .md\:text-f38 {
    @media (width >= 767px) {
      font-size: 38px;
    }
  }
  .lg\:top-\[5px\] {
    @media (width >= 991px) {
      top: 5px;
    }
  }
  .lg\:top-\[114px\] {
    @media (width >= 991px) {
      top: 114px;
    }
  }
  .lg\:ms-\[-110px\] {
    @media (width >= 991px) {
      margin-inline-start: -110px;
    }
  }
  .lg\:block {
    @media (width >= 991px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 991px) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 991px) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 991px) {
      display: none;
    }
  }
  .lg\:h-\[180px\] {
    @media (width >= 991px) {
      height: 180px;
    }
  }
  .lg\:h-\[250px\] {
    @media (width >= 991px) {
      height: 250px;
    }
  }
  .lg\:min-h-\[520px\] {
    @media (width >= 991px) {
      min-height: 520px;
    }
  }
  .lg\:w-\[24\.6\%\] {
    @media (width >= 991px) {
      width: 24.6%;
    }
  }
  .lg\:w-\[25\.3\%\] {
    @media (width >= 991px) {
      width: 25.3%;
    }
  }
  .lg\:w-\[26\.328\%\] {
    @media (width >= 991px) {
      width: 26.328%;
    }
  }
  .lg\:w-\[28\%\] {
    @media (width >= 991px) {
      width: 28%;
    }
  }
  .lg\:w-\[29\.5\%\] {
    @media (width >= 991px) {
      width: 29.5%;
    }
  }
  .lg\:w-\[30\.68\%\] {
    @media (width >= 991px) {
      width: 30.68%;
    }
  }
  .lg\:w-\[31\.235\%\] {
    @media (width >= 991px) {
      width: 31.235%;
    }
  }
  .lg\:w-\[37\%\] {
    @media (width >= 991px) {
      width: 37%;
    }
  }
  .lg\:w-\[43\%\] {
    @media (width >= 991px) {
      width: 43%;
    }
  }
  .lg\:w-\[47\%\] {
    @media (width >= 991px) {
      width: 47%;
    }
  }
  .lg\:w-\[48\%\] {
    @media (width >= 991px) {
      width: 48%;
    }
  }
  .lg\:w-\[49\.5\%\] {
    @media (width >= 991px) {
      width: 49.5%;
    }
  }
  .lg\:w-\[60\.2\%\] {
    @media (width >= 991px) {
      width: 60.2%;
    }
  }
  .lg\:w-\[174px\] {
    @media (width >= 991px) {
      width: 174px;
    }
  }
  .lg\:max-w-\[900px\] {
    @media (width >= 991px) {
      max-width: 900px;
    }
  }
  .lg\:max-w-page-lg {
    @media (width >= 991px) {
      max-width: 960px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 991px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 991px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 991px) {
      flex-direction: row;
    }
  }
  .lg\:items-end {
    @media (width >= 991px) {
      align-items: flex-end;
    }
  }
  .lg\:justify-between {
    @media (width >= 991px) {
      justify-content: space-between;
    }
  }
  .lg\:gap-0 {
    @media (width >= 991px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:space-y-0 {
    @media (width >= 991px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:rounded-t-\[500px\] {
    @media (width >= 991px) {
      border-top-left-radius: 500px;
      border-top-right-radius: 500px;
    }
  }
  .lg\:rounded-tl-\[0px\] {
    @media (width >= 991px) {
      border-top-left-radius: 0px;
    }
  }
  .lg\:rounded-tr-\[0px\] {
    @media (width >= 991px) {
      border-top-right-radius: 0px;
    }
  }
  .lg\:rounded-br-\[0px\] {
    @media (width >= 991px) {
      border-bottom-right-radius: 0px;
    }
  }
  .lg\:rounded-bl-\[0px\] {
    @media (width >= 991px) {
      border-bottom-left-radius: 0px;
    }
  }
  .lg\:border-s-0 {
    @media (width >= 991px) {
      border-inline-start-style: var(--tw-border-style);
      border-inline-start-width: 0px;
    }
  }
  .lg\:border-e-0 {
    @media (width >= 991px) {
      border-inline-end-style: var(--tw-border-style);
      border-inline-end-width: 0px;
    }
  }
  .lg\:px-\[60px\] {
    @media (width >= 991px) {
      padding-inline: 60px;
    }
  }
  .lg\:ps-\[20px\] {
    @media (width >= 991px) {
      padding-inline-start: 20px;
    }
  }
  .lg\:ps-\[30px\] {
    @media (width >= 991px) {
      padding-inline-start: 30px;
    }
  }
  .lg\:pt-\[50px\] {
    @media (width >= 991px) {
      padding-top: 50px;
    }
  }
  .lg\:pt-\[100px\] {
    @media (width >= 991px) {
      padding-top: 100px;
    }
  }
  .lg\:pr-\[20px\] {
    @media (width >= 991px) {
      padding-right: 20px;
    }
  }
  .lg\:pr-\[30px\] {
    @media (width >= 991px) {
      padding-right: 30px;
    }
  }
  .lg\:pr-\[40px\] {
    @media (width >= 991px) {
      padding-right: 40px;
    }
  }
  .lg\:pb-\[19\.5px\] {
    @media (width >= 991px) {
      padding-bottom: 19.5px;
    }
  }
  .lg\:pb-\[50px\] {
    @media (width >= 991px) {
      padding-bottom: 50px;
    }
  }
  .lg\:text-right {
    @media (width >= 991px) {
      text-align: right;
    }
  }
  .lg\:text-f32 {
    @media (width >= 991px) {
      font-size: 32px;
    }
  }
  .xl\:top-\[0px\] {
    @media (width >= 1300px) {
      top: 0px;
    }
  }
  .xl\:top-\[1px\] {
    @media (width >= 1300px) {
      top: 1px;
    }
  }
  .xl\:left-\[218px\] {
    @media (width >= 1300px) {
      left: 218px;
    }
  }
  .xl\:mb-0 {
    @media (width >= 1300px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .xl\:mb-\[-130px\] {
    @media (width >= 1300px) {
      margin-bottom: -130px;
    }
  }
  .xl\:h-\[50px\] {
    @media (width >= 1300px) {
      height: 50px;
    }
  }
  .xl\:h-\[100px\] {
    @media (width >= 1300px) {
      height: 100px;
    }
  }
  .xl\:h-\[111px\] {
    @media (width >= 1300px) {
      height: 111px;
    }
  }
  .xl\:h-\[312px\] {
    @media (width >= 1300px) {
      height: 312px;
    }
  }
  .xl\:h-full {
    @media (width >= 1300px) {
      height: 100%;
    }
  }
  .xl\:w-\[19\.6\%\] {
    @media (width >= 1300px) {
      width: 19.6%;
    }
  }
  .xl\:w-\[24\.598\%\] {
    @media (width >= 1300px) {
      width: 24.598%;
    }
  }
  .xl\:w-\[35\%\] {
    @media (width >= 1300px) {
      width: 35%;
    }
  }
  .xl\:w-\[50px\] {
    @media (width >= 1300px) {
      width: 50px;
    }
  }
  .xl\:w-\[52\.2\%\] {
    @media (width >= 1300px) {
      width: 52.2%;
    }
  }
  .xl\:w-\[61\.77px\] {
    @media (width >= 1300px) {
      width: 61.77px;
    }
  }
  .xl\:w-\[100px\] {
    @media (width >= 1300px) {
      width: 100px;
    }
  }
  .xl\:w-\[177px\] {
    @media (width >= 1300px) {
      width: 177px;
    }
  }
  .xl\:w-\[179px\] {
    @media (width >= 1300px) {
      width: 179px;
    }
  }
  .xl\:w-\[197px\] {
    @media (width >= 1300px) {
      width: 197px;
    }
  }
  .xl\:w-\[380px\] {
    @media (width >= 1300px) {
      width: 380px;
    }
  }
  .xl\:w-\[604px\] {
    @media (width >= 1300px) {
      width: 604px;
    }
  }
  .xl\:w-\[960px\] {
    @media (width >= 1300px) {
      width: 960px;
    }
  }
  .xl\:w-full120 {
    @media (width >= 1300px) {
      width: calc(100% - 120px);
    }
  }
  .xl\:max-w-\[1080px\] {
    @media (width >= 1300px) {
      max-width: 1080px;
    }
  }
  .xl\:max-w-page-xl {
    @media (width >= 1300px) {
      max-width: 1270px;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 1300px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:flex-row {
    @media (width >= 1300px) {
      flex-direction: row;
    }
  }
  .xl\:items-center {
    @media (width >= 1300px) {
      align-items: center;
    }
  }
  .xl\:gap-\[30px\] {
    @media (width >= 1300px) {
      gap: 30px;
    }
  }
  .xl\:gap-\[35px\] {
    @media (width >= 1300px) {
      gap: 35px;
    }
  }
  .xl\:gap-x-\[40px\] {
    @media (width >= 1300px) {
      column-gap: 40px;
    }
  }
  .xl\:gap-y-0 {
    @media (width >= 1300px) {
      row-gap: calc(var(--spacing) * 0);
    }
  }
  .xl\:gap-y-\[60px\] {
    @media (width >= 1300px) {
      row-gap: 60px;
    }
  }
  .xl\:px-\[20px\] {
    @media (width >= 1300px) {
      padding-inline: 20px;
    }
  }
  .xl\:px-\[30px\] {
    @media (width >= 1300px) {
      padding-inline: 30px;
    }
  }
  .xl\:px-\[40px\] {
    @media (width >= 1300px) {
      padding-inline: 40px;
    }
  }
  .xl\:px-\[100px\] {
    @media (width >= 1300px) {
      padding-inline: 100px;
    }
  }
  .xl\:py-\[36px\] {
    @media (width >= 1300px) {
      padding-block: 36px;
    }
  }
  .xl\:py-\[60px\] {
    @media (width >= 1300px) {
      padding-block: 60px;
    }
  }
  .xl\:py-\[80px\] {
    @media (width >= 1300px) {
      padding-block: 80px;
    }
  }
  .xl\:py-\[100px\] {
    @media (width >= 1300px) {
      padding-block: 100px;
    }
  }
  .xl\:ps-\[37px\] {
    @media (width >= 1300px) {
      padding-inline-start: 37px;
    }
  }
  .xl\:ps-\[40px\] {
    @media (width >= 1300px) {
      padding-inline-start: 40px;
    }
  }
  .xl\:ps-\[50px\] {
    @media (width >= 1300px) {
      padding-inline-start: 50px;
    }
  }
  .xl\:ps-\[60px\] {
    @media (width >= 1300px) {
      padding-inline-start: 60px;
    }
  }
  .xl\:pe-\[10px\] {
    @media (width >= 1300px) {
      padding-inline-end: 10px;
    }
  }
  .xl\:pe-\[35px\] {
    @media (width >= 1300px) {
      padding-inline-end: 35px;
    }
  }
  .xl\:pt-\[30px\] {
    @media (width >= 1300px) {
      padding-top: 30px;
    }
  }
  .xl\:pt-\[60px\] {
    @media (width >= 1300px) {
      padding-top: 60px;
    }
  }
  .xl\:pt-\[110px\] {
    @media (width >= 1300px) {
      padding-top: 110px;
    }
  }
  .xl\:pt-\[211px\] {
    @media (width >= 1300px) {
      padding-top: 211px;
    }
  }
  .xl\:pr-\[32px\] {
    @media (width >= 1300px) {
      padding-right: 32px;
    }
  }
  .xl\:pr-\[46px\] {
    @media (width >= 1300px) {
      padding-right: 46px;
    }
  }
  .xl\:pr-\[60px\] {
    @media (width >= 1300px) {
      padding-right: 60px;
    }
  }
  .xl\:pb-\[26\.15px\] {
    @media (width >= 1300px) {
      padding-bottom: 26.15px;
    }
  }
  .xl\:pb-\[60px\] {
    @media (width >= 1300px) {
      padding-bottom: 60px;
    }
  }
  .xl\:pb-\[124px\] {
    @media (width >= 1300px) {
      padding-bottom: 124px;
    }
  }
  .xl\:text-f18 {
    @media (width >= 1300px) {
      font-size: 18px;
    }
  }
  .xl\:text-f22 {
    @media (width >= 1300px) {
      font-size: 22px;
    }
  }
  .xl\:text-f36 {
    @media (width >= 1300px) {
      font-size: 36px;
    }
  }
  .xl\:text-f38 {
    @media (width >= 1300px) {
      font-size: 38px;
    }
  }
  .xl\:text-f42 {
    @media (width >= 1300px) {
      font-size: 42px;
    }
  }
  .xl\:text-f48 {
    @media (width >= 1300px) {
      font-size: 48px;
    }
  }
  .xl\:text-f52 {
    @media (width >= 1300px) {
      font-size: 52px;
    }
  }
  .xl\:text-f58 {
    @media (width >= 1300px) {
      font-size: 58px;
    }
  }
  .\32 xl\:top-\[8px\] {
    @media (width >= 1700px) {
      top: 8px;
    }
  }
  .\32 xl\:top-\[60px\] {
    @media (width >= 1700px) {
      top: 60px;
    }
  }
  .\32 xl\:top-\[140px\] {
    @media (width >= 1700px) {
      top: 140px;
    }
  }
  .\32 xl\:right-0 {
    @media (width >= 1700px) {
      right: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:right-\[-46px\] {
    @media (width >= 1700px) {
      right: -46px;
    }
  }
  .\32 xl\:left-\[-1px\] {
    @media (width >= 1700px) {
      left: -1px;
    }
  }
  .\32 xl\:me-\[-62px\] {
    @media (width >= 1700px) {
      margin-inline-end: -62px;
    }
  }
  .\32 xl\:mt-\[-57px\] {
    @media (width >= 1700px) {
      margin-top: -57px;
    }
  }
  .\32 xl\:h-\[60px\] {
    @media (width >= 1700px) {
      height: 60px;
    }
  }
  .\32 xl\:h-\[80px\] {
    @media (width >= 1700px) {
      height: 80px;
    }
  }
  .\32 xl\:h-\[123\.04px\] {
    @media (width >= 1700px) {
      height: 123.04px;
    }
  }
  .\32 xl\:h-\[380px\] {
    @media (width >= 1700px) {
      height: 380px;
    }
  }
  .\32 xl\:min-h-\[90px\] {
    @media (width >= 1700px) {
      min-height: 90px;
    }
  }
  .\32 xl\:min-h-\[92px\] {
    @media (width >= 1700px) {
      min-height: 92px;
    }
  }
  .\32 xl\:w-\[24\.81\%\] {
    @media (width >= 1700px) {
      width: 24.81%;
    }
  }
  .\32 xl\:w-\[54\.9\%\] {
    @media (width >= 1700px) {
      width: 54.9%;
    }
  }
  .\32 xl\:w-\[60px\] {
    @media (width >= 1700px) {
      width: 60px;
    }
  }
  .\32 xl\:w-\[216px\] {
    @media (width >= 1700px) {
      width: 216px;
    }
  }
  .\32 xl\:w-\[253px\] {
    @media (width >= 1700px) {
      width: 253px;
    }
  }
  .\32 xl\:w-\[300px\] {
    @media (width >= 1700px) {
      width: 300px;
    }
  }
  .\32 xl\:w-\[464px\] {
    @media (width >= 1700px) {
      width: 464px;
    }
  }
  .\32 xl\:w-\[1317px\] {
    @media (width >= 1700px) {
      width: 1317px;
    }
  }
  .\32 xl\:max-w-\[1275px\] {
    @media (width >= 1700px) {
      max-width: 1275px;
    }
  }
  .\32 xl\:max-w-page-2xl {
    @media (width >= 1700px) {
      max-width: 1620px;
    }
  }
  .\32 xl\:gap-5 {
    @media (width >= 1700px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .\32 xl\:gap-x-\[29px\] {
    @media (width >= 1700px) {
      column-gap: 29px;
    }
  }
  .\32 xl\:gap-x-\[140px\] {
    @media (width >= 1700px) {
      column-gap: 140px;
    }
  }
  .\32 xl\:gap-y-\[146px\] {
    @media (width >= 1700px) {
      row-gap: 146px;
    }
  }
  .\32 xl\:p-\[30px\] {
    @media (width >= 1700px) {
      padding: 30px;
    }
  }
  .\32 xl\:px-\[30px\] {
    @media (width >= 1700px) {
      padding-inline: 30px;
    }
  }
  .\32 xl\:px-\[40px\] {
    @media (width >= 1700px) {
      padding-inline: 40px;
    }
  }
  .\32 xl\:px-\[69px\] {
    @media (width >= 1700px) {
      padding-inline: 69px;
    }
  }
  .\32 xl\:px-\[160px\] {
    @media (width >= 1700px) {
      padding-inline: 160px;
    }
  }
  .\32 xl\:ps-\[85px\] {
    @media (width >= 1700px) {
      padding-inline-start: 85px;
    }
  }
  .\32 xl\:pt-0 {
    @media (width >= 1700px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:pt-\[50px\] {
    @media (width >= 1700px) {
      padding-top: 50px;
    }
  }
  .\32 xl\:pt-\[72px\] {
    @media (width >= 1700px) {
      padding-top: 72px;
    }
  }
  .\32 xl\:pt-\[120px\] {
    @media (width >= 1700px) {
      padding-top: 120px;
    }
  }
  .\32 xl\:pt-\[149\.5px\] {
    @media (width >= 1700px) {
      padding-top: 149.5px;
    }
  }
  .\32 xl\:pr-\[198px\] {
    @media (width >= 1700px) {
      padding-right: 198px;
    }
  }
  .\32 xl\:pb-\[70px\] {
    @media (width >= 1700px) {
      padding-bottom: 70px;
    }
  }
  .\32 xl\:pb-\[120px\] {
    @media (width >= 1700px) {
      padding-bottom: 120px;
    }
  }
  .\32 xl\:pb-\[135\.5px\] {
    @media (width >= 1700px) {
      padding-bottom: 135.5px;
    }
  }
  .\32 xl\:text-f16 {
    @media (width >= 1700px) {
      font-size: 16px;
    }
  }
  .\32 xl\:text-f18 {
    @media (width >= 1700px) {
      font-size: 18px;
    }
  }
  .\32 xl\:text-f20 {
    @media (width >= 1700px) {
      font-size: 20px;
    }
  }
  .\32 xl\:text-f22 {
    @media (width >= 1700px) {
      font-size: 22px;
    }
  }
  .\32 xl\:text-f24 {
    @media (width >= 1700px) {
      font-size: 24px;
    }
  }
  .\32 xl\:text-f25 {
    @media (width >= 1700px) {
      font-size: 25px;
    }
  }
  .\32 xl\:text-f26 {
    @media (width >= 1700px) {
      font-size: 26px;
    }
  }
  .\32 xl\:text-f28 {
    @media (width >= 1700px) {
      font-size: 28px;
    }
  }
  .\32 xl\:text-f40 {
    @media (width >= 1700px) {
      font-size: 40px;
    }
  }
  .\32 xl\:text-f48 {
    @media (width >= 1700px) {
      font-size: 48px;
    }
  }
  .\32 xl\:text-f50 {
    @media (width >= 1700px) {
      font-size: 50px;
    }
  }
  .\32 xl\:text-f64 {
    @media (width >= 1700px) {
      font-size: 64px;
    }
  }
}
@font-face {
  font-family: 'Open-Sans-regular';
  src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open-Sans-medium';
  src: url('../fonts/OpenSans-Medium.woff2') format('woff2'),
        url('../fonts/OpenSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open-Sans-bold';
  src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open-Sans-sbold';
  src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.rotare_shape {
  transform: rotateX(-180deg);
  rotate: 180deg;
}
.industry-slide {
  background-color: rgb(0 44 118 / 70%) !important;
}
.slide_left {
  transform: translateY(180px);
}
.industry-images {
  width: 48%;
}
.industry-images img {
  height: 364px;
  object-fit: cover;
  box-shadow: 0px 0px 20px 0px #00000033;
  border-radius: 14px;
  width: 100%;
}
.industries_swiper .swiper-slide.swiper-slide-active {
  width: 40% !important;
}
.swiper.industries_swiper {
  padding: 15px 12% 90px 0;
}
.industries_swiper .swiper-pagination {
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industries_swiper .swiper-pagination span.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #054CC3;
  opacity: 1;
  transition: 0.2s linear;
}
.industries_swiper .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #054CC3;
  width: 18px;
  height: 18px;
}
.industries_swiper .swiper-slide {
  transition: 0.2s linear;
  border-radius: 16px;
}
.industries_swiper .swiper-slide.swiper-slide-active .industry-slide {
  background-color: rgb(0 44 118 / 50%) !important;
}
.industry_box .industry_content {
  height: 100%;
  transform: translateX(calc(-100% - 2px));
  transition: 0.2s linear;
}
.industry_box:hover .industry_content {
  transform: unset;
}
.industry_box .elementor-widget-text-editor .elementor-widget-container {
  display: flex;
  align-items: center;
}
.industry_box img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.industry_box {
  overflow: hidden;
}
.industry_box:hover .elementor-widget-text-editor {
  transform: unset;
}
.industry_box:hover .elementor-widget-heading {
  transform: translateY(100%);
}
.industry_box .elementor-widget-heading {
  transition: 0.2s linear;
}
.industries_swiper .slide_left a.wp-element-button {
  display: inline-flex;
  background: #52B7F9;
  text-transform: capitalize;
  gap: 18px;
  margin-top: 21px;
}
.swiper-slide.swiper-slide-active .slide_left {
  transform: unset;
}
@media (max-width:1700px) {
  .industry-slide {
    height: 480px;
    padding: 20px 30px;
  }
  .industries_swiper .slide_left img {
    width: 50px;
  }
  .slide_left {
    transform: translateY(170px);
  }
}
@media (max-width:1300px) {
  .industries_swiper .swiper-slide.swiper-slide-active {
    width: 70% !important;
  }
  .industry-slide {
    height: 420px;
  }
}
@media (max-width:991px) {
  .industry-images {
    width: 100%;
    order: -1;
    margin-bottom: 20px;
  }
  .industry-slide {
    padding: 20px 20px;
  }
  .industry-images img {
    height: 200px;
  }
}
@media (max-width:767px) {
  .swiper.industries_swiper {
    padding-right: 5%;
  }
}
@media (max-width:575px) {
  .industry-slide {
    height: 350px;
  }
  .swiper.industries_swiper {
    padding: 15px 0 60px;
  }
  .industries_swiper .swiper-pagination span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .industries_swiper .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  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;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@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;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: 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;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}