body{font-family:Poppins, sans-serif;}
@keyframes text-scroll{0%{transform:translateX(0px);}}
@keyframes text-scroll{100%{transform:translateX(-50%);}}
@keyframes dubix-whatsapp-pulse{0%{box-shadow:rgba(37, 211, 102, 0.7) 0px 0px 0px 0px;}}
@keyframes dubix-whatsapp-pulse{70%{box-shadow:rgba(37, 211, 102, 0) 0px 0px 0px 15px;}}
@keyframes dubix-whatsapp-pulse{100%{box-shadow:rgba(37, 211, 102, 0) 0px 0px 0px 0px;}}
.dubix-whatsapp-float{color:white;right:20px;width:60px;bottom:20px;height:60px;display:flex;z-index:9999;position:fixed;box-shadow:rgba(0, 0, 0, 0.2) 0px 8px 20px;align-items:center;animation-name:dubix-whatsapp-pulse;animation-delay:0s;justify-content:center;background-color:rgb(37, 211, 102);transition-delay:0s;animation-duration:2s;animation-timeline:auto;animation-direction:normal;animation-fill-mode:none;animation-range-end:normal;transition-behavior:normal;transition-duration:0.3s;transition-property:all;animation-play-state:running;text-decoration-line:none;animation-range-start:normal;text-decoration-color:initial;text-decoration-style:initial;border-top-left-radius:50%;border-top-right-radius:50%;animation-iteration-count:infinite;animation-timing-function:ease;border-bottom-left-radius:50%;text-decoration-thickness:initial;border-bottom-right-radius:50%;transition-timing-function:ease;}
.dubix-whatsapp-float:hover{transform:scale(1.1);background-color:rgb(32, 184, 88);}
@media (max-width: 768px){.dubix-whatsapp-float{right:15px;width:50px;bottom:15px;height:50px;}}
@media (max-width: 768px){.dubix-whatsapp-float svg{width:28px;height:28px;}}
@media (max-width: 480px){.dubix-whatsapp-float{right:12px;width:45px;bottom:12px;height:45px;}}
@media (max-width: 480px){.dubix-whatsapp-float svg{width:25px;height:25px;}}
/*! tailwindcss v4.1.7 | 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-red-600: oklch(57.7% 0.245 27.325);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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;
  }
  :-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;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[20px\] {
    margin-block: 20px;
  }
  .my-\[30px\] {
    margin-block: 30px;
  }
  .mt-\[6px\] {
    margin-top: 6px;
  }
  .mt-\[18px\] {
    margin-top: 18px;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mr-\[6px\] {
    margin-right: 6px;
  }
  .mb-\[4px\] {
    margin-bottom: 4px;
  }
  .mb-\[6px\] {
    margin-bottom: 6px;
  }
  .mb-\[8px\] {
    margin-bottom: 8px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .ml-\[6px\] {
    margin-left: 6px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .h-\[7px\] {
    height: 7px;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[21px\] {
    height: 21px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[96px\] {
    height: 96px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[148px\] {
    height: 148px;
  }
  .h-\[693px\] {
    height: 693px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-\[13px\] {
    width: 13px;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[45px\] {
    width: 45px;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[calc\(300\%\+1\.3px\)\] {
    width: calc(300% + 1.3px);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[76\%\] {
    max-width: 76%;
  }
  .max-w-\[83\%\] {
    max-width: 83%;
  }
  .max-w-\[193px\] {
    max-width: 193px;
  }
  .max-w-\[294px\] {
    max-width: 294px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[364px\] {
    max-width: 364px;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-\[1053px\] {
    max-width: 1053px;
  }
  .max-w-\[1310px\] {
    max-width: 1310px;
  }
  .min-w-\[580px\] {
    min-width: 580px;
  }
  .min-w-\[700px\] {
    min-width: 700px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-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-x-\[58\%\] {
    --tw-translate-x: calc(58% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[58\%\] {
    --tw-translate-x: 58%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-7 {
    --tw-translate-y: calc(var(--spacing) * 7);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .animate-\[text-scroll_40s_linear_infinite\] {
    animation: text-scroll 40s linear infinite;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-y-\[20px\] {
    row-gap: 20px;
  }
  .self-end {
    align-self: flex-end;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[11px\] {
    border-radius: 11px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[22px\] {
    border-radius: 22px;
  }
  .rounded-\[31px\] {
    border-radius: 31px;
  }
  .rounded-\[76px\] {
    border-radius: 76px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[0\.8px\] {
    border-style: var(--tw-border-style);
    border-width: 0.8px;
  }
  .border-\[1\.6px\] {
    border-style: var(--tw-border-style);
    border-width: 1.6px;
  }
  .border-\[\#009B14\] {
    border-color: #009B14;
  }
  .border-\[\#F62A47\] {
    border-color: #F62A47;
  }
  .border-\[\#d5d8dc\] {
    border-color: #d5d8dc;
  }
  .border-red-600 {
    border-color: var(--color-red-600);
  }
  .bg-\[\#5F0202\] {
    background-color: #5F0202;
  }
  .bg-\[\#140500\] {
    background-color: #140500;
  }
  .bg-\[\#FFF8EF\] {
    background-color: #FFF8EF;
  }
  .bg-\[\#e21b1b\] {
    background-color: #e21b1b;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-\[linear-gradient\(14deg\,\#58260B_0\%\,\#020202_100\%\)\] {
    background-image: linear-gradient(14deg,#58260B 0%,#020202 100%);
  }
  .bg-\[linear-gradient\(14deg\,\#F91902_0\%\,\#FA7404_100\%\)\] {
    background-image: linear-gradient(14deg,#F91902 0%,#FA7404 100%);
  }
  .bg-\[linear-gradient\(14deg\,\#FA7404_0\%\,\#F91902_100\%\)\] {
    background-image: linear-gradient(14deg,#FA7404 0%,#F91902 100%);
  }
  .bg-\[linear-gradient\(90deg\,\#ff0000\,\#ff6a00\)\] {
    background-image: linear-gradient(90deg,#ff0000,#ff6a00);
  }
  .bg-\[linear-gradient\(180deg\,\#FA7404_0\%\,\#F91902_82\%\)\] {
    background-image: linear-gradient(180deg,#FA7404 0%,#F91902 82%);
  }
  .bg-\[linear-gradient\(180deg\,\#fa7404_0\%\,\#f91902_82\%\)\] {
    background-image: linear-gradient(180deg,#fa7404 0%,#f91902 82%);
  }
  .bg-\[linear-gradient\(187deg\,\#B8FF7E_0\%\,\#34B300_76\%\)\] {
    background-image: linear-gradient(187deg,#B8FF7E 0%,#34B300 76%);
  }
  .bg-\[linear-gradient\(320deg\,\#fa7404_0\%\,\#f91902_100\%\)\] {
    background-image: linear-gradient(320deg,#fa7404 0%,#f91902 100%);
  }
  .bg-\[url\(\'\/assets\/images\/bg-mobile\.png\'\)\] {
    background-image: url('/assets/images/bg-mobile.png');
  }
  .bg-\[url\(\'\/assets\/images\/qa-scaled-mobile\.png\'\)\] {
    background-image: url('/assets/images/qa-scaled-mobile.png');
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-\[\#F91902\] {
    fill: #F91902;
  }
  .fill-white {
    fill: var(--color-white);
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[14px\] {
    padding: 14px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[17px\] {
    padding-inline: 17px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .py-\[4px\] {
    padding-block: 4px;
  }
  .py-\[11px\] {
    padding-block: 11px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .pt-\[8px\] {
    padding-top: 8px;
  }
  .pt-\[15px\] {
    padding-top: 15px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[26px\] {
    padding-top: 26px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pt-\[206px\] {
    padding-top: 206px;
  }
  .pt-\[248px\] {
    padding-top: 248px;
  }
  .pr-\[10px\] {
    padding-right: 10px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[36px\] {
    padding-bottom: 36px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[70px\] {
    padding-bottom: 70px;
  }
  .pb-\[110px\] {
    padding-bottom: 110px;
  }
  .pb-\[200px\] {
    padding-bottom: 200px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-\[\'Arial\'\,sans-serif\] {
    font-family: 'Arial',sans-serif;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[19px\] {
    font-size: 19px;
  }
  .text-\[21px\] {
    font-size: 21px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[23px\] {
    font-size: 23px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[27px\] {
    font-size: 27px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[72px\] {
    font-size: 72px;
  }
  .leading-\[0\.9\] {
    --tw-leading: 0.9;
    line-height: 0.9;
  }
  .leading-\[1\] {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-\[14px\] {
    --tw-leading: 14px;
    line-height: 14px;
  }
  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }
  .leading-\[17px\] {
    --tw-leading: 17px;
    line-height: 17px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[21px\] {
    --tw-leading: 21px;
    line-height: 21px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[23px\] {
    --tw-leading: 23px;
    line-height: 23px;
  }
  .leading-\[25\.2px\] {
    --tw-leading: 25.2px;
    line-height: 25.2px;
  }
  .leading-\[25px\] {
    --tw-leading: 25px;
    line-height: 25px;
  }
  .leading-\[27px\] {
    --tw-leading: 27px;
    line-height: 27px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#F91902\] {
    color: #F91902;
  }
  .text-\[\#FAC804\] {
    color: #FAC804;
  }
  .text-\[\#f54b06\] {
    color: #f54b06;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-\[0_0_20px_rgba\(0\,0\,0\,0\.5\)\] {
    --tw-shadow: 0 0 20px var(--tw-shadow-color, rgba(0,0,0,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_55px_0_rgba\(255\,57\,0\,0\.52\)\] {
    --tw-shadow: 0 0 55px 0 var(--tw-shadow-color, rgba(255,57,0,0.52));
    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_10px_30px_red\] {
    --tw-shadow: 0 10px 30px var(--tw-shadow-color, red);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .transition-\[max-height\] {
    transition-property: max-height;
    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-\[400ms\] {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }
  .duration-\[1500ms\] {
    --tw-duration: 1500ms;
    transition-duration: 1500ms;
  }
  .ease-\[cubic-bezier\(0\.25\,1\,0\.5\,1\)\] {
    --tw-ease: cubic-bezier(0.25,1,0.5,1);
    transition-timing-function: cubic-bezier(0.25,1,0.5,1);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .hover\:-translate-y-0\.5 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .min-\[521px\]\:bg-\[url\(\'\/assets\/images\/qa-scaled\.png\'\)\] {
    @media (width >= 521px) {
      background-image: url('/assets/images/qa-scaled.png');
    }
  }
  .sm\:max-w-\[770px\] {
    @media (width >= 40rem) {
      max-width: 770px;
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:h-\[63px\] {
    @media (width >= 48rem) {
      height: 63px;
    }
  }
  .md\:h-\[148px\] {
    @media (width >= 48rem) {
      height: 148px;
    }
  }
  .md\:w-\[24\%\] {
    @media (width >= 48rem) {
      width: 24%;
    }
  }
  .md\:w-\[25\%\] {
    @media (width >= 48rem) {
      width: 25%;
    }
  }
  .md\:w-\[378px\] {
    @media (width >= 48rem) {
      width: 378px;
    }
  }
  .md\:max-w-\[378px\] {
    @media (width >= 48rem) {
      max-width: 378px;
    }
  }
  .md\:max-w-\[422px\] {
    @media (width >= 48rem) {
      max-width: 422px;
    }
  }
  .md\:max-w-\[640px\] {
    @media (width >= 48rem) {
      max-width: 640px;
    }
  }
  .md\:max-w-full {
    @media (width >= 48rem) {
      max-width: 100%;
    }
  }
  .md\:flex-1 {
    @media (width >= 48rem) {
      flex: 1;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:bg-\[url\(\'\/assets\/images\/BG-MARTELO-V8-1-scaled\.png\'\)\] {
    @media (width >= 48rem) {
      background-image: url('/assets/images/BG-MARTELO-V8-1-scaled.png');
    }
  }
  .md\:p-\[14px\] {
    @media (width >= 48rem) {
      padding: 14px;
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-\[5px\] {
    @media (width >= 48rem) {
      padding-inline: 5px;
    }
  }
  .md\:py-\[80px\] {
    @media (width >= 48rem) {
      padding-block: 80px;
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-\[10px\] {
    @media (width >= 48rem) {
      padding-top: 10px;
    }
  }
  .md\:pt-\[469px\] {
    @media (width >= 48rem) {
      padding-top: 469px;
    }
  }
  .md\:pr-\[10px\] {
    @media (width >= 48rem) {
      padding-right: 10px;
    }
  }
  .md\:pb-\[34px\] {
    @media (width >= 48rem) {
      padding-bottom: 34px;
    }
  }
  .md\:pb-\[100px\] {
    @media (width >= 48rem) {
      padding-bottom: 100px;
    }
  }
  .md\:pb-\[170px\] {
    @media (width >= 48rem) {
      padding-bottom: 170px;
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 48rem) {
      font-size: 18px;
    }
  }
  .md\:text-\[19px\] {
    @media (width >= 48rem) {
      font-size: 19px;
    }
  }
  .md\:text-\[22px\] {
    @media (width >= 48rem) {
      font-size: 22px;
    }
  }
  .md\:text-\[23px\] {
    @media (width >= 48rem) {
      font-size: 23px;
    }
  }
  .md\:text-\[26px\] {
    @media (width >= 48rem) {
      font-size: 26px;
    }
  }
  .md\:text-\[31px\] {
    @media (width >= 48rem) {
      font-size: 31px;
    }
  }
  .md\:text-\[34px\] {
    @media (width >= 48rem) {
      font-size: 34px;
    }
  }
  .md\:text-\[35px\] {
    @media (width >= 48rem) {
      font-size: 35px;
    }
  }
  .md\:text-\[47px\] {
    @media (width >= 48rem) {
      font-size: 47px;
    }
  }
  .md\:leading-\[16px\] {
    @media (width >= 48rem) {
      --tw-leading: 16px;
      line-height: 16px;
    }
  }
  .md\:leading-\[18px\] {
    @media (width >= 48rem) {
      --tw-leading: 18px;
      line-height: 18px;
    }
  }
  .md\:leading-\[19px\] {
    @media (width >= 48rem) {
      --tw-leading: 19px;
      line-height: 19px;
    }
  }
  .md\:leading-\[26px\] {
    @media (width >= 48rem) {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }
  .md\:leading-\[35px\] {
    @media (width >= 48rem) {
      --tw-leading: 35px;
      line-height: 35px;
    }
  }
  .md\:leading-\[47px\] {
    @media (width >= 48rem) {
      --tw-leading: 47px;
      line-height: 47px;
    }
  }
  .lg\:pt-6 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
