/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 5px;
    --text-sm: 12px;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --radius-md: 0.375rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-mono-font-family: var(--font-mono);
    --font-primary: Roboto, sans-serif;
    --font-lato: Lato, sans-serif;
    --font-poppins: 'Poppins', sans-serif;
    --font-titling: 'TitlingGothicFB Narrow Bold';
    --text-md: 16px;
    --text-md2: 18px;
    --color-primary: #e50026;
  }
}
@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(--font-primary, 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;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-\[5\%\] {
    margin-top: 5%;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-\[-2px\] {
    margin-bottom: -2px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[60vh\] {
    height: 60vh;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .h-\[296px\] {
    height: 296px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[350px\] {
    min-height: 350px;
  }
  .w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
  .w-1\/5 {
    width: calc(1 / 5 * 100%);
  }
  .w-7\/10 {
    width: calc(7 / 10 * 100%);
  }
  .w-\[20\%\] {
    width: 20%;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[42px\] {
    width: 42px;
  }
  .w-\[57px\] {
    width: 57px;
  }
  .w-\[65px\] {
    width: 65px;
  }
  .w-\[85px\] {
    width: 85px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[105px\] {
    width: 105px;
  }
  .w-\[115px\] {
    width: 115px;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[170px\] {
    width: 170px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[380px\] {
    max-width: 380px;
  }
  .max-w-\[650px\] {
    max-width: 650px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .basis-1\/2 {
    flex-basis: calc(1 / 2 * 100%);
  }
  .basis-full {
    flex-basis: 100%;
  }
  .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;
  }
  .columns-1 {
    columns: 1;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-\[5\%\] {
    gap: 5%;
  }
  .gap-\[10\%\] {
    gap: 10%;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[27px\] {
    gap: 27px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-x-\[5\%\] {
    column-gap: 5%;
  }
  .gap-x-\[30px\] {
    column-gap: 30px;
  }
  .gap-x-\[50px\] {
    column-gap: 50px;
  }
  .gap-x-\[120px\] {
    column-gap: 120px;
  }
  .gap-y-\[15px\] {
    row-gap: 15px;
  }
  .gap-y-\[25px\] {
    row-gap: 25px;
  }
  .gap-y-\[60px\] {
    row-gap: 60px;
  }
  .gap-y-\[100px\] {
    row-gap: 100px;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-tl-\[30px\] {
    border-top-left-radius: 30px;
  }
  .rounded-tr-\[0px\] {
    border-top-right-radius: 0px;
  }
  .rounded-tr-\[5px\] {
    border-top-right-radius: 5px;
  }
  .rounded-tr-\[30px\] {
    border-top-right-radius: 30px;
  }
  .rounded-br-\[0px\] {
    border-bottom-right-radius: 0px;
  }
  .rounded-br-\[5px\] {
    border-bottom-right-radius: 5px;
  }
  .rounded-br-\[30px\] {
    border-bottom-right-radius: 30px;
  }
  .rounded-bl-\[30px\] {
    border-bottom-left-radius: 30px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-\[\#67C0FF\] {
    border-color: #67C0FF;
  }
  .border-\[\#03457F\] {
    border-color: #03457F;
  }
  .border-\[\#BFBFBF\] {
    border-color: #BFBFBF;
  }
  .border-\[\#ebebeb\] {
    border-color: #ebebeb;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .\!bg-\[\#024077\] {
    background-color: #024077 !important;
  }
  .bg-\[\#1D1D1D\] {
    background-color: #1D1D1D;
  }
  .bg-\[\#018AF2\] {
    background-color: #018AF2;
  }
  .bg-\[\#018AF2\]\/\[0\.4\] {
    background-color: color-mix(in oklab, #018AF2 40%, transparent);
  }
  .bg-\[\#034E83\] {
    background-color: #034E83;
  }
  .bg-\[\#434AFF\] {
    background-color: #434AFF;
  }
  .bg-\[\#03457F\] {
    background-color: #03457F;
  }
  .bg-\[\#060045\]\/\[0\.5\] {
    background-color: color-mix(in oklab, #060045 50%, transparent);
  }
  .bg-\[\#fff\] {
    background-color: #fff;
  }
  .bg-\[var\(--webcast-error-color\)\] {
    background-color: var(--webcast-error-color);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[url\(\'https\:\/\/res\.cloudinary\.com\/momentum-media-group-pty-ltd\/image\/upload\/v1774424228\/Real\%20Estate\%20Business\/rankings\/2026\/T100A2026\/AdobeStock_365263072_fyhata\.jpg\'\)\] {
    background-image: url('https://res.cloudinary.com/momentum-media-group-pty-ltd/image/upload/v1774424228/Real%20Estate%20Business/rankings/2026/T100A2026/AdobeStock_365263072_fyhata.jpg');
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .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-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-\[1px\] {
    padding-inline: 1px;
  }
  .px-\[26px\] {
    padding-inline: 26px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-\[1px\] {
    padding-block: 1px;
  }
  .py-\[5\%\] {
    padding-block: 5%;
  }
  .py-\[5vh\] {
    padding-block: 5vh;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[13\%\] {
    padding-block: 13%;
  }
  .py-\[25px\] {
    padding-block: 25px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[45px\] {
    padding-block: 45px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-poppins {
    font-family: var(--font-poppins);
  }
  .font-titling {
    font-family: var(--font-titling);
  }
  .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-\[26px\] {
    font-size: 26px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .text-\[62px\] {
    font-size: 62px;
  }
  .text-\[clamp\(40px\,5vw\,100px\)\] {
    font-size: clamp(40px, 5vw, 100px);
  }
  .text-\[clamp\(46px\,10vw\,62px\)\] {
    font-size: clamp(46px, 10vw, 62px);
  }
  .text-\[clamp\(60px\,10vw\,100px\)\] {
    font-size: clamp(60px, 10vw, 100px);
  }
  .text-\[clamp\(60px\,10vw\,120px\)\] {
    font-size: clamp(60px, 10vw, 120px);
  }
  .text-md {
    font-size: var(--text-md);
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }
  .leading-\[122px\] {
    --tw-leading: 122px;
    line-height: 122px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .\!font-normal {
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
  }
  .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-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-\[\#1d1d1d\] {
    color: #1d1d1d !important;
  }
  .text-\[\#000\] {
    color: #000;
  }
  .text-\[\#1D1D1D\] {
    color: #1D1D1D;
  }
  .text-\[\#1d1d1d\] {
    color: #1d1d1d;
  }
  .text-\[\#2C2C2C\] {
    color: #2C2C2C;
  }
  .text-\[\#2c2c2c\] {
    color: #2c2c2c;
  }
  .text-\[\#4b5563\] {
    color: #4b5563;
  }
  .text-\[\#9AE8FF\] {
    color: #9AE8FF;
  }
  .text-\[\#018AF2\] {
    color: #018AF2;
  }
  .text-\[\#67C0FF\] {
    color: #67C0FF;
  }
  .text-\[\#777\] {
    color: #777;
  }
  .text-\[\#03457F\] {
    color: #03457F;
  }
  .text-\[\#09091D\] {
    color: #09091D;
  }
  .text-\[\#D6F1FF\] {
    color: #D6F1FF;
  }
  .text-\[\#FFF\] {
    color: #FFF;
  }
  .text-\[\#a7a7a7\] {
    color: #a7a7a7;
  }
  .text-\[\#ff0000\] {
    color: #ff0000;
  }
  .text-\[\#fff\] {
    color: #fff;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .\!underline {
    text-decoration-line: underline !important;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .shadow-\[0_3px_10px_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-shadow: 0 3px 10px var(--tw-shadow-color, rgba(0,0,0,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);
  }
  .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-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .placeholder\:text-\[\#ccc\] {
    &::placeholder {
      color: #ccc;
    }
  }
  .visited\:\!text-\[\#000\] {
    &:visited {
      color: #000 !important;
    }
  }
  .hover\:bg-\[\#434AFF\] {
    &:hover {
      @media (hover: hover) {
        background-color: #434AFF;
      }
    }
  }
  .hover\:\!text-\[\#000\] {
    &:hover {
      @media (hover: hover) {
        color: #000 !important;
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:opacity-70 {
    &:hover {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .focus\:ring-0 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .max-xl\:mb-2 {
    @media (width < 1200px) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .max-xl\:\!block {
    @media (width < 1200px) {
      display: block !important;
    }
  }
  .max-md\:w-\[260px\] {
    @media (width < 768px) {
      width: 260px;
    }
  }
  .max-md\:\!flex-col {
    @media (width < 768px) {
      flex-direction: column !important;
    }
  }
  .max-md\:text-\[12px\] {
    @media (width < 768px) {
      font-size: 12px;
    }
  }
  .md\:mb-\[60px\] {
    @media (width >= 768px) {
      margin-bottom: 60px;
    }
  }
  .md\:w-\[20\%\] {
    @media (width >= 768px) {
      width: 20%;
    }
  }
  .md\:w-\[40\%\] {
    @media (width >= 768px) {
      width: 40%;
    }
  }
  .md\:max-w-\[670px\] {
    @media (width >= 768px) {
      max-width: 670px;
    }
  }
  .md\:items-center {
    @media (width >= 768px) {
      align-items: center;
    }
  }
  .md\:gap-y-\[30px\] {
    @media (width >= 768px) {
      row-gap: 30px;
    }
  }
  .md\:p-4 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .md\:p-\[45px\] {
    @media (width >= 768px) {
      padding: 45px;
    }
  }
  .md\:px-3 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .md\:px-4 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:px-\[50px\] {
    @media (width >= 768px) {
      padding-inline: 50px;
    }
  }
  .md\:px-\[60px\] {
    @media (width >= 768px) {
      padding-inline: 60px;
    }
  }
  .md\:px-\[65px\] {
    @media (width >= 768px) {
      padding-inline: 65px;
    }
  }
  .md\:px-\[100px\] {
    @media (width >= 768px) {
      padding-inline: 100px;
    }
  }
  .md\:py-1 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 1);
    }
  }
  .md\:py-\[5\%\] {
    @media (width >= 768px) {
      padding-block: 5%;
    }
  }
  .md\:py-\[15\%\] {
    @media (width >= 768px) {
      padding-block: 15%;
    }
  }
  .md\:py-\[75px\] {
    @media (width >= 768px) {
      padding-block: 75px;
    }
  }
  .md\:pr-0 {
    @media (width >= 768px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .md\:pr-\[65px\] {
    @media (width >= 768px) {
      padding-right: 65px;
    }
  }
  .md\:pl-3 {
    @media (width >= 768px) {
      padding-left: calc(var(--spacing) * 3);
    }
  }
  .md\:pl-\[65px\] {
    @media (width >= 768px) {
      padding-left: 65px;
    }
  }
  .md\:text-\[22px\] {
    @media (width >= 768px) {
      font-size: 22px;
    }
  }
  .md\:text-\[26px\] {
    @media (width >= 768px) {
      font-size: 26px;
    }
  }
  .md\:text-\[36px\] {
    @media (width >= 768px) {
      font-size: 36px;
    }
  }
  .md\:text-\[62px\] {
    @media (width >= 768px) {
      font-size: 62px;
    }
  }
  .md\:text-\[clamp\(60px\,5vw\,100px\)\] {
    @media (width >= 768px) {
      font-size: clamp(60px, 5vw, 100px);
    }
  }
  .md\:leading-\[36px\] {
    @media (width >= 768px) {
      --tw-leading: 36px;
      line-height: 36px;
    }
  }
  .md\:max-xl\:max-w-\[500px\] {
    @media (width >= 768px) {
      @media (width < 1200px) {
        max-width: 500px;
      }
    }
  }
  .md\:max-xl\:columns-2 {
    @media (width >= 768px) {
      @media (width < 1200px) {
        columns: 2;
      }
    }
  }
  .lg\:\!hidden {
    @media (width >= 992px) {
      display: none !important;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 992px) {
      width: calc(1 / 2 * 100%);
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 992px) {
      width: calc(1 / 3 * 100%);
    }
  }
  .lg\:flex-row {
    @media (width >= 992px) {
      flex-direction: row;
    }
  }
  .lg\:justify-center {
    @media (width >= 992px) {
      justify-content: center;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 992px) {
      font-size: 18px;
    }
  }
  .xl\:mb-0 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .xl\:block {
    @media (width >= 1200px) {
      display: block;
    }
  }
  .xl\:flex {
    @media (width >= 1200px) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 1200px) {
      display: none;
    }
  }
  .xl\:h-\[100vh\] {
    @media (width >= 1200px) {
      height: 100vh;
    }
  }
  .xl\:h-\[225px\] {
    @media (width >= 1200px) {
      height: 225px;
    }
  }
  .xl\:h-full {
    @media (width >= 1200px) {
      height: 100%;
    }
  }
  .xl\:min-h-\[400px\] {
    @media (width >= 1200px) {
      min-height: 400px;
    }
  }
  .xl\:w-1\/2 {
    @media (width >= 1200px) {
      width: calc(1 / 2 * 100%);
    }
  }
  .xl\:w-1\/3 {
    @media (width >= 1200px) {
      width: calc(1 / 3 * 100%);
    }
  }
  .xl\:w-1\/4 {
    @media (width >= 1200px) {
      width: calc(1 / 4 * 100%);
    }
  }
  .xl\:w-2\/3 {
    @media (width >= 1200px) {
      width: calc(2 / 3 * 100%);
    }
  }
  .xl\:w-3\/4 {
    @media (width >= 1200px) {
      width: calc(3 / 4 * 100%);
    }
  }
  .xl\:w-5\/12 {
    @media (width >= 1200px) {
      width: calc(5 / 12 * 100%);
    }
  }
  .xl\:w-7\/12 {
    @media (width >= 1200px) {
      width: calc(7 / 12 * 100%);
    }
  }
  .xl\:max-w-\[375px\] {
    @media (width >= 1200px) {
      max-width: 375px;
    }
  }
  .xl\:flex-row {
    @media (width >= 1200px) {
      flex-direction: row;
    }
  }
  .xl\:\!rounded-tr-\[0px\] {
    @media (width >= 1200px) {
      border-top-right-radius: 0px !important;
    }
  }
  .xl\:\!rounded-tr-\[30px\] {
    @media (width >= 1200px) {
      border-top-right-radius: 30px !important;
    }
  }
  .xl\:\!rounded-br-\[0px\] {
    @media (width >= 1200px) {
      border-bottom-right-radius: 0px !important;
    }
  }
  .xl\:\!rounded-br-\[30px\] {
    @media (width >= 1200px) {
      border-bottom-right-radius: 30px !important;
    }
  }
  .xl\:px-0 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .xl\:px-\[4\%\] {
    @media (width >= 1200px) {
      padding-inline: 4%;
    }
  }
  .xl\:px-\[5\%\] {
    @media (width >= 1200px) {
      padding-inline: 5%;
    }
  }
  .xl\:px-\[10\%\] {
    @media (width >= 1200px) {
      padding-inline: 10%;
    }
  }
  .xl\:py-0 {
    @media (width >= 1200px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .xl\:py-\[25\%\] {
    @media (width >= 1200px) {
      padding-block: 25%;
    }
  }
  .xl\:\!pr-\[10\%\] {
    @media (width >= 1200px) {
      padding-right: 10% !important;
    }
  }
  .xl\:pr-0 {
    @media (width >= 1200px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .xl\:pr-\[3\%\] {
    @media (width >= 1200px) {
      padding-right: 3%;
    }
  }
  .xl\:pb-\[39px\] {
    @media (width >= 1200px) {
      padding-bottom: 39px;
    }
  }
  .xl\:pl-0 {
    @media (width >= 1200px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .xl\:pl-\[3\%\] {
    @media (width >= 1200px) {
      padding-left: 3%;
    }
  }
  .xl\:pl-\[10\%\] {
    @media (width >= 1200px) {
      padding-left: 10%;
    }
  }
  .xl\:text-\[26px\] {
    @media (width >= 1200px) {
      font-size: 26px;
    }
  }
  .xl\:max-xlp2\:scale-\[0\.8\] {
    @media (width >= 1200px) {
      @media (width < 1500px) {
        scale: 0.8;
      }
    }
  }
  .xl\:max-xlp2\:\!p-0 {
    @media (width >= 1200px) {
      @media (width < 1500px) {
        padding: calc(var(--spacing) * 0) !important;
      }
    }
  }
  .xl\:max-xlp\:text-\[22px\] {
    @media (width >= 1200px) {
      @media (width < 1400px) {
        font-size: 22px;
      }
    }
  }
  .xlp\:px-\[6\%\] {
    @media (width >= 1400px) {
      padding-inline: 6%;
    }
  }
  .xlp\:pr-\[10\%\] {
    @media (width >= 1400px) {
      padding-right: 10%;
    }
  }
  .xlp\:pl-\[10\%\] {
    @media (width >= 1400px) {
      padding-left: 10%;
    }
  }
  .xlp2\:min-h-\[500px\] {
    @media (width >= 1500px) {
      min-height: 500px;
    }
  }
  .xlp2\:w-\[130px\] {
    @media (width >= 1500px) {
      width: 130px;
    }
  }
  .xlp2\:w-\[150px\] {
    @media (width >= 1500px) {
      width: 150px;
    }
  }
  .xlp2\:px-\[10\%\] {
    @media (width >= 1500px) {
      padding-inline: 10%;
    }
  }
  .xlp2\:text-\[20px\] {
    @media (width >= 1500px) {
      font-size: 20px;
    }
  }
  .xlp2\:text-\[22px\] {
    @media (width >= 1500px) {
      font-size: 22px;
    }
  }
  .xlp2\:leading-\[34px\] {
    @media (width >= 1500px) {
      --tw-leading: 34px;
      line-height: 34px;
    }
  }
  .\[\&\:not\(\.active\)\:hover\]\:bg-\[\#6DCFF6\] {
    &:not(.active):hover {
      background-color: #6DCFF6;
    }
  }
  .\[\&\:not\(\.active\)\:hover\]\:opacity-80 {
    &:not(.active):hover {
      opacity: 80%;
    }
  }
}
/*!
 * fullPage 3.0.8
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled, .fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
}
#fp-nav.fp-right {
  right: 17px;
}
#fp-nav.fp-left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
  bottom: 17px;
}
.fp-slidesNav.fp-top {
  top: 17px;
}
#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}
.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.rankings-homepage {
  font-family: var(--font-poppins);
}
html,body {
  height: 100%;
}
h1,h2,h3,h4,h5,h6 {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.menu-item.active, .menu-item.active a {
  cursor: default !important;
  background-color: #00aeef;
  &:hover {
    @media (hover: hover) {
      opacity: 100% !important;
    }
  }
}
.top10choices-bg {
  background: linear-gradient(180deg, rgba(16, 155, 253, 0.4) 0%, rgba(0, 63, 108, 0.4) 100%);
}
.bg-gradient-custom {
  background: transparent linear-gradient(180deg, #00233E 0%, #306D98 100%) 0% 0% no-repeat padding-box;
  background-color: #306D98;
}
.metric-item.active {
  background-color: #6DCFF6;
  -webkit-transition: background-color 400ms linear;
  -ms-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
}
.rank-item.active {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #018AF2;
}
.mauticform-page-wrapper {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mauticform-row:nth-child(-n+6) {
  margin-bottom: 15px;
  width: 100%;
  @media (width >= 768px) {
    width: calc(50% - 10px);
  }
}
.mauticform-row {
  margin-bottom: 15px !important;
  width: 100%;
  font-size: 14px !important;
}
.mauticform-radiogrp-row {
  float: left;
  width: 80px;
}
.mauticform-button-wrapper {
  margin-top: calc(var(--spacing) * 5);
}
.mauticform-button-wrapper .mauticform-button {
  border-radius: 30px !important;
  --tw-border-style: none;
  border-style: none;
  background-color: #434AFF !important;
  padding-inline: calc(var(--spacing) * 4) !important;
  padding-block: calc(var(--spacing) * 3) !important;
  font-family: var(--font-poppins) !important;
  font-size: 18px !important;
  --tw-font-weight: var(--font-weight-normal) !important;
  font-weight: var(--font-weight-normal) !important;
  color: var(--color-white) !important;
}
.ranking-table.table-wrap {
  background: #fff;
  padding: 0px 20px 20px 20px;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-y: hidden;
  padding-top: 20px;
  word-break: break-word;
}
.fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner {
  white-space: normal !important;
  line-height: 1.3 !important;
  font-size: 12px;
  @media (width >= 1400px) {
    font-size: 13px;
  }
}
.bootstrap-table .table>thead>tr>th {
  vertical-align: top !important;
}
#sectionTable table {
  height: 560px;
  display: flex;
  flex-flow: column;
  width: 100%;
  padding-right: 0;
}
#sectionTable table thead, #sectionTable table tbody tr {
  display: table;
  table-layout: fixed;
}
#sectionTable table tbody tr {
  width: 100%;
}
#sectionTable table tbody tr td {
  font-size: 12px;
  @media (width >= 1400px) {
    font-size: 13px;
  }
}
.bootstrap-table .table thead>tr>th {
  padding: 0;
  margin: 0;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}
#sectionTable table tbody {
  flex: 1 1 auto;
  display: block;
  overflow-y: scroll;
  scrollbar-gutter: stable;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.fixed-table-container table {
  width: 100%;
}
.fixed-table-container tbody td {
  border-left: 1px solid #ddd;
}
.fixed-table-container tbody td:first-child {
  border-left: none;
}
.table>thead:first-child>tr:first-child>th {
  border-top: 0;
}
#table .volume {
  min-width: 126px;
  width: 126px;
}
#table .tb_rank {
  min-width: 75px;
  width: 75px;
}
#sectionTable table thead {
  flex: 0 0 auto;
  width: calc(100% - 10px);
}
#sectionTable table tbody::-webkit-scrollbar {
  width: 10px;
}
#sectionTable table tbody::-webkit-scrollbar-thumb {
  background-color: rgba(1, 138, 242, 1);
  border-radius: 10px;
}
#sectionTable table tbody::-webkit-scrollbar-track {
  background-color: transparent;
}
.fixed-table-body {
  overflow-y: hidden;
}
th {
  text-align: left;
}
.hidden_section {
  display: none !important;
}
.iScrollIndicator {
  border: 0 !important;
  background: rgb(255 255 255 / 50%) !important;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
  background-color: #00aeee !important;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background-color: #a09a9a !important;
}
@media (max-width: 1199px) {
  #sectionTable .bootstrap-table {
    display: none;
  }
  #sectionTable .table-wrap {
    height: auto;
    padding: 20px 50px 50px 50px;
  }
}
@media (max-width: 767px) {
  #sectionTable .table-wrap {
    height: auto;
    padding: 20px 20px 30px 20px;
  }
}
#sectionTable .bootstrap-table {
  background: #fff !important;
  color: #000 !important;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
