@import "https://fonts.googleapis.com/css2?family=Cresta:wght@400;500;600;700&display=swap";
@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-space-y-reverse: 0;
            --tw-border-style: solid;
            --tw-gradient-position: initial;
            --tw-gradient-from: #0000;
            --tw-gradient-via: #0000;
            --tw-gradient-to: #0000;
            --tw-gradient-stops: initial;
            --tw-gradient-via-stops: initial;
            --tw-gradient-from-position: 0%;
            --tw-gradient-via-position: 50%;
            --tw-gradient-to-position: 100%;
            --tw-leading: initial;
            --tw-font-weight: initial;
            --tw-tracking: initial;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-outline-style: solid;
            --tw-blur: initial;
            --tw-brightness: initial;
            --tw-contrast: initial;
            --tw-grayscale: initial;
            --tw-hue-rotate: initial;
            --tw-invert: initial;
            --tw-opacity: initial;
            --tw-saturate: initial;
            --tw-sepia: initial;
            --tw-drop-shadow: initial;
            --tw-drop-shadow-color: initial;
            --tw-drop-shadow-alpha: 100%;
            --tw-drop-shadow-size: initial;
            --tw-duration: initial;
            --tw-ease: initial;
            --tw-translate-x: 0;
            --tw-translate-y: 0;
            --tw-translate-z: 0;
        }
    }
}
@layer theme {
    :root,
    :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
            "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --color-black: #000;
        --color-white: #fff;
        --spacing: 0.25rem;
        --text-lg: 1.125rem;
        --text-lg--line-height: calc(1.75 / 1.125);
        --font-weight-medium: 500;
        --font-weight-bold: 700;
        --font-weight-black: 900;
        --tracking-tight: -0.025em;
        --tracking-wide: 0.025em;
        --leading-tight: 1.25;
        --radius-md: 0.375rem;
        --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
        --default-transition-duration: 0.15s;
        --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 {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0;
    }
    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0;
    }
    html,
    :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        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 {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative;
    }
    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 {
        vertical-align: middle;
        display: block;
    }
    img,
    video {
        max-width: 100%;
        height: auto;
    }
    button,
    input,
    select,
    optgroup,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0;
    }
    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0;
    }
    :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)) {
            ::placeholder {
                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 {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-year-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-month-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-day-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-hour-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-minute-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-second-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0;
    }
    ::-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"]) {
        appearance: button;
    }
    ::file-selector-button {
        appearance: button;
    }
    ::-webkit-inner-spin-button {
        height: auto;
    }
    ::-webkit-outer-spin-button {
        height: auto;
    }
    [hidden]:where(:not([hidden="until-found"])) {
        display: none !important;
    }
}
@layer components {
    .community-feature-title {
        --tw-font-weight: var(--font-weight-bold);
        font-size: 24px;
        font-weight: var(--font-weight-bold);
    }
    .community-feature-desc {
        --tw-leading: var(--leading-tight);
        font-size: 24px;
        line-height: var(--leading-tight);
        --tw-tracking: var(--tracking-tight);
        letter-spacing: var(--tracking-tight);
        color: #1e1e1e;
    }
    .center-features-gap {
        gap: calc(var(--spacing) * 3);
    }
}
@layer utilities {
    .pointer-events-none {
        pointer-events: none;
    }
    .collapse {
        visibility: collapse;
    }
    .invisible {
        visibility: hidden;
    }
    .visible {
        visibility: visible;
    }
    .sr-only {
        clip-path: inset(50%);
        white-space: nowrap;
        border-width: 0;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        position: absolute;
        overflow: hidden;
    }
    .absolute {
        position: absolute;
    }
    .fixed {
        position: fixed;
    }
    .relative {
        position: relative;
    }
    .static {
        position: static;
    }
    .inset-0 {
        inset: calc(var(--spacing) * 0);
    }
    .inset-x-0 {
        inset-inline: calc(var(--spacing) * 0);
    }
    .top-1\/2 {
        top: 50%;
    }
    .top-15 {
        top: calc(var(--spacing) * 15);
    }
    .top-43 {
        top: calc(var(--spacing) * 43);
    }
    .top-\[100\%\] {
        top: 100%;
    }
    .right-0 {
        right: calc(var(--spacing) * 0);
    }
    .right-6 {
        right: calc(var(--spacing) * 6);
    }
    .right-45 {
        right: calc(var(--spacing) * 45);
    }
    .bottom-0 {
        bottom: calc(var(--spacing) * 0);
    }
    .bottom-6 {
        bottom: calc(var(--spacing) * 6);
    }
    .bottom-10 {
        bottom: calc(var(--spacing) * 10);
    }
    .bottom-15 {
        bottom: calc(var(--spacing) * 15);
    }
    .bottom-20 {
        bottom: calc(var(--spacing) * 20);
    }
    .bottom-\[96px\] {
        bottom: 96px;
    }
    .left-30 {
        left: calc(var(--spacing) * 30);
    }
    .left-105 {
        left: calc(var(--spacing) * 105);
    }
    .left-\[0\] {
        left: 0;
    }
    .z-0 {
        z-index: 0;
    }
    .z-10 {
        z-index: 10;
    }
    .z-20 {
        z-index: 20;
    }
    .z-40 {
        z-index: 40;
    }
    .z-60 {
        z-index: 60;
    }
    .order-last {
        order: 9999;
    }
    .col-span-2 {
        grid-column: span 2 / span 2;
    }
    .container {
        width: 100%;
    }
    @media (min-width: 40rem) {
        .container {
            max-width: 40rem;
        }
    }
    @media (min-width: 48rem) {
        .container {
            max-width: 48rem;
        }
    }
    @media (min-width: 64rem) {
        .container {
            max-width: 64rem;
        }
    }
    @media (min-width: 80rem) {
        .container {
            max-width: 80rem;
        }
    }
    @media (min-width: 96rem) {
        .container {
            max-width: 96rem;
        }
    }
    .m-0 {
        margin: calc(var(--spacing) * 0);
    }
    .mx-0 {
        margin-inline: calc(var(--spacing) * 0);
    }
    .mx-auto {
        margin-inline: auto;
    }
    .-mt-\[140px\] {
        margin-top: -140px;
    }
    .mt-0 {
        margin-top: calc(var(--spacing) * 0);
    }
    .mt-2 {
        margin-top: calc(var(--spacing) * 2);
    }
    .mt-3 {
        margin-top: calc(var(--spacing) * 3);
    }
    .mt-4 {
        margin-top: calc(var(--spacing) * 4);
    }
    .mt-6 {
        margin-top: calc(var(--spacing) * 6);
    }
    .mt-8 {
        margin-top: calc(var(--spacing) * 8);
    }
    .mt-10 {
        margin-top: calc(var(--spacing) * 10);
    }
    .mt-16 {
        margin-top: calc(var(--spacing) * 16);
    }
    .mt-20 {
        margin-top: calc(var(--spacing) * 20);
    }
    .mt-\[250px\] {
        margin-top: 250px;
    }
    .mt-auto {
        margin-top: auto;
    }
    .mr-4 {
        margin-right: calc(var(--spacing) * 4);
    }
    .mr-8 {
        margin-right: calc(var(--spacing) * 8);
    }
    .mr-\[225px\] {
        margin-right: 225px;
    }
    .mb-1 {
        margin-bottom: calc(var(--spacing) * 1);
    }
    .mb-2 {
        margin-bottom: calc(var(--spacing) * 2);
    }
    .mb-3 {
        margin-bottom: calc(var(--spacing) * 3);
    }
    .mb-4 {
        margin-bottom: calc(var(--spacing) * 4);
    }
    .mb-6 {
        margin-bottom: calc(var(--spacing) * 6);
    }
    .mb-8 {
        margin-bottom: calc(var(--spacing) * 8);
    }
    .mb-10 {
        margin-bottom: calc(var(--spacing) * 10);
    }
    .mb-12 {
        margin-bottom: calc(var(--spacing) * 12);
    }
    .mb-20 {
        margin-bottom: calc(var(--spacing) * 20);
    }
    .mb-24 {
        margin-bottom: calc(var(--spacing) * 24);
    }
    .mb-32 {
        margin-bottom: calc(var(--spacing) * 32);
    }
    .mb-\[250px\] {
        margin-bottom: 250px;
    }
    .-ml-8 {
        margin-left: calc(var(--spacing) * -8);
    }
    .ml-2 {
        margin-left: calc(var(--spacing) * 2);
    }
    .ml-6 {
        margin-left: calc(var(--spacing) * 6);
    }
    .ml-\[250px\] {
        margin-left: 250px;
    }
    .ml-\[auto\],
    .ml-auto {
        margin-left: auto;
    }
    .block {
        display: block;
    }
    .contents {
        display: contents;
    }
    .flex {
        display: flex;
    }
    .grid {
        display: grid;
    }
    .hidden {
        display: none;
    }
    .inline {
        display: inline;
    }
    .inline-block {
        display: inline-block;
    }
    .inline-flex {
        display: inline-flex;
    }
    .h-6 {
        height: calc(var(--spacing) * 6);
    }
    .h-8 {
        height: calc(var(--spacing) * 8);
    }
    .h-10 {
        height: calc(var(--spacing) * 10);
    }
    .h-12 {
        height: calc(var(--spacing) * 12);
    }
    .h-20 {
        height: calc(var(--spacing) * 20);
    }
    .h-32 {
        height: calc(var(--spacing) * 32);
    }
    .h-\[3px\] {
        height: 3px;
    }
    .h-\[20px\] {
        height: 20px;
    }
    .h-\[23px\] {
        height: 23px;
    }
    .h-\[25px\] {
        height: 25px;
    }
    .h-\[30px\] {
        height: 30px;
    }
    .h-\[34px\] {
        height: 34px;
    }
    .h-\[38px\] {
        height: 38px;
    }
    .h-\[39px\] {
        height: 39px;
    }
    .h-\[40px\] {
        height: 40px;
    }
    .h-\[43px\] {
        height: 43px;
    }
    .h-\[44px\] {
        height: 44px;
    }
    .h-\[50px\] {
        height: 50px;
    }
    .h-\[54px\] {
        height: 54px;
    }
    .h-\[60px\] {
        height: 60px;
    }
    .h-\[62px\] {
        height: 62px;
    }
    .h-\[65px\] {
        height: 65px;
    }
    .h-\[80px\] {
        height: 80px;
    }
    .h-\[90px\] {
        height: 90px;
    }
    .h-\[100px\] {
        height: 100px;
    }
    .h-\[133px\] {
        height: 133px;
    }
    .h-\[159px\] {
        height: 159px;
    }
    .h-\[209px\] {
        height: 209px;
    }
    .h-\[217px\] {
        height: 217px;
    }
    .h-\[259px\] {
        height: 259px;
    }
    .h-\[295px\] {
        height: 295px;
    }
    .h-\[304px\] {
        height: 304px;
    }
    .h-\[318px\] {
        height: 318px;
    }
    .h-\[360px\] {
        height: 360px;
    }
    .h-\[400px\] {
        height: 400px;
    }
    .h-\[438px\] {
        height: 438px;
    }
    .h-\[469px\] {
        height: 469px;
    }
    .h-\[473px\] {
        height: 473px;
    }
    .h-\[480px\] {
        height: 480px;
    }
    .h-\[516px\] {
        height: 516px;
    }
    .h-\[526px\] {
        height: 526px;
    }
    .h-\[530px\] {
        height: 530px;
    }
    .h-\[584px\] {
        height: 584px;
    }
    .h-\[622px\] {
        height: 622px;
    }
    .h-\[633px\] {
        height: 633px;
    }
    .h-\[655px\] {
        height: 655px;
    }
    .h-\[669px\] {
        height: 669px;
    }
    .h-\[673px\] {
        height: 673px;
    }
    .h-\[697px\] {
        height: 697px;
    }
    .h-\[734px\] {
        height: 734px;
    }
    .h-\[746px\] {
        height: 746px;
    }
    .h-\[1042px\] {
        height: 1042px;
    }
    .h-\[1080px\] {
        height: 1080px;
    }
    .h-auto {
        height: auto;
    }
    .h-full {
        height: 100%;
    }
    .max-h-\[540px\] {
        max-height: 540px;
    }
    .max-h-\[582px\] {
        max-height: 582px;
    }
    .w-1\/2 {
        width: 50%;
    }
    .w-6 {
        width: calc(var(--spacing) * 6);
    }
    .w-7 {
        width: calc(var(--spacing) * 7);
    }
    .w-8 {
        width: calc(var(--spacing) * 8);
    }
    .w-9 {
        width: calc(var(--spacing) * 9);
    }
    .w-10 {
        width: calc(var(--spacing) * 10);
    }
    .w-12 {
        width: calc(var(--spacing) * 12);
    }
    .w-20 {
        width: calc(var(--spacing) * 20);
    }
    .w-\[37px\] {
        width: 37px;
    }
    .w-\[38px\] {
        width: 38px;
    }
    .w-\[39px\] {
        width: 39px;
    }
    .w-\[40px\] {
        width: 40px;
    }
    .w-\[43px\] {
        width: 43px;
    }
    .w-\[44px\] {
        width: 44px;
    }
    .w-\[47px\] {
        width: 47px;
    }
    .w-\[51px\] {
        width: 51px;
    }
    .w-\[52px\] {
        width: 52px;
    }
    .w-\[55px\] {
        width: 55px;
    }
    .w-\[59px\] {
        width: 59px;
    }
    .w-\[66px\] {
        width: 66px;
    }
    .w-\[71px\] {
        width: 71px;
    }
    .w-\[74px\] {
        width: 74px;
    }
    .w-\[82px\] {
        width: 82px;
    }
    .w-\[85px\] {
        width: 85px;
    }
    .w-\[91px\] {
        width: 91px;
    }
    .w-\[100\%\] {
        width: 100%;
    }
    .w-\[100px\] {
        width: 100px;
    }
    .w-\[116px\] {
        width: 116px;
    }
    .w-\[128px\] {
        width: 128px;
    }
    .w-\[133px\] {
        width: 133px;
    }
    .w-\[209px\] {
        width: 209px;
    }
    .w-\[218px\] {
        width: 218px;
    }
    .w-\[230px\] {
        width: 230px;
    }
    .w-\[238px\] {
        width: 238px;
    }
    .w-\[241px\] {
        width: 241px;
    }
    .w-\[260px\] {
        width: 260px;
    }
    .w-\[272px\] {
        width: 272px;
    }
    .w-\[275px\] {
        width: 275px;
    }
    .w-\[314px\] {
        width: 314px;
    }
    .w-\[324px\] {
        width: 324px;
    }
    .w-\[327px\] {
        width: 327px;
    }
    .w-\[330px\] {
        width: 330px;
    }
    .w-\[481px\] {
        width: 481px;
    }
    .w-\[486px\] {
        width: 486px;
    }
    .w-\[570px\] {
        width: 570px;
    }
    .w-\[700px\] {
        width: 700px;
    }
    .w-\[947px\] {
        width: 947px;
    }
    .w-\[1059px\] {
        width: 1059px;
    }
    .w-\[1162px\] {
        width: 1162px;
    }
    .w-\[1203px\] {
        width: 1203px;
    }
    .w-\[1283px\] {
        width: 1283px;
    }
    .w-\[1750px\] {
        width: 1750px;
    }
    .w-\[1767px\] {
        width: 1767px;
    }
    .w-full {
        width: 100%;
    }
    .max-w-\[100\%\] {
        max-width: 100%;
    }
    .max-w-\[166px\] {
        max-width: 166px;
    }
    .max-w-\[260px\] {
        max-width: 260px;
    }
    .max-w-\[330px\] {
        max-width: 330px;
    }
    .max-w-\[400px\] {
        max-width: 400px;
    }
    .max-w-\[430px\] {
        max-width: 430px;
    }
    .max-w-\[480px\] {
        max-width: 480px;
    }
    .max-w-\[520px\] {
        max-width: 520px;
    }
    .max-w-\[521px\] {
        max-width: 521px;
    }
    .max-w-\[580px\] {
        max-width: 580px;
    }
    .max-w-\[628px\] {
        max-width: 628px;
    }
    .max-w-\[690px\] {
        max-width: 690px;
    }
    .max-w-\[720px\] {
        max-width: 720px;
    }
    .max-w-\[742px\] {
        max-width: 742px;
    }
    .max-w-\[824px\] {
        max-width: 824px;
    }
    .max-w-\[960px\] {
        max-width: 960px;
    }
    .max-w-\[1049px\] {
        max-width: 1049px;
    }
    .max-w-\[1059px\] {
        max-width: 1059px;
    }
    .max-w-\[1162px\] {
        max-width: 1162px;
    }
    .max-w-\[1350px\] {
        max-width: 1350px;
    }
    .max-w-\[1450px\] {
        max-width: 1450px;
    }
    .max-w-\[1470px\] {
        max-width: 1470px;
    }
    .max-w-\[1525px\] {
        max-width: 1525px;
    }
    .max-w-\[1550px\] {
        max-width: 1550px;
    }
    .max-w-\[1625px\] {
        max-width: 1625px;
    }
    .max-w-\[1650px\] {
        max-width: 1650px;
    }
    .max-w-\[1750px\] {
        max-width: 1750px;
    }
    .max-w-\[1800px\] {
        max-width: 1800px;
    }
    .max-w-full {
        max-width: 100%;
    }
    .flex-1 {
        flex: 1;
    }
    .shrink {
        flex-shrink: 1;
    }
    .transform {
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
    .cursor-pointer {
        cursor: pointer;
    }
    .resize {
        resize: both;
    }
    .list-none {
        list-style-type: none;
    }
    .grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .flex-col {
        flex-direction: column;
    }
    .flex-row {
        flex-direction: row;
    }
    .items-center {
        align-items: center;
    }
    .items-end {
        align-items: flex-end;
    }
    .items-start {
        align-items: flex-start;
    }
    .items-stretch {
        align-items: stretch;
    }
    .justify-between {
        justify-content: space-between;
    }
    .justify-center {
        justify-content: center;
    }
    .justify-end {
        justify-content: flex-end;
    }
    .justify-start {
        justify-content: flex-start;
    }
    .gap-2 {
        gap: calc(var(--spacing) * 2);
    }
    .gap-3 {
        gap: calc(var(--spacing) * 3);
    }
    .gap-4 {
        gap: calc(var(--spacing) * 4);
    }
    .gap-5 {
        gap: calc(var(--spacing) * 5);
    }
    .gap-6 {
        gap: calc(var(--spacing) * 6);
    }
    .gap-8 {
        gap: calc(var(--spacing) * 8);
    }
    .gap-10 {
        gap: calc(var(--spacing) * 10);
    }
    .gap-12 {
        gap: calc(var(--spacing) * 12);
    }
    .gap-14 {
        gap: calc(var(--spacing) * 14);
    }
    .gap-32 {
        gap: calc(var(--spacing) * 32);
    }
    .gap-36 {
        gap: calc(var(--spacing) * 36);
    }
    .gap-\[104px\] {
        gap: 104px;
    }
    :where(.space-y-2 > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
    :where(.space-y-6 > :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)));
    }
    .overflow-hidden {
        overflow: hidden;
    }
    .overflow-visible {
        overflow: visible;
    }
    .overflow-y-hidden {
        overflow-y: hidden;
    }
    .rounded {
        border-radius: 0.25rem;
    }
    .rounded-\[10px\] {
        border-radius: 10px;
    }
    .rounded-\[12px\] {
        border-radius: 12px;
    }
    .rounded-\[18px\] {
        border-radius: 18px;
    }
    .rounded-\[44px\] {
        border-radius: 44px;
    }
    .rounded-\[50px\] {
        border-radius: 50px;
    }
    .rounded-full {
        border-radius: 3.40282e38px;
    }
    .rounded-md {
        border-radius: var(--radius-md);
    }
    .rounded-tl-\[50px\] {
        border-top-left-radius: 50px;
    }
    .rounded-tr-\[50px\] {
        border-top-right-radius: 50px;
    }
    .rounded-br-\[50px\] {
        border-bottom-right-radius: 50px;
    }
    .rounded-bl-\[50px\] {
        border-bottom-left-radius: 50px;
    }
    .border {
        border-style: var(--tw-border-style);
        border-width: 1px;
    }
    .bg-\[\#0FC26C\] {
        background-color: #0fc26c;
    }
    .bg-transparent {
        background-color: #0000;
    }
    .bg-white {
        background-color: var(--color-white);
    }
    .bg-gradient-to-r {
        --tw-gradient-position: to right in oklab;
        background-image: linear-gradient(var(--tw-gradient-stops));
    }
    .from-\[\#C40228\] {
        --tw-gradient-from: #c40228;
        --tw-gradient-stops: var(
            --tw-gradient-via-stops,
            var(--tw-gradient-position),
            var(--tw-gradient-from) var(--tw-gradient-from-position),
            var(--tw-gradient-to) var(--tw-gradient-to-position)
        );
    }
    .to-\[\#ED3D1A\] {
        --tw-gradient-to: #ed3d1a;
        --tw-gradient-stops: var(
            --tw-gradient-via-stops,
            var(--tw-gradient-position),
            var(--tw-gradient-from) var(--tw-gradient-from-position),
            var(--tw-gradient-to) var(--tw-gradient-to-position)
        );
    }
    .object-contain {
        object-fit: contain;
    }
    .object-cover {
        object-fit: cover;
    }
    .p-0 {
        padding: calc(var(--spacing) * 0);
    }
    .p-3 {
        padding: calc(var(--spacing) * 3);
    }
    .p-4 {
        padding: calc(var(--spacing) * 4);
    }
    .p-6 {
        padding: calc(var(--spacing) * 6);
    }
    .px-0 {
        padding-inline: calc(var(--spacing) * 0);
    }
    .px-2 {
        padding-inline: calc(var(--spacing) * 2);
    }
    .px-4 {
        padding-inline: calc(var(--spacing) * 4);
    }
    .px-6 {
        padding-inline: calc(var(--spacing) * 6);
    }
    .px-8 {
        padding-inline: calc(var(--spacing) * 8);
    }
    .px-\[72px\] {
        padding-inline: 72px;
    }
    .py-2 {
        padding-block: calc(var(--spacing) * 2);
    }
    .py-3 {
        padding-block: calc(var(--spacing) * 3);
    }
    .py-6 {
        padding-block: calc(var(--spacing) * 6);
    }
    .py-10 {
        padding-block: calc(var(--spacing) * 10);
    }
    .py-12 {
        padding-block: calc(var(--spacing) * 12);
    }
    .py-16 {
        padding-block: calc(var(--spacing) * 16);
    }
    .py-20 {
        padding-block: calc(var(--spacing) * 20);
    }
    .py-36 {
        padding-block: calc(var(--spacing) * 36);
    }
    .pt-48 {
        padding-top: calc(var(--spacing) * 48);
    }
    .pt-64 {
        padding-top: calc(var(--spacing) * 64);
    }
    .pt-\[28px\] {
        padding-top: 28px;
    }
    .pr-6 {
        padding-right: calc(var(--spacing) * 6);
    }
    .pb-12 {
        padding-bottom: calc(var(--spacing) * 12);
    }
    .pb-24 {
        padding-bottom: calc(var(--spacing) * 24);
    }
    .pb-\[32px\] {
        padding-bottom: 32px;
    }
    .pl-8 {
        padding-left: calc(var(--spacing) * 8);
    }
    .pl-12 {
        padding-left: calc(var(--spacing) * 12);
    }
    .pl-40 {
        padding-left: calc(var(--spacing) * 40);
    }
    .pl-\[250px\] {
        padding-left: 250px;
    }
    .text-center {
        text-align: center;
    }
    .text-left {
        text-align: left;
    }
    .text-right {
        text-align: right;
    }
    .text-lg {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    .text-\[14px\] {
        font-size: 14px;
    }
    .text-\[15px\] {
        font-size: 15px;
    }
    .text-\[16px\] {
        font-size: 16px;
    }
    .text-\[17px\] {
        font-size: 17px;
    }
    .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-\[28px\] {
        font-size: 28px;
    }
    .text-\[32px\] {
        font-size: 32px;
    }
    .text-\[44px\] {
        font-size: 44px;
    }
    .text-\[64px\] {
        font-size: 64px;
    }
    .text-\[96px\] {
        font-size: 96px;
    }
    .leading-\[0\.95\] {
        --tw-leading: 0.95;
        line-height: 0.95;
    }
    .leading-tight {
        --tw-leading: var(--leading-tight);
        line-height: var(--leading-tight);
    }
    .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);
    }
    .tracking-wide {
        --tw-tracking: var(--tracking-wide);
        letter-spacing: var(--tracking-wide);
    }
    .whitespace-nowrap {
        white-space: nowrap;
    }
    .text-\[\#1E1E1E\] {
        color: #1e1e1e;
    }
    .text-\[\#EDEDED\] {
        color: #ededed;
    }
    .text-\[\#FAFAFA\] {
        color: #fafafa;
    }
    .text-\[\#FFFFFF\],
    .text-\[\#fff\] {
        color: #fff;
    }
    .text-black {
        color: var(--color-black);
    }
    .text-white {
        color: var(--color-white);
    }
    .uppercase {
        text-transform: uppercase;
    }
    .italic {
        font-style: italic;
    }
    .underline {
        text-decoration-line: underline;
    }
    .placeholder-\[\#CACACA\]::placeholder {
        color: #cacaca;
    }
    .shadow {
        --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow),
            var(--tw-ring-shadow), var(--tw-shadow);
    }
    .shadow-md {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow),
            var(--tw-ring-shadow), var(--tw-shadow);
    }
    .outline {
        outline-style: var(--tw-outline-style);
        outline-width: 1px;
    }
    .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,);
    }
    .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-colors {
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke,
            --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    .duration-200 {
        --tw-duration: 0.2s;
        transition-duration: 0.2s;
    }
    .duration-400 {
        --tw-duration: 0.4s;
        transition-duration: 0.4s;
    }
    .ease-in-out {
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out);
    }
    @media (hover: hover) {
        .hover\:bg-\[\#2D7DB9\]:hover {
            background-color: #2d7db9;
        }
        .hover\:bg-\[\#6D2037\]:hover {
            background-color: #6d2037;
        }
        .hover\:bg-\[\#024DDF\]:hover {
            background-color: #024ddf;
        }
        .hover\:bg-\[\#005091\]:hover {
            background-color: #005091;
        }
        .hover\:bg-\[\#C70F2E\]:hover {
            background-color: #c70f2e;
        }
        .hover\:bg-\[\#FEBA3A\]:hover {
            background-color: #feba3a;
        }
        .hover\:bg-white\/20:hover {
            background-color: #fff3;
        }
        @supports (color: color-mix(in lab, red, red)) {
            .hover\:bg-white\/20:hover {
                background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
            }
        }
        .hover\:shadow-md:hover {
            --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a),
                0 2px 4px -2px var(--tw-shadow-color, #0000001a);
            box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow),
                var(--tw-ring-shadow), var(--tw-shadow);
        }
    }
    @media (min-width: 48rem) {
        .md\:absolute {
            position: absolute;
        }
        .md\:top-1\/2 {
            top: 50%;
        }
        .md\:right-0 {
            right: calc(var(--spacing) * 0);
        }
        .md\:z-20 {
            z-index: 20;
        }
        .md\:block {
            display: block;
        }
        .md\:flex {
            display: flex;
        }
        .md\:hidden {
            display: none;
        }
        .md\:h-\[339px\] {
            height: 339px;
        }
        .md\:h-\[495px\] {
            height: 495px;
        }
        .md\:w-1\/2 {
            width: 50%;
        }
        .md\:w-\[342px\] {
            width: 342px;
        }
        .md\:w-\[570px\] {
            width: 570px;
        }
        .md\:w-\[593px\] {
            width: 593px;
        }
        .md\:w-\[747px\] {
            width: 747px;
        }
        .md\:w-\[1283px\] {
            width: 1283px;
        }
        .md\:-translate-y-1\/2 {
            --tw-translate-y: -50%;
            translate: var(--tw-translate-x) var(--tw-translate-y);
        }
        .md\:transform {
            transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
        }
        .md\:flex-row {
            flex-direction: row;
        }
        .md\:items-start {
            align-items: flex-start;
        }
        .md\:pl-8 {
            padding-left: calc(var(--spacing) * 8);
        }
        .md\:text-\[24px\] {
            font-size: 24px;
        }
    }
}
html,
body {
    background-color: #f2f2f2;
    font-family: Cresta, sans-serif;
    overflow-x: hidden !important;
}
.mobile-only {
    display: none !important;
}
@media (max-width: 768px) {
    header.header--open .mobile-only {
        display: block !important;
    }
}
.promo-shield-mobile,
.promo-cleaning-mobile,
.promo-penizek-mobile,
.promo-fuelcan-mobile,
.promo-fuelgun-mobile,
.promo-icons-mobile {
    display: none !important;
}
@media (min-width: 768px) {
    .md\:hidden {
        display: none !important;
    }
    .md\:block {
        display: block !important;
    }
    .md\:flex {
        display: flex !important;
    }
    .md\:inline {
        display: inline !important;
    }
    .md\:inline-block {
        display: inline-block !important;
    }
}

.gradient-red {
    z-index: 50;
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: #c40228;
    --tw-gradient-to: #ed3d1a;
    --tw-gradient-stops: var(
        --tw-gradient-via-stops,
        var(--tw-gradient-position),
        var(--tw-gradient-from) var(--tw-gradient-from-position),
        var(--tw-gradient-to) var(--tw-gradient-to-position)
    );
}
.bg-gradient-red {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: #c40228;
    --tw-gradient-to: #ed3d1a;
    --tw-gradient-stops: var(
        --tw-gradient-via-stops,
        var(--tw-gradient-position),
        var(--tw-gradient-from) var(--tw-gradient-from-position),
        var(--tw-gradient-to) var(--tw-gradient-to-position)
    );
}
.promo-gradient {
    background: linear-gradient(90deg, #c40228, #ed3d1a);
}
.promo-cta {
    justify-content: left;
    width: 100%;
    margin-top: 8px;
    display: flex;
}
.promo-cta a {
    vertical-align: middle;
    line-height: 1;
}
.promo-btn {
    color: #000 !important;
    white-space: nowrap !important;
    text-align: center !important;
    background: #fff !important;
    border-radius: 999px !important;
    justify-content: center !important;
    align-items: center !important;
    width: 284px !important;
    height: 38px !important;
    margin-top: 8px !important;
    font-size: 20px !important;
    font-style: italic !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    display: inline-flex !important;
}
.header-link {
    align-items: center;
    gap: calc(var(--spacing) * 2);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    --tw-font-weight: var(--font-weight-black);
    font-size: 20px;
    font-weight: var(--font-weight-black);
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
    color: var(--color-white);
    text-transform: uppercase;
    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));
    --tw-duration: 0.2s;
    --tw-ease: var(--ease-in-out);
    transition-duration: 0.2s;
    transition-timing-function: var(--ease-in-out);
    font-style: italic;
    display: inline-flex;
}
.header-link:hover {
    opacity: 0.9;
}
.header-link--pill {
    height: 38px;
    color: var(--color-white);
    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));
    --tw-duration: 0.2s;
    --tw-ease: var(--ease-in-out);
    transition-duration: 0.2s;
    transition-timing-function: var(--ease-in-out);
    background-color: #0fc26c;
    border-radius: 3.40282e38px;
}
.header-link--pill .pill-mobile {
    display: none;
}
.header-link--pill .pill-full {
    display: inline;
}
.hero-link--pill {
    margin-top: calc(var(--spacing) * 20);
    cursor: pointer;
    --tw-font-weight: var(--font-weight-black);
    width: 218px;
    height: 38px;
    font-size: 18px;
    font-weight: var(--font-weight-black);
    color: var(--color-white);
    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));
    --tw-duration: 0.2s;
    --tw-ease: var(--ease-in-out);
    transition-duration: 0.2s;
    transition-timing-function: var(--ease-in-out);
    background-color: #0fc26c;
    border-radius: 3.40282e38px;
    justify-content: center;
    align-items: center;
    font-style: italic;
    display: inline-flex;
}
.hero-link--pill:hover {
    opacity: 0.95;
}
.features-link-pill {
    --tw-font-weight: var(--font-weight-black);
    font-size: 20px;
    font-weight: var(--font-weight-black);
    color: #fafafa;
    cursor: pointer;
    background: #0fc26c;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 272px;
    height: 38px;
    font-size: 18px;
    font-style: italic;
    font-weight: 900;
    text-decoration: none;
    display: inline-flex;
}
.features-link-pill:hover {
    opacity: 0.95;
}
.map-step {
    align-items: flex-start;
    gap: 1.25rem;
    display: flex;
}
.svg-fo.map-step {
    display: flex;
}
.map-step__num {
    color: #d92b2b;
    flex: 0 0 140px;
    width: 140px;
    font-size: 130px;
    font-style: italic;
    font-weight: 900;
    line-height: 1;
}
.map-step__content {
    color: #1e1e1e;
    max-width: 560px;
}
.map-step__content--step3 {
    flex: 0 0 460px;
    width: 460px;
    min-width: 460px;
}
.map-step--right .map-step__content {
    text-align: right;
}
.map-step--left .map-step__content {
    text-align: left;
}
.map-step__title,
.map-step__content h1,
.map-step__content h2,
.map-step__content h3,
.map-step__content h4,
.map-step__content h5,
.map-step__content h6 {
    color: #1e1e1e;
    white-space: nowrap;
    text-align: left;
    margin: 0;
    font-size: 44px;
    font-style: italic;
    font-weight: 900;
}
.map-step__title-row {
    align-items: center;
    gap: 10px;
    display: inline-flex;
}
.map-step__badge {
    color: #fff;
    background: #1ac660;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    width: 102px;
    height: 25px;
    margin-left: 8px;
    font-size: 12px;
    font-style: italic;
    font-weight: 900;
    line-height: 1;
    display: inline-flex;
}
.map-step__badge--gold {
    background: #e2ba04;
}
.map-step__content--step3 .map-step__title-row {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
}
.map-step__content--step3 .map-step__title {
    text-align: left;
}
.map-step__desc,
.map-step__content p {
    color: #1e1e1e;
    text-align: left;
    max-width: 520px;
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1;
}
.no-wrap {
    white-space: nowrap;
}
.map-step__note {
    text-align: left;
    color: #1ac660;
    margin-top: 0.5rem;
    font-weight: 700;
}
.map-step__media {
    flex: none;
    order: 0;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
    display: flex;
}
.map-step__num {
    order: 1;
}
.map-step__content {
    order: 2;
}
.map-step--left .map-step__media {
    margin-left: 0;
    margin-right: 1rem;
}
.map-step--right .map-step__media {
    margin-right: 1rem;
}
#mapSteps .map-step.map-step.map-step--right:first-of-type .map-step__media,
#mapSteps .map-step.map-step--right:first-of-type .map-step__media {
    margin-top: -140px;
}
#mapSteps .map-step.map-step--right:first-of-type .map-step__media img {
    transform: translate(-75px);
}
.map-step__img-sm {
    width: 140px;
    height: auto;
    display: block;
}
.map-step__img-md {
    width: 511px;
    height: 207px;
    display: block;
}
.map-step__img-badge {
    width: 60px;
    height: auto;
    display: block;
}
.map-step__img-icon {
    width: 48px;
    height: auto;
    margin-right: 6px;
    display: inline-block;
}
.map-step__img-lg {
    object-fit: contain;
    width: 316px;
    height: 473px;
    display: block;
}
.map-step__side {
    flex: none;
    order: 3;
    align-items: center;
    margin-left: -40px;
    display: flex;
}
.map-step__img-side {
    object-fit: contain;
    width: 610px;
    height: 408px;
    display: block;
}
.map-trail {
    overflow: visible !important;
}
#mapTrailSvg,
#mapTrailSvg foreignObject {
    overflow: visible;
}
.header-link--icon {
    z-index: 50;
    cursor: pointer;
    border-radius: var(--radius-md);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    color: var(--color-white);
    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));
    --tw-duration: 0.2s;
    --tw-ease: var(--ease-in-out);
    transition-duration: 0.2s;
    transition-timing-function: var(--ease-in-out);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}
@media (hover: hover) {
    .header-link--icon:hover {
        background-color: #fff3;
    }
    @supports (color: color-mix(in lab, red, red)) {
        .header-link--icon:hover {
            background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
        }
    }
    .header-link--icon:hover {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow),
            var(--tw-ring-shadow), var(--tw-shadow);
    }
}
.header-link--icon {
    background: 0 0;
}
.header-link--icon .hamburger-bar {
    height: 3px;
    width: calc(var(--spacing) * 9);
    background-color: var(--color-white);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke,
        --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 0.2s;
    --tw-ease: var(--ease-in-out);
    transition-duration: 0.2s;
    transition-timing-function: var(--ease-in-out);
    border-radius: 0.25rem;
    transition: all 0.3s;
    display: block;
}
.header-link--icon .hamburger-bar + .hamburger-bar {
    margin-top: 5px;
}
header.header--open .header-link--icon .hamburger-bar:first-child {
    transform: rotate(45deg) translate(6px, 6px);
}
header.header--open .header-link--icon .hamburger-bar:nth-child(2) {
    opacity: 0;
}
header.header--open .header-link--icon .hamburger-bar:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}
.bg-green {
    background-color: #0fc26c;
}
.hero-bg {
    position: relative;
    overflow: visible;
}
header-dropdown {
    color: #fff;
    background: linear-gradient(90deg, #c40228, #ed3d1a);
    width: 100%;
    display: none;
    overflow: hidden;
}
header {
    overflow: visible;
}
.header-dropdown {
    z-index: 40;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(90deg, #c40228, #ed3d1a);
    width: 100%;
    max-height: 0;
    transition:
        max-height 0.36s cubic-bezier(0.2, 0.9, 0.2, 1),
        opacity 0.26s,
        transform 0.26s;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
    transform: translateY(-6px);
}
header.header--open .header-dropdown {
    opacity: 1;
    pointer-events: auto;
    max-height: 648px;
    transform: translateY(0);
}
.header-dropdown {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
header.header--open .header-dropdown {
    display: block;
}
header.header--open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.header-dropdown__inner {
    opacity: 0;
    align-items: stretch;
    gap: 24px;
    padding-top: 28px;
    padding-bottom: 32px;
    transition:
        opacity 0.3s,
        transform 0.3s;
    display: flex;
    transform: translateY(8px);
}
header.header--open .header-dropdown__inner {
    opacity: 1;
    transform: translateY(0);
}
.header-dropdown__left {
    flex: 0 0 36%;
}
@media (min-width: 769px) {
    .header-dropdown__left {
        padding-left: 64px;
    }
}
.header-dropdown__center {
    flex-direction: row;
    flex: 0 0 28%;
    justify-content: center;
    align-self: stretch;
    align-items: flex-end;
    gap: 24px;
    padding-top: 56px;
    padding-bottom: 20px;
    display: flex;
}
@media (min-width: 769px) {
    .header-dropdown__center {
        margin-left: 80px;
    }
}
.header-dropdown__right {
    flex-direction: column;
    flex: 0 0 36%;
    justify-content: center;
    align-items: flex-end;
    display: flex;
}
.header-dropdown__promo {
    color: #fff;
    text-align: left;
    max-width: 260px;
    margin-left: auto;
}
@media (min-width: 769px) {
    .header-dropdown__promo {
        transform: translate(40px);
    }
    .header-dropdown__right {
        transform: translate(-180px);
    }
}
.header-dropdown__promo .promo-title {
    opacity: 0.95;
}
.header-dropdown__promo .promo-logos img,
.header-dropdown__promo .promo-logo {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.header-dropdown__promo .promo-text {
    opacity: 0.95;
}
.header-dropdown__promo .promo-ok img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.header-dropdown__links li {
    list-style: none;
}
.header-dropdown__links li a {
    --tw-leading: 1;
    --tw-font-weight: var(--font-weight-black);
    font-size: 44px;
    line-height: 1;
    font-weight: var(--font-weight-black);
    letter-spacing: 0.5px;
}
.header-dropdown__qr img {
    display: block;
}
.header-dropdown__center > .header-dropdown__qr {
    flex-direction: column;
    flex: none;
    align-items: center;
    display: flex;
}
.header-dropdown__center > .header-dropdown__qr img:first-child {
    object-fit: contain;
    width: 93px;
    height: 93px;
    display: block;
}
.header-dropdown__center__links {
    align-self: flex-end;
}
.header-dropdown__links-right ul {
    text-align: right;
}
.header-dropdown__links-right li a {
    color: #fff;
    font-size: 14px;
}
@media (max-width: 768px) {
    .header-dropdown {
        display: none !important;
    }
}
.header-dropdown__links a,
.header-dropdown__links-right a {
    color: #fff;
    text-decoration: none;
}
.header-dropdown__links li a:hover {
    opacity: 0.9;
}
@media (max-width: 768px) {
    .header-dropdown {
        z-index: 9999 !important;
        -webkit-overflow-scrolling: touch !important;
        background: linear-gradient(90deg, #c40228, #ed3d1a) !important;
        border-radius: 0 !important;
        width: 100vw !important;
        height: 678px !important;
        max-height: 678px !important;
        padding: 12px 24px 40px !important;
        display: none !important;
        position: fixed !important;
        top: 64px !important;
        left: 0 !important;
        right: 0 !important;
        overflow: hidden auto !important;
    }
    header.header--open .header-dropdown {
        border-radius: 0 0 28px 28px !important;
    }
    .header-dropdown__left,
    .header-dropdown__center,
    .header-dropdown__right,
    .header-dropdown__inner {
        display: none !important;
    }
    .header-dropdown__mobile {
        width: 100% !important;
        padding: 0 !important;
    }
    header.header--open .header-dropdown .mobile-only {
        display: block !important;
    }
    .mobile-top {
        justify-content: space-between !important;
        align-items: center !important;
        margin-bottom: 0 !important;
        display: flex !important;
    }
    .mobile-nav {
        margin-top: 0 !important;
    }
    .mobile-nav-links {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }
    .mobile-nav-links li {
        margin-bottom: 5px !important;
    }
    .mobile-nav-links li a {
        color: #fff !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        font-size: 36px !important;
        font-style: italic !important;
        font-weight: 900 !important;
        line-height: 1.1 !important;
        text-decoration: none !important;
    }
    .mobile-social {
        align-items: center !important;
        gap: 32px !important;
        margin: 28px 0 0 !important;
        display: flex !important;
    }
    .mobile-social img {
        object-fit: contain !important;
    }
    .mobile-promo {
        margin-top: 32px !important;
        padding-top: 0 !important;
    }
    .mobile-promo .promo-text {
        color: #fff !important;
        margin-bottom: 12px !important;
        font-size: 16px !important;
        font-weight: 500 !important;
    }
    .mobile-promo .promo-logos {
        margin-bottom: 12px !important;
    }
    .mobile-promo .promo-logos img {
        max-width: 160px !important;
        height: auto !important;
    }
    .mobile-promo .promo-ok img {
        max-width: 120px !important;
        height: auto !important;
        margin-top: 8px !important;
    }
    .mobile-links-small {
        margin-top: 28px !important;
        padding-top: 0 !important;
    }
    .mobile-links-small ul {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }
    .mobile-links-small li {
        margin-top: 20px !important;
    }
    .mobile-links-small li:first-child {
        margin-top: 0 !important;
    }
    .mobile-links-small a {
        color: #fafafa !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        text-decoration: none !important;
    }
    header.header--open {
        z-index: 9998 !important;
        height: 64px !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }
    header.header--open .header-dropdown {
        opacity: 1 !important;
        pointer-events: auto !important;
        display: block !important;
    }
}
@media (max-width: 480px) {
    header.gradient-red {
        align-items: center;
        height: 64px;
        padding-left: 12px;
        padding-right: 12px;
        border-bottom-right-radius: 28px !important;
        border-bottom-left-radius: 28px !important;
    }
    header.header--open.gradient-red {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
    .community-section {
        background-color: #f2f2f2 !important;
    }
    .right-top-mobile-img {
        margin-top: -40px !important;
        transform: translateY(-12px) !important;
    }
    .site-logo {
        width: 154px !important;
        height: 22px !important;
        margin-left: 20px !important;
    }
    .header-link--pill {
        margin-left: 12px !important;
    }
    header nav a.header-link {
        display: none !important;
    }
    header nav a.header-link.header-link--pill,
    header nav .header-link--icon {
        display: inline-flex !important;
    }
    header nav a.header-link.header-link--pill {
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
        height: 24px !important;
        min-height: 24px !important;
        padding: 0 8px !important;
        font-size: 12px !important;
    }
    .header-link--pill .pill-full {
        display: none !important;
    }
    .header-link--pill .pill-mobile {
        display: inline !important;
    }
    header nav {
        gap: 8px !important;
        margin-right: 8px !important;
    }
    html,
    body {
        background-color: #fff !important;
    }
    .slide-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .hero-left {
        text-align: left;
        padding-left: 8px;
        width: 100% !important;
        padding-top: 56px !important;
    }
    .hero-right {
        justify-content: center;
        margin-top: -10px;
        display: flex;
        width: 100% !important;
    }
    .hero-left .hero-title {
        letter-spacing: 0 !important;
        font-size: 42px !important;
        line-height: 1.02 !important;
    }
    .hero-line {
        gap: 8px !important;
    }
    .hero-icon {
        margin: 0 6px !important;
    }
    .hero-link--pill {
        width: 180px !important;
        height: 40px !important;
        padding: 0 14px !important;
        font-size: 16px !important;
    }
    .hero-right .hero-car {
        width: 100% !important;
        max-width: 360px !important;
        height: auto !important;
        transform: translateY(-12px) !important;
    }
    .hero-controls {
        bottom: 36px !important;
    }
    .hero-badge {
        width: 96px !important;
        height: 96px !important;
        top: 8px !important;
        right: 18px !important;
    }
    .hero-badge__text {
        font-size: 12px !important;
    }
    .hero-badge__text .hero-left .hero-line img.hero-icon,
    .hero-badge__text .hero-left .hero-line .hero-icon,
    .hero-badge__text .hero-icon-sidecar,
    .hero-badge__text .hero-icon-sidecar-second,
    .hero-badge__text .hero-icon-pig,
    .hero-badge__text .hero-icon-money,
    .hero-badge__text .hero-icon-money-second,
    .hero-badge__text .hero-icon-carfront,
    .hero-badge__text .hero-icon-carfront-second,
    .hero-badge__text .hero-icon-persowave,
    .hero-badge__text .hero-icon-mobilecheck,
    .hero-badge__text .hero-icon-shield,
    .hero-badge__text .hero-icon-gas-pump,
    .hero-badge__text .hero-icon-tire,
    .hero-badge__text .hero-icon-wrench,
    .hero-badge__text .hero-icon-nocrash,
    .hero-badge__text .hero-icon-shine {
        vertical-align: middle !important;
        width: auto !important;
        height: 40px !important;
        margin: 0 6px !important;
        display: inline-block !important;
    }
    .hero-badge__text .hero-line {
        gap: 6px !important;
    }
    .hero-badge__text {
        padding: 6px !important;
        line-height: 1 !important;
        transform: rotate(8deg) !important;
    }
    .hero-left .hero-title span {
        align-items: center !important;
        gap: 10px !important;
        line-height: 0.95 !important;
        display: inline-flex !important;
    }
}
.hero-bg:before {
    content: "";
    filter: brightness(45%);
    z-index: 0;
    background-image: url(heroBg-CwBIVtWW.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-top: 50px;
    position: absolute;
    inset: -100px 0 0;
}
.hero-bg > * {
    z-index: 10;
    position: relative;
}
.questions-section {
    position: relative;
    overflow: visible;
}
.questions-section h2 {
    margin-top: -50px;
    line-height: 0.95;
}
h2 {
    line-height: 0.95;
}
.showcase-title {
    line-height: 1.02;
}
.questions-section > .mx-auto {
    position: relative;
}
.questions-section .questions-bg {
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(90deg, #c40228, #ed3d1a);
    border-radius: 50px 24px 24px 50px;
    width: 1030px;
    height: 735px;
    position: absolute;
    top: 32px;
    right: calc(675px - 50vw);
    overflow: visible;
}
.left-top {
    background-color: var(--color-white);
    width: 570px;
    height: 473px;
    padding: calc(var(--spacing) * 6);
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow);
    border-radius: 18px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
}
.left-bottom {
    background-color: var(--color-white);
    width: 570px;
    height: 530px;
    padding: calc(var(--spacing) * 6);
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow);
    border-radius: 18px;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
}
.right-top {
    background-color: var(--color-white);
    width: 570px;
    height: 697px;
    padding: calc(var(--spacing) * 6);
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow);
    border-radius: 18px;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
}
.right-bottom {
    background-color: var(--color-white);
    width: 570px;
    height: 304px;
    padding: calc(var(--spacing) * 6);
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow);
    border-radius: 18px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
}
@media (max-width: 480px) {
    .left-top {
        width: 327px !important;
        height: 297px !important;
        padding: 12px !important;
    }
    .left-top .community-card-label {
        font-size: 20px !important;
        line-height: 1.1 !important;
    }
    .left-top .lefttop-img {
        object-fit: contain !important;
        width: 327px !important;
        height: auto !important;
        max-height: 220px !important;
    }
    .left-top {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }
    .left-top .community-icon-row,
    .left-top .community-card-label {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .left-top {
        position: relative !important;
        left: 50% !important;
        transform: translate(-52%) !important;
    }
    .left-bottom {
        text-align: center !important;
        width: 327px !important;
        height: 487px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 12px !important;
        display: block !important;
        position: relative !important;
        left: 50% !important;
        transform: translate(calc(-50% - 8px)) !important;
    }
    .left-bottom .leftbottom-img {
        object-fit: contain !important;
        width: 327px !important;
        height: auto !important;
        max-height: 380px !important;
    }
}
@media (max-width: 1400px) {
    .questions-section .questions-bg {
        z-index: 5 !important;
        width: 425px !important;
        max-width: none !important;
        height: auto !important;
        position: absolute !important;
        right: 30px !important;
        transform: translateY(-275px) !important;
    }
}
.questions-section > .mx-auto > :not(.questions-bg) {
    z-index: 10;
    position: relative;
}
.questions-bg__img {
    object-fit: cover;
    will-change: transform;
    width: 806px;
    max-width: none;
    height: 453px;
    max-height: none;
    margin-left: 50px;
    margin-right: 100px;
    display: block;
    transform: translateY(-250px);
}
.questions-section .accordion {
    margin-top: -24px;
    margin-left: -200px;
}
.questions-show-all {
    color: #1e1e1e;
    cursor: pointer;
    text-align: left;
    width: 1203px;
    margin-top: 64px;
    margin-left: -200px;
    font-size: 20px;
    font-style: italic;
    font-weight: 900;
    text-decoration: none;
    display: block;
}
.questions-show-all:hover {
    opacity: 0.9;
}
@media (max-width: 1280px) {
    .questions-section .accordion {
        margin-top: 0;
        margin-left: 0;
    }
    .questions-show-all {
        text-align: center;
        width: auto;
        margin-left: 0;
    }
}
@media (max-width: 900px) {
    .questions-section h2 {
        margin-top: 0;
    }
}
.map-trail-bar-wrap {
    margin-bottom: 12px;
    transform: translateY(-10px);
}
@media (max-width: 900px) {
    .map-trail-bar-wrap {
        margin-bottom: 12px;
        transform: translateY(0);
    }
}
.question-bar-wrap {
    margin-bottom: 12px;
    transform: translateY(-60px);
}
@media (max-width: 900px) {
    .question-bar-wrap {
        margin-bottom: 12px;
        transform: translateY(0);
    }
}
.advertise-bar-wrap {
    margin-bottom: 12px;
    transform: translateY(-10px);
}
@media (max-width: 900px) {
    .advertise-bar-wrap {
        margin-bottom: 12px;
        transform: translateY(0);
    }
}
.advertise-bar {
    background: linear-gradient(90deg, #c40228, #ed3d1a);
}
.question-bar {
    background: #0fc26c;
}
.hero-carousel {
    position: relative;
}
.hero-slides {
    position: relative;
    transform: translateY(-55px);
}
.hero-slides-track {
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0.2, 0.9, 0.3, 1);
    display: flex;
}
.hero-slides-track .hero-slide {
    flex: 0 0 100vw;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
:where(.hero-left .hero-title > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
}
.hero-left .hero-title {
    --tw-leading: 0.95;
    --tw-font-weight: var(--font-weight-black);
    font-size: 96px;
    line-height: 0.95;
    font-weight: var(--font-weight-black);
    text-transform: uppercase;
    font-style: italic;
}
.hero-slide--3 .hero-left .hero-title,
.hero-slide--5 .hero-left .hero-title,
.hero-slide--6 .hero-left .hero-title,
.hero-slide--7 .hero-left .hero-title {
    font-size: 76px;
}
.hero-slide--7 .hero-slide7-desktop {
    display: block;
}
.hero-slide--7 .hero-slide7-mobile {
    display: none;
}
.hero-slide--3 .hero-left {
    width: 1175px !important;
    max-width: 1175px !important;
}
.hero-line {
    align-items: center;
    gap: calc(var(--spacing) * 4);
    --tw-leading: 0.95;
    gap: 1rem;
    line-height: 0.95;
    display: inline-flex;
    align-items: center !important;
}
.hero-icon {
    margin-inline: calc(var(--spacing) * 2);
    vertical-align: middle;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    align-self: center !important;
}
.hero-icon-sidecar {
    width: 128px;
    height: 60px;
}
.hero-icon-sidecar-second {
    margin-left: calc(var(--spacing) * 3);
    width: 116px;
    height: 54px;
}
.hero-icon-pig {
    margin-left: calc(var(--spacing) * 6);
    width: 85px;
    height: 80px;
}
.hero-icon-money {
    width: 91px;
    height: 66px;
}
.hero-icon-money-second {
    margin-left: calc(var(--spacing) * 6);
    width: 82px;
    height: 60px;
}
.hero-icon-carfront {
    width: 59px;
    height: 52px;
}
.hero-icon-carfront-second {
    margin-left: calc(var(--spacing) * 6);
    width: 71px;
    height: 62px;
}
.hero-icon-persowave {
    width: 51px;
    height: 61px;
}
.hero-icon-mobilecheck {
    width: 44px;
    height: 65px;
}
.hero-icon-gas-pump {
    width: 51px;
    height: 56px;
}
.hero-icon-shield {
    width: 47px;
    height: 59px;
}
.hero-icon-sidecar,
.hero-icon-pig,
.hero-icon-money,
.hero-icon-shield,
.hero-icon-gas-pump,
.hero-icon-carfront,
.hero-icon-persowave {
    vertical-align: middle;
}
.hero-icon-tire {
    width: 55px;
    height: 55px;
}
.hero-icon-wrench {
    width: 52px;
    height: 52px;
}
.hero-icon-tire,
.hero-icon-wrench {
    vertical-align: middle;
}
.hero-icon-nocrash {
    vertical-align: middle;
    width: 66px;
    height: 66px;
}
.hero-icon-shine {
    vertical-align: middle;
    width: 74px;
    height: 74px;
}
.hero-icon-fade {
    opacity: 0;
    animation:
        hero-fade-in 0.8s ease forwards,
        hero-bob 3s ease-in-out var(--bob-delay, 0s) infinite;
}
@keyframes hero-fade-in {
    0% {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes hero-bob {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    to {
        transform: translateY(0);
    }
}
.hero-icon {
    transform-origin: 50%;
    transition: transform 0.2s linear;
}
.hero-animate {
    opacity: 0;
    animation: 0.9s cubic-bezier(0.2, 0.9, 0.3, 1) forwards hero-fade-up;
    animation-delay: var(--delay, 0s);
    transform: translateY(24px);
}
@keyframes hero-fade-up {
    0% {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.hero-badge {
    z-index: 40;
    backface-visibility: hidden;
    background-color: #0fc26c;
    border-radius: 3.40282e38px;
    justify-content: center;
    align-items: center;
    width: 209px;
    height: 209px;
    display: flex;
    position: absolute;
}
.hero-badge__text {
    padding-inline: calc(var(--spacing) * 4);
    text-align: center;
    --tw-leading: var(--leading-tight);
    font-size: 22px;
    line-height: var(--leading-tight);
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    color: var(--color-white);
    text-transform: uppercase;
    transform-origin: 50%;
    font-style: italic;
    line-height: 1.05;
    display: inline-block;
    transform: rotate(10deg);
}
.hero-sub {
    opacity: 0.95;
}
.hero-right {
    min-height: auto;
    margin-top: auto;
    position: relative;
}
.hero-car,
.hero-tires {
    right: calc(var(--spacing) * 0);
    bottom: calc(var(--spacing) * 0);
    margin-top: 170px;
    display: block;
    position: relative;
}
.hero-motorcyclists {
    top: calc(var(--spacing) * 43);
    right: calc(var(--spacing) * 45);
    margin-top: 170px;
    display: block;
    position: relative;
}
.hero-mobile {
    right: calc(var(--spacing) * 0);
    bottom: calc(var(--spacing) * 15);
    margin-top: 170px;
    display: block;
    position: relative;
}
.hero-pumpgun {
    bottom: calc(var(--spacing) * 20);
    left: calc(var(--spacing) * 30);
    margin-top: 170px;
    display: block;
    position: relative;
}
.hero-shield {
    top: calc(var(--spacing) * 15);
    left: calc(var(--spacing) * 105);
    margin-top: 170px;
    display: block;
    position: relative;
}
.slide5shieldbadge {
    right: calc(var(--spacing) * 0);
    bottom: calc(var(--spacing) * 0);
    margin-top: 170px;
    display: block;
    position: relative;
}
.accordion {
    display: block;
}
.shadow-accordion {
    box-shadow: 0 10px 30px #1010100f;
}
.accordion-item-wrapper {
    cursor: pointer;
    will-change: max-height;
    background-clip: padding-box;
    border-radius: 44px;
    transition: none;
    overflow: hidden;
}
.accordion-item-wrapper:focus {
    outline-offset: 0;
    outline: none;
}
.accordion-item-wrapper.open {
    transform: translateY(-2px);
}
.accordion-icon {
    transition: none;
}
.accordion-item-wrapper[aria-expanded="true"] .accordion-icon {
    transform: rotate(180deg);
}
.accordion-item-wrapper.animating {
    pointer-events: none;
}
.accordion-item-wrapper {
    max-height: none;
    transition:
        transform 0.22s,
        box-shadow 0.22s;
}
.accordion-header {
    min-height: 88px;
}
.accordion-body {
    opacity: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition:
        max-height 0.7s cubic-bezier(0.2, 0.9, 0.3, 1),
        opacity 0.6s,
        padding 0.6s cubic-bezier(0.2, 0.9, 0.3, 1);
    overflow: hidden;
}
.accordion-body.open {
    opacity: 1;
    padding-top: 18px;
    padding-bottom: 18px;
}
.accordion-item-wrapper .accordion-body,
.accordion-body {
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
}
.accordion-item-wrapper .accordion-header,
.accordion-header {
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 500;
}
@media (max-width: 768px) {
    .accordion {
        width: 100%;
    }
    .accordion-item-wrapper {
        border-radius: 36px;
    }
    .accordion-header {
        min-height: 72px;
    }
}
.speech-bubble {
    position: relative;
}
.speech-bubble:after {
    content: "";
    filter: none;
    border-top: 34px solid #fff;
    border-left: 34px solid #0000;
    border-right: 34px solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -24px;
    left: 4px;
}
.speech-bubble--right:after {
    left: auto;
    right: 4px;
}
.speech-tail-left:after {
    left: 4px !important;
    right: auto !important;
}
.speech-tail-right:after {
    left: auto !important;
    right: 4px !important;
}
@media (max-width: 768px) {
    .speech-bubble:after,
    .speech-bubble--right:after {
        border-top-width: 22px;
        border-left-width: 22px;
        border-right-width: 22px;
        bottom: -14px;
        left: 4px;
        right: auto;
    }
    .speech-bubble--right:after {
        left: auto;
        right: 4px;
    }
}
.promo-title {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 32px;
    font-size: 48px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.05;
}
.promo-description {
    color: #fafafa;
    width: 355px;
    margin-bottom: 48px;
    font-size: 18px;
}
.promo-badges {
    pointer-events: none;
    z-index: 80;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.promo-badge {
    width: auto;
    height: auto;
    transform: translate(var(--bx, 0), var(--by, 0));
    object-fit: contain;
    pointer-events: auto;
    z-index: 90;
    display: none;
    position: absolute;
}
.promo-badge.badge--visible {
    display: block;
}
.promo-car--shifted {
    margin-right: -160px;
}
@media (min-width: 768px) {
    .promo-right > img.promo-car {
        will-change: transform;
        margin-right: -70px;
        position: relative;
        transition: transform 0.32s cubic-bezier(0.2, 0.9, 0.3, 1) !important;
        transform: translate(-50px) translateY(80px) !important;
    }
}
.slide5pumpbadge {
    bottom: calc(var(--spacing) * 20);
    left: calc(var(--spacing) * 30);
    margin-top: 170px;
    display: block;
    position: relative;
}
.hero-arrow {
    z-index: 60;
    --tw-translate-y: -50%;
    width: 40px;
    height: 40px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    cursor: pointer;
    color: var(--color-white);
    background-color: #0000;
    border-radius: 3.40282e38px;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    display: flex;
    position: absolute;
    top: 50%;
}
.hero-arrow--left {
    left: 80px;
}
.hero-arrow--right {
    right: 80px;
}
.hero-dots-wrap {
    --dot-size: 20px;
    --dot-gap: 12px;
    --visible-dots: 5;
    --dot-step: calc(var(--dot-size) + var(--dot-gap));
    width: calc((var(--dot-step) * var(--visible-dots)) - var(--dot-gap));
    overflow: hidden;
}
.hero-dots {
    gap: var(--dot-gap);
    z-index: 60;
    will-change: transform;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: transform 0.32s cubic-bezier(0.2, 0.9, 0.3, 1);
    display: flex;
}
.hero-dots .dot {
    width: var(--dot-size);
    height: var(--dot-size);
    background: #fff;
    border-radius: 9999px;
    flex: none;
    transition: all 0.2s ease-in-out;
}
.hero-dots .dot.active {
    background: #0fc26c;
    transform: scale(1.05);
}
.hero-controls {
    pointer-events: none;
    inset-inline: calc(var(--spacing) * 0);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 26px;
    display: flex;
    position: absolute;
    bottom: 96px;
}
.hero-controls .hero-arrow,
.hero-controls .hero-dots {
    pointer-events: auto;
}
@media (max-width: 900px) {
    .hero-carousel {
        align-items: flex-start;
        gap: calc(var(--spacing) * 8);
        flex-direction: column;
    }
    .hero-slides {
        transform: translateY(-30px);
    }
    .hero-left,
    .hero-right {
        width: 100%;
    }
    .hero-left {
        padding-right: calc(var(--spacing) * 0);
    }
    .hero-arrow--left {
        left: 12px;
    }
    .hero-arrow--right {
        right: 12px;
    }
    .hero-controls {
        bottom: 64px;
    }
    .hero-dots-wrap {
        --dot-size: 16px;
        --dot-gap: 10px;
    }
    .hero-dots .dot {
        width: var(--dot-size);
        height: var(--dot-size);
    }
}
.features-section {
    padding-block: calc(var(--spacing) * 20);
    position: relative;
    overflow: visible;
}
.feature-card {
    background-color: var(--color-white);
    padding-block: calc(var(--spacing) * 6);
    padding-right: calc(var(--spacing) * 6);
    padding-left: calc(var(--spacing) * 12);
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow);
    border-radius: 50px;
}
@media (max-width: 768px) {
    .features-left > .feature-card:first-child {
        box-sizing: border-box;
        width: 340px;
        max-width: 340px;
        height: 400px;
        margin: 0 auto;
    }
    .features-left > .feature-card:first-child .feature-header {
        font-size: 24px;
        line-height: 1.2;
    }
    .features-left > .feature-card:first-child .feature-item,
    .features-left > .feature-card:first-child .features-text {
        font-size: 16px;
        line-height: 1.4;
    }
    .features-left > .feature-card:nth-child(2) {
        box-sizing: border-box;
        width: 327px;
        max-width: 327px;
        height: 575px;
        margin: 24px auto 0;
    }
    .feature-card {
        background-color: #f2f2f2 !important;
    }
    .features-left > .feature-card {
        padding-left: 16px !important;
        padding-right: 12px !important;
    }
    .features-left > .feature-card .feature-header,
    .features-left > .feature-card .feature-header-bar-wrap {
        margin-left: 4px !important;
    }
    .features-left > .feature-card:nth-child(2) .feature-header {
        font-size: 24px;
        line-height: 1.2;
    }
    .features-left > .feature-card:nth-child(2) .feature-item,
    .features-left > .feature-card:nth-child(2) .features-text,
    .features-left > .feature-card:nth-child(2) .feature-description {
        font-size: 16px;
        line-height: 1.4;
    }
    .features-text .feature-item {
        margin-bottom: 12px;
    }
    .features-text .feature-item:last-child {
        margin-bottom: 0;
    }
    .download-car-breakout {
        object-fit: cover;
        width: 375px !important;
        max-width: 425px !important;
        height: 300px !important;
    }
    .features-right .artboard-img {
        width: 420px !important;
        max-width: none !important;
        height: auto !important;
        margin: 0 auto !important;
        display: block !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
    }
    .download-car-breakout {
        z-index: 5 !important;
        position: absolute !important;
        right: 0 !important;
        transform: translateY(-250px) !important;
    }
    .features-section > .mx-auto {
        gap: 0 !important;
    }
}
.features-right img {
    display: block;
}
@media (max-width: 480px) {
    .download-car-breakout {
        width: 425px !important;
        max-width: none !important;
        height: 385px !important;
        transform: translateY(-140px) !important;
    }
}
@media (max-width: 375px) {
    .download-car-breakout {
        width: 375px !important;
        max-width: none !important;
        height: 310px !important;
        transform: translateY(-200px) !important;
    }
    .mobile-pill {
        margin-left: 12px !important;
    }
}
.features-right .artboard-img {
    object-fit: cover;
    z-index: 10;
    width: 100%;
    height: 1042px;
    display: block;
    position: relative;
    top: 30px;
    max-width: none !important;
}
.features-right .features-car {
    pointer-events: none;
    object-fit: cover;
    width: 1562px;
    max-width: none;
    height: 833px;
    display: block;
    position: absolute;
    bottom: -40px;
    right: 0;
    transform: translateY(10px);
}
@media (max-width: 900px) {
    .features-right img {
        object-fit: contain;
        height: auto !important;
    }
    .features-right .features-car,
    .download-car-breakout {
        z-index: 5;
        width: 100%;
        max-width: none;
        margin-top: 12px;
        position: relative;
        bottom: 0;
        transform: none;
    }
}
@media (min-width: 900px) {
    .download-inner {
        align-items: stretch;
    }
    .download-right {
        flex-direction: column;
        justify-content: flex-end;
        display: flex;
    }
    .download-right .promo-icons {
        display: none;
    }
    @media (min-width: 768px) {
        .download-right .promo-icons {
            z-index: 30;
            align-items: center;
            gap: 12px;
            display: flex;
            position: absolute;
            top: 8%;
            right: 140px;
        }
        .download-right .promo-icons .promo-icon {
            object-fit: contain;
            display: block;
        }
        .download-right .promo-icons .promo-icon[width="40"][height="40"] {
            width: 40px;
            height: 40px;
        }
        .download-right .promo-icons .promo-icon[width="38"][height="44"] {
            width: 38px;
            height: 44px;
        }
        .download-right .promo-icons .promo-icon[width="43"][height="43"] {
            width: 43px;
            height: 43px;
        }
    }
    .download-right {
        height: 100%;
        margin-bottom: 50px;
    }
}
@media (max-width: 900px) {
    .download-right {
        justify-content: flex-start;
        height: auto;
        margin-bottom: 0;
    }
}
.download-section {
    margin-top: 140px;
    position: relative;
    overflow: visible;
}
.advertise-section {
    background: 0 0;
    margin-top: 0;
    position: relative;
    overflow: visible;
}
.advertise-title {
    color: #1e1e1e;
    text-transform: uppercase;
    margin-bottom: 140px;
    font-size: 64px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.02;
}
.adv-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-content: center;
    display: grid;
    column-gap: var(--adv-gap-x, 150px) !important;
    row-gap: var(--adv-gap-y, 100px) !important;
}
.adv-card {
    box-sizing: border-box;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 408px;
    height: 259px;
    padding: 16px;
    display: flex;
    position: relative;
    overflow: visible;
}
.adv-logo {
    z-index: 20;
    object-fit: contain;
    transition:
        filter 0.22s,
        opacity 0.22s;
    display: block;
    position: absolute;
    top: 30px;
    left: 40px;
}
.adv-card:hover .adv-logo {
    filter: grayscale() brightness(0) invert();
    opacity: 0.98;
}
.adv-car {
    left: var(--adv-car-left, auto);
    top: var(--adv-car-top, auto);
    right: var(--adv-car-right, -140px);
    bottom: var(--adv-car-bottom, -65px);
    z-index: 5;
    pointer-events: none;
    position: absolute;
    transform: translateZ(0);
}
.adv-car--1 {
    --adv-car-right: -140px;
    --adv-car-bottom: -65px;
    --adv-car-left: auto;
    --adv-car-top: auto;
}
.adv-car--2 {
    --adv-car-right: -100px;
    --adv-car-bottom: -65px;
    --adv-car-left: auto;
    --adv-car-top: auto;
}
.adv-car--3 {
    --adv-car-right: -80px;
    --adv-car-bottom: -65px;
    --adv-car-left: auto;
    --adv-car-top: auto;
}
.adv-car--4 {
    --adv-car-right: -140px;
    --adv-car-bottom: -65px;
    --adv-car-left: auto;
    --adv-car-top: auto;
}
.adv-car--5 {
    --adv-car-right: -100px;
    --adv-car-bottom: -65px;
    --adv-car-left: auto;
    --adv-car-top: auto;
}
.adv-car--6 {
    --adv-car-right: -90px;
    --adv-car-bottom: -65px;
    --adv-car-left: auto;
    --adv-car-top: auto;
}
@media (max-width: 1024px) {
    .adv-grid {
        grid-template-columns: repeat(2, minmax(240px, 1fr));
    }
    .adv-car {
        width: 200px;
        right: 10px;
    }
}
@media (max-width: 600px) {
    .adv-grid {
        grid-template-columns: 1fr;
    }
    .advertise-title {
        text-align: center;
    }
    .adv-card {
        width: 100%;
        max-width: 408px;
        height: 259px;
    }
    .adv-car {
        width: 140px;
        bottom: -8px;
        right: 8px;
    }
}
.promo-icons {
    display: none;
}
@media (min-width: 768px) {
    .promo-icons {
        z-index: 60;
        align-items: center;
        gap: 35px;
        position: absolute;
        top: 8%;
        right: -300px;
        display: flex !important;
    }
    .promo-icons .promo-icon {
        object-fit: contain;
        display: block;
    }
    .promo-logo img[src*="brokerLogo"] {
        width: 235px !important;
        max-width: none !important;
        height: 88px !important;
    }
    .promo-logo img[src*="orlen"] {
        width: 96px !important;
        max-width: none !important;
        height: 87px !important;
    }
}
.download-bg {
    box-sizing: border-box;
    background-color: #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 1750px;
    height: 746px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 24px;
}
.download-section .container {
    z-index: 20;
    position: relative;
}
.download-section .download-inner {
    max-width: 1550px;
    margin: 0 auto;
}
.download-section > div,
.download-section .download-inner {
    z-index: 20;
    position: relative;
}
.download-title {
    color: #1e1e1e;
}
.qr-placeholder {
    display: inline-block;
}
.download-img-container {
    justify-content: flex-start;
    align-items: center;
    width: 1009px;
    height: 914px;
    padding-left: 70px;
    display: flex;
    position: relative;
    overflow: visible;
}
.download-img {
    object-fit: contain;
    width: auto;
    max-width: none;
    height: 100%;
    display: block;
    transform: translate(-120px, -70px);
}
.qr-codes {
    object-fit: contain;
    width: 531px;
    height: 285px;
    display: block;
}
@media (max-width: 900px) {
    .qr-codes {
        width: 100%;
        height: auto;
    }
}
.qr-codes {
    transform: translate(165px);
}
@media (max-width: 900px) {
    .qr-codes {
        transform: none;
    }
}
.qr-grid {
    align-items: flex-start;
    gap: 2rem;
    margin-top: 20px;
    margin-left: 160px;
    display: flex;
}
.qr-card {
    box-sizing: border-box;
    background: #fff;
    border: 1.5px solid #1e1e1e;
    border-radius: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 250px;
    height: 285px;
    padding: 12px 8px;
    display: flex;
}
@media (max-width: 900px) {
    .qr-card {
        width: calc(50% - 8px);
        height: auto;
        min-height: 200px;
    }
    .qr-grid {
        margin-top: 0;
        margin-left: 0;
    }
}
.qr-card__img {
    object-fit: contain;
    width: 133px;
    height: 133px;
    display: block;
}
.qr-card__img_second {
    object-fit: contain;
    width: 133px;
    height: 133px;
    display: block;
    transform: translateY(15px);
}
@media (max-width: 900px) {
    .qr-card__img {
        width: 110px;
        height: 110px;
    }
}
.qr-badge {
    object-fit: contain;
    display: block;
}
@media (max-width: 900px) {
    .qr-badge {
        width: 110px;
    }
}
.qr-text {
    color: #1e1e1e;
    width: 510px;
    margin-bottom: 12px;
    margin-left: 160px;
    font-size: 20px;
    line-height: 1.3;
}
@media (max-width: 900px) {
    .qr-text {
        width: 100%;
        margin-left: 0;
        font-size: 16px;
    }
}
@media (max-width: 600px) {
    .qr-grid {
        gap: 0.6rem;
    }
}
.download-qr-title {
    text-transform: uppercase;
    color: #1e1e1e;
    margin: 120px 0 14px 160px;
    font-size: 44px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.02;
}
@media (max-width: 900px) {
    .download-qr-title {
        margin-left: 0;
        font-size: 28px;
    }
    .download-img {
        transform: none;
    }
    .download-img-container {
        width: 100%;
        height: auto;
    }
    .features-right {
        margin-top: calc(var(--spacing) * 6);
        order: 9999;
    }
    .features-left {
        order: -9999;
    }
}
.feature-header {
    --tw-font-weight: var(--font-weight-black);
    font-size: 40px;
    font-weight: var(--font-weight-black);
    margin-bottom: 6px;
    font-style: italic;
    line-height: 0.95;
}
.features-right {
    align-items: stretch;
    display: flex;
    position: relative;
}
.features-right .artboard-img {
    object-fit: cover;
    z-index: 10;
    width: 100%;
    height: 1042px;
    display: block;
    position: relative;
    max-width: none !important;
}
.download-car-breakout {
    z-index: 5;
    pointer-events: none;
    object-fit: cover;
    width: 1562px;
    max-width: none;
    height: 833px;
    display: block;
    position: absolute;
    bottom: 430px;
    right: -240px;
    transform: translateY(10px);
}
.feature-header-bar {
    background: #e2ba04;
    width: 100px;
    height: 20px;
    margin-top: 18px;
    margin-bottom: 18px;
}
.feature-header-bar .features-left > .feature-card {
    margin-bottom: 18px;
}
.feature-header-bar .features-left > .feature-card:last-child {
    margin-bottom: 0;
}
.feature-header-bar {
    border-radius: 100px;
}
.feature-header-bar--green {
    background: #0fc26c;
}
.feature-header-bar-wrap {
    align-items: center;
    gap: 20px;
    margin-bottom: 14px;
    display: inline-flex;
}
.community-feature-title,
.community-feature-title h1,
.community-feature-title h2,
.community-feature-title h3,
.community-feature-title h4,
.community-feature-title h5,
.community-feature-title h6 {
    color: #1e1e1e;
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: 700;
}
.community-feature-desc {
    color: #1e1e1e;
    letter-spacing: -0.02em;
    margin-top: 0;
    font-size: 24px;
    line-height: 1.02;
}
.community-card-label {
    color: #1e1e1e;
    text-transform: uppercase;
    will-change: transform;
    margin: 0;
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: 105%;
    transform: translateY(40px);
}
.community-icon-row {
    will-change: transform;
    transform: translateY(18px);
}
.feature-header-icon {
    transform: translateY(0);
}
.feature-header-icon--green {
    transform: translateY(-3px);
}
.feature-item {
    align-items: center;
    gap: 12px;
    display: flex;
}
.feature-item--top {
    align-items: flex-start;
}
.feature-item--top .feature-item__icon {
    transform: translateY(2px) translate(-2px);
}
.features-text .feature-item span {
    display: inline-block;
}

.feature-center-mobile ul{
    margin-top: 32px;
}

.features-text,
.feature-center-mobile li {
    color: #1e1e1e;
    
    font-size: 24px;
    font-weight: 400;
    line-height: 1.35;
}
.feature-center-mobile li img{
    position: relative;
    top: 4px;
    margin-right: 4px;
}

.feature-description {
    color: #1e1e1e;
    margin: 4px 0 12px;
    font-size: 24px;
    font-weight: 400;
}
.features-text strong {
    font-weight: 700;
}
.features-left {
    transform: translate(40px);
}
@media (max-width: 900px) {
    .features-left {
        transform: translate(0);
    }
}
.features-left .feature-card {
    box-sizing: border-box;
    width: 686px;
}
.features-left .feature-card:first-of-type {
    height: 431px;
}
.features-left .feature-card:nth-of-type(2) {
    height: 691px;
}
@media (max-width: 900px) {
    .features-left .feature-card {
        width: 100%;
        height: auto;
    }
}
.lefttop-img {
    will-change: transform;
    transform: translateY(15px);
}
.leftbottom-img {
    will-change: transform;
    transform: translateY(12px);
}
.mobile-img {
    will-change: transform;
    transform: translateY(-12px);
}
.earnings-section {
    background: 0 0;
    margin-top: 320px;
    position: relative;
    overflow: visible;
}
.earnings-section .mx-auto {
    z-index: 10;
    position: relative;
}
.earnings-title {
    color: #1e1e1e;
    font-size: 40px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.02;
}
.earnings-sub {
    color: #1e1e1e;
    margin-top: 8px;
    font-size: 20px;
}
.earnings-list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}
.earnings-list li {
    color: #1e1e1e;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 1.4;
    display: flex;
}
.earnings-list .list-icon {
    width: 22px;
    height: 22px;
    margin-top: 6px;
}
.earnings-right {
    position: relative;
}
.earnings-car {
    z-index: 12;
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
    transform: translateY(-60px);
}
.earnings-car-bg {
    z-index: 6;
    pointer-events: none;
    border-radius: 50px;
    width: 980px;
    height: 481px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(10px);
}
.earnings-coins {
    pointer-events: none;
    position: absolute;
    top: -10%;
    right: 8%;
}
.earnings-coins .coin {
    object-fit: contain;
    opacity: 0.95;
    width: 56px;
    height: 56px;
    position: absolute;
}
.earnings-coins .coin-1 {
    animation: 2.2s ease-in-out infinite coin-bob;
    top: -12px;
    right: 8px;
    transform: translateY(0);
}
.earnings-coins .coin-2 {
    animation: 2.4s ease-in-out 0.2s infinite coin-bob;
    top: 8px;
    right: 72px;
    transform: translateY(0);
}
.earnings-coins .coin-3 {
    animation: 2s ease-in-out 0.4s infinite coin-bob;
    top: -8px;
    right: 136px;
    transform: translateY(0);
}
@keyframes coin-bob {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
    to {
        transform: translateY(0);
    }
}
@media (max-width: 900px) {
    .earnings-section {
        margin-top: 140px;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .earnings-title {
        font-size: 28px;
    }
    .earnings-list li {
        font-size: 16px;
    }
    .earnings-coins {
        display: none;
    }
    .earnings-left,
    .earnings-right {
        width: 100%;
    }
    .earnings-left {
        order: 1 !important;
    }
    .earnings-right {
        margin-bottom: 16px;
        order: 2 !important;
    }
    .earnings-car {
        transform: translateY(-20px);
    }
}
@media (max-width: 1200px) {
    .earnings-car-bg {
        width: 720px;
        height: 354px;
        right: 8px;
    }
}
@media (max-width: 900px) {
    .earnings-car-bg {
        display: none;
    }
}
@media (min-width: 1400px) {
    .earnings-car-bg {
        right: -220px;
    }
    .earnings-car {
        transform: translateY(-60px);
    }
}
@media (min-width: 1750px) {
    .earnings-car-bg {
        right: -450px;
    }
    .earnings-car {
        transform: translateY(-60px);
    }
}
.earnings-steps {
    align-items: flex-start;
    display: flex;
}
.icons-col {
    flex: 0 0 72px;
    width: 72px;
}
.step-icon {
    object-fit: contain;
    display: block;
}
.steps-divider {
    background: #e6e6e6;
    border-radius: 2px;
    width: 2px;
    margin: 4px 12px;
}
.icons-sep {
    background: #d9d9d9;
    border-radius: 4px;
    width: 4px;
    height: 44px;
}
.icons-sep--short {
    height: 36px;
}
.icons-sep--long {
    height: 72px;
}
.text-col {
    flex-direction: column;
    flex: auto;
    gap: 1.5rem;
    display: flex;
}
.step-text {
    color: #1e1e1e;
    box-sizing: border-box;
    width: 670px;
    margin: 0;
    font-size: 24px;
    line-height: 1.1;
}
@media (max-width: 900px) {
    .earnings-steps {
        flex-direction: row;
        gap: 12px;
    }
    .icons-col {
        flex: 0 0 28px !important;
        justify-content: center !important;
        align-items: flex-start !important;
        width: 28px !important;
        height: 227px !important;
        display: flex !important;
    }
    .icons-sep {
        margin-left: 12px !important;
    }
    .steps-divider {
        display: none;
    }
    .step-text {
        width: 100%;
        font-size: 16px;
    }
}
@media (min-width: 900px) {
    .community-section {
        overflow: visible;
    }
    .community-section .community-right-top {
        z-index: 20;
    }
}
.righttop-img {
    will-change: transform;
    transform: translateY(-21px);
}
.community-right-bottom-text {
    color: #1e1e1e;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.08;
}
.community-bottom-icons {
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
    display: flex;
}
.community-bottom-icons .community-bottom-icon {
    object-fit: contain;
    margin: 0;
    display: block;
}
.showcase-prev,
.showcase-next {
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
}
.showcase-prev i,
.showcase-next i {
    color: #1e1e1e;
    -webkit-font-smoothing: antialiased;
    font-size: 34px;
    line-height: 1;
    transform: translateY(0.5px);
}
@media (max-width: 800px) {
    .showcase-prev,
    .showcase-next {
        width: 40px;
        height: 40px;
    }
    .showcase-prev i,
    .showcase-next i {
        font-size: 26px;
    }
}
.showcase-slider .slide img {
    transition: transform 0.22s;
    transform: translateY(-10px);
}
@media (min-width: 900px) {
    .showcase-carousel {
        position: relative;
    }
    .showcase-carousel .showcase-prev,
    .showcase-carousel .showcase-next {
        color: #1e1e1e;
        width: 44px;
        height: 44px;
        box-shadow: none;
        z-index: 1200;
        background: 0 0;
        border-radius: 0;
        justify-content: center;
        align-items: center;
        display: flex;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .showcase-carousel .showcase-prev {
        left: 8%;
    }
    .showcase-carousel .showcase-next {
        left: 24%;
    }
    .showcase-carousel .showcase-prev i,
    .showcase-carousel .showcase-next i {
        font-size: 28px;
    }
}
@media (max-width: 900px) {
    .showcase-slider .slide img {
        transform: translateY(-6px);
    }
}
.showcase-text h3,
.showcase-text .showcase-logo img,
.showcase-text p {
    transition:
        opacity 0.2s,
        transform 0.2s;
}
.map-trail {
    position: relative;
}
#mapTrailSvg {
    width: 100%;
    height: auto;
    display: block;
}
.map-car {
    will-change: transform, opacity;
    pointer-events: none;
    opacity: 0;
    width: 56px;
    height: auto;
    transition: opacity 0.24s linear;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%) rotate(0);
}
@media (max-width: 768px) {
    .map-car {
        display: none;
    }
}
.promo-icons {
    align-items: center;
    gap: 20px;
    display: flex;
}
.promo-icon {
    cursor: pointer;
    filter: grayscale();
    opacity: 0.85;
    transition:
        transform 0.14s,
        opacity 0.14s,
        filter 0.14s;
}
.promo-icon[aria-pressed="true"],
.promo-icon.active {
    filter: none;
    opacity: 1;
}
.promo-icons .promo-icon:focus {
    outline-offset: 4px;
    outline: 2px solid #ffffff26;
}
.site-footer {
    color: #fff;
    background: #1e1e1e;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    justify-content: center;
    align-items: center;
    height: 746px;
    display: flex;
    overflow: hidden;
}
.site-footer .footer-inner {
    --footer-inner-max: 1470px;
    max-width: var(--footer-inner-max);
    width: 100%;
    margin: 0 auto;
}
.footer-grid {
    align-items: center;
    gap: 120px;
    display: flex;
}
.footer-mid {
    align-items: flex-start;
    gap: 75px;
    display: flex;
}
.footer-col {
    flex: 1 1 0;
    min-width: 75px;
}
.footer-col--brand {
    flex: 0 0 280px;
    margin-top: 50px;
}
.footer-col--contact {
    flex-direction: column;
    flex: none;
    align-items: flex-start;
    margin-top: 40px;
    margin-left: auto;
    transition: transform 0.22s;
    display: flex;
    transform: translate(60px);
}
.footer-logo {
    display: block;
}
.footer-sublogo img {
    margin-top: 18px;
    display: block;
}
.footer-invite {
    color: #fafafa;
    margin-top: 48px;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 500;
}
.footer-col h4 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
}
.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-links li {
    margin-bottom: 35px;
}
.footer-links a {
    color: #fafafa;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none;
}
.footer-links a:hover {
    color: #fff;
    opacity: 0.95;
}
.footer-social {
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    margin-bottom: 12px;
    display: flex;
}
.footer-social a {
    color: #fff;
    background: #ffffff0f;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: inline-flex;
}
.footer-social a:hover {
    background: #ffffff1f;
}
.footer-social a img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    display: block;
}
.footer-social a:first-child {
    width: 36px;
    height: 36px;
}
.footer-social a:first-child i {
    font-size: 16px;
    line-height: 1;
}
.footer-social a:nth-child(2) {
    width: 19px;
    height: 36px;
}
.footer-social a:nth-child(2) i {
    font-size: 12px;
    line-height: 1;
}
.footer-social a:nth-child(3) {
    width: 36px;
    height: 36px;
}
.footer-social a:nth-child(3) i {
    font-size: 16px;
    line-height: 1;
}
.footer-address {
    color: #a6a6a6;
    text-align: left;
    max-width: 320px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}
.footer-okriders-logo {
    align-self: flex-start;
    margin-top: 16px;
    display: block;
}
@media (max-width: 980px) {
    .footer-grid {
        flex-direction: column;
        gap: 28px;
    }
    .footer-col--brand {
        flex: none;
    }
    .site-footer {
        height: auto;
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .footer-col--contact {
        margin-left: 0;
        transform: none;
    }
    .footer-mid {
        flex-direction: column;
        gap: 12px;
        display: flex;
    }
}
@media (max-width: 480px) {
    .hero-left .hero-line img.hero-icon,
    .hero-left .hero-line img[class*="hero-icon"],
    img.hero-icon,
    .hero-icon,
    [class*="hero-icon-"] {
        vertical-align: middle !important;
        width: auto !important;
        max-width: none !important;
        height: 40px !important;
        max-height: 40px !important;
        margin-left: 2px !important;
        margin-right: 2px !important;
        padding: 0 !important;
        display: inline-block !important;
    }
    .hero-icon-sidecar,
    .hero-icon-sidecar-second,
    .hero-icon-pig,
    .hero-icon-money,
    .hero-icon-money-second,
    .hero-icon-carfront,
    .hero-icon-carfront-second,
    .hero-icon-persowave,
    .hero-icon-mobilecheck,
    .hero-icon-shield,
    .hero-icon-gas-pump,
    .hero-icon-tire,
    .hero-icon-wrench,
    .hero-icon-nocrash,
    .hero-icon-shine {
        width: auto !important;
        height: 24px !important;
    }
    .hero-line {
        gap: 6px !important;
    }
}
@media (max-width: 900px) {
    .features-right .artboard-img {
        width: 420px !important;
        max-width: 100% !important;
        height: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
        top: 0 !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
    }
}
@media (max-width: 480px) {
    .download-section .download-inner {
        box-sizing: border-box !important;
        background-color: #f2f2f2 !important;
        border-radius: 14px !important;
        width: 327px !important;
        max-width: none !important;
        height: 642px !important;
        margin: 0 auto !important;
        overflow: visible !important;
    }
    .download-section .download-img-container {
        width: 100% !important;
        height: 100% !important;
        padding-left: 0 !important;
        overflow: visible !important;
    }
    .download-section .download-right {
        order: -1 !important;
    }
    .qr-card__img,
    .qr-card__img_second {
        display: none !important;
    }
    .register {
        visibility: hidden !important;
        height: 0 !important;
        display: none !important;
        overflow: hidden !important;
    }
    .qr-grid {
        display: none !important;
    }
    .qr-badges-mobile {
        justify-content: center;
        align-items: center;
        gap: 0;
        width: 100%;
        display: flex !important;
    }
    .qr-badge {
        max-width: 100% !important;
        height: auto !important;
        margin: 0 auto !important;
        display: block !important;
    }
    .qr-badges-mobile .qr-badge:first-child {
        margin-left: 1px !important;
    }
    .download-qr-title {
        margin-left: 12px !important;
        font-size: 28px !important;
    }
    .qr-badges-mobile .qr-badge:first-child {
        object-fit: contain !important;
        width: 128px !important;
        max-width: none !important;
        height: 43px !important;
        margin-left: 18px !important;
    }
    .qr-badges-mobile .qr-badge:last-child {
        object-fit: contain !important;
        width: 162px !important;
        max-width: none !important;
        height: 63px !important;
    }
    .download-img {
        object-fit: contain !important;
        width: 510px !important;
        max-width: none !important;
        height: 396px !important;
        margin: 0 auto !important;
        display: block !important;
        transform: translate(-48px, -24px) !important;
    }
}
@media (max-width: 375px) {
    .download-section .download-inner {
        box-sizing: border-box !important;
        background-color: #f2f2f2 !important;
        border-radius: 14px !important;
        width: 327px !important;
        max-width: none !important;
        height: 642px !important;
        margin: 0 auto !important;
        overflow: visible !important;
    }
    .download-section .download-img-container {
        width: 100% !important;
        height: 100% !important;
        padding-left: 0 !important;
        overflow: visible !important;
    }
    .download-img {
        object-fit: contain !important;
        width: 510px !important;
        max-width: none !important;
        height: 396px !important;
        margin: 0 auto !important;
        display: block !important;
        transform: translate(-60px, -28px) !important;
    }
    .download-section .download-right {
        order: -1 !important;
    }
    .download-qr-title {
        margin-left: 16px !important;
        font-size: 28px !important;
    }
    .qr-card__img,
    .qr-card__img_second {
        display: none !important;
    }
    .register {
        visibility: hidden !important;
        height: 0 !important;
        display: none !important;
        overflow: hidden !important;
    }
    .qr-badge {
        max-width: 100% !important;
        height: auto !important;
        margin: 0 auto !important;
        display: block !important;
    }
    .mobile-pill {
        margin-left: 12px !important;
    }
}
@media (max-width: 480px) {
    .download-bg {
        box-sizing: border-box !important;
        border-radius: 14px !important;
        width: 327px !important;
        max-width: none !important;
        height: 642px !important;
        margin: 0 auto !important;
        padding-top: 0 !important;
        transform: translateY(-24px) !important;
    }
}
@media (max-width: 375px) {
    .download-bg {
        box-sizing: border-box !important;
        border-radius: 14px !important;
        width: 327px !important;
        max-width: none !important;
        height: 642px !important;
        margin: 0 auto !important;
        transform: translateY(-70px) !important;
    }
    .mobile-pill {
        margin-left: 12px !important;
    }
}
@media (max-width: 480px) {
    .community-card-label span,
    .community-feature-title span {
        font-size: inherit !important;
        line-height: inherit !important;
    }
    header.gradient-red {
        align-items: center;
        height: 64px;
        padding-left: 12px;
        padding-right: 12px;
        border-bottom-right-radius: 28px !important;
        border-bottom-left-radius: 28px !important;
    }
    .site-logo {
        width: 154px !important;
        height: 22px !important;
        margin-left: 20px !important;
    }
    .mobile-pill {
        margin-left: 12px !important;
    }
    header nav a.header-link {
        display: none !important;
    }
    header nav a.header-link.header-link--pill,
    header nav .header-link--icon {
        display: inline-flex !important;
    }
    header nav a.header-link.header-link--pill {
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
        height: 24px !important;
        min-height: 24px !important;
        padding: 0 8px !important;
        font-size: 12px !important;
    }
    .header-link--pill .pill-full {
        display: none !important;
    }
    .header-link--pill .pill-mobile {
        display: inline !important;
    }
    header nav {
        gap: 8px !important;
        margin-right: 8px !important;
    }
    html,
    body {
        background-color: #fff !important;
    }
    .slide-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .hero-left {
        text-align: left;
        padding-left: 24px;
        width: 100% !important;
        padding-top: 60px !important;
    }
    .hero-right {
        justify-content: center;
        margin-top: -10px;
        display: flex;
        align-items: center !important;
        width: 100% !important;
    }
    .hero-left .hero-title {
        letter-spacing: 0 !important;
        font-size: 42px !important;
        line-height: 1.02 !important;
    }
    .hero-icon {
        margin: 0 6px !important;
    }
    .hero-slide--3 .hero-left .hero-title {
        text-align: left !important;
        font-size: 28px !important;
        line-height: 1.1 !important;
    }
    .hero-slide--3 .hero-left .hero-line:first-child {
        white-space: normal !important;
        display: block !important;
    }
    .hero-slide--3 .hero-left .hero-line:first-child .hero-icon-carfront {
        display: none !important;
    }
    .hero-slide--3 .hero-left .hero-line:nth-child(2),
    .hero-slide--3 .hero-left .hero-line:nth-child(3),
    .hero-slide--3 .hero-left .hero-line:nth-child(4) {
        display: block !important;
    }
    .hero-slide--3 .hero-left .hero-icon-carfront-third {
        width: 24px !important;
        max-width: 24px !important;
        height: 21px !important;
        max-height: 21px !important;
    }
    .hero-slide:nth-child(4) .hero-left .hero-title {
        font-size: 38px !important;
    }
    .hero-slide--5 .hero-left .hero-title {
        font-size: 28px !important;
        line-height: 1.1 !important;
    }
    .hero-slide--5 .hero-left .hero-line {
        display: block !important;
    }
    .hero-slide--6 .hero-left .hero-title {
        font-size: 29px !important;
        line-height: 1.1 !important;
    }
    .hero-slide--6 .hero-left .hero-line {
        display: block !important;
    }
    .hero-slide--7 .hero-left .hero-title {
        font-size: 28px !important;
        line-height: 1.1 !important;
    }
    .hero-slide--7 .hero-left .hero-line {
        display: block !important;
    }
    .hero-slide--7 .hero-left .hero-icon-sidecar-second {
        width: 43px !important;
        max-width: 43px !important;
        height: 20px !important;
        max-height: 20px !important;
    }
    .hero-slide--7 .hero-slide7-desktop {
        display: none !important;
    }
    .hero-slide--7 .hero-slide7-mobile {
        display: block !important;
    }
    .hero-link--pill {
        justify-content: center !important;
        align-items: center !important;
        width: 168px !important;
        height: 30px !important;
        margin-top: 20px !important;
        padding: 0 12px !important;
        font-size: 14px !important;
        display: inline-flex !important;
    }
    .hero-right .hero-car {
        width: 255px !important;
        max-width: 255px !important;
        height: 231px !important;
        margin: 0 auto !important;
        transform: translateY(0) !important;
    }
    .hero-right .hero-motorcyclists {
        width: 420px !important;
        max-width: 420px !important;
        height: 405px !important;
        margin: 0 auto !important;
        transform: translate(155px, -70px) !important;
    }
    .hero-right .hero-mobile {
        width: 166px !important;
        max-width: 166px !important;
        height: 260px !important;
        margin: 0 auto !important;
        transform: translateY(100px) !important;
    }
    .hero-right .hero-shield {
        width: 240px !important;
        max-width: 240px !important;
        height: 220px !important;
        margin: 0 auto !important;
        transform: translate(-335px) !important;
    }
    .hero-right .hero-pumpgun {
        width: 275px !important;
        max-width: 275px !important;
        height: 200px !important;
        margin: 0 auto !important;
        transform: translate(-170px, 40px) !important;
    }
    .hero-right .hero-tires {
        width: 100% !important;
        max-width: 235px !important;
        height: 197px !important;
        margin: 0 auto !important;
        transform: translateY(40px) !important;
    }
    .hero-controls {
        bottom: 36px !important;
    }
    .hero-badge {
        width: 96px !important;
        height: 96px !important;
        top: 90px !important;
        right: 12px !important;
    }
    .hero-badge__text {
        padding: 6px !important;
        font-size: 10px !important;
        line-height: 1.3 !important;
        transform: rotate(8deg) !important;
    }
    .hero-left .hero-line img.hero-icon,
    .hero-left .hero-line .hero-icon,
    .hero-icon,
    [class*="hero-icon-"] {
        vertical-align: middle !important;
        width: auto !important;
        max-width: none !important;
        height: 40px !important;
        max-height: 40px !important;
        margin-left: 2px !important;
        margin-right: 2px !important;
        padding: 0 !important;
        display: inline-block !important;
    }
    .left-top {
        text-align: center !important;
        width: 327px !important;
        height: 297px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 12px !important;
        display: block !important;
        position: relative !important;
        left: 50% !important;
        transform: translate(-52%) !important;
    }
    .left-top .community-card-label {
        font-size: 20px !important;
        line-height: 1.1 !important;
    }
    .left-top .lefttop-img {
        object-fit: contain !important;
        width: 327px !important;
        height: auto !important;
        max-height: 220px !important;
    }
    .left-bottom {
        text-align: center !important;
        width: 327px !important;
        height: 487px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 12px !important;
        display: block !important;
        position: relative !important;
        left: 50% !important;
        transform: translate(-50%) !important;
    }
    .left-bottom .leftbottom-img {
        object-fit: contain !important;
        width: 327px !important;
        height: auto !important;
        max-height: 380px !important;
    }
    .right-bottom-mobile {
        box-sizing: border-box !important;
        width: 327px !important;
        height: 217px !important;
        padding: 12px !important;
    }
    .right-bottom-mobile .community-bottom-icons {
        justify-content: space-between !important;
        align-items: center !important;
        gap: 6px !important;
        width: 316px !important;
        height: 34px !important;
        margin-top: 12px !important;
        display: flex !important;
    }
    .right-bottom-mobile .community-bottom-icons img {
        width: 316px !important;
        height: 34px !important;
    }
    .right-bottom-mobile .community-bottom-icons img[alt="plus"] {
        width: 10px !important;
        max-width: 10px !important;
        height: 10px !important;
        max-height: 10px !important;
    }
    .download-section .download-inner {
        box-sizing: border-box !important;
        background-color: #f2f2f2 !important;
        border-radius: 14px !important;
        width: 327px !important;
        max-width: none !important;
        height: 642px !important;
        margin: 0 auto !important;
        overflow: visible !important;
    }
    .download-section .download-img-container {
        width: 100% !important;
        height: 100% !important;
        padding-left: 0 !important;
        overflow: visible !important;
    }
    .download-section .download-right {
        order: -1 !important;
    }
    .qr-card__img,
    .qr-card__img_second {
        display: none !important;
    }
    .register {
        visibility: hidden !important;
        height: 0 !important;
        display: none !important;
        overflow: hidden !important;
    }
    .qr-grid {
        display: none !important;
    }
    .qr-badges-mobile {
        justify-content: center;
        align-items: center;
        gap: 0;
        width: 100%;
        display: flex !important;
    }
    .qr-badge {
        max-width: 100% !important;
        height: auto !important;
        margin: 0 auto !important;
        display: block !important;
    }
    .qr-badges-mobile .qr-badge:first-child {
        width: 128px !important;
        height: 43px !important;
        margin-left: 18px !important;
    }
    .qr-badges-mobile .qr-badge:last-child {
        width: 162px !important;
        height: 63px !important;
    }
    .download-qr-title {
        margin-left: 12px !important;
        font-size: 28px !important;
    }
    .download-img {
        object-fit: contain !important;
        width: 510px !important;
        max-width: none !important;
        height: 396px !important;
        margin: 0 auto !important;
        display: block !important;
        transform: translate(-48px, -24px) !important;
    }
    .download-bg {
        box-sizing: border-box !important;
        border-radius: 14px !important;
        width: 327px !important;
        max-width: none !important;
        height: 642px !important;
        margin: 0 auto !important;
        padding-top: 0 !important;
        transform: translateY(-24px) !important;
    }
    .left-top {
        flex-direction: column !important;
        align-items: center !important;
        display: flex !important;
    }
    .left-top .lefttop-img {
        order: 1 !important;
        margin-bottom: 12px !important;
    }
    .left-top > .w-full.text-center.mb-4 {
        text-align: center !important;
        order: 2 !important;
        width: 100% !important;
    }
    .community-mobile-features {
        margin-top: 0 !important;
    }
    .community-section > .mx-auto {
        gap: 18px !important;
    }
    .community-feature-title,
    .community-title,
    .community-card-label,
    .community-feature-desc {
        font-size: 16px !important;
        line-height: 1.2 !important;
    }
    .community-card-label {
        transform: translateY(-8px) !important;
    }
    .community-cr-label-mobile {
        text-align: center !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        font-size: 20px !important;
        line-height: 1.2 !important;
        transform: translateY(-8px) !important;
    }
    .community-icon-row {
        transform: translateY(-20px) !important;
    }
    .right-bottom-mobile .community-right-bottom-text {
        margin-top: 0 !important;
        font-size: 18px !important;
        line-height: 1.2 !important;
        transform: translateY(-8px) !important;
    }
    .community-icon-row img,
    .community-bottom-icon,
    .feature-header-icon,
    .hero-icon-carfront,
    .community-right .community-bottom-icon {
        /*width: 24px !important;
        max-width: 24px !important;
        height: 24px !important;
        max-height: 24px !important;*/
    }
    .hero-left .hero-line img.hero-icon,
    .hero-left .hero-line img[class*="hero-icon"],
    img.hero-icon,
    .hero-icon,
    [class*="hero-icon-"] {
        vertical-align: middle !important;
        width: auto !important;
        max-width: none !important;
        height: 40px !important;
        max-height: 35px !important;
        margin-left: 2px !important;
        margin-right: 2px !important;
        padding: 0 !important;
        display: inline-block !important;
    }
    .hero-icon-sidecar,
    .hero-icon-sidecar-second,
    .hero-icon-pig,
    .hero-icon-money,
    .hero-icon-money-second,
    .hero-icon-carfront,
    .hero-icon-carfront-second,
    .hero-icon-persowave,
    .hero-icon-mobilecheck,
    .hero-icon-shield,
    .hero-icon-gas-pump,
    .hero-icon-tire,
    .hero-icon-wrench,
    .hero-icon-nocrash,
    .hero-icon-shine {
        width: auto !important;
        height: 24px !important;
    }
    .hero-line {
        gap: 6px !important;
    }
    .right-top-mobile {
        box-sizing: border-box !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: center !important;
        width: 327px !important;
        height: 557px !important;
        padding: 12px !important;
        display: flex !important;
    }
    .right-top-mobile-img {
        object-fit: contain !important;
        width: 230px !important;
        max-width: none !important;
        height: 265px !important;
        margin: 0 auto 12px !important;
        display: block !important;
    }
    .right-top-mobile .community-feature-title,
    .right-top-mobile .community-feature-desc {
        color: #1e1e1e !important;
        font-size: 16px !important;
        line-height: 1.2 !important;
    }
    .showcase-slider .slide img {
        margin: 0 auto;
        display: block;
        object-fit: contain !important;
        max-width: none !important;
    }
    .showcase-slider .slide:first-of-type img {
        width: 285px !important;
        height: 157px !important;
    }
    .showcase-slider .slide:nth-of-type(2) img {
        width: 301px !important;
        height: 166px !important;
    }
    .showcase-slider .slide:nth-of-type(3) img {
        width: 307px !important;
        height: 170px !important;
    }
    .showcase-slider .slide:nth-of-type(4) img {
        width: 295px !important;
        height: 164px !important;
    }
    .showcase-section p,
    .showcase-section .showcase-text p {
        font-size: 16px !important;
        line-height: 1.35 !important;
    }
    .showcase-carousel .mx-auto {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        position: relative !important;
    }
    .showcase-carousel .showcase-text {
        padding: 0 12px !important;
        display: contents !important;
    }
    .showcase-carousel .showcase-title {
        text-align: left !important;
        order: 1 !important;
        width: 318px !important;
        margin-top: 0 !important;
        margin-bottom: 8px !important;
        margin-left: 0 !important;
        font-size: 24px !important;
    }
    .showcase-carousel .showcase-slider {
        order: 2 !important;
        width: 100% !important;
        max-width: none !important;
        height: auto !important;
        margin: 0 auto !important;
        transform: none !important;
    }
    .showcase-carousel .showcase-slider .slide {
        position: relative !important;
        inset: auto !important;
    }
    .showcase-carousel .showcase-title {
        text-align: left !important;
        margin-top: 0 !important;
        margin-bottom: 12px !important;
        font-size: 24px !important;
    }
    .showcase-carousel .showcase-logo,
    .showcase-carousel .showcase-text p {
        text-align: left !important;
        order: 3 !important;
        width: 318px !important;
        margin-top: 8px !important;
        margin-left: 0 !important;
        font-size: 16px !important;
    }
    .showcase-carousel .showcase-logo {
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: auto !important;
    }
    .showcase-slider .showcase-prev,
    .showcase-slider .showcase-next {
        color: #1e1e1e !important;
        width: 44px !important;
        height: 44px !important;
        box-shadow: none !important;
        background: 0 0 !important;
        border-radius: 0 !important;
        justify-content: center !important;
        align-items: center !important;
        display: flex !important;
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    .showcase-slider .showcase-prev {
        left: -12px !important;
    }
    .showcase-slider .showcase-next {
        right: -12px !important;
    }
    .showcase-slider .showcase-prev i,
    .showcase-slider .showcase-next i {
        font-size: 20px !important;
    }
    .showcase-logo img[src*="canapuffLogo.png"] {
        object-fit: contain !important;
        width: 161px !important;
        max-width: none !important;
        height: 44px !important;
        display: inline-block !important;
    }
    .showcase-logo img[src*="biogroupLogo.png"] {
        object-fit: contain !important;
        width: 105px !important;
        max-width: none !important;
        height: 56px !important;
        display: inline-block !important;
    }
    .showcase-logo img[src*="oktagonLogo.png"] {
        object-fit: contain !important;
        width: 139px !important;
        max-width: none !important;
        height: 21px !important;
        display: inline-block !important;
    }
    .showcase-logo img[src*="pizzahutLogo.png"] {
        object-fit: contain !important;
        width: 160px !important;
        max-width: none !important;
        height: 33px !important;
        display: inline-block !important;
    }
    .promo-section {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .promo-gradient {
        background: linear-gradient(90deg, #c40228, #ed3d1a);
        border-radius: 12px !important;
        width: 327px !important;
        height: 412px !important;
        margin: 0 auto !important;
        overflow: visible !important;
    }
    .promo-left {
        box-sizing: border-box !important;
        flex-direction: column !important;
        justify-content: center !important;
        width: 327px !important;
        height: 412px !important;
        padding: 18px !important;
        display: flex !important;
        position: relative !important;
        overflow: visible !important;
    }
    .promo-cta {
        pointer-events: auto !important;
        justify-content: center !important;
        width: 100% !important;
        display: flex !important;
        position: absolute !important;
        bottom: 18px !important;
        left: 50% !important;
        transform: translate(-60%) !important;
    }
    .promo-title {
        text-transform: uppercase !important;
        width: calc(100% - 36px) !important;
        margin: 0 !important;
        font-size: 24px !important;
        line-height: 1.05 !important;
        position: absolute !important;
        top: 80px !important;
        left: 18px !important;
    }
    .promo-description {
        width: 290px !important;
        margin: 0 0 8px !important;
        font-size: 16px !important;
        position: absolute !important;
        top: 145px !important;
        left: 18px !important;
    }
    .promo-left.promo-tab-car4 .promo-description {
        top: 160px !important;
    }
    .promo-left.promo-tab-carclean .promo-description {
        top: 190px !important;
    }
    .promo-btn {
        color: #fff !important;
        background: #0fc26c !important;
        width: 223px !important;
        height: 30px !important;
        font-size: 16px !important;
    }
    .promo-right {
        display: none !important;
    }
    .mobile-only,
    .promo-icons-mobile {
        will-change: transform;
        justify-content: center !important;
        align-items: center !important;
        gap: 16px !important;
        margin-top: 12px !important;
        display: flex !important;
        position: relative !important;
        transform: translateY(8px) !important;
    }
    .promo-icons-mobile .promo-icons-prev,
    .promo-icons-mobile .promo-icons-next {
        color: #1e1e1e !important;
        z-index: 60 !important;
        width: 36px !important;
        height: 36px !important;
        box-shadow: none !important;
        background: 0 0 !important;
        border-radius: 0 !important;
        justify-content: center !important;
        align-items: center !important;
        display: flex !important;
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    .promo-icons-mobile .promo-icons-prev {
        left: 8px !important;
    }
    .promo-icons-mobile .promo-icons-next {
        right: 8px !important;
    }
    .promo-icon-mobile {
        object-fit: contain !important;
        width: 32px !important;
        height: 32px !important;
    }
    .promo-icons {
        display: none !important;
    }
    .promo-logo img[src*="orlen"] {
        display: none !important;
    }
    .promo-gradient {
        position: relative !important;
    }
    .promo-shield-mobile {
        pointer-events: none !important;
        width: 101px !important;
        height: 144px !important;
        display: block !important;
        position: absolute !important;
        top: -75px !important;
        left: 50% !important;
        transform: translate(-50%) !important;
    }
    .promo-cleaning-mobile {
        pointer-events: none !important;
        width: 210px !important;
        height: 214px !important;
        display: none !important;
        position: absolute !important;
        top: -110px !important;
        left: 50% !important;
        transform: translate(-50%) !important;
    }
    .promo-penizek-mobile {
        pointer-events: none !important;
        width: 173px !important;
        height: 166px !important;
        display: none !important;
        position: absolute !important;
        top: -110px !important;
        left: 50% !important;
        transform: translate(-50%) !important;
    }
    .promo-fuelcan-mobile,
    .promo-fuelgun-mobile {
        pointer-events: none !important;
        display: none !important;
        position: absolute !important;
        top: -48px !important;
    }
    .promo-fuelcan-mobile {
        width: 175px !important;
        height: 175px !important;
        top: -75px !important;
        left: calc(40% - 64px) !important;
    }
    .promo-fuelgun-mobile {
        transform-origin: 50% !important;
        width: 131px !important;
        height: 93px !important;
        top: -100px !important;
        left: 40% !important;
        transform: rotate(30deg) !important;
    }
    .promo-logo {
        text-align: left !important;
        z-index: 5 !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        position: absolute !important;
        top: 240px !important;
        left: 18px !important;
    }
    .promo-logo img {
        max-width: 166px !important;
        height: auto !important;
        display: block !important;
    }
    .promo-left.promo-tab-carclean .promo-logo,
    .promo-left.promo-tab-carclean .promo-logo img,
    .promo-left.promo-tab-car4 .promo-logo,
    .promo-left.promo-tab-car4 .promo-logo img {
        display: none !important;
    }
    .reviews-section h2 {
        margin-bottom: 24px !important;
        font-size: 36px !important;
        line-height: 1.05 !important;
    }
    .map-trail-bar,
    .question-bar,
    .feature-header-bar,
    .advertise-bar {
        border-radius: 6px !important;
        width: 60px !important;
        height: 12px !important;
    }
    .map-trail-desktop {
        display: none !important;
    }
    .map-trail-mobile {
        flex-direction: column !important;
        gap: 40px !important;
        padding: 24px 12px !important;
        display: flex !important;
    }
    .map-step-mobile {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
        display: flex !important;
    }
    .map-step-mobile__num {
        color: #c40228 !important;
        flex-shrink: 0 !important;
        margin-bottom: 0 !important;
        font-size: 80px !important;
        font-style: italic !important;
        font-weight: 900 !important;
        line-height: 1 !important;
    }
    .map-step-mobile__content {
        flex-direction: column !important;
        flex: 1 !important;
        gap: 12px !important;
        width: 100% !important;
        display: flex !important;
    }
    .map-step-mobile__img {
        width: 100% !important;
        max-width: 280px !important;
        height: auto !important;
        margin: 8px 0 !important;
    }
    .map-step-mobile:first-child .map-step-mobile__content {
        position: relative !important;
    }
    .map-step-mobile:first-child .map-step-mobile__img:first-of-type {
        width: 343px !important;
        max-width: 343px !important;
        height: 300px !important;
    }
    .map-step-mobile:first-child .map-step-mobile__img:nth-of-type(2) {
        z-index: 2 !important;
        width: 122px !important;
        max-width: 122px !important;
        height: 233px !important;
        position: absolute !important;
        top: -10px !important;
        left: 78% !important;
        transform: translate(-50%) !important;
    }
    .map-step-mobile:nth-child(2) .map-step-mobile__img:first-of-type {
        width: 128% !important;
        max-width: 136% !important;
        height: 300px !important;
        margin-left: -37px !important;
        margin-right: 8px !important;
    }
    .map-step-mobile:nth-child(2) .map-step-mobile__img:nth-of-type(2) {
        width: 325px !important;
        max-width: 325px !important;
        height: 250px !important;
        margin-top: -225px !important;
    }
    .map-step-mobile:nth-child(3) .map-step-mobile__img:first-of-type {
        width: 110% !important;
        max-width: 126% !important;
        height: 420px !important;
        margin-left: 5px !important;
        margin-right: -24px !important;
    }
    .map-step-mobile:nth-child(3) .map-step-mobile__img:nth-of-type(2) {
        width: 346px !important;
        max-width: 346px !important;
        height: 140px !important;
        margin-top: -300px !important;
        margin-left: 80px !important;
    }
    .map-step-mobile:nth-child(4) .map-step-mobile__img {
        width: 130% !important;
        max-width: 130% !important;
        height: 230px !important;
        margin-left: -50px !important;
    }
    .map-step-mobile:nth-child(5) .map-step-mobile__img {
        width: 200px !important;
        max-width: 200px !important;
        height: 144px !important;
        margin-left: auto !important;
        margin-right: -34px !important;
    }
    .map-step-mobile__title,
    .map-step-mobile__content h1,
    .map-step-mobile__content h2,
    .map-step-mobile__content h3{
        text-transform: uppercase !important;
        color: #1e1e1e !important;
        margin: 0 !important;
        font-size: 24px !important;
        font-style: italic !important;
        font-weight: 900 !important;
        line-height: 1.2 !important;
    }
    .map-step-mobile__title-row {
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: 12px !important;
        display: flex !important;
    }
    .map-step-mobile__badge {
        color: #fff !important;
        text-transform: uppercase !important;
        background: #0fc26c !important;
        border-radius: 100px !important;
        justify-content: center !important;
        align-items: center !important;
        width: 102px !important;
        height: 25px !important;
        padding: 4px 12px !important;
        font-size: 12px !important;
        font-style: italic !important;
        font-weight: 900 !important;
        display: flex !important;
    }
    .map-step-mobile__badge--gold {
        background: #e2ba04 !important;
    }
    .map-step-mobile__desc,
    .map-step-mobile__desc p {
        color: #1e1e1e !important;
        margin: 0 !important;
        font-size: 16px !important;
        line-height: 1.5 !important;
    }
    .map-step-mobile__note {
        color: #1ac660 !important;
        margin-top: 8px !important;
        font-size: 16px !important;
        font-style: italic !important;
        font-weight: 700 !important;
    }
    .map-trail-section {
        background: #f2f2f2 !important;
    }
    .map-trail-section h2 {
        margin-bottom: 32px !important;
        font-size: 32px !important;
    }
}
@media (min-width: 481px) {
    .map-trail-mobile {
        display: none !important;
    }
    .map-trail-desktop {
        display: block !important;
    }
}
@media (min-width: 768px) {
    .promo-title {
        color: #fff !important;
        text-transform: uppercase !important;
        margin-bottom: 32px !important;
        font-size: 48px !important;
        line-height: 1.05 !important;
        display: block !important;
        position: static !important;
    }
    .promo-description {
        color: #fafafa !important;
        width: 355px !important;
        margin-bottom: 48px !important;
        font-size: 18px !important;
        display: block !important;
        position: static !important;
    }
    .promo-right {
        display: block !important;
    }
}
@media (max-width: 480px) {
    .reviews-section,
    .promo-section {
        background-color: #f2f2f2 !important;
    }
    .reviews-section {
        margin-top: 0 !important;
    }
    .review-card img[alt="carside icon"],
    .review-card-right img[alt="carside icon"] {
        width: 52px !important;
        height: 25px !important;
        position: absolute !important;
        inset: 18px auto auto 18px !important;
    }
    .reviews-section .review-card p,
    .reviews-section .review-card-right p,
    .reviews-section .reviews-left .review-card p {
        margin-top: 32px !important;
        margin-bottom: 4px !important;
        font-size: 16px !important;
        line-height: 1.4 !important;
    }
    .reviews-left > .review-card:first-of-type {
        box-sizing: border-box !important;
        width: 327px !important;
        height: 293px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        overflow: hidden !important;
    }
    .reviews-left > .review-card:nth-of-type(2) {
        box-sizing: border-box !important;
        width: 327px !important;
        height: 401px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        overflow: hidden !important;
    }
    .reviews-left > .review-card:nth-of-type(3) {
        box-sizing: border-box !important;
        width: 327px !important;
        height: 293px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        overflow: hidden !important;
    }
    .reviews-right > .review-card-right:first-of-type {
        box-sizing: border-box !important;
        width: 327px !important;
        height: 530px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        overflow: hidden !important;
    }
    .reviews-right > .review-card-right:nth-of-type(2) {
        box-sizing: border-box !important;
        width: 327px !important;
        height: 369px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        overflow: hidden !important;
    }
    .review-card,
    .review-card-right {
        padding: 16px !important;
        display: block !important;
    }
    .questions-section h2 {
        margin-top: 0 !important;
        margin-bottom: 16px !important;
        font-size: 36px !important;
        line-height: 1.05 !important;
    }
    .questions-section .accordion {
        box-sizing: border-box !important;
        width: 327px !important;
        margin: 0 auto !important;
    }
    .questions-section .accordion .accordion-item-wrapper {
        box-sizing: border-box !important;
        border-radius: 12px !important;
        width: 327px !important;
        min-height: 60px !important;
        padding: 0 12px !important;
        overflow: hidden !important;
    }
    .questions-section .accordion .accordion-header {
        align-items: center !important;
        height: 60px !important;
        min-height: 60px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        font-size: 18px !important;
        font-weight: 500 !important;
        line-height: 1.1 !important;
        display: flex !important;
    }
    .questions-section .accordion .accordion-body {
        font-size: 16px !important;
        line-height: 1.45 !important;
    }
    .questions-show-all {
        text-align: left !important;
        color: #1e1e1e !important;
        width: 327px !important;
        margin: 12px auto 0 !important;
        font-size: 16px !important;
        font-style: italic !important;
        font-weight: 900 !important;
    }
    .questions-bg-mobile {
        z-index: 0 !important;
        pointer-events: none !important;
        width: 418px !important;
        margin: 0 auto 8px !important;
        display: block !important;
        position: relative !important;
    }
    .questions-bg-mobile__img {
        object-fit: contain !important;
        width: 418px !important;
        height: 177px !important;
        margin: 0 auto !important;
        display: block !important;
    }
    .questions-section .questions-bg {
        visibility: hidden !important;
        pointer-events: none !important;
        width: 0 !important;
        height: 0 !important;
        display: none !important;
    }
    .questions-section {
        background-color: #f2f2f2 !important;
    }
    .reviews-section {
        margin-bottom: 0 !important;
    }
    .advertise-section {
        background-color: #f2f2f2 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 24px !important;
        padding-bottom: 100px !important;
    }
    .advertise-title {
        text-align: left !important;
        margin-bottom: 24px !important;
        padding-left: 12px !important;
        font-size: 36px !important;
        line-height: 1.05 !important;
    }
    .adv-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .adv-card {
        box-sizing: border-box !important;
        border-radius: 14px !important;
        width: 327px !important;
        height: 176px !important;
        margin: 0 auto !important;
        padding: 12px !important;
        overflow: visible !important;
    }
    .adv-card.adv-card--active {
        background-color: var(--active-bg) !important;
        color: #fff !important;
    }
    .adv-card.adv-card--active .adv-logo {
        filter: grayscale() brightness(0) invert() !important;
        opacity: 0.98 !important;
    }
    .adv-grid {
        grid-template-columns: 1fr !important;
    }
    .adv-grid .adv-card:nth-child(n + 4) {
        transition:
            max-height 0.36s cubic-bezier(0.2, 0.9, 0.2, 1),
            opacity 0.26s,
            transform 0.3s cubic-bezier(0.2, 0.9, 0.2, 1);
        opacity: 0 !important;
        pointer-events: none !important;
        max-height: 0 !important;
        overflow: hidden !important;
        transform: translateY(-8px) !important;
    }
    .adv-grid.adv-grid--expanded .adv-card:nth-child(n + 4) {
        opacity: 1 !important;
        pointer-events: auto !important;
        max-height: 500px !important;
        transform: translateY(0) !important;
    }
    .adv-card {
        transition:
            transform 0.3s cubic-bezier(0.2, 0.9, 0.2, 1),
            opacity 0.26s,
            max-height 0.36s cubic-bezier(0.2, 0.9, 0.2, 1);
    }
    .adv-show-all {
        text-align: left !important;
        color: #1e1e1e !important;
        margin-top: -65px !important;
        padding-left: 12px !important;
        font-size: 16px !important;
        font-style: italic !important;
        font-weight: 900 !important;
        text-decoration: none !important;
        display: block !important;
    }
    .adv-logo {
        object-fit: contain !important;
        width: 120px !important;
        max-width: 120px !important;
        height: auto !important;
        top: 24px !important;
        left: 24px !important;
    }
    .site-footer {
        color: #fff !important;
        background-color: #1e1e1e !important;
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
    .footer-inner {
        max-width: 327px !important;
        margin: 0 auto !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .footer-grid {
        grid-template-columns: 1fr !important;
        align-items: start !important;
        gap: 18px !important;
        display: grid !important;
    }
    .footer-col--brand {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
        display: flex !important;
    }
    .footer-logo {
        object-fit: contain !important;
        width: 104px !important;
        height: 48px !important;
        display: block !important;
    }
    .footer-sublogo img {
        object-fit: contain !important;
        width: 123px !important;
        height: 20px !important;
        margin: 0 !important;
        display: block !important;
    }
    .footer-invite {
        color: #fff !important;
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 1 !important;
    }
    .footer-sublogo {
        align-items: center !important;
        display: flex !important;
    }
    .footer-logos-row {
        background: 0 0 !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 50px !important;
        display: flex !important;
    }
    .footer-logos-row .footer-logo,
    .footer-logos-row .footer-sublogo {
        margin: 0 !important;
    }
    .footer-subcol {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: flex-start !important;
        gap: 6px !important;
        display: flex !important;
    }
    .footer-subcol .footer-invite {
        text-align: left !important;
        align-self: flex-start !important;
        font-size: 13px !important;
    }
    .footer-subcol .footer-sublogo img {
        object-fit: contain !important;
        width: 123px !important;
        height: 20px !important;
        display: block !important;
    }
    .footer-logos-row img,
    .footer-sublogo,
    .footer-logo,
    .footer-invite {
        background: 0 0 !important;
    }
    .footer-mid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        display: grid !important;
    }
    .footer-col .footer-links {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }
    .footer-col .footer-links li {
        margin-bottom: 8px !important;
    }
    .footer-col .footer-links a {
        color: #fff !important;
        background: 0 0 !important;
        font-size: 14px !important;
        text-decoration: none !important;
    }
    .footer-col--contact {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        display: flex !important;
    }
    .footer-social a img {
        width: 24px !important;
        height: 24px !important;
        margin-right: 8px !important;
    }
    .footer-address {
        color: #ccc !important;
        font-size: 12px !important;
    }
    .footer-okriders-logo {
        object-fit: contain !important;
        width: 106px !important;
        height: 20px !important;
        margin-top: 6px !important;
        display: block !important;
    }
    img.adv-car {
        object-fit: contain !important;
        max-width: none !important;
        position: absolute !important;
        bottom: -42px !important;
        right: -55px !important;
    }
    .hero-bg {
        width: 375px !important;
        max-width: none !important;
        height: 812px !important;
        margin: 0 auto !important;
        position: relative !important;
        overflow: hidden !important;
    }
    .hero-carousel,
    .hero-slides,
    .hero-slides-track {
        width: 375px !important;
        max-width: 375px !important;
        margin: 0 auto !important;
    }
    .slide-inner {
        box-sizing: border-box !important;
        width: 375px !important;
        max-width: 375px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .hero-right .hero-car,
    .hero-car {
        object-fit: contain !important;
        width: 255px !important;
        max-width: none !important;
        height: 231px !important;
        margin: 0 auto !important;
        display: block !important;
    }
    .adv-logo--ticketmaster,
    .adv-logo--ticketmaster img {
        width: 175px !important;
        max-width: 175px !important;
        height: 23px !important;
    }
    .adv-logo--pizzahut,
    .adv-logo--pizzahut img {
        width: 164px !important;
        max-width: 164px !important;
        height: 34px !important;
    }
    .adv-logo--costa,
    .adv-logo--costa img {
        width: 105px !important;
        max-width: 105px !important;
        height: 40px !important;
    }
    .adv-logo--cpp,
    .adv-logo--cpp img {
        width: 102px !important;
        max-width: 102px !important;
        height: 50px !important;
    }
    .adv-logo--pp,
    .adv-logo--pp img {
        width: 170px !important;
        max-width: 170px !important;
        height: 45px !important;
    }
    .adv-logo--beko,
    .adv-logo--beko img {
        width: 85px !important;
        max-width: 85px !important;
        height: 48px !important;
    }
    img.adv-car.adv-car--1 {
        object-fit: contain !important;
        width: 259px !important;
        max-width: 259px !important;
        height: 165px !important;
    }
    img.adv-car.adv-car--2 {
        object-fit: contain !important;
        width: 268px !important;
        max-width: 268px !important;
        height: 170px !important;
    }
    img.adv-car.adv-car--4 {
        object-fit: contain !important;
        width: 277px !important;
        max-width: 277px !important;
        height: 177px !important;
    }
    img.adv-car.adv-car--3 {
        object-fit: contain !important;
        width: 259px !important;
        max-width: 259px !important;
        height: 127px !important;
    }
    img.adv-car.adv-car--5 {
        object-fit: contain !important;
        width: 270px !important;
        max-width: 270px !important;
        height: 138px !important;
    }
    img.adv-car.adv-car--6 {
        object-fit: contain !important;
        width: 271px !important;
        max-width: 271px !important;
        height: 151px !important;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes bounce {
    0%,
    to {
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        transform: translateY(-25%);
    }
    50% {
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        transform: none;
    }
}
.animate-on-scroll {
    opacity: 0;
}
.animate-on-scroll.animated {
    animation-fill-mode: forwards;
}
.hero-car {
    animation: 0.8s ease-out forwards fadeInUp;
}
.hero-icon {
    animation: 0.6s ease-out 0.3s forwards fadeIn;
}
.hero-icon.bounce-animation {
    animation:
        0.6s ease-out forwards fadeIn,
        2s ease-in-out 1s infinite bounce;
}
.hero-title,
.hero-text {
    animation: 0.8s ease-out 0.2s forwards fadeInUp;
}
.hero-eyecatcher {
    animation: 0.8s ease-out 0.4s forwards fadeInScale;
}
.hero-button-left {
    animation: 0.6s ease-out 0.6s forwards fadeIn;
}
.hero-button-right {
    animation: 0.6s ease-out 0.8s forwards fadeIn;
}
.app-title,
.app-text {
    animation: 0.8s ease-out forwards fadeInUp;
}
.app-badge {
    opacity: 0;
}
.app-badge.animated {
    animation: 0.5s ease-out forwards fadeIn;
}
.app-badge:first-child {
    animation-delay: 0.2s;
}
.app-badge:nth-child(2) {
    animation-delay: 0.3s;
}
.app-badge:nth-child(3) {
    animation-delay: 0.4s;
}
.app-badge:nth-child(4) {
    animation-delay: 0.5s;
}
.app-phone-center {
    animation: 1s ease-out 0.3s forwards fadeIn;
}
.download-icon,
.download-title {
    animation: 0.8s ease-out forwards fadeInUp;
}
.download-image {
    animation: 0.8s ease-out 0.2s forwards fadeInUp;
}
.download-qr {
    animation: 0.8s ease-out 0.4s forwards fadeIn;
}
.desktop-image,
.desktop-title {
    animation: 0.8s ease-out forwards fadeInUp;
}
.desktop-content {
    animation: 0.8s ease-out 0.3s forwards fadeIn;
}
.benefits-title {
    animation: 0.8s ease-out forwards fadeInUp;
}
.benefits-content {
    animation: 0.8s ease-out 0.2s forwards fadeIn;
}
.benefits-card {
    animation: 0.8s ease-out forwards fadeInScale;
}
.benefits-card:first-child {
    animation-delay: 0.1s;
}
.benefits-card:nth-child(2) {
    animation-delay: 0.2s;
}
.benefits-card:nth-child(3) {
    animation-delay: 0.3s;
}
.feature-title,
.feature-image {
    animation: 0.8s ease-out forwards fadeInUp;
}
.feature-content {
    opacity: 0;
}
.feature-content.animated {
    animation: 0.6s ease-out forwards fadeIn;
}
.feature-content-row {
    opacity: 0;
}
.feature-content-row.animated {
    animation: 0.5s ease-out forwards fadeIn;
}
.map-trail-logo,
.map-trail-title,
.map-trail-image {
    animation: 0.8s ease-out forwards fadeInUp;
}
.map-trail-content {
    animation: 0.8s ease-out 0.3s forwards fadeIn;
}
.faq-title {
    animation: 0.8s ease-out forwards fadeInUp;
}
.faq-content {
    animation: 0.8s ease-out 0.2s forwards fadeIn;
}
footer {
    animation: 1s ease-out forwards fadeIn;
}
@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-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}
@property --tw-gradient-position {
    syntax: "*";
    inherits: false;
}
@property --tw-gradient-from {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000;
}
@property --tw-gradient-via {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000;
}
@property --tw-gradient-to {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000;
}
@property --tw-gradient-stops {
    syntax: "*";
    inherits: false;
}
@property --tw-gradient-via-stops {
    syntax: "*";
    inherits: false;
}
@property --tw-gradient-from-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 0%;
}
@property --tw-gradient-via-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 50%;
}
@property --tw-gradient-to-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 100%;
}
@property --tw-leading {
    syntax: "*";
    inherits: false;
}
@property --tw-font-weight {
    syntax: "*";
    inherits: false;
}
@property --tw-tracking {
    syntax: "*";
    inherits: false;
}
@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}
@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-inset-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}
@property --tw-ring-color {
    syntax: "*";
    inherits: false;
}
@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false;
}
@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
    syntax: "*";
    inherits: false;
}
@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 0;
}
@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff;
}
@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-outline-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}
@property --tw-blur {
    syntax: "*";
    inherits: false;
}
@property --tw-brightness {
    syntax: "*";
    inherits: false;
}
@property --tw-contrast {
    syntax: "*";
    inherits: false;
}
@property --tw-grayscale {
    syntax: "*";
    inherits: false;
}
@property --tw-hue-rotate {
    syntax: "*";
    inherits: false;
}
@property --tw-invert {
    syntax: "*";
    inherits: false;
}
@property --tw-opacity {
    syntax: "*";
    inherits: false;
}
@property --tw-saturate {
    syntax: "*";
    inherits: false;
}
@property --tw-sepia {
    syntax: "*";
    inherits: false;
}
@property --tw-drop-shadow {
    syntax: "*";
    inherits: false;
}
@property --tw-drop-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-drop-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}
@property --tw-drop-shadow-size {
    syntax: "*";
    inherits: false;
}
@property --tw-duration {
    syntax: "*";
    inherits: false;
}
@property --tw-ease {
    syntax: "*";
    inherits: false;
}
@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;
}
@import "https://fonts.googleapis.com/css2?family=Cresta:wght@400;500;600;700&display=swap";
@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-space-y-reverse: 0;
            --tw-border-style: solid;
            --tw-gradient-position: initial;
            --tw-gradient-from: #0000;
            --tw-gradient-via: #0000;
            --tw-gradient-to: #0000;
            --tw-gradient-stops: initial;
            --tw-gradient-via-stops: initial;
            --tw-gradient-from-position: 0%;
            --tw-gradient-via-position: 50%;
            --tw-gradient-to-position: 100%;
            --tw-leading: initial;
            --tw-font-weight: initial;
            --tw-tracking: initial;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-outline-style: solid;
            --tw-blur: initial;
            --tw-brightness: initial;
            --tw-contrast: initial;
            --tw-grayscale: initial;
            --tw-hue-rotate: initial;
            --tw-invert: initial;
            --tw-opacity: initial;
            --tw-saturate: initial;
            --tw-sepia: initial;
            --tw-drop-shadow: initial;
            --tw-drop-shadow-color: initial;
            --tw-drop-shadow-alpha: 100%;
            --tw-drop-shadow-size: initial;
            --tw-duration: initial;
            --tw-ease: initial;
            --tw-translate-x: 0;
            --tw-translate-y: 0;
            --tw-translate-z: 0;
        }
    }
}
@layer theme {
    :root,
    :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
            "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --color-black: #000;
        --color-white: #fff;
        --spacing: 0.25rem;
        --text-lg: 1.125rem;
        --text-lg--line-height: calc(1.75 / 1.125);
        --font-weight-medium: 500;
        --font-weight-bold: 700;
        --font-weight-black: 900;
        --tracking-tight: -0.025em;
        --tracking-wide: 0.025em;
        --leading-tight: 1.25;
        --radius-md: 0.375rem;
        --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
        --default-transition-duration: 0.15s;
        --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 {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0;
    }
    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0;
    }
    html,
    :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        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 {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative;
    }
    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 {
        vertical-align: middle;
        display: block;
    }
    img,
    video {
        max-width: 100%;
        height: auto;
    }
    button,
    input,
    select,
    optgroup,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0;
    }
    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0;
    }
    :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)) {
            ::placeholder {
                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 {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-year-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-month-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-day-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-hour-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-minute-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-second-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0;
    }
    ::-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"]) {
        appearance: button;
    }
    ::file-selector-button {
        appearance: button;
    }
    ::-webkit-inner-spin-button {
        height: auto;
    }
    ::-webkit-outer-spin-button {
        height: auto;
    }
    [hidden]:where(:not([hidden="until-found"])) {
        display: none !important;
    }
}
@layer components {
    .community-feature-title {
        --tw-font-weight: var(--font-weight-bold);
        font-size: 24px;
        font-weight: var(--font-weight-bold);
    }
    .community-feature-desc {
        --tw-leading: var(--leading-tight);
        font-size: 24px;
        line-height: var(--leading-tight);
        --tw-tracking: var(--tracking-tight);
        letter-spacing: var(--tracking-tight);
        color: #1e1e1e;
    }
    .center-features-gap {
        gap: calc(var(--spacing) * 3);
    }
}
@layer utilities {
    .pointer-events-none {
        pointer-events: none;
    }
    .collapse {
        visibility: collapse;
    }
    .invisible {
        visibility: hidden;
    }
    .visible {
        visibility: visible;
    }
    .sr-only {
        clip-path: inset(50%);
        white-space: nowrap;
        border-width: 0;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        position: absolute;
        overflow: hidden;
    }
    .absolute {
        position: absolute;
    }
    .fixed {
        position: fixed;
    }
    .relative {
        position: relative;
    }
    .static {
        position: static;
    }
    .inset-0 {
        inset: calc(var(--spacing) * 0);
    }
    .inset-x-0 {
        inset-inline: calc(var(--spacing) * 0);
    }
    .top-1\/2 {
        top: 50%;
    }
    .top-15 {
        top: calc(var(--spacing) * 15);
    }
    .top-43 {
        top: calc(var(--spacing) * 43);
    }
    .top-\[100\%\] {
        top: 100%;
    }
    .right-0 {
        right: calc(var(--spacing) * 0);
    }
    .right-6 {
        right: calc(var(--spacing) * 6);
    }
    .right-45 {
        right: calc(var(--spacing) * 45);
    }
    .bottom-0 {
        bottom: calc(var(--spacing) * 0);
    }
    .bottom-6 {
        bottom: calc(var(--spacing) * 6);
    }
    .bottom-10 {
        bottom: calc(var(--spacing) * 10);
    }
    .bottom-15 {
        bottom: calc(var(--spacing) * 15);
    }
    .bottom-20 {
        bottom: calc(var(--spacing) * 20);
    }
    .bottom-\[96px\] {
        bottom: 96px;
    }
    .left-30 {
        left: calc(var(--spacing) * 30);
    }
    .left-105 {
        left: calc(var(--spacing) * 105);
    }
    .left-\[0\] {
        left: 0;
    }
    .z-0 {
        z-index: 0;
    }
    .z-10 {
        z-index: 10;
    }
    .z-20 {
        z-index: 20;
    }
    .z-40 {
        z-index: 40;
    }
    .z-60 {
        z-index: 60;
    }
    .order-last {
        order: 9999;
    }
    .col-span-2 {
        grid-column: span 2 / span 2;
    }
    .container {
        width: 100%;
    }
    @media (min-width: 40rem) {
        .container {
            max-width: 40rem;
        }
    }
    @media (min-width: 48rem) {
        .container {
            max-width: 48rem;
        }
    }
    @media (min-width: 64rem) {
        .container {
            max-width: 64rem;
        }
    }
    @media (min-width: 80rem) {
        .container {
            max-width: 80rem;
        }
    }
    @media (min-width: 96rem) {
        .container {
            max-width: 96rem;
        }
    }
    .m-0 {
        margin: calc(var(--spacing) * 0);
    }
    .mx-0 {
        margin-inline: calc(var(--spacing) * 0);
    }
    .mx-auto {
        margin-inline: auto;
    }
    .-mt-\[140px\] {
        margin-top: -140px;
    }
    .mt-0 {
        margin-top: calc(var(--spacing) * 0);
    }
    .mt-2 {
        margin-top: calc(var(--spacing) * 2);
    }
    .mt-3 {
        margin-top: calc(var(--spacing) * 3);
    }
    .mt-4 {
        margin-top: calc(var(--spacing) * 4);
    }
    .mt-6 {
        margin-top: calc(var(--spacing) * 6);
    }
    .mt-8 {
        margin-top: calc(var(--spacing) * 8);
    }
    .mt-10 {
        margin-top: calc(var(--spacing) * 10);
    }
    .mt-16 {
        margin-top: calc(var(--spacing) * 16);
    }
    .mt-20 {
        margin-top: calc(var(--spacing) * 20);
    }
    .mt-\[250px\] {
        margin-top: 250px;
    }
    .mt-auto {
        margin-top: auto;
    }
    .mr-4 {
        margin-right: calc(var(--spacing) * 4);
    }
    .mr-8 {
        margin-right: calc(var(--spacing) * 8);
    }
    .mr-\[225px\] {
        margin-right: 225px;
    }
    .mb-1 {
        margin-bottom: calc(var(--spacing) * 1);
    }
    .mb-2 {
        margin-bottom: calc(var(--spacing) * 2);
    }
    .mb-3 {
        margin-bottom: calc(var(--spacing) * 3);
    }
    .mb-4 {
        margin-bottom: calc(var(--spacing) * 4);
    }
    .mb-6 {
        margin-bottom: calc(var(--spacing) * 6);
    }
    .mb-8 {
        margin-bottom: calc(var(--spacing) * 8);
    }
    .mb-10 {
        margin-bottom: calc(var(--spacing) * 10);
    }
    .mb-12 {
        margin-bottom: calc(var(--spacing) * 12);
    }
    .mb-20 {
        margin-bottom: calc(var(--spacing) * 20);
    }
    .mb-24 {
        margin-bottom: calc(var(--spacing) * 24);
    }
    .mb-32 {
        margin-bottom: calc(var(--spacing) * 32);
    }
    .mb-\[250px\] {
        margin-bottom: 250px;
    }
    .-ml-8 {
        margin-left: calc(var(--spacing) * -8);
    }
    .ml-2 {
        margin-left: calc(var(--spacing) * 2);
    }
    .ml-6 {
        margin-left: calc(var(--spacing) * 6);
    }
    .ml-\[250px\] {
        margin-left: 250px;
    }
    .ml-\[auto\],
    .ml-auto {
        margin-left: auto;
    }
    .block {
        display: block;
    }
    .contents {
        display: contents;
    }
    .flex {
        display: flex;
    }
    .grid {
        display: grid;
    }
    .hidden {
        display: none;
    }
    .inline {
        display: inline;
    }
    .inline-block {
        display: inline-block;
    }
    .inline-flex {
        display: inline-flex;
    }
    .h-6 {
        height: calc(var(--spacing) * 6);
    }
    .h-8 {
        height: calc(var(--spacing) * 8);
    }
    .h-10 {
        height: calc(var(--spacing) * 10);
    }
    .h-12 {
        height: calc(var(--spacing) * 12);
    }
    .h-20 {
        height: calc(var(--spacing) * 20);
    }
    .h-32 {
        height: calc(var(--spacing) * 32);
    }
    .h-\[3px\] {
        height: 3px;
    }
    .h-\[20px\] {
        height: 20px;
    }
    .h-\[23px\] {
        height: 23px;
    }
    .h-\[25px\] {
        height: 25px;
    }
    .h-\[30px\] {
        height: 30px;
    }
    .h-\[34px\] {
        height: 34px;
    }
    .h-\[38px\] {
        height: 38px;
    }
    .h-\[39px\] {
        height: 39px;
    }
    .h-\[40px\] {
        height: 40px;
    }
    .h-\[43px\] {
        height: 43px;
    }
    .h-\[44px\] {
        height: 44px;
    }
    .h-\[50px\] {
        height: 50px;
    }
    .h-\[54px\] {
        height: 54px;
    }
    .h-\[60px\] {
        height: 60px;
    }
    .h-\[62px\] {
        height: 62px;
    }
    .h-\[65px\] {
        height: 65px;
    }
    .h-\[80px\] {
        height: 80px;
    }
    .h-\[90px\] {
        height: 90px;
    }
    .h-\[100px\] {
        height: 100px;
    }
    .h-\[133px\] {
        height: 133px;
    }
    .h-\[159px\] {
        height: 159px;
    }
    .h-\[209px\] {
        height: 209px;
    }
    .h-\[217px\] {
        height: 217px;
    }
    .h-\[259px\] {
        height: 259px;
    }
    .h-\[295px\] {
        height: 295px;
    }
    .h-\[304px\] {
        height: 304px;
    }
    .h-\[318px\] {
        height: 318px;
    }
    .h-\[360px\] {
        height: 360px;
    }
    .h-\[400px\] {
        height: 400px;
    }
    .h-\[438px\] {
        height: 438px;
    }
    .h-\[469px\] {
        height: 469px;
    }
    .h-\[473px\] {
        height: 473px;
    }
    .h-\[480px\] {
        height: 480px;
    }
    .h-\[516px\] {
        height: 516px;
    }
    .h-\[526px\] {
        height: 526px;
    }
    .h-\[530px\] {
        height: 530px;
    }
    .h-\[584px\] {
        height: 584px;
    }
    .h-\[622px\] {
        height: 622px;
    }
    .h-\[633px\] {
        height: 633px;
    }
    .h-\[655px\] {
        height: 655px;
    }
    .h-\[669px\] {
        height: 669px;
    }
    .h-\[673px\] {
        height: 673px;
    }
    .h-\[697px\] {
        height: 697px;
    }
    .h-\[734px\] {
        height: 734px;
    }
    .h-\[746px\] {
        height: 746px;
    }
    .h-\[1042px\] {
        height: 1042px;
    }
    .h-\[1080px\] {
        height: 1080px;
    }
    .h-auto {
        height: auto;
    }
    .h-full {
        height: 100%;
    }
    .max-h-\[540px\] {
        max-height: 540px;
    }
    .max-h-\[582px\] {
        max-height: 582px;
    }
    .w-1\/2 {
        width: 50%;
    }
    .w-6 {
        width: calc(var(--spacing) * 6);
    }
    .w-7 {
        width: calc(var(--spacing) * 7);
    }
    .w-8 {
        width: calc(var(--spacing) * 8);
    }
    .w-9 {
        width: calc(var(--spacing) * 9);
    }
    .w-10 {
        width: calc(var(--spacing) * 10);
    }
    .w-12 {
        width: calc(var(--spacing) * 12);
    }
    .w-20 {
        width: calc(var(--spacing) * 20);
    }
    .w-\[37px\] {
        width: 37px;
    }
    .w-\[38px\] {
        width: 38px;
    }
    .w-\[39px\] {
        width: 39px;
    }
    .w-\[40px\] {
        width: 40px;
    }
    .w-\[43px\] {
        width: 43px;
    }
    .w-\[44px\] {
        width: 44px;
    }
    .w-\[47px\] {
        width: 47px;
    }
    .w-\[51px\] {
        width: 51px;
    }
    .w-\[52px\] {
        width: 52px;
    }
    .w-\[55px\] {
        width: 55px;
    }
    .w-\[59px\] {
        width: 59px;
    }
    .w-\[66px\] {
        width: 66px;
    }
    .w-\[71px\] {
        width: 71px;
    }
    .w-\[74px\] {
        width: 74px;
    }
    .w-\[82px\] {
        width: 82px;
    }
    .w-\[85px\] {
        width: 85px;
    }
    .w-\[91px\] {
        width: 91px;
    }
    .w-\[100\%\] {
        width: 100%;
    }
    .w-\[100px\] {
        width: 100px;
    }
    .w-\[116px\] {
        width: 116px;
    }
    .w-\[128px\] {
        width: 128px;
    }
    .w-\[133px\] {
        width: 133px;
    }
    .w-\[209px\] {
        width: 209px;
    }
    .w-\[218px\] {
        width: 218px;
    }
    .w-\[230px\] {
        width: 230px;
    }
    .w-\[238px\] {
        width: 238px;
    }
    .w-\[241px\] {
        width: 241px;
    }
    .w-\[260px\] {
        width: 260px;
    }
    .w-\[272px\] {
        width: 272px;
    }
    .w-\[275px\] {
        width: 275px;
    }
    .w-\[314px\] {
        width: 314px;
    }
    .w-\[324px\] {
        width: 324px;
    }
    .w-\[327px\] {
        width: 327px;
    }
    .w-\[330px\] {
        width: 330px;
    }
    .w-\[481px\] {
        width: 481px;
    }
    .w-\[486px\] {
        width: 486px;
    }
    .w-\[570px\] {
        width: 570px;
    }
    .w-\[700px\] {
        width: 700px;
    }
    .w-\[947px\] {
        width: 947px;
    }
    .w-\[1059px\] {
        width: 1059px;
    }
    .w-\[1162px\] {
        width: 1162px;
    }
    .w-\[1203px\] {
        width: 1203px;
    }
    .w-\[1283px\] {
        width: 1283px;
    }
    .w-\[1750px\] {
        width: 1750px;
    }
    .w-\[1767px\] {
        width: 1767px;
    }
    .w-full {
        width: 100%;
    }
    .max-w-\[100\%\] {
        max-width: 100%;
    }
    .max-w-\[166px\] {
        max-width: 166px;
    }
    .max-w-\[260px\] {
        max-width: 260px;
    }
    .max-w-\[330px\] {
        max-width: 330px;
    }
    .max-w-\[400px\] {
        max-width: 400px;
    }
    .max-w-\[430px\] {
        max-width: 430px;
    }
    .max-w-\[480px\] {
        max-width: 480px;
    }
    .max-w-\[520px\] {
        max-width: 520px;
    }
    .max-w-\[521px\] {
        max-width: 521px;
    }
    .max-w-\[580px\] {
        max-width: 580px;
    }
    .max-w-\[628px\] {
        max-width: 628px;
    }
    .max-w-\[690px\] {
        max-width: 690px;
    }
    .max-w-\[720px\] {
        max-width: 720px;
    }
    .max-w-\[742px\] {
        max-width: 742px;
    }
    .max-w-\[824px\] {
        max-width: 824px;
    }
    .max-w-\[960px\] {
        max-width: 960px;
    }
    .max-w-\[1049px\] {
        max-width: 1049px;
    }
    .max-w-\[1059px\] {
        max-width: 1059px;
    }
    .max-w-\[1162px\] {
        max-width: 1162px;
    }
    .max-w-\[1350px\] {
        max-width: 1350px;
    }
    .max-w-\[1450px\] {
        max-width: 1450px;
    }
    .max-w-\[1470px\] {
        max-width: 1470px;
    }
    .max-w-\[1525px\] {
        max-width: 1525px;
    }
    .max-w-\[1550px\] {
        max-width: 1550px;
    }
    .max-w-\[1625px\] {
        max-width: 1625px;
    }
    .max-w-\[1650px\] {
        max-width: 1650px;
    }
    .max-w-\[1750px\] {
        max-width: 1750px;
    }
    .max-w-\[1800px\] {
        max-width: 1800px;
    }
    .max-w-full {
        max-width: 100%;
    }
    .flex-1 {
        flex: 1;
    }
    .shrink {
        flex-shrink: 1;
    }
    .transform {
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
    .cursor-pointer {
        cursor: pointer;
    }
    .resize {
        resize: both;
    }
    .list-none {
        list-style-type: none;
    }
    .grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .flex-col {
        flex-direction: column;
    }
    .flex-row {
        flex-direction: row;
    }
    .items-center {
        align-items: center;
    }
    .items-end {
        align-items: flex-end;
    }
    .items-start {
        align-items: flex-start;
    }
    .items-stretch {
        align-items: stretch;
    }
    .justify-between {
        justify-content: space-between;
    }
    .justify-center {
        justify-content: center;
    }
    .justify-end {
        justify-content: flex-end;
    }
    .justify-start {
        justify-content: flex-start;
    }
    .gap-2 {
        gap: calc(var(--spacing) * 2);
    }
    .gap-3 {
        gap: calc(var(--spacing) * 3);
    }
    .gap-4 {
        gap: calc(var(--spacing) * 4);
    }
    .gap-5 {
        gap: calc(var(--spacing) * 5);
    }
    .gap-6 {
        gap: calc(var(--spacing) * 6);
    }
    .gap-8 {
        gap: calc(var(--spacing) * 8);
    }
    .gap-10 {
        gap: calc(var(--spacing) * 10);
    }
    .gap-12 {
        gap: calc(var(--spacing) * 12);
    }
    .gap-14 {
        gap: calc(var(--spacing) * 14);
    }
    .gap-32 {
        gap: calc(var(--spacing) * 32);
    }
    .gap-36 {
        gap: calc(var(--spacing) * 36);
    }
    .gap-\[104px\] {
        gap: 104px;
    }
    :where(.space-y-2 > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
    :where(.space-y-6 > :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)));
    }
    .overflow-hidden {
        overflow: hidden;
    }
    .overflow-visible {
        overflow: visible;
    }
    .overflow-y-hidden {
        overflow-y: hidden;
    }
    .rounded {
        border-radius: 0.25rem;
    }
    .rounded-\[10px\] {
        border-radius: 10px;
    }
    .rounded-\[12px\] {
        border-radius: 12px;
    }
    .rounded-\[18px\] {
        border-radius: 18px;
    }
    .rounded-\[44px\] {
        border-radius: 44px;
    }
    .rounded-\[50px\] {
        border-radius: 50px;
    }
    .rounded-full {
        border-radius: 3.40282e38px;
    }
    .rounded-md {
        border-radius: var(--radius-md);
    }
    .rounded-tl-\[50px\] {
        border-top-left-radius: 50px;
    }
    .rounded-tr-\[50px\] {
        border-top-right-radius: 50px;
    }
    .rounded-br-\[50px\] {
        border-bottom-right-radius: 50px;
    }
    .rounded-bl-\[50px\] {
        border-bottom-left-radius: 50px;
    }
    .border {
        border-style: var(--tw-border-style);
        border-width: 1px;
    }
    .bg-\[\#0FC26C\] {
        background-color: #0fc26c;
    }
    .bg-transparent {
        background-color: #0000;
    }
    .bg-white {
        background-color: var(--color-white);
    }
    .bg-gradient-to-r {
        --tw-gradient-position: to right in oklab;
        background-image: linear-gradient(var(--tw-gradient-stops));
    }
    .from-\[\#C40228\] {
        --tw-gradient-from: #c40228;
        --tw-gradient-stops: var(
            --tw-gradient-via-stops,
            var(--tw-gradient-position),
            var(--tw-gradient-from) var(--tw-gradient-from-position),
            var(--tw-gradient-to) var(--tw-gradient-to-position)
        );
    }
    .to-\[\#ED3D1A\] {
        --tw-gradient-to: #ed3d1a;
        --tw-gradient-stops: var(
            --tw-gradient-via-stops,
            var(--tw-gradient-position),
            var(--tw-gradient-from) var(--tw-gradient-from-position),
            var(--tw-gradient-to) var(--tw-gradient-to-position)
        );
    }
    .object-contain {
        object-fit: contain;
    }
    .object-cover {
        object-fit: cover;
    }
    .p-0 {
        padding: calc(var(--spacing) * 0);
    }
    .p-3 {
        padding: calc(var(--spacing) * 3);
    }
    .p-4 {
        padding: calc(var(--spacing) * 4);
    }
    .p-6 {
        padding: calc(var(--spacing) * 6);
    }
    .px-0 {
        padding-inline: calc(var(--spacing) * 0);
    }
    .px-2 {
        padding-inline: calc(var(--spacing) * 2);
    }
    .px-4 {
        padding-inline: calc(var(--spacing) * 4);
    }
    .px-6 {
        padding-inline: calc(var(--spacing) * 6);
    }
    .px-8 {
        padding-inline: calc(var(--spacing) * 8);
    }
    .px-\[72px\] {
        padding-inline: 72px;
    }
    .py-2 {
        padding-block: calc(var(--spacing) * 2);
    }
    .py-3 {
        padding-block: calc(var(--spacing) * 3);
    }
    .py-6 {
        padding-block: calc(var(--spacing) * 6);
    }
    .py-10 {
        padding-block: calc(var(--spacing) * 10);
    }
    .py-12 {
        padding-block: calc(var(--spacing) * 12);
    }
    .py-16 {
        padding-block: calc(var(--spacing) * 16);
    }
    .py-20 {
        padding-block: calc(var(--spacing) * 20);
    }
    .py-36 {
        padding-block: calc(var(--spacing) * 36);
    }
    .pt-48 {
        padding-top: calc(var(--spacing) * 48);
    }
    .pt-64 {
        padding-top: calc(var(--spacing) * 64);
    }
    .pt-\[28px\] {
        padding-top: 28px;
    }
    .pr-6 {
        padding-right: calc(var(--spacing) * 6);
    }
    .pb-12 {
        padding-bottom: calc(var(--spacing) * 12);
    }
    .pb-24 {
        padding-bottom: calc(var(--spacing) * 24);
    }
    .pb-\[32px\] {
        padding-bottom: 32px;
    }
    .pl-8 {
        padding-left: calc(var(--spacing) * 8);
    }
    .pl-12 {
        padding-left: calc(var(--spacing) * 12);
    }
    .pl-40 {
        padding-left: calc(var(--spacing) * 40);
    }
    .pl-\[250px\] {
        padding-left: 250px;
    }
    .text-center {
        text-align: center;
    }
    .text-left {
        text-align: left;
    }
    .text-right {
        text-align: right;
    }
    .text-lg {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    .text-\[14px\] {
        font-size: 14px;
    }
    .text-\[15px\] {
        font-size: 15px;
    }
    .text-\[16px\] {
        font-size: 16px;
    }
    .text-\[17px\] {
        font-size: 17px;
    }
    .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-\[28px\] {
        font-size: 28px;
    }
    .text-\[32px\] {
        font-size: 32px;
    }
    .text-\[44px\] {
        font-size: 44px;
    }
    .text-\[64px\] {
        font-size: 64px;
    }
    .text-\[96px\] {
        font-size: 96px;
    }
    .leading-\[0\.95\] {
        --tw-leading: 0.95;
        line-height: 0.95;
    }
    .leading-tight {
        --tw-leading: var(--leading-tight);
        line-height: var(--leading-tight);
    }
    .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);
    }
    .tracking-wide {
        --tw-tracking: var(--tracking-wide);
        letter-spacing: var(--tracking-wide);
    }
    .whitespace-nowrap {
        white-space: nowrap;
    }
    .text-\[\#1E1E1E\] {
        color: #1e1e1e;
    }
    .text-\[\#EDEDED\] {
        color: #ededed;
    }
    .text-\[\#FAFAFA\] {
        color: #fafafa;
    }
    .text-\[\#FFFFFF\],
    .text-\[\#fff\] {
        color: #fff;
    }
    .text-black {
        color: var(--color-black);
    }
    .text-white {
        color: var(--color-white);
    }
    .uppercase {
        text-transform: uppercase;
    }
    .italic {
        font-style: italic;
    }
    .underline {
        text-decoration-line: underline;
    }
    .placeholder-\[\#CACACA\]::placeholder {
        color: #cacaca;
    }
    .shadow {
        --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow),
            var(--tw-ring-shadow), var(--tw-shadow);
    }
    .shadow-md {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow),
            var(--tw-ring-shadow), var(--tw-shadow);
    }
    .outline {
        outline-style: var(--tw-outline-style);
        outline-width: 1px;
    }
    .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,);
    }
    .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-colors {
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke,
            --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    .duration-200 {
        --tw-duration: 0.2s;
        transition-duration: 0.2s;
    }
    .duration-400 {
        --tw-duration: 0.4s;
        transition-duration: 0.4s;
    }
    .ease-in-out {
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out);
    }
    @media (hover: hover) {
        .hover\:bg-\[\#2D7DB9\]:hover {
            background-color: #2d7db9;
        }
        .hover\:bg-\[\#6D2037\]:hover {
            background-color: #6d2037;
        }
        .hover\:bg-\[\#024DDF\]:hover {
            background-color: #024ddf;
        }
        .hover\:bg-\[\#005091\]:hover {
            background-color: #005091;
        }
        .hover\:bg-\[\#C70F2E\]:hover {
            background-color: #c70f2e;
        }
        .hover\:bg-\[\#FEBA3A\]:hover {
            background-color: #feba3a;
        }
        .hover\:bg-white\/20:hover {
            background-color: #fff3;
        }
        @supports (color: color-mix(in lab, red, red)) {
            .hover\:bg-white\/20:hover {
                background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
            }
        }
        .hover\:shadow-md:hover {
            --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a),
                0 2px 4px -2px var(--tw-shadow-color, #0000001a);
            box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow),
                var(--tw-ring-shadow), var(--tw-shadow);
        }
    }
    @media (min-width: 48rem) {
        .md\:absolute {
            position: absolute;
        }
        .md\:top-1\/2 {
            top: 50%;
        }
        .md\:right-0 {
            right: calc(var(--spacing) * 0);
        }
        .md\:z-20 {
            z-index: 20;
        }
        .md\:block {
            display: block;
        }
        .md\:flex {
            display: flex;
        }
        .md\:hidden {
            display: none;
        }
        .md\:h-\[339px\] {
            height: 339px;
        }
        .md\:h-\[495px\] {
            height: 495px;
        }
        .md\:w-1\/2 {
            width: 50%;
        }
        .md\:w-\[342px\] {
            width: 342px;
        }
        .md\:w-\[570px\] {
            width: 570px;
        }
        .md\:w-\[593px\] {
            width: 593px;
        }
        .md\:w-\[747px\] {
            width: 747px;
        }
        .md\:w-\[1283px\] {
            width: 1283px;
        }
        .md\:-translate-y-1\/2 {
            --tw-translate-y: -50%;
            translate: var(--tw-translate-x) var(--tw-translate-y);
        }
        .md\:transform {
            transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
        }
        .md\:flex-row {
            flex-direction: row;
        }
        .md\:items-start {
            align-items: flex-start;
        }
        .md\:pl-8 {
            padding-left: calc(var(--spacing) * 8);
        }
        .md\:text-\[24px\] {
            font-size: 24px;
        }
    }
}
html,
body {
    background-color: #f2f2f2;
    font-family: Cresta, sans-serif;
    overflow-x: hidden !important;
}
.mobile-only {
    display: none !important;
}
@media (max-width: 768px) {
    header.header--open .mobile-only {
        display: block !important;
    }
}
.promo-shield-mobile,
.promo-cleaning-mobile,
.promo-penizek-mobile,
.promo-fuelcan-mobile,
.promo-fuelgun-mobile,
.promo-icons-mobile {
    display: none !important;
}
@media (min-width: 768px) {
    .md\:hidden {
        display: none !important;
    }
    .md\:block {
        display: block !important;
    }
    .md\:flex {
        display: flex !important;
    }
    .md\:inline {
        display: inline !important;
    }
    .md\:inline-block {
        display: inline-block !important;
    }
}
.gradient-red {
    z-index: 50;
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: #c40228;
    --tw-gradient-to: #ed3d1a;
    --tw-gradient-stops: var(
        --tw-gradient-via-stops,
        var(--tw-gradient-position),
        var(--tw-gradient-from) var(--tw-gradient-from-position),
        var(--tw-gradient-to) var(--tw-gradient-to-position)
    );
}
.bg-gradient-red {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: #c40228;
    --tw-gradient-to: #ed3d1a;
    --tw-gradient-stops: var(
        --tw-gradient-via-stops,
        var(--tw-gradient-position),
        var(--tw-gradient-from) var(--tw-gradient-from-position),
        var(--tw-gradient-to) var(--tw-gradient-to-position)
    );
}
.promo-gradient {
    background: linear-gradient(90deg, #c40228, #ed3d1a);
}
.promo-cta {
    justify-content: left;
    width: 100%;
    margin-top: 8px;
    display: flex;
}
.promo-cta a {
    vertical-align: middle;
    line-height: 1;
}
.promo-btn {
    color: #000 !important;
    white-space: nowrap !important;
    text-align: center !important;
    background: #fff !important;
    border-radius: 999px !important;
    justify-content: center !important;
    align-items: center !important;
    width: 284px !important;
    height: 38px !important;
    margin-top: 8px !important;
    font-size: 20px !important;
    font-style: italic !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    display: inline-flex !important;
}
.header-link {
    align-items: center;
    gap: calc(var(--spacing) * 2);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    --tw-font-weight: var(--font-weight-black);
    font-size: 20px;
    font-weight: var(--font-weight-black);
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
    color: var(--color-white);
    text-transform: uppercase;
    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));
    --tw-duration: 0.2s;
    --tw-ease: var(--ease-in-out);
    transition-duration: 0.2s;
    transition-timing-function: var(--ease-in-out);
    font-style: italic;
    display: inline-flex;
}
.header-link:hover {
    opacity: 0.9;
}
.header-link--pill {
    height: 38px;
    color: var(--color-white);
    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));
    --tw-duration: 0.2s;
    --tw-ease: var(--ease-in-out);
    transition-duration: 0.2s;
    transition-timing-function: var(--ease-in-out);
    background-color: #0fc26c;
    border-radius: 3.40282e38px;
}
.header-link--pill .pill-mobile {
    display: none;
}
.header-link--pill .pill-full {
    display: inline;
}
.hero-link--pill {
    margin-top: calc(var(--spacing) * 20);
    cursor: pointer;
    --tw-font-weight: var(--font-weight-black);
    width: 218px;
    height: 38px;
    font-size: 18px;
    font-weight: var(--font-weight-black);
    color: var(--color-white);
    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));
    --tw-duration: 0.2s;
    --tw-ease: var(--ease-in-out);
    transition-duration: 0.2s;
    transition-timing-function: var(--ease-in-out);
    background-color: #0fc26c;
    border-radius: 3.40282e38px;
    justify-content: center;
    align-items: center;
    font-style: italic;
    display: inline-flex;
}
.hero-link--pill:hover {
    opacity: 0.95;
}
.features-link-pill {
    --tw-font-weight: var(--font-weight-black);
    font-size: 20px;
    font-weight: var(--font-weight-black);
    color: #fafafa;
    cursor: pointer;
    background: #0fc26c;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 272px;
    height: 38px;
    font-size: 18px;
    font-style: italic;
    font-weight: 900;
    text-decoration: none;
    display: inline-flex;
}
.features-link-pill:hover {
    opacity: 0.95;
}
.map-step {
    align-items: flex-start;
    gap: 1.25rem;
    display: flex;
}
.svg-fo.map-step {
    display: flex;
}
.map-step__num {
    color: #d92b2b;
    flex: 0 0 140px;
    width: 140px;
    font-size: 130px;
    font-style: italic;
    font-weight: 900;
    line-height: 1;
}
.map-step__content {
    color: #1e1e1e;
    max-width: 560px;
}
.map-step__content--step3 {
    flex: 0 0 460px;
    width: 460px;
    min-width: 460px;
}
.map-step--right .map-step__content {
    text-align: right;
}
.map-step--left .map-step__content {
    text-align: left;
}
.map-step__title {
    color: #1e1e1e;
    white-space: nowrap;
    text-align: left;
    margin: 0;
    font-size: 44px;
    font-style: italic;
    font-weight: 900;
}
.map-step__title-row {
    align-items: center;
    gap: 10px;
    display: inline-flex;
}
.map-step__badge {
    color: #fff;
    background: #1ac660;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    width: 102px;
    height: 25px;
    margin-left: 8px;
    font-size: 12px;
    font-style: italic;
    font-weight: 900;
    line-height: 1;
    display: inline-flex;
}
.map-step__badge--gold {
    background: #e2ba04;
}
.map-step__content--step3 .map-step__title-row {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
}
.map-step__content--step3 .map-step__title {
    text-align: left;
}
.map-step__desc {
    color: #1e1e1e;
    text-align: left;
    max-width: 520px;
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1;
}
.no-wrap {
    white-space: nowrap;
}
.map-step__note {
    text-align: left;
    color: #1ac660;
    margin-top: 0.5rem;
    font-weight: 700;
}
.map-step__media {
    flex: none;
    order: 0;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
    display: flex;
}
.map-step__num {
    order: 1;
}
.map-step__content {
    order: 2;
}
.map-step--left .map-step__media {
    margin-left: 0;
    margin-right: 1rem;
}
.map-step--right .map-step__media {
    margin-right: 1rem;
}
#mapSteps .map-step.map-step.map-step--right:first-of-type .map-step__media,
#mapSteps .map-step.map-step--right:first-of-type .map-step__media {
    margin-top: -140px;
}
#mapSteps .map-step.map-step--right:first-of-type .map-step__media img {
    transform: translate(-75px);
}
.map-step__img-sm {
    width: 140px;
    height: auto;
    display: block;
}
.map-step__img-md {
    width: 511px;
    height: 207px;
    display: block;
}
.map-step__img-badge {
    width: 60px;
    height: auto;
    display: block;
}
.map-step__img-icon {
    width: 48px;
    height: auto;
    margin-right: 6px;
    display: inline-block;
}
.map-step__img-lg {
    object-fit: contain;
    width: 316px;
    height: 473px;
    display: block;
}
.map-step__side {
    flex: none;
    order: 3;
    align-items: center;
    margin-left: -40px;
    display: flex;
}
.map-step__img-side {
    object-fit: contain;
    width: 610px;
    height: 408px;
    display: block;
}
.map-trail {
    overflow: visible !important;
}
#mapTrailSvg,
#mapTrailSvg foreignObject {
    overflow: visible;
}
.header-link--icon {
    z-index: 50;
    cursor: pointer;
    border-radius: var(--radius-md);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    color: var(--color-white);
    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));
    --tw-duration: 0.2s;
    --tw-ease: var(--ease-in-out);
    transition-duration: 0.2s;
    transition-timing-function: var(--ease-in-out);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}
@media (hover: hover) {
    .header-link--icon:hover {
        background-color: #fff3;
    }
    @supports (color: color-mix(in lab, red, red)) {
        .header-link--icon:hover {
            background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
        }
    }
    .header-link--icon:hover {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow),
            var(--tw-ring-shadow), var(--tw-shadow);
    }
}
.header-link--icon {
    background: 0 0;
}
.header-link--icon .hamburger-bar {
    height: 3px;
    width: calc(var(--spacing) * 9);
    background-color: var(--color-white);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke,
        --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 0.2s;
    --tw-ease: var(--ease-in-out);
    transition-duration: 0.2s;
    transition-timing-function: var(--ease-in-out);
    border-radius: 0.25rem;
    transition: all 0.3s;
    display: block;
}
.header-link--icon .hamburger-bar + .hamburger-bar {
    margin-top: 5px;
}
header.header--open .header-link--icon .hamburger-bar:first-child {
    transform: rotate(45deg) translate(6px, 6px);
}
header.header--open .header-link--icon .hamburger-bar:nth-child(2) {
    opacity: 0;
}
header.header--open .header-link--icon .hamburger-bar:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}
.bg-green {
    background-color: #0fc26c;
}
.hero-bg {
    position: relative;
    overflow: visible;
}
header-dropdown {
    color: #fff;
    background: linear-gradient(90deg, #c40228, #ed3d1a);
    width: 100%;
    display: none;
    overflow: hidden;
}
header {
    overflow: visible;
}
.header-dropdown {
    z-index: 40;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(90deg, #c40228, #ed3d1a);
    width: 100%;
    max-height: 0;
    transition:
        max-height 0.36s cubic-bezier(0.2, 0.9, 0.2, 1),
        opacity 0.26s,
        transform 0.26s;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
    transform: translateY(-6px);
}
header.header--open .header-dropdown {
    opacity: 1;
    pointer-events: auto;
    max-height: 648px;
    transform: translateY(0);
}
.header-dropdown {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
header.header--open .header-dropdown {
    display: block;
}
header.header--open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.header-dropdown__inner {
    opacity: 0;
    align-items: stretch;
    gap: 24px;
    padding-top: 28px;
    padding-bottom: 32px;
    transition:
        opacity 0.3s,
        transform 0.3s;
    display: flex;
    transform: translateY(8px);
}
header.header--open .header-dropdown__inner {
    opacity: 1;
    transform: translateY(0);
}
.header-dropdown__left {
    flex: 0 0 36%;
}
@media (min-width: 769px) {
    .header-dropdown__left {
        padding-left: 64px;
    }
}
.header-dropdown__center {
    flex-direction: row;
    flex: 0 0 28%;
    justify-content: center;
    align-self: stretch;
    align-items: flex-end;
    gap: 24px;
    padding-top: 56px;
    padding-bottom: 20px;
    display: flex;
}
@media (min-width: 769px) {
    .header-dropdown__center {
        margin-left: 80px;
    }
}
.header-dropdown__right {
    flex-direction: column;
    flex: 0 0 36%;
    justify-content: center;
    align-items: flex-end;
    display: flex;
}
.header-dropdown__promo {
    color: #fff;
    text-align: left;
    max-width: 260px;
    margin-left: auto;
}
@media (min-width: 769px) {
    .header-dropdown__promo {
        transform: translate(40px);
    }
    .header-dropdown__right {
        transform: translate(-180px);
    }
}
.header-dropdown__promo .promo-title {
    opacity: 0.95;
}
.header-dropdown__promo .promo-logos img,
.header-dropdown__promo .promo-logo {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.header-dropdown__promo .promo-text {
    opacity: 0.95;
}
.header-dropdown__promo .promo-ok img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.header-dropdown__links li {
    list-style: none;
}
.header-dropdown__links li a {
    --tw-leading: 1;
    --tw-font-weight: var(--font-weight-black);
    font-size: 44px;
    line-height: 1;
    font-weight: var(--font-weight-black);
    letter-spacing: 0.5px;
}
.header-dropdown__qr img {
    display: block;
}
.header-dropdown__center > .header-dropdown__qr {
    flex-direction: column;
    flex: none;
    align-items: center;
    display: flex;
}
.header-dropdown__center > .header-dropdown__qr img:first-child {
    object-fit: contain;
    width: 93px;
    height: 93px;
    display: block;
}
.header-dropdown__center__links {
    align-self: flex-end;
}
.header-dropdown__links-right ul {
    text-align: right;
}
.header-dropdown__links-right li a {
    color: #fff;
    font-size: 14px;
}
@media (max-width: 768px) {
    .header-dropdown {
        display: none !important;
    }
}
.header-dropdown__links a,
.header-dropdown__links-right a {
    color: #fff;
    text-decoration: none;
}
.header-dropdown__links li a:hover {
    opacity: 0.9;
}
@media (max-width: 768px) {
    .header-dropdown {
        z-index: 9999 !important;
        -webkit-overflow-scrolling: touch !important;
        background: linear-gradient(90deg, #c40228, #ed3d1a) !important;
        border-radius: 0 !important;
        width: 100vw !important;
        height: 678px !important;
        max-height: 678px !important;
        padding: 12px 24px 40px !important;
        display: none !important;
        position: fixed !important;
        top: 64px !important;
        left: 0 !important;
        right: 0 !important;
        overflow: hidden auto !important;
    }
    header.header--open .header-dropdown {
        border-radius: 0 0 28px 28px !important;
    }
    .header-dropdown__left,
    .header-dropdown__center,
    .header-dropdown__right,
    .header-dropdown__inner {
        display: none !important;
    }
    .header-dropdown__mobile {
        width: 100% !important;
        padding: 0 !important;
    }
    header.header--open .header-dropdown .mobile-only {
        display: block !important;
    }
    .mobile-top {
        justify-content: space-between !important;
        align-items: center !important;
        margin-bottom: 0 !important;
        display: flex !important;
    }
    .mobile-nav {
        margin-top: 0 !important;
    }
    .mobile-nav-links {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }
    .mobile-nav-links li {
        margin-bottom: 5px !important;
    }
    .mobile-nav-links li a {
        color: #fff !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        font-size: 36px !important;
        font-style: italic !important;
        font-weight: 900 !important;
        line-height: 1.1 !important;
        text-decoration: none !important;
    }
    .mobile-social {
        align-items: center !important;
        gap: 32px !important;
        margin: 28px 0 0 !important;
        display: flex !important;
    }
    .mobile-social img {
        object-fit: contain !important;
    }
    .mobile-promo {
        margin-top: 32px !important;
        padding-top: 0 !important;
    }
    .mobile-promo .promo-text {
        color: #fff !important;
        margin-bottom: 12px !important;
        font-size: 16px !important;
        font-weight: 500 !important;
    }
    .mobile-promo .promo-logos {
        margin-bottom: 12px !important;
    }
    .mobile-promo .promo-logos img {
        max-width: 160px !important;
        height: auto !important;
    }
    .mobile-promo .promo-ok img {
        max-width: 120px !important;
        height: auto !important;
        margin-top: 8px !important;
    }
    .mobile-links-small {
        margin-top: 28px !important;
        padding-top: 0 !important;
    }
    .mobile-links-small ul {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }
    .mobile-links-small li {
        margin-top: 20px !important;
    }
    .mobile-links-small li:first-child {
        margin-top: 0 !important;
    }
    .mobile-links-small a {
        color: #fafafa !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        text-decoration: none !important;
    }
    header.header--open {
        z-index: 9998 !important;
        height: 64px !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }
    header.header--open .header-dropdown {
        opacity: 1 !important;
        pointer-events: auto !important;
        display: block !important;
    }
}
@media (max-width: 480px) {
    header.gradient-red {
        align-items: center;
        height: 64px;
        padding-left: 12px;
        padding-right: 12px;
        border-bottom-right-radius: 28px !important;
        border-bottom-left-radius: 28px !important;
    }
    header.header--open.gradient-red {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
    .community-section {
        background-color: #f2f2f2 !important;
    }
    .right-top-mobile-img {
        margin-top: -40px !important;
        transform: translateY(-12px) !important;
    }
    .site-logo {
        width: 154px !important;
        height: 22px !important;
        margin-left: 20px !important;
    }
    .header-link--pill {
        margin-left: 12px !important;
    }
    header nav a.header-link {
        display: none !important;
    }
    header nav a.header-link.header-link--pill,
    header nav .header-link--icon {
        display: inline-flex !important;
    }
    header nav a.header-link.header-link--pill {
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
        height: 24px !important;
        min-height: 24px !important;
        padding: 0 8px !important;
        font-size: 12px !important;
    }
    .header-link--pill .pill-full {
        display: none !important;
    }
    .header-link--pill .pill-mobile {
        display: inline !important;
    }
    header nav {
        gap: 8px !important;
        margin-right: 8px !important;
    }
    html,
    body {
        background-color: #fff !important;
    }
    .slide-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .hero-left {
        text-align: left;
        padding-left: 8px;
        width: 100% !important;
        padding-top: 56px !important;
    }
    .hero-right {
        justify-content: center;
        margin-top: -10px;
        display: flex;
        width: 100% !important;
    }
    .hero-left .hero-title {
        letter-spacing: 0 !important;
        font-size: 42px !important;
        line-height: 1.02 !important;
    }
    .hero-line {
        gap: 8px !important;
    }
    .hero-icon {
        margin: 0 6px !important;
    }
    .hero-link--pill {
        width: 180px !important;
        height: 40px !important;
        padding: 0 14px !important;
        font-size: 16px !important;
    }
    .hero-right .hero-car {
        width: 100% !important;
        max-width: 360px !important;
        height: auto !important;
        transform: translateY(-12px) !important;
    }
    .hero-controls {
        bottom: 36px !important;
    }
    .hero-badge {
        width: 96px !important;
        height: 96px !important;
        top: 8px !important;
        right: 18px !important;
    }
    .hero-badge__text {
        font-size: 12px !important;
    }
    .hero-badge__text .hero-left .hero-line img.hero-icon,
    .hero-badge__text .hero-left .hero-line .hero-icon,
    .hero-badge__text .hero-icon-sidecar,
    .hero-badge__text .hero-icon-sidecar-second,
    .hero-badge__text .hero-icon-pig,
    .hero-badge__text .hero-icon-money,
    .hero-badge__text .hero-icon-money-second,
    .hero-badge__text .hero-icon-carfront,
    .hero-badge__text .hero-icon-carfront-second,
    .hero-badge__text .hero-icon-persowave,
    .hero-badge__text .hero-icon-mobilecheck,
    .hero-badge__text .hero-icon-shield,
    .hero-badge__text .hero-icon-gas-pump,
    .hero-badge__text .hero-icon-tire,
    .hero-badge__text .hero-icon-wrench,
    .hero-badge__text .hero-icon-nocrash,
    .hero-badge__text .hero-icon-shine {
        vertical-align: middle !important;
        width: auto !important;
        height: 40px !important;
        margin: 0 6px !important;
        display: inline-block !important;
    }
    .hero-badge__text .hero-line {
        gap: 6px !important;
    }
    .hero-badge__text {
        padding: 6px !important;
        line-height: 1 !important;
        transform: rotate(8deg) !important;
    }
    .hero-left .hero-title span {
        align-items: center !important;
        gap: 10px !important;
        line-height: 0.95 !important;
        display: inline-flex !important;
    }
}
.hero-bg:before {
    content: "";
    filter: brightness(45%);
    z-index: 0;
    background-image: url(heroBg-CwBIVtWW.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-top: 50px;
    position: absolute;
    inset: -100px 0 0;
}
.hero-bg > * {
    z-index: 10;
    position: relative;
}
.questions-section {
    position: relative;
    overflow: visible;
}
.questions-section h2 {
    margin-top: -50px;
    line-height: 0.95;
}
h2 {
    line-height: 0.95;
}
.showcase-title {
    line-height: 1.02;
}
.questions-section > .mx-auto {
    position: relative;
}
.questions-section .questions-bg {
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(90deg, #c40228, #ed3d1a);
    border-radius: 50px 24px 24px 50px;
    width: 1030px;
    height: 735px;
    position: absolute;
    top: 32px;
    right: calc(675px - 50vw);
    overflow: visible;
}
.left-top {
    background-color: var(--color-white);
    width: 570px;
    height: 473px;
    padding: calc(var(--spacing) * 6);
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow);
    border-radius: 18px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
}
.left-bottom {
    background-color: var(--color-white);
    width: 570px;
    height: 530px;
    padding: calc(var(--spacing) * 6);
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow);
    border-radius: 18px;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
}
.right-top {
    background-color: var(--color-white);
    width: 570px;
    height: 697px;
    padding: calc(var(--spacing) * 6);
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow);
    border-radius: 18px;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
}
.right-bottom {
    background-color: var(--color-white);
    width: 570px;
    height: 304px;
    padding: calc(var(--spacing) * 6);
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow);
    border-radius: 18px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
}
@media (max-width: 480px) {
    .left-top {
        width: 327px !important;
        height: 297px !important;
        padding: 12px !important;
    }
    .left-top .community-card-label {
        font-size: 20px !important;
        line-height: 1.1 !important;
    }
    .left-top .lefttop-img {
        object-fit: contain !important;
        width: 327px !important;
        height: auto !important;
        max-height: 220px !important;
    }
    .left-top {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }
    .left-top .community-icon-row,
    .left-top .community-card-label {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .left-top {
        position: relative !important;
        left: 50% !important;
        transform: translate(-52%) !important;
    }
    .left-bottom {
        text-align: center !important;
        width: 327px !important;
        height: 487px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 12px !important;
        display: block !important;
        position: relative !important;
        left: 50% !important;
        transform: translate(calc(-50% - 8px)) !important;
    }
    .left-bottom .leftbottom-img {
        object-fit: contain !important;
        width: 327px !important;
        height: auto !important;
        max-height: 380px !important;
    }
}
@media (max-width: 1400px) {
    .questions-section .questions-bg {
        z-index: 5 !important;
        width: 425px !important;
        max-width: none !important;
        height: auto !important;
        position: absolute !important;
        right: 30px !important;
        transform: translateY(-275px) !important;
    }
}
.questions-section > .mx-auto > :not(.questions-bg) {
    z-index: 10;
    position: relative;
}
.questions-bg__img {
    object-fit: cover;
    will-change: transform;
    width: 806px;
    max-width: none;
    height: 453px;
    max-height: none;
    margin-left: 50px;
    margin-right: 100px;
    display: block;
    transform: translateY(-250px);
}
.questions-section .accordion {
    margin-top: -24px;
    margin-left: -200px;
}
.questions-show-all {
    color: #1e1e1e;
    cursor: pointer;
    text-align: left;
    width: 1203px;
    margin-top: 64px;
    margin-left: -200px;
    font-size: 20px;
    font-style: italic;
    font-weight: 900;
    text-decoration: none;
    display: block;
}
.questions-show-all:hover {
    opacity: 0.9;
}
@media (max-width: 1280px) {
    .questions-section .accordion {
        margin-top: 0;
        margin-left: 0;
    }
    .questions-show-all {
        text-align: center;
        width: auto;
        margin-left: 0;
    }
}
@media (max-width: 900px) {
    .questions-section h2 {
        margin-top: 0;
    }
}
.map-trail-bar-wrap {
    margin-bottom: 12px;
    transform: translateY(-10px);
}
@media (max-width: 900px) {
    .map-trail-bar-wrap {
        margin-bottom: 12px;
        transform: translateY(0);
    }
}
.question-bar-wrap {
    margin-bottom: 12px;
    transform: translateY(-60px);
}
@media (max-width: 900px) {
    .question-bar-wrap {
        margin-bottom: 12px;
        transform: translateY(0);
    }
}
.advertise-bar-wrap {
    margin-bottom: 12px;
    transform: translateY(-10px);
}
@media (max-width: 900px) {
    .advertise-bar-wrap {
        margin-bottom: 12px;
        transform: translateY(0);
    }
}
.advertise-bar {
    background: linear-gradient(90deg, #c40228, #ed3d1a);
}
.question-bar {
    background: #0fc26c;
}
.hero-carousel {
    position: relative;
}
.hero-slides {
    position: relative;
    transform: translateY(-55px);
}
.hero-slides-track {
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0.2, 0.9, 0.3, 1);
    display: flex;
}
.hero-slides-track .hero-slide {
    flex: 0 0 100vw;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
:where(.hero-left .hero-title > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
}
.hero-left .hero-title {
    --tw-leading: 0.95;
    --tw-font-weight: var(--font-weight-black);
    font-size: 96px;
    line-height: 0.95;
    font-weight: var(--font-weight-black);
    text-transform: uppercase;
    font-style: italic;
}
.hero-slide--3 .hero-left .hero-title,
.hero-slide--5 .hero-left .hero-title,
.hero-slide--6 .hero-left .hero-title,
.hero-slide--7 .hero-left .hero-title {
    font-size: 76px;
}
.hero-slide--7 .hero-slide7-desktop {
    display: block;
}
.hero-slide--7 .hero-slide7-mobile {
    display: none;
}
.hero-slide--3 .hero-left {
    width: 1175px !important;
    max-width: 1175px !important;
}
.hero-line {
    align-items: center;
    gap: calc(var(--spacing) * 4);
    --tw-leading: 0.95;
    gap: 1rem;
    line-height: 0.95;
    display: inline-flex;
    align-items: center !important;
}
.hero-icon {
    margin-inline: calc(var(--spacing) * 2);
    vertical-align: middle;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    align-self: center !important;
}
.hero-icon-sidecar {
    width: 128px;
    height: 60px;
}
.hero-icon-sidecar-second {
    margin-left: calc(var(--spacing) * 3);
    width: 116px;
    height: 54px;
}
.hero-icon-pig {
    margin-left: calc(var(--spacing) * 6);
    width: 85px;
    height: 80px;
}
.hero-icon-money {
    width: 91px;
    height: 66px;
}
.hero-icon-money-second {
    margin-left: calc(var(--spacing) * 6);
    width: 82px;
    height: 60px;
}
.hero-icon-carfront {
    width: 59px;
    height: 52px;
}
.hero-icon-carfront-second {
    margin-left: calc(var(--spacing) * 6);
    width: 71px;
    height: 62px;
}
.hero-icon-persowave {
    width: 51px;
    height: 61px;
}
.hero-icon-mobilecheck {
    width: 44px;
    height: 65px;
}
.hero-icon-gas-pump {
    width: 51px;
    height: 56px;
}
.hero-icon-shield {
    width: 47px;
    height: 59px;
}
.hero-icon-sidecar,
.hero-icon-pig,
.hero-icon-money,
.hero-icon-shield,
.hero-icon-gas-pump,
.hero-icon-carfront,
.hero-icon-persowave {
    vertical-align: middle;
}
.hero-icon-tire {
    width: 55px;
    height: 55px;
}
.hero-icon-wrench {
    width: 52px;
    height: 52px;
}
.hero-icon-tire,
.hero-icon-wrench {
    vertical-align: middle;
}
.hero-icon-nocrash {
    vertical-align: middle;
    width: 66px;
    height: 66px;
}
.hero-icon-shine {
    vertical-align: middle;
    width: 74px;
    height: 74px;
}
.hero-icon-fade {
    opacity: 0;
    animation:
        hero-fade-in 0.8s ease forwards,
        hero-bob 3s ease-in-out var(--bob-delay, 0s) infinite;
}
@keyframes hero-fade-in {
    0% {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes hero-bob {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    to {
        transform: translateY(0);
    }
}
.hero-icon {
    transform-origin: 50%;
    transition: transform 0.2s linear;
}
.hero-animate {
    opacity: 0;
    animation: 0.9s cubic-bezier(0.2, 0.9, 0.3, 1) forwards hero-fade-up;
    animation-delay: var(--delay, 0s);
    transform: translateY(24px);
}
@keyframes hero-fade-up {
    0% {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.hero-badge {
    z-index: 40;
    backface-visibility: hidden;
    background-color: #0fc26c;
    border-radius: 3.40282e38px;
    justify-content: center;
    align-items: center;
    width: 209px;
    height: 209px;
    display: flex;
    position: absolute;
}
.hero-badge__text {
    padding-inline: calc(var(--spacing) * 4);
    text-align: center;
    --tw-leading: var(--leading-tight);
    font-size: 22px;
    line-height: var(--leading-tight);
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    color: var(--color-white);
    text-transform: uppercase;
    transform-origin: 50%;
    font-style: italic;
    line-height: 1.05;
    display: inline-block;
    transform: rotate(10deg);
}
.hero-sub {
    opacity: 0.95;
}
.hero-right {
    min-height: auto;
    margin-top: auto;
    position: relative;
}
.hero-car,
.hero-tires {
    right: calc(var(--spacing) * 0);
    bottom: calc(var(--spacing) * 0);
    margin-top: 170px;
    display: block;
    position: relative;
}
.hero-motorcyclists {
    top: calc(var(--spacing) * 43);
    right: calc(var(--spacing) * 45);
    margin-top: 170px;
    display: block;
    position: relative;
}
.hero-mobile {
    right: calc(var(--spacing) * 0);
    bottom: calc(var(--spacing) * 15);
    margin-top: 170px;
    display: block;
    position: relative;
}
.hero-pumpgun {
    bottom: calc(var(--spacing) * 20);
    left: calc(var(--spacing) * 30);
    margin-top: 170px;
    display: block;
    position: relative;
}
.hero-shield {
    top: calc(var(--spacing) * 15);
    left: calc(var(--spacing) * 105);
    margin-top: 170px;
    display: block;
    position: relative;
}
.slide5shieldbadge {
    right: calc(var(--spacing) * 0);
    bottom: calc(var(--spacing) * 0);
    margin-top: 170px;
    display: block;
    position: relative;
}
.accordion {
    display: block;
}
.shadow-accordion {
    box-shadow: 0 10px 30px #1010100f;
}
.accordion-item-wrapper {
    cursor: pointer;
    will-change: max-height;
    background-clip: padding-box;
    border-radius: 44px;
    transition: none;
    overflow: hidden;
}
.accordion-item-wrapper:focus {
    outline-offset: 0;
    outline: none;
}
.accordion-item-wrapper.open {
    transform: translateY(-2px);
}
.accordion-icon {
    transition: none;
}
.accordion-item-wrapper[aria-expanded="true"] .accordion-icon {
    transform: rotate(180deg);
}
.accordion-item-wrapper.animating {
    pointer-events: none;
}
.accordion-item-wrapper {
    max-height: none;
    transition:
        transform 0.22s,
        box-shadow 0.22s;
}
.accordion-header {
    min-height: 88px;
}
.accordion-body {
    opacity: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition:
        max-height 0.7s cubic-bezier(0.2, 0.9, 0.3, 1),
        opacity 0.6s,
        padding 0.6s cubic-bezier(0.2, 0.9, 0.3, 1);
    overflow: hidden;
}
.accordion-body.open {
    opacity: 1;
    padding-top: 18px;
    padding-bottom: 18px;
}
.accordion-item-wrapper .accordion-body,
.accordion-body {
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
}
.accordion-item-wrapper .accordion-header,
.accordion-header {
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 500;
}
@media (max-width: 768px) {
    .accordion {
        width: 100%;
    }
    .accordion-item-wrapper {
        border-radius: 36px;
    }
    .accordion-header {
        min-height: 72px;
    }
}
.speech-bubble {
    position: relative;
}
.speech-bubble:after {
    content: "";
    filter: none;
    border-top: 34px solid #fff;
    border-left: 34px solid #0000;
    border-right: 34px solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -24px;
    left: 4px;
}
.speech-bubble--right:after {
    left: auto;
    right: 4px;
}
.speech-tail-left:after {
    left: 4px !important;
    right: auto !important;
}
.speech-tail-right:after {
    left: auto !important;
    right: 4px !important;
}
@media (max-width: 768px) {
    .speech-bubble:after,
    .speech-bubble--right:after {
        border-top-width: 22px;
        border-left-width: 22px;
        border-right-width: 22px;
        bottom: -14px;
        left: 4px;
        right: auto;
    }
    .speech-bubble--right:after {
        left: auto;
        right: 4px;
    }
}
.promo-title {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 32px;
    font-size: 48px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.05;
}
.promo-description {
    color: #fafafa;
    width: 355px;
    margin-bottom: 48px;
    font-size: 18px;
}
.promo-badges {
    pointer-events: none;
    z-index: 80;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.promo-badge {
    width: auto;
    height: auto;
    transform: translate(var(--bx, 0), var(--by, 0));
    object-fit: contain;
    pointer-events: auto;
    z-index: 90;
    display: none;
    position: absolute;
}
.promo-badge.badge--visible {
    display: block;
}
.promo-car--shifted {
    margin-right: -160px;
}
@media (min-width: 768px) {
    .promo-right > img.promo-car {
        will-change: transform;
        margin-right: -70px;
        position: relative;
        transition: transform 0.32s cubic-bezier(0.2, 0.9, 0.3, 1) !important;
        transform: translate(-50px) translateY(80px) !important;
    }
}
.slide5pumpbadge {
    bottom: calc(var(--spacing) * 20);
    left: calc(var(--spacing) * 30);
    margin-top: 170px;
    display: block;
    position: relative;
}
.hero-arrow {
    z-index: 60;
    --tw-translate-y: -50%;
    width: 40px;
    height: 40px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    cursor: pointer;
    color: var(--color-white);
    background-color: #0000;
    border-radius: 3.40282e38px;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    display: flex;
    position: absolute;
    top: 50%;
}
.hero-arrow--left {
    left: 80px;
}
.hero-arrow--right {
    right: 80px;
}
.hero-dots-wrap {
    --dot-size: 20px;
    --dot-gap: 12px;
    --visible-dots: 5;
    --dot-step: calc(var(--dot-size) + var(--dot-gap));
    width: calc((var(--dot-step) * var(--visible-dots)) - var(--dot-gap));
    overflow: hidden;
}
.hero-dots {
    gap: var(--dot-gap);
    z-index: 60;
    will-change: transform;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: transform 0.32s cubic-bezier(0.2, 0.9, 0.3, 1);
    display: flex;
}
.hero-dots .dot {
    width: var(--dot-size);
    height: var(--dot-size);
    background: #fff;
    border-radius: 9999px;
    flex: none;
    transition: all 0.2s ease-in-out;
}
.hero-dots .dot.active {
    background: #0fc26c;
    transform: scale(1.05);
}
.hero-controls {
    pointer-events: none;
    inset-inline: calc(var(--spacing) * 0);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 26px;
    display: flex;
    position: absolute;
    bottom: 96px;
}
.hero-controls .hero-arrow,
.hero-controls .hero-dots {
    pointer-events: auto;
}
@media (max-width: 900px) {
    .hero-carousel {
        align-items: flex-start;
        gap: calc(var(--spacing) * 8);
        flex-direction: column;
    }
    .hero-slides {
        transform: translateY(-30px);
    }
    .hero-left,
    .hero-right {
        width: 100%;
    }
    .hero-left {
        padding-right: calc(var(--spacing) * 0);
    }
    .hero-arrow--left {
        left: 12px;
    }
    .hero-arrow--right {
        right: 12px;
    }
    .hero-controls {
        bottom: 64px;
    }
    .hero-dots-wrap {
        --dot-size: 16px;
        --dot-gap: 10px;
    }
    .hero-dots .dot {
        width: var(--dot-size);
        height: var(--dot-size);
    }
}
.features-section {
    padding-block: calc(var(--spacing) * 20);
    position: relative;
    overflow: visible;
}
.feature-card {
    background-color: var(--color-white);
    padding-block: calc(var(--spacing) * 6);
    padding-right: calc(var(--spacing) * 6);
    padding-left: calc(var(--spacing) * 12);
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow);
    border-radius: 50px;
}
@media (max-width: 768px) {
    .features-left > .feature-card:first-child {
        box-sizing: border-box;
        width: 340px;
        max-width: 340px;
        height: 400px;
        margin: 0 auto;
    }
    .features-left > .feature-card:first-child .feature-header {
        font-size: 24px;
        line-height: 1.2;
    }
    .features-left > .feature-card:first-child .feature-item,
    .features-left > .feature-card:first-child .features-text {
        font-size: 16px;
        line-height: 1.4;
    }
    .features-left > .feature-card:nth-child(2) {
        box-sizing: border-box;
        width: 327px;
        max-width: 327px;
        height: 575px;
        margin: 24px auto 0;
    }
    .feature-card {
        background-color: #f2f2f2 !important;
    }
    .features-left > .feature-card {
        padding-left: 16px !important;
        padding-right: 12px !important;
    }
    .features-left > .feature-card .feature-header,
    .features-left > .feature-card .feature-header-bar-wrap {
        margin-left: 4px !important;
    }
    .features-left > .feature-card:nth-child(2) .feature-header {
        font-size: 24px;
        line-height: 1.2;
    }
    .features-left > .feature-card:nth-child(2) .feature-item,
    .features-left > .feature-card:nth-child(2) .features-text,
    .features-left > .feature-card:nth-child(2) .feature-description {
        font-size: 16px;
        line-height: 1.4;
    }
    .features-text .feature-item {
        margin-bottom: 12px;
    }
    .features-text .feature-item:last-child {
        margin-bottom: 0;
    }
    .download-car-breakout {
        object-fit: cover;
        width: 375px !important;
        max-width: 425px !important;
        height: 300px !important;
    }
    .features-right .artboard-img {
        width: 420px !important;
        max-width: none !important;
        height: auto !important;
        margin: 0 auto !important;
        display: block !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
    }
    .download-car-breakout {
        z-index: 5 !important;
        position: absolute !important;
        right: 0 !important;
        transform: translateY(-250px) !important;
    }
    .features-section > .mx-auto {
        gap: 0 !important;
    }
}
.features-right img {
    display: block;
}
@media (max-width: 480px) {
    .download-car-breakout {
        width: 425px !important;
        max-width: none !important;
        height: 385px !important;
        transform: translateY(-140px) !important;
    }
}
@media (max-width: 375px) {
    .download-car-breakout {
        width: 375px !important;
        max-width: none !important;
        height: 310px !important;
        transform: translateY(-200px) !important;
    }
    .mobile-pill {
        margin-left: 12px !important;
    }
}
.features-right .artboard-img {
    object-fit: cover;
    z-index: 10;
    width: 100%;
    height: 1042px;
    display: block;
    position: relative;
    top: 30px;
    max-width: none !important;
}
.features-right .features-car {
    pointer-events: none;
    object-fit: cover;
    width: 1562px;
    max-width: none;
    height: 833px;
    display: block;
    position: absolute;
    bottom: -40px;
    right: 0;
    transform: translateY(10px);
}
@media (max-width: 900px) {
    .features-right img {
        object-fit: contain;
        height: auto !important;
    }
    .features-right .features-car,
    .download-car-breakout {
        z-index: 5;
        width: 100%;
        max-width: none;
        margin-top: 12px;
        position: relative;
        bottom: 0;
        transform: none;
    }
}
@media (min-width: 900px) {
    .download-inner {
        align-items: stretch;
    }
    .download-right {
        flex-direction: column;
        justify-content: flex-end;
        display: flex;
    }
    .download-right .promo-icons {
        display: none;
    }
    @media (min-width: 768px) {
        .download-right .promo-icons {
            z-index: 30;
            align-items: center;
            gap: 12px;
            display: flex;
            position: absolute;
            top: 8%;
            right: 140px;
        }
        .download-right .promo-icons .promo-icon {
            object-fit: contain;
            display: block;
        }
        .download-right .promo-icons .promo-icon[width="40"][height="40"] {
            width: 40px;
            height: 40px;
        }
        .download-right .promo-icons .promo-icon[width="38"][height="44"] {
            width: 38px;
            height: 44px;
        }
        .download-right .promo-icons .promo-icon[width="43"][height="43"] {
            width: 43px;
            height: 43px;
        }
    }
    .download-right {
        height: 100%;
        margin-bottom: 50px;
    }
}
@media (max-width: 900px) {
    .download-right {
        justify-content: flex-start;
        height: auto;
        margin-bottom: 0;
    }
}
.download-section {
    margin-top: 140px;
    position: relative;
    overflow: visible;
}
.advertise-section {
    background: 0 0;
    margin-top: 0;
    position: relative;
    overflow: visible;
}
.advertise-title {
    color: #1e1e1e;
    text-transform: uppercase;
    margin-bottom: 140px;
    font-size: 64px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.02;
}
.adv-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-content: center;
    display: grid;
    column-gap: var(--adv-gap-x, 150px) !important;
    row-gap: var(--adv-gap-y, 100px) !important;
}
.adv-card {
    box-sizing: border-box;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 408px;
    height: 259px;
    padding: 16px;
    display: flex;
    position: relative;
    overflow: visible;
}
.adv-logo {
    z-index: 20;
    object-fit: contain;
    transition:
        filter 0.22s,
        opacity 0.22s;
    display: block;
    position: absolute;
    top: 30px;
    left: 40px;
}
.adv-card:hover .adv-logo {
    filter: grayscale() brightness(0) invert();
    opacity: 0.98;
}
.adv-car {
    left: var(--adv-car-left, auto);
    top: var(--adv-car-top, auto);
    right: var(--adv-car-right, -140px);
    bottom: var(--adv-car-bottom, -65px);
    z-index: 5;
    pointer-events: none;
    position: absolute;
    transform: translateZ(0);
}
.adv-car--1 {
    --adv-car-right: -140px;
    --adv-car-bottom: -65px;
    --adv-car-left: auto;
    --adv-car-top: auto;
}
.adv-car--2 {
    --adv-car-right: -100px;
    --adv-car-bottom: -65px;
    --adv-car-left: auto;
    --adv-car-top: auto;
}
.adv-car--3 {
    --adv-car-right: -80px;
    --adv-car-bottom: -65px;
    --adv-car-left: auto;
    --adv-car-top: auto;
}
.adv-car--4 {
    --adv-car-right: -140px;
    --adv-car-bottom: -65px;
    --adv-car-left: auto;
    --adv-car-top: auto;
}
.adv-car--5 {
    --adv-car-right: -100px;
    --adv-car-bottom: -65px;
    --adv-car-left: auto;
    --adv-car-top: auto;
}
.adv-car--6 {
    --adv-car-right: -90px;
    --adv-car-bottom: -65px;
    --adv-car-left: auto;
    --adv-car-top: auto;
}
@media (max-width: 1024px) {
    .adv-grid {
        grid-template-columns: repeat(2, minmax(240px, 1fr));
    }
    .adv-car {
        width: 200px;
        right: 10px;
    }
}
@media (max-width: 600px) {
    .adv-grid {
        grid-template-columns: 1fr;
    }
    .advertise-title {
        text-align: center;
    }
    .adv-card {
        width: 100%;
        max-width: 408px;
        height: 259px;
    }
    .adv-car {
        width: 140px;
        bottom: -8px;
        right: 8px;
    }
}
.promo-icons {
    display: none;
}
@media (min-width: 768px) {
    .promo-icons {
        z-index: 60;
        align-items: center;
        gap: 35px;
        position: absolute;
        top: 8%;
        right: -300px;
        display: flex !important;
    }
    .promo-icons .promo-icon {
        object-fit: contain;
        display: block;
    }
    .promo-logo img[src*="brokerLogo"] {
        width: 235px !important;
        max-width: none !important;
        height: 88px !important;
    }
    .promo-logo img[src*="orlen"] {
        width: 96px !important;
        max-width: none !important;
        height: 87px !important;
    }
}
.download-bg {
    box-sizing: border-box;
    background-color: #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 1750px;
    height: 746px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 24px;
}
.download-section .container {
    z-index: 20;
    position: relative;
}
.download-section .download-inner {
    max-width: 1550px;
    margin: 0 auto;
}
.download-section > div,
.download-section .download-inner {
    z-index: 20;
    position: relative;
}
.download-title {
    color: #1e1e1e;
}
.qr-placeholder {
    display: inline-block;
}
.download-img-container {
    justify-content: flex-start;
    align-items: center;
    width: 1009px;
    height: 914px;
    padding-left: 70px;
    display: flex;
    position: relative;
    overflow: visible;
}
.download-img {
    object-fit: contain;
    width: auto;
    max-width: none;
    height: 100%;
    display: block;
    transform: translate(-120px, -70px);
}
.qr-codes {
    object-fit: contain;
    width: 531px;
    height: 285px;
    display: block;
}
@media (max-width: 900px) {
    .qr-codes {
        width: 100%;
        height: auto;
    }
}
.qr-codes {
    transform: translate(165px);
}
@media (max-width: 900px) {
    .qr-codes {
        transform: none;
    }
}
.qr-grid {
    align-items: flex-start;
    gap: 2rem;
    margin-top: 20px;
    margin-left: 160px;
    display: flex;
}
.qr-card {
    box-sizing: border-box;
    background: #fff;
    border: 1.5px solid #1e1e1e;
    border-radius: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 250px;
    height: 285px;
    padding: 12px 8px;
    display: flex;
}
@media (max-width: 900px) {
    .qr-card {
        width: calc(50% - 8px);
        height: auto;
        min-height: 200px;
    }
    .qr-grid {
        margin-top: 0;
        margin-left: 0;
    }
}
.qr-card__img {
    object-fit: contain;
    width: 133px;
    height: 133px;
    display: block;
}
.qr-card__img_second {
    object-fit: contain;
    width: 133px;
    height: 133px;
    display: block;
    transform: translateY(15px);
}
@media (max-width: 900px) {
    .qr-card__img {
        width: 110px;
        height: 110px;
    }
}
.qr-badge {
    object-fit: contain;
    display: block;
}
@media (max-width: 900px) {
    .qr-badge {
        width: 110px;
    }
}
.qr-text {
    color: #1e1e1e;
    width: 510px;
    margin-bottom: 12px;
    margin-left: 160px;
    font-size: 20px;
    line-height: 1.3;
}
@media (max-width: 900px) {
    .qr-text {
        width: 100%;
        margin-left: 0;
        font-size: 16px;
    }
}
@media (max-width: 600px) {
    .qr-grid {
        gap: 0.6rem;
    }
}
.download-qr-title {
    text-transform: uppercase;
    color: #1e1e1e;
    margin: 120px 0 14px 160px;
    font-size: 44px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.02;
}
@media (max-width: 900px) {
    .download-qr-title {
        margin-left: 0;
        font-size: 28px;
    }
    .download-img {
        transform: none;
    }
    .download-img-container {
        width: 100%;
        height: auto;
    }
    .features-right {
        margin-top: calc(var(--spacing) * 6);
        order: 9999;
    }
    .features-left {
        order: -9999;
    }
}
.feature-header,
.feature-center-mobile h1,
.feature-center-mobile h2,
.feature-center-mobile h3 {
    --tw-font-weight: var(--font-weight-black);
    font-size: 40px;
    font-weight: var(--font-weight-black);
    margin-bottom: 6px;
    font-style: italic;
    line-height: 0.95;
}
.features-right {
    align-items: stretch;
    display: flex;
    position: relative;
}
.features-right .artboard-img {
    object-fit: cover;
    z-index: 10;
    width: 100%;
    height: 1042px;
    display: block;
    position: relative;
    max-width: none !important;
}
.download-car-breakout {
    z-index: 5;
    pointer-events: none;
    object-fit: cover;
    width: 1562px;
    max-width: none;
    height: 833px;
    display: block;
    position: absolute;
    bottom: 430px;
    right: -240px;
    transform: translateY(10px);
}
.feature-header-bar {
    background: #e2ba04;
    width: 100px;
    height: 20px;
    margin-top: 18px;
    margin-bottom: 18px;
}
.feature-header-bar .features-left > .feature-card {
    margin-bottom: 18px;
}
.feature-header-bar .features-left > .feature-card:last-child {
    margin-bottom: 0;
}
.feature-header-bar {
    border-radius: 100px;
}
.feature-header-bar--green {
    background: #0fc26c;
}
.feature-header-bar-wrap {
    align-items: center;
    gap: 20px;
    margin-bottom: 14px;
    display: inline-flex;
}
.community-feature-title {
    color: #1e1e1e;
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: 700;
}
.community-feature-desc {
    color: #1e1e1e;
    letter-spacing: -0.02em;
    margin-top: 0;
    font-size: 24px;
    line-height: 1.02;
}
.community-card-label {
    color: #1e1e1e;
    text-transform: uppercase;
    will-change: transform;
    margin: 0;
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: 105%;
    transform: translateY(40px);
}
.community-icon-row {
    will-change: transform;
    transform: translateY(18px);
}
.feature-header-icon {
    transform: translateY(0);
}
.feature-header-icon--green {
    transform: translateY(-3px);
}
.feature-item {
    align-items: center;
    gap: 12px;
    display: flex;
}
.feature-item--top {
    align-items: flex-start;
}
.feature-item--top .feature-item__icon {
    transform: translateY(2px) translate(-2px);
}
.features-text .feature-item span {
    display: inline-block;
}
.features-text {
    color: #1e1e1e;
    margin-top: 32px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.35;
}
.feature-description {
    color: #1e1e1e;
    margin: 4px 0 12px;
    font-size: 24px;
    font-weight: 400;
}
.features-text strong {
    font-weight: 700;
}
.features-left {
    transform: translate(40px);
}
@media (max-width: 900px) {
    .features-left {
        transform: translate(0);
    }
}
.features-left .feature-card {
    box-sizing: border-box;
    width: 686px;
}
.features-left .feature-card:first-of-type {
    height: 431px;
}
.features-left .feature-card:nth-of-type(2) {
    height: 691px;
}
@media (max-width: 900px) {
    .features-left .feature-card {
        width: 100%;
        height: auto;
    }
}
.lefttop-img {
    will-change: transform;
    transform: translateY(15px);
}
.leftbottom-img {
    will-change: transform;
    transform: translateY(12px);
}
.mobile-img {
    will-change: transform;
    transform: translateY(-12px);
}
.earnings-section {
    background: 0 0;
    margin-top: 320px;
    position: relative;
    overflow: visible;
}
.earnings-section .mx-auto {
    z-index: 10;
    position: relative;
}
.earnings-title {
    color: #1e1e1e;
    font-size: 40px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.02;
}
.earnings-sub {
    color: #1e1e1e;
    margin-top: 8px;
    font-size: 20px;
}
.earnings-list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}
.earnings-list li {
    color: #1e1e1e;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 1.4;
    display: flex;
}
.earnings-list .list-icon {
    width: 22px;
    height: 22px;
    margin-top: 6px;
}
.earnings-right {
    position: relative;
}
.earnings-car {
    z-index: 12;
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
    transform: translateY(-60px);
}
.earnings-car-bg {
    z-index: 6;
    pointer-events: none;
    border-radius: 50px;
    width: 980px;
    height: 481px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(10px);
}
.earnings-coins {
    pointer-events: none;
    position: absolute;
    top: -10%;
    right: 8%;
}
.earnings-coins .coin {
    object-fit: contain;
    opacity: 0.95;
    width: 56px;
    height: 56px;
    position: absolute;
}
.earnings-coins .coin-1 {
    animation: 2.2s ease-in-out infinite coin-bob;
    top: -12px;
    right: 8px;
    transform: translateY(0);
}
.earnings-coins .coin-2 {
    animation: 2.4s ease-in-out 0.2s infinite coin-bob;
    top: 8px;
    right: 72px;
    transform: translateY(0);
}
.earnings-coins .coin-3 {
    animation: 2s ease-in-out 0.4s infinite coin-bob;
    top: -8px;
    right: 136px;
    transform: translateY(0);
}
@keyframes coin-bob {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
    to {
        transform: translateY(0);
    }
}
@media (max-width: 900px) {
    .earnings-section {
        margin-top: 140px;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .earnings-title {
        font-size: 28px;
    }
    .earnings-list li {
        font-size: 16px;
    }
    .earnings-coins {
        display: none;
    }
    .earnings-left,
    .earnings-right {
        width: 100%;
    }
    .earnings-left {
        order: 1 !important;
    }
    .earnings-right {
        margin-bottom: 16px;
        order: 2 !important;
    }
    .earnings-car {
        transform: translateY(-20px);
    }
}
@media (max-width: 1200px) {
    .earnings-car-bg {
        width: 720px;
        height: 354px;
        right: 8px;
    }
}
@media (max-width: 900px) {
    .earnings-car-bg {
        display: none;
    }
}
@media (min-width: 1400px) {
    .earnings-car-bg {
        right: -220px;
    }
    .earnings-car {
        transform: translateY(-60px);
    }
}
@media (min-width: 1750px) {
    .earnings-car-bg {
        right: -450px;
    }
    .earnings-car {
        transform: translateY(-60px);
    }
}
.earnings-steps {
    align-items: flex-start;
    display: flex;
}
.icons-col {
    flex: 0 0 72px;
    width: 72px;
}
.step-icon {
    object-fit: contain;
    display: block;
}
.steps-divider {
    background: #e6e6e6;
    border-radius: 2px;
    width: 2px;
    margin: 4px 12px;
}
.icons-sep {
    background: #d9d9d9;
    border-radius: 4px;
    width: 4px;
    height: 44px;
}
.icons-sep--short {
    height: 36px;
}
.icons-sep--long {
    height: 72px;
}
.text-col {
    flex-direction: column;
    flex: auto;
    gap: 1.5rem;
    display: flex;
}
.step-text,
.earnings-section p {
    color: #1e1e1e;
    box-sizing: border-box;
    width: 670px;
    margin: 0;
    font-size: 24px;
    line-height: 1.1;
}
@media (max-width: 900px) {
    .earnings-steps {
        flex-direction: row;
        gap: 12px;
    }
    .icons-col {
        flex: 0 0 28px !important;
        justify-content: center !important;
        align-items: flex-start !important;
        width: 28px !important;
        height: 227px !important;
        display: flex !important;
    }
    .icons-sep {
        margin-left: 12px !important;
    }
    .steps-divider {
        display: none;
    }
    .step-text,
    .earnings-section p {
        width: 100%;
        font-size: 16px;
    }
}
@media (min-width: 900px) {
    .community-section {
        overflow: visible;
    }
    .community-section .community-right-top {
        z-index: 20;
    }
}
.righttop-img {
    will-change: transform;
    transform: translateY(-21px);
}
.community-right-bottom-text {
    color: #1e1e1e;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.08;
}
.community-bottom-icons {
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
    display: flex;
}
.community-bottom-icons .community-bottom-icon {
    object-fit: contain;
    margin: 0;
    display: block;
}
.showcase-prev,
.showcase-next {
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
}
.showcase-prev i,
.showcase-next i {
    color: #1e1e1e;
    -webkit-font-smoothing: antialiased;
    font-size: 34px;
    line-height: 1;
    transform: translateY(0.5px);
}
@media (max-width: 800px) {
    .showcase-prev,
    .showcase-next {
        width: 40px;
        height: 40px;
    }
    .showcase-prev i,
    .showcase-next i {
        font-size: 26px;
    }
}
.showcase-slider .slide img {
    transition: transform 0.22s;
    transform: translateY(-10px);
}
@media (min-width: 900px) {
    .showcase-carousel {
        position: relative;
    }
    .showcase-carousel .showcase-prev,
    .showcase-carousel .showcase-next {
        color: #1e1e1e;
        width: 44px;
        height: 44px;
        box-shadow: none;
        z-index: 1200;
        background: 0 0;
        border-radius: 0;
        justify-content: center;
        align-items: center;
        display: flex;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .showcase-carousel .showcase-prev {
        left: 8%;
    }
    .showcase-carousel .showcase-next {
        left: 24%;
    }
    .showcase-carousel .showcase-prev i,
    .showcase-carousel .showcase-next i {
        font-size: 28px;
    }
}
@media (max-width: 900px) {
    .showcase-slider .slide img {
        transform: translateY(-6px);
    }
}
.showcase-text h3,
.showcase-text .showcase-logo img,
.showcase-text p {
    transition:
        opacity 0.2s,
        transform 0.2s;
}
.map-trail {
    position: relative;
}
#mapTrailSvg {
    width: 100%;
    height: auto;
    display: block;
}
.map-car {
    will-change: transform, opacity;
    pointer-events: none;
    opacity: 0;
    width: 56px;
    height: auto;
    transition: opacity 0.24s linear;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%) rotate(0);
}
@media (max-width: 768px) {
    .map-car {
        display: none;
    }
}
.promo-icons {
    align-items: center;
    gap: 20px;
    display: flex;
}
.promo-icon {
    cursor: pointer;
    filter: grayscale();
    opacity: 0.85;
    transition:
        transform 0.14s,
        opacity 0.14s,
        filter 0.14s;
}
.promo-icon[aria-pressed="true"],
.promo-icon.active {
    filter: none;
    opacity: 1;
}
.promo-icons .promo-icon:focus {
    outline-offset: 4px;
    outline: 2px solid #ffffff26;
}
.site-footer {
    color: #fff;
    background: #1e1e1e;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    justify-content: center;
    align-items: center;
    height: 746px;
    display: flex;
    overflow: hidden;
}
.site-footer .footer-inner {
    --footer-inner-max: 1470px;
    max-width: var(--footer-inner-max);
    width: 100%;
    margin: 0 auto;
}
.footer-grid {
    align-items: center;
    gap: 120px;
    display: flex;
}
.footer-mid {
    align-items: flex-start;
    gap: 75px;
    display: flex;
}
.footer-col {
    flex: 1 1 0;
    min-width: 75px;
}
.footer-col--brand {
    flex: 0 0 280px;
    margin-top: 50px;
}
.footer-col--contact {
    flex-direction: column;
    flex: none;
    align-items: flex-start;
    margin-top: 40px;
    margin-left: auto;
    transition: transform 0.22s;
    display: flex;
    transform: translate(60px);
}
.footer-logo {
    display: block;
}
.footer-sublogo img {
    margin-top: 18px;
    display: block;
}
.footer-invite {
    color: #fafafa;
    margin-top: 48px;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 500;
}
.footer-col h4 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
}
.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-links li {
    margin-bottom: 35px;
}
.footer-links a {
    color: #fafafa;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none;
}
.footer-links a:hover {
    color: #fff;
    opacity: 0.95;
}
.footer-social {
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    margin-bottom: 12px;
    display: flex;
}
.footer-social a {
    color: #fff;
    background: #ffffff0f;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: inline-flex;
}
.footer-social a:hover {
    background: #ffffff1f;
}
.footer-social a img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    display: block;
}
.footer-social a:first-child {
    width: 36px;
    height: 36px;
}
.footer-social a:first-child i {
    font-size: 16px;
    line-height: 1;
}
.footer-social a:nth-child(2) {
    width: 19px;
    height: 36px;
}
.footer-social a:nth-child(2) i {
    font-size: 12px;
    line-height: 1;
}
.footer-social a:nth-child(3) {
    width: 36px;
    height: 36px;
}
.footer-social a:nth-child(3) i {
    font-size: 16px;
    line-height: 1;
}
.footer-address {
    color: #a6a6a6;
    text-align: left;
    max-width: 320px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}
.footer-okriders-logo {
    align-self: flex-start;
    margin-top: 16px;
    display: block;
}
@media (max-width: 980px) {
    .footer-grid {
        flex-direction: column;
        gap: 28px;
    }
    .footer-col--brand {
        flex: none;
    }
    .site-footer {
        height: auto;
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .footer-col--contact {
        margin-left: 0;
        transform: none;
    }
    .footer-mid {
        flex-direction: column;
        gap: 12px;
        display: flex;
    }
}
@media (max-width: 480px) {
    .hero-left .hero-line img.hero-icon,
    .hero-left .hero-line img[class*="hero-icon"],
    img.hero-icon,
    .hero-icon,
    [class*="hero-icon-"] {
        vertical-align: middle !important;
        width: auto !important;
        max-width: none !important;
        height: 40px !important;
        max-height: 40px !important;
        margin-left: 2px !important;
        margin-right: 2px !important;
        padding: 0 !important;
        display: inline-block !important;
    }
    .hero-icon-sidecar,
    .hero-icon-sidecar-second,
    .hero-icon-pig,
    .hero-icon-money,
    .hero-icon-money-second,
    .hero-icon-carfront,
    .hero-icon-carfront-second,
    .hero-icon-persowave,
    .hero-icon-mobilecheck,
    .hero-icon-shield,
    .hero-icon-gas-pump,
    .hero-icon-tire,
    .hero-icon-wrench,
    .hero-icon-nocrash,
    .hero-icon-shine {
        width: auto !important;
        height: 24px !important;
    }
    .hero-line {
        gap: 6px !important;
    }
}
@media (max-width: 900px) {
    .features-right .artboard-img {
        width: 420px !important;
        max-width: 100% !important;
        height: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
        top: 0 !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
    }
}
@media (max-width: 480px) {
    .download-section .download-inner {
        box-sizing: border-box !important;
        background-color: #f2f2f2 !important;
        border-radius: 14px !important;
        width: 327px !important;
        max-width: none !important;
        height: 642px !important;
        margin: 0 auto !important;
        overflow: visible !important;
    }
    .download-section .download-img-container {
        width: 100% !important;
        height: 100% !important;
        padding-left: 0 !important;
        overflow: visible !important;
    }
    .download-section .download-right {
        order: -1 !important;
    }
    .qr-card__img,
    .qr-card__img_second {
        display: none !important;
    }
    .register {
        visibility: hidden !important;
        height: 0 !important;
        display: none !important;
        overflow: hidden !important;
    }
    .qr-grid {
        display: none !important;
    }
    .qr-badges-mobile {
        justify-content: center;
        align-items: center;
        gap: 0;
        width: 100%;
        display: flex !important;
    }
    .qr-badge {
        max-width: 100% !important;
        height: auto !important;
        margin: 0 auto !important;
        display: block !important;
    }
    .qr-badges-mobile .qr-badge:first-child {
        margin-left: 1px !important;
    }
    .download-qr-title {
        margin-left: 12px !important;
        font-size: 28px !important;
    }
    .qr-badges-mobile .qr-badge:first-child {
        object-fit: contain !important;
        width: 128px !important;
        max-width: none !important;
        height: 43px !important;
        margin-left: 18px !important;
    }
    .qr-badges-mobile .qr-badge:last-child {
        object-fit: contain !important;
        width: 162px !important;
        max-width: none !important;
        height: 63px !important;
    }
    .download-img {
        object-fit: contain !important;
        width: 510px !important;
        max-width: none !important;
        height: 396px !important;
        margin: 0 auto !important;
        display: block !important;
        transform: translate(-48px, -24px) !important;
    }
}
@media (max-width: 375px) {
    .download-section .download-inner {
        box-sizing: border-box !important;
        background-color: #f2f2f2 !important;
        border-radius: 14px !important;
        width: 327px !important;
        max-width: none !important;
        height: 642px !important;
        margin: 0 auto !important;
        overflow: visible !important;
    }
    .download-section .download-img-container {
        width: 100% !important;
        height: 100% !important;
        padding-left: 0 !important;
        overflow: visible !important;
    }
    .download-img {
        object-fit: contain !important;
        width: 510px !important;
        max-width: none !important;
        height: 396px !important;
        margin: 0 auto !important;
        display: block !important;
        transform: translate(-60px, -28px) !important;
    }
    .download-section .download-right {
        order: -1 !important;
    }
    .download-qr-title {
        margin-left: 16px !important;
        font-size: 28px !important;
    }
    .qr-card__img,
    .qr-card__img_second {
        display: none !important;
    }
    .register {
        visibility: hidden !important;
        height: 0 !important;
        display: none !important;
        overflow: hidden !important;
    }
    .qr-badge {
        max-width: 100% !important;
        height: auto !important;
        margin: 0 auto !important;
        display: block !important;
    }
    .mobile-pill {
        margin-left: 12px !important;
    }
}
@media (max-width: 480px) {
    .download-bg {
        box-sizing: border-box !important;
        border-radius: 14px !important;
        width: 327px !important;
        max-width: none !important;
        height: 642px !important;
        margin: 0 auto !important;
        padding-top: 0 !important;
        transform: translateY(-24px) !important;
    }
}
@media (max-width: 375px) {
    .download-bg {
        box-sizing: border-box !important;
        border-radius: 14px !important;
        width: 327px !important;
        max-width: none !important;
        height: 642px !important;
        margin: 0 auto !important;
        transform: translateY(-70px) !important;
    }
    .mobile-pill {
        margin-left: 12px !important;
    }
}
@media (max-width: 480px) {
    .community-card-label span,
    .community-feature-title span {
        font-size: inherit !important;
        line-height: inherit !important;
    }
    header.gradient-red {
        align-items: center;
        height: 64px;
        padding-left: 12px;
        padding-right: 12px;
        border-bottom-right-radius: 28px !important;
        border-bottom-left-radius: 28px !important;
    }
    .site-logo {
        width: 154px !important;
        height: 22px !important;
        margin-left: 20px !important;
    }
    .mobile-pill {
        margin-left: 12px !important;
    }
    header nav a.header-link {
        display: none !important;
    }
    header nav a.header-link.header-link--pill,
    header nav .header-link--icon {
        display: inline-flex !important;
    }
    header nav a.header-link.header-link--pill {
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
        height: 24px !important;
        min-height: 24px !important;
        padding: 0 8px !important;
        font-size: 12px !important;
    }
    .header-link--pill .pill-full {
        display: none !important;
    }
    .header-link--pill .pill-mobile {
        display: inline !important;
    }
    header nav {
        gap: 8px !important;
        margin-right: 8px !important;
    }
    html,
    body {
        background-color: #fff !important;
    }
    .slide-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .hero-left {
        text-align: left;
        padding-left: 24px;
        width: 100% !important;
        padding-top: 60px !important;
    }
    .hero-right {
        justify-content: center;
        margin-top: -10px;
        display: flex;
        align-items: center !important;
        width: 100% !important;
    }
    .hero-left .hero-title {
        letter-spacing: 0 !important;
        font-size: 42px !important;
        line-height: 1.02 !important;
    }
    .hero-icon {
        margin: 0 6px !important;
    }
    .hero-slide--3 .hero-left .hero-title {
        text-align: left !important;
        font-size: 28px !important;
        line-height: 1.1 !important;
    }
    .hero-slide--3 .hero-left .hero-line:first-child {
        white-space: normal !important;
        display: block !important;
    }
    .hero-slide--3 .hero-left .hero-line:first-child .hero-icon-carfront {
        display: none !important;
    }
    .hero-slide--3 .hero-left .hero-line:nth-child(2),
    .hero-slide--3 .hero-left .hero-line:nth-child(3),
    .hero-slide--3 .hero-left .hero-line:nth-child(4) {
        display: block !important;
    }
    .hero-slide--3 .hero-left .hero-icon-carfront-third {
        width: 24px !important;
        max-width: 24px !important;
        height: 21px !important;
        max-height: 21px !important;
    }
    .hero-slide:nth-child(4) .hero-left .hero-title {
        font-size: 38px !important;
    }
    .hero-slide--5 .hero-left .hero-title {
        font-size: 28px !important;
        line-height: 1.1 !important;
    }
    .hero-slide--5 .hero-left .hero-line {
        display: block !important;
    }
    .hero-slide--6 .hero-left .hero-title {
        font-size: 29px !important;
        line-height: 1.1 !important;
    }
    .hero-slide--6 .hero-left .hero-line {
        display: block !important;
    }
    .hero-slide--7 .hero-left .hero-title {
        font-size: 28px !important;
        line-height: 1.1 !important;
    }
    .hero-slide--7 .hero-left .hero-line {
        display: block !important;
    }
    .hero-slide--7 .hero-left .hero-icon-sidecar-second {
        width: 43px !important;
        max-width: 43px !important;
        height: 20px !important;
        max-height: 20px !important;
    }
    .hero-slide--7 .hero-slide7-desktop {
        display: none !important;
    }
    .hero-slide--7 .hero-slide7-mobile {
        display: block !important;
    }
    .hero-link--pill {
        justify-content: center !important;
        align-items: center !important;
        width: 168px !important;
        height: 30px !important;
        margin-top: 20px !important;
        padding: 0 12px !important;
        font-size: 14px !important;
        display: inline-flex !important;
    }
    .hero-right .hero-car {
        width: 255px !important;
        max-width: 255px !important;
        height: 231px !important;
        margin: 0 auto !important;
        transform: translateY(0) !important;
    }
    .hero-right .hero-motorcyclists {
        width: 420px !important;
        max-width: 420px !important;
        height: 405px !important;
        margin: 0 auto !important;
        transform: translate(155px, -70px) !important;
    }
    .hero-right .hero-mobile {
        width: 166px !important;
        max-width: 166px !important;
        height: 260px !important;
        margin: 0 auto !important;
        transform: translateY(100px) !important;
    }
    .hero-right .hero-shield {
        width: 240px !important;
        max-width: 240px !important;
        height: 220px !important;
        margin: 0 auto !important;
        transform: translate(-335px) !important;
    }
    .hero-right .hero-pumpgun {
        width: 275px !important;
        max-width: 275px !important;
        height: 200px !important;
        margin: 0 auto !important;
        transform: translate(-170px, 40px) !important;
    }
    .hero-right .hero-tires {
        width: 100% !important;
        max-width: 235px !important;
        height: 197px !important;
        margin: 0 auto !important;
        transform: translateY(40px) !important;
    }
    .hero-controls {
        bottom: 36px !important;
    }
    .hero-badge {
        width: 96px !important;
        height: 96px !important;
        top: 90px !important;
        right: 12px !important;
    }
    .hero-badge__text {
        padding: 6px !important;
        font-size: 10px !important;
        line-height: 1.3 !important;
        transform: rotate(8deg) !important;
    }
    .hero-left .hero-line img.hero-icon,
    .hero-left .hero-line .hero-icon,
    .hero-icon,
    [class*="hero-icon-"] {
        vertical-align: middle !important;
        width: auto !important;
        max-width: none !important;
        height: 40px !important;
        max-height: 40px !important;
        margin-left: 2px !important;
        margin-right: 2px !important;
        padding: 0 !important;
        display: inline-block !important;
    }
    .left-top {
        text-align: center !important;
        width: 327px !important;
        height: 297px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 12px !important;
        display: block !important;
        position: relative !important;
        left: 50% !important;
        transform: translate(-52%) !important;
    }
    .left-top .community-card-label {
        font-size: 20px !important;
        line-height: 1.1 !important;
    }
    .left-top .lefttop-img {
        object-fit: contain !important;
        width: 327px !important;
        height: auto !important;
        max-height: 220px !important;
    }
    .left-bottom {
        text-align: center !important;
        width: 327px !important;
        height: 487px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 12px !important;
        display: block !important;
        position: relative !important;
        left: 50% !important;
        transform: translate(-50%) !important;
    }
    .left-bottom .leftbottom-img {
        object-fit: contain !important;
        width: 327px !important;
        height: auto !important;
        max-height: 380px !important;
    }
    .right-bottom-mobile {
        box-sizing: border-box !important;
        width: 327px !important;
        height: 217px !important;
        padding: 12px !important;
    }
    .right-bottom-mobile .community-bottom-icons {
        justify-content: space-between !important;
        align-items: center !important;
        gap: 6px !important;
        width: 316px !important;
        height: 34px !important;
        margin-top: 12px !important;
        display: flex !important;
    }
    .right-bottom-mobile .community-bottom-icons img {
        width: 316px !important;
        height: 34px !important;
    }
    .right-bottom-mobile .community-bottom-icons img[alt="plus"] {
        width: 10px !important;
        max-width: 10px !important;
        height: 10px !important;
        max-height: 10px !important;
    }
    .download-section .download-inner {
        box-sizing: border-box !important;
        background-color: #f2f2f2 !important;
        border-radius: 14px !important;
        width: 327px !important;
        max-width: none !important;
        height: 642px !important;
        margin: 0 auto !important;
        overflow: visible !important;
    }
    .download-section .download-img-container {
        width: 100% !important;
        height: 100% !important;
        padding-left: 0 !important;
        overflow: visible !important;
    }
    .download-section .download-right {
        order: -1 !important;
    }
    .qr-card__img,
    .qr-card__img_second {
        display: none !important;
    }
    .register {
        visibility: hidden !important;
        height: 0 !important;
        display: none !important;
        overflow: hidden !important;
    }
    .qr-grid {
        display: none !important;
    }
    .qr-badges-mobile {
        justify-content: center;
        align-items: center;
        gap: 0;
        width: 100%;
        display: flex !important;
    }
    .qr-badge {
        max-width: 100% !important;
        height: auto !important;
        margin: 0 auto !important;
        display: block !important;
    }
    .qr-badges-mobile .qr-badge:first-child {
        width: 128px !important;
        height: 43px !important;
        margin-left: 18px !important;
    }
    .qr-badges-mobile .qr-badge:last-child {
        width: 162px !important;
        height: 63px !important;
    }
    .download-qr-title {
        margin-left: 12px !important;
        font-size: 28px !important;
    }
    .download-img {
        object-fit: contain !important;
        width: 510px !important;
        max-width: none !important;
        height: 396px !important;
        margin: 0 auto !important;
        display: block !important;
        transform: translate(-48px, -24px) !important;
    }
    .download-bg {
        box-sizing: border-box !important;
        border-radius: 14px !important;
        width: 327px !important;
        max-width: none !important;
        height: 642px !important;
        margin: 0 auto !important;
        padding-top: 0 !important;
        transform: translateY(-24px) !important;
    }
    .left-top {
        flex-direction: column !important;
        align-items: center !important;
        display: flex !important;
    }
    .left-top .lefttop-img {
        order: 1 !important;
        margin-bottom: 12px !important;
    }
    .left-top > .w-full.text-center.mb-4 {
        text-align: center !important;
        order: 2 !important;
        width: 100% !important;
    }
    .community-mobile-features {
        margin-top: 0 !important;
    }
    .community-section > .mx-auto {
        gap: 18px !important;
    }
    .community-feature-title,
    .community-title,
    .community-card-label,
    .community-feature-desc {
        font-size: 16px !important;
        line-height: 1.2 !important;
    }
    .community-card-label {
        transform: translateY(-8px) !important;
    }
    .community-cr-label-mobile {
        text-align: center !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        font-size: 20px !important;
        line-height: 1.2 !important;
        transform: translateY(-8px) !important;
    }
    .community-icon-row {
        transform: translateY(-20px) !important;
    }
    .right-bottom-mobile .community-right-bottom-text {
        margin-top: 0 !important;
        font-size: 18px !important;
        line-height: 1.2 !important;
        transform: translateY(-8px) !important;
    }
    .community-icon-row img,
    .feature-header-icon,
    .hero-icon-carfront{
        width: 50px !important;
        max-width: 50px !important;
        height: 20px !important;
        max-height: 20px !important;
    }
    .hero-left .hero-line img.hero-icon,
    .hero-left .hero-line img[class*="hero-icon"],
    img.hero-icon,
    .hero-icon,
    [class*="hero-icon-"] {
        vertical-align: middle !important;
        width: auto !important;
        max-width: none !important;
        height: 40px !important;
        max-height: 35px !important;
        margin-left: 2px !important;
        margin-right: 2px !important;
        padding: 0 !important;
        display: inline-block !important;
    }
    .hero-icon-sidecar,
    .hero-icon-sidecar-second,
    .hero-icon-pig,
    .hero-icon-money,
    .hero-icon-money-second,
    .hero-icon-carfront,
    .hero-icon-carfront-second,
    .hero-icon-persowave,
    .hero-icon-mobilecheck,
    .hero-icon-shield,
    .hero-icon-gas-pump,
    .hero-icon-tire,
    .hero-icon-wrench,
    .hero-icon-nocrash,
    .hero-icon-shine {
        width: auto !important;
        height: 24px !important;
    }
    .hero-line {
        gap: 6px !important;
    }
    .right-top-mobile {
        box-sizing: border-box !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: center !important;
        width: 327px !important;
        height: 557px !important;
        padding: 12px !important;
        display: flex !important;
    }
    .right-top-mobile-img {
        object-fit: contain !important;
        width: 230px !important;
        max-width: none !important;
        height: 265px !important;
        margin: 0 auto 12px !important;
        display: block !important;
    }
    .right-top-mobile .community-feature-title,
    .right-top-mobile .community-feature-desc {
        color: #1e1e1e !important;
        font-size: 16px !important;
        line-height: 1.2 !important;
    }
    .showcase-slider .slide img {
        margin: 0 auto;
        display: block;
        object-fit: contain !important;
        max-width: none !important;
    }
    .showcase-slider .slide:first-of-type img {
        width: 285px !important;
        height: 157px !important;
    }
    .showcase-slider .slide:nth-of-type(2) img {
        width: 301px !important;
        height: 166px !important;
    }
    .showcase-slider .slide:nth-of-type(3) img {
        width: 307px !important;
        height: 170px !important;
    }
    .showcase-slider .slide:nth-of-type(4) img {
        width: 295px !important;
        height: 164px !important;
    }
    .showcase-section p,
    .showcase-section .showcase-text p {
        font-size: 16px !important;
        line-height: 1.35 !important;
    }
    .showcase-carousel .mx-auto {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        position: relative !important;
    }
    .showcase-carousel .showcase-text {
        padding: 0 12px !important;
        display: contents !important;
    }
    .showcase-carousel .showcase-title {
        text-align: left !important;
        order: 1 !important;
        width: 318px !important;
        margin-top: 0 !important;
        margin-bottom: 8px !important;
        margin-left: 0 !important;
        font-size: 24px !important;
    }
    .showcase-carousel .showcase-slider {
        order: 2 !important;
        width: 100% !important;
        max-width: none !important;
        height: auto !important;
        margin: 0 auto !important;
        transform: none !important;
    }
    .showcase-carousel .showcase-slider .slide {
        position: relative !important;
        inset: auto !important;
    }
    .showcase-carousel .showcase-title {
        text-align: left !important;
        margin-top: 0 !important;
        margin-bottom: 12px !important;
        font-size: 24px !important;
    }
    .showcase-carousel .showcase-logo,
    .showcase-carousel .showcase-text p {
        text-align: left !important;
        order: 3 !important;
        width: 318px !important;
        margin-top: 8px !important;
        margin-left: 0 !important;
        font-size: 16px !important;
    }
    .showcase-carousel .showcase-logo {
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: auto !important;
    }
    .showcase-slider .showcase-prev,
    .showcase-slider .showcase-next {
        color: #1e1e1e !important;
        width: 44px !important;
        height: 44px !important;
        box-shadow: none !important;
        background: 0 0 !important;
        border-radius: 0 !important;
        justify-content: center !important;
        align-items: center !important;
        display: flex !important;
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    .showcase-slider .showcase-prev {
        left: -12px !important;
    }
    .showcase-slider .showcase-next {
        right: -12px !important;
    }
    .showcase-slider .showcase-prev i,
    .showcase-slider .showcase-next i {
        font-size: 20px !important;
    }
    .showcase-logo img[src*="canapuffLogo.png"] {
        object-fit: contain !important;
        width: 161px !important;
        max-width: none !important;
        height: 44px !important;
        display: inline-block !important;
    }
    .showcase-logo img[src*="biogroupLogo.png"] {
        object-fit: contain !important;
        width: 105px !important;
        max-width: none !important;
        height: 56px !important;
        display: inline-block !important;
    }
    .showcase-logo img[src*="oktagonLogo.png"] {
        object-fit: contain !important;
        width: 139px !important;
        max-width: none !important;
        height: 21px !important;
        display: inline-block !important;
    }
    .showcase-logo img[src*="pizzahutLogo.png"] {
        object-fit: contain !important;
        width: 160px !important;
        max-width: none !important;
        height: 33px !important;
        display: inline-block !important;
    }
    .promo-section {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .promo-gradient {
        background: linear-gradient(90deg, #c40228, #ed3d1a);
        border-radius: 12px !important;
        width: 327px !important;
        height: 412px !important;
        margin: 0 auto !important;
        overflow: visible !important;
    }
    .promo-left {
        box-sizing: border-box !important;
        flex-direction: column !important;
        justify-content: center !important;
        width: 327px !important;
        height: 412px !important;
        padding: 18px !important;
        display: flex !important;
        position: relative !important;
        overflow: visible !important;
    }
    .promo-cta {
        pointer-events: auto !important;
        justify-content: center !important;
        width: 100% !important;
        display: flex !important;
        position: absolute !important;
        bottom: 18px !important;
        left: 50% !important;
        transform: translate(-60%) !important;
    }
    .promo-title {
        text-transform: uppercase !important;
        width: calc(100% - 36px) !important;
        margin: 0 !important;
        font-size: 24px !important;
        line-height: 1.05 !important;
        position: absolute !important;
        top: 80px !important;
        left: 18px !important;
    }
    .promo-description {
        width: 290px !important;
        margin: 0 0 8px !important;
        font-size: 16px !important;
        position: absolute !important;
        top: 145px !important;
        left: 18px !important;
    }
    .promo-left.promo-tab-car4 .promo-description {
        top: 160px !important;
    }
    .promo-left.promo-tab-carclean .promo-description {
        top: 190px !important;
    }
    .promo-btn {
        color: #fff !important;
        background: #0fc26c !important;
        width: 223px !important;
        height: 30px !important;
        font-size: 16px !important;
    }
    .promo-right {
        display: none !important;
    }
    .mobile-only,
    .promo-icons-mobile {
        will-change: transform;
        justify-content: center !important;
        align-items: center !important;
        gap: 16px !important;
        margin-top: 12px !important;
        display: flex !important;
        position: relative !important;
        transform: translateY(8px) !important;
    }
    .promo-icons-mobile .promo-icons-prev,
    .promo-icons-mobile .promo-icons-next {
        color: #1e1e1e !important;
        z-index: 60 !important;
        width: 36px !important;
        height: 36px !important;
        box-shadow: none !important;
        background: 0 0 !important;
        border-radius: 0 !important;
        justify-content: center !important;
        align-items: center !important;
        display: flex !important;
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    .promo-icons-mobile .promo-icons-prev {
        left: 8px !important;
    }
    .promo-icons-mobile .promo-icons-next {
        right: 8px !important;
    }
    .promo-icon-mobile {
        object-fit: contain !important;
        width: 32px !important;
        height: 32px !important;
    }
    .promo-icons {
        display: none !important;
    }
    .promo-logo img[src*="orlen"] {
        display: none !important;
    }
    .promo-gradient {
        position: relative !important;
    }
    .promo-shield-mobile {
        pointer-events: none !important;
        width: 101px !important;
        height: 144px !important;
        display: block !important;
        position: absolute !important;
        top: -75px !important;
        left: 50% !important;
        transform: translate(-50%) !important;
    }
    .promo-cleaning-mobile {
        pointer-events: none !important;
        width: 210px !important;
        height: 214px !important;
        display: none !important;
        position: absolute !important;
        top: -110px !important;
        left: 50% !important;
        transform: translate(-50%) !important;
    }
    .promo-penizek-mobile {
        pointer-events: none !important;
        width: 173px !important;
        height: 166px !important;
        display: none !important;
        position: absolute !important;
        top: -110px !important;
        left: 50% !important;
        transform: translate(-50%) !important;
    }
    .promo-fuelcan-mobile,
    .promo-fuelgun-mobile {
        pointer-events: none !important;
        display: none !important;
        position: absolute !important;
        top: -48px !important;
    }
    .promo-fuelcan-mobile {
        width: 175px !important;
        height: 175px !important;
        top: -75px !important;
        left: calc(40% - 64px) !important;
    }
    .promo-fuelgun-mobile {
        transform-origin: 50% !important;
        width: 131px !important;
        height: 93px !important;
        top: -100px !important;
        left: 40% !important;
        transform: rotate(30deg) !important;
    }
    .promo-logo {
        text-align: left !important;
        z-index: 5 !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        position: absolute !important;
        top: 240px !important;
        left: 18px !important;
    }
    .promo-logo img {
        max-width: 166px !important;
        height: auto !important;
        display: block !important;
    }
    .promo-left.promo-tab-carclean .promo-logo,
    .promo-left.promo-tab-carclean .promo-logo img,
    .promo-left.promo-tab-car4 .promo-logo,
    .promo-left.promo-tab-car4 .promo-logo img {
        display: none !important;
    }
    .reviews-section h2 {
        margin-bottom: 24px !important;
        font-size: 36px !important;
        line-height: 1.05 !important;
    }
    .map-trail-bar,
    .question-bar,
    .feature-header-bar,
    .advertise-bar {
        border-radius: 6px !important;
        width: 60px !important;
        height: 12px !important;
    }
    .map-trail-desktop {
        display: none !important;
    }
    .map-trail-mobile {
        flex-direction: column !important;
        gap: 40px !important;
        padding: 24px 12px !important;
        display: flex !important;
    }
    .map-step-mobile {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
        display: flex !important;
    }
    .map-step-mobile__num {
        color: #c40228 !important;
        flex-shrink: 0 !important;
        margin-bottom: 0 !important;
        font-size: 80px !important;
        font-style: italic !important;
        font-weight: 900 !important;
        line-height: 1 !important;
    }
    .map-step-mobile__content {
        flex-direction: column !important;
        flex: 1 !important;
        gap: 12px !important;
        width: 100% !important;
        display: flex !important;
    }
    .map-step-mobile__img {
        width: 100% !important;
        max-width: 280px !important;
        height: auto !important;
        margin: 8px 0 !important;
    }
    .map-step-mobile:first-child .map-step-mobile__content {
        position: relative !important;
    }
    .map-step-mobile:first-child .map-step-mobile__img:first-of-type {
        width: 343px !important;
        max-width: 343px !important;
        height: 300px !important;
    }
    .map-step-mobile:first-child .map-step-mobile__img:nth-of-type(2) {
        z-index: 2 !important;
        width: 122px !important;
        max-width: 122px !important;
        height: 233px !important;
        position: absolute !important;
        top: -10px !important;
        left: 78% !important;
        transform: translate(-50%) !important;
    }
    .map-step-mobile:nth-child(2) .map-step-mobile__img:first-of-type {
        width: 128% !important;
        max-width: 136% !important;
        height: 300px !important;
        margin-left: -37px !important;
        margin-right: 8px !important;
    }
    .map-step-mobile:nth-child(2) .map-step-mobile__img:nth-of-type(2) {
        width: 325px !important;
        max-width: 325px !important;
        height: 250px !important;
        margin-top: -225px !important;
    }
    .map-step-mobile:nth-child(3) .map-step-mobile__img:first-of-type {
        width: 110% !important;
        max-width: 126% !important;
        height: 420px !important;
        margin-left: 5px !important;
        margin-right: -24px !important;
    }
    .map-step-mobile:nth-child(3) .map-step-mobile__img:nth-of-type(2) {
        width: 346px !important;
        max-width: 346px !important;
        height: 140px !important;
        margin-top: -300px !important;
        margin-left: 80px !important;
    }
    .map-step-mobile:nth-child(4) .map-step-mobile__img {
        width: 130% !important;
        max-width: 130% !important;
        height: 230px !important;
        margin-left: -50px !important;
    }
    .map-step-mobile:nth-child(5) .map-step-mobile__img {
        width: 200px !important;
        max-width: 200px !important;
        height: 144px !important;
        margin-left: auto !important;
        margin-right: -34px !important;
    }
    .map-step-mobile__title,
    .map-step-mobile__content h1,
    .map-step-mobile__content h2,
    .map-step-mobile__content h3 {
        text-transform: uppercase !important;
        color: #1e1e1e !important;
        margin: 0 !important;
        font-size: 24px !important;
        font-style: italic !important;
        font-weight: 900 !important;
        line-height: 1.2 !important;
    }
    .map-step-mobile__title-row {
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: 12px !important;
        display: flex !important;
    }
    .map-step-mobile__badge {
        color: #fff !important;
        text-transform: uppercase !important;
        background: #0fc26c !important;
        border-radius: 100px !important;
        justify-content: center !important;
        align-items: center !important;
        width: 102px !important;
        height: 25px !important;
        padding: 4px 12px !important;
        font-size: 12px !important;
        font-style: italic !important;
        font-weight: 900 !important;
        display: flex !important;
    }
    .map-step-mobile__badge--gold {
        background: #e2ba04 !important;
    }
    .map-step-mobile__desc {
        color: #1e1e1e !important;
        margin: 0 !important;
        font-size: 16px !important;
        line-height: 1.5 !important;
    }
    .map-step-mobile__note {
        color: #1ac660 !important;
        margin-top: 8px !important;
        font-size: 16px !important;
        font-style: italic !important;
        font-weight: 700 !important;
    }
    .map-trail-section {
        background: #f2f2f2 !important;
    }
    .map-trail-section h2 {
        margin-bottom: 32px !important;
        font-size: 32px !important;
    }
}
@media (min-width: 481px) {
    .map-trail-mobile {
        display: none !important;
    }
    .map-trail-desktop {
        display: block !important;
    }
}
@media (min-width: 768px) {
    .promo-title {
        color: #fff !important;
        text-transform: uppercase !important;
        margin-bottom: 32px !important;
        font-size: 48px !important;
        line-height: 1.05 !important;
        display: block !important;
        position: static !important;
    }
    .promo-description {
        color: #fafafa !important;
        width: 355px !important;
        margin-bottom: 48px !important;
        font-size: 18px !important;
        display: block !important;
        position: static !important;
    }
    .promo-right {
        display: block !important;
    }
}
@media (max-width: 480px) {
    .reviews-section,
    .promo-section {
        background-color: #f2f2f2 !important;
    }
    .reviews-section {
        margin-top: 0 !important;
    }
    .review-card img[alt="carside icon"],
    .review-card-right img[alt="carside icon"] {
        width: 52px !important;
        height: 25px !important;
        position: absolute !important;
        inset: 18px auto auto 18px !important;
    }
    .reviews-section .review-card p,
    .reviews-section .review-card-right p,
    .reviews-section .reviews-left .review-card p {
        margin-top: 32px !important;
        margin-bottom: 4px !important;
        font-size: 16px !important;
        line-height: 1.4 !important;
    }
    .reviews-left > .review-card:first-of-type {
        box-sizing: border-box !important;
        width: 327px !important;
        height: 293px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        overflow: hidden !important;
    }
    .reviews-left > .review-card:nth-of-type(2) {
        box-sizing: border-box !important;
        width: 327px !important;
        height: 401px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        overflow: hidden !important;
    }
    .reviews-left > .review-card:nth-of-type(3) {
        box-sizing: border-box !important;
        width: 327px !important;
        height: 293px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        overflow: hidden !important;
    }
    .reviews-right > .review-card-right:first-of-type {
        box-sizing: border-box !important;
        width: 327px !important;
        height: 530px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        overflow: hidden !important;
    }
    .reviews-right > .review-card-right:nth-of-type(2) {
        box-sizing: border-box !important;
        width: 327px !important;
        height: 369px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        overflow: hidden !important;
    }
    .review-card,
    .review-card-right {
        padding: 16px !important;
        display: block !important;
    }
    .questions-section h2 {
        margin-top: 0 !important;
        margin-bottom: 16px !important;
        font-size: 36px !important;
        line-height: 1.05 !important;
    }
    .questions-section .accordion {
        box-sizing: border-box !important;
        width: 327px !important;
        margin: 0 auto !important;
    }
    .questions-section .accordion .accordion-item-wrapper {
        box-sizing: border-box !important;
        border-radius: 12px !important;
        width: 327px !important;
        min-height: 60px !important;
        padding: 0 12px !important;
        overflow: hidden !important;
    }
    .questions-section .accordion .accordion-header {
        align-items: center !important;
        height: 60px !important;
        min-height: 60px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        font-size: 18px !important;
        font-weight: 500 !important;
        line-height: 1.1 !important;
        display: flex !important;
    }
    .questions-section .accordion .accordion-body {
        font-size: 16px !important;
        line-height: 1.45 !important;
    }
    .questions-show-all {
        text-align: left !important;
        color: #1e1e1e !important;
        width: 327px !important;
        margin: 12px auto 0 !important;
        font-size: 16px !important;
        font-style: italic !important;
        font-weight: 900 !important;
    }
    .questions-bg-mobile {
        z-index: 0 !important;
        pointer-events: none !important;
        width: 418px !important;
        margin: 0 auto 8px !important;
        display: block !important;
        position: relative !important;
    }
    .questions-bg-mobile__img {
        object-fit: contain !important;
        width: 418px !important;
        height: 177px !important;
        margin: 0 auto !important;
        display: block !important;
    }
    .questions-section .questions-bg {
        visibility: hidden !important;
        pointer-events: none !important;
        width: 0 !important;
        height: 0 !important;
        display: none !important;
    }
    .questions-section {
        background-color: #f2f2f2 !important;
    }
    .reviews-section {
        margin-bottom: 0 !important;
    }
    .advertise-section {
        background-color: #f2f2f2 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 24px !important;
        padding-bottom: 100px !important;
    }
    .advertise-title {
        text-align: left !important;
        margin-bottom: 24px !important;
        padding-left: 12px !important;
        font-size: 36px !important;
        line-height: 1.05 !important;
    }
    .adv-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .adv-card {
        box-sizing: border-box !important;
        border-radius: 14px !important;
        width: 327px !important;
        height: 176px !important;
        margin: 0 auto !important;
        padding: 12px !important;
        overflow: visible !important;
    }
    .adv-card.adv-card--active {
        background-color: var(--active-bg) !important;
        color: #fff !important;
    }
    .adv-card.adv-card--active .adv-logo {
        filter: grayscale() brightness(0) invert() !important;
        opacity: 0.98 !important;
    }
    .adv-grid {
        grid-template-columns: 1fr !important;
    }
    .adv-grid .adv-card:nth-child(n + 4) {
        transition:
            max-height 0.36s cubic-bezier(0.2, 0.9, 0.2, 1),
            opacity 0.26s,
            transform 0.3s cubic-bezier(0.2, 0.9, 0.2, 1);
        opacity: 0 !important;
        pointer-events: none !important;
        max-height: 0 !important;
        overflow: hidden !important;
        transform: translateY(-8px) !important;
    }
    .adv-grid.adv-grid--expanded .adv-card:nth-child(n + 4) {
        opacity: 1 !important;
        pointer-events: auto !important;
        max-height: 500px !important;
        transform: translateY(0) !important;
    }
    .adv-card {
        transition:
            transform 0.3s cubic-bezier(0.2, 0.9, 0.2, 1),
            opacity 0.26s,
            max-height 0.36s cubic-bezier(0.2, 0.9, 0.2, 1);
    }
    .adv-show-all {
        text-align: left !important;
        color: #1e1e1e !important;
        margin-top: -65px !important;
        padding-left: 12px !important;
        font-size: 16px !important;
        font-style: italic !important;
        font-weight: 900 !important;
        text-decoration: none !important;
        display: block !important;
    }
    .adv-logo {
        object-fit: contain !important;
        width: 120px !important;
        max-width: 120px !important;
        height: auto !important;
        top: 24px !important;
        left: 24px !important;
    }
    .site-footer {
        color: #fff !important;
        background-color: #1e1e1e !important;
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
    .footer-inner {
        max-width: 327px !important;
        margin: 0 auto !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .footer-grid {
        grid-template-columns: 1fr !important;
        align-items: start !important;
        gap: 18px !important;
        display: grid !important;
    }
    .footer-col--brand {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
        display: flex !important;
    }
    .footer-logo {
        object-fit: contain !important;
        width: 104px !important;
        height: 48px !important;
        display: block !important;
    }
    .footer-sublogo img {
        object-fit: contain !important;
        width: 123px !important;
        height: 20px !important;
        margin: 0 !important;
        display: block !important;
    }
    .footer-invite {
        color: #fff !important;
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 1 !important;
    }
    .footer-sublogo {
        align-items: center !important;
        display: flex !important;
    }
    .footer-logos-row {
        background: 0 0 !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 50px !important;
        display: flex !important;
    }
    .footer-logos-row .footer-logo,
    .footer-logos-row .footer-sublogo {
        margin: 0 !important;
    }
    .footer-subcol {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: flex-start !important;
        gap: 6px !important;
        display: flex !important;
    }
    .footer-subcol .footer-invite {
        text-align: left !important;
        align-self: flex-start !important;
        font-size: 13px !important;
    }
    .footer-subcol .footer-sublogo img {
        object-fit: contain !important;
        width: 123px !important;
        height: 20px !important;
        display: block !important;
    }
    .footer-logos-row img,
    .footer-sublogo,
    .footer-logo,
    .footer-invite {
        background: 0 0 !important;
    }
    .footer-mid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        display: grid !important;
    }
    .footer-col .footer-links {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }
    .footer-col .footer-links li {
        margin-bottom: 8px !important;
    }
    .footer-col .footer-links a {
        color: #fff !important;
        background: 0 0 !important;
        font-size: 14px !important;
        text-decoration: none !important;
    }
    .footer-col--contact {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        display: flex !important;
    }
    .footer-social a img {
        width: 24px !important;
        height: 24px !important;
        margin-right: 8px !important;
    }
    .footer-address {
        color: #ccc !important;
        font-size: 12px !important;
    }
    .footer-okriders-logo {
        object-fit: contain !important;
        width: 106px !important;
        height: 20px !important;
        margin-top: 6px !important;
        display: block !important;
    }
    img.adv-car {
        object-fit: contain !important;
        max-width: none !important;
        position: absolute !important;
        bottom: -42px !important;
        right: -55px !important;
    }
    .hero-bg {
        width: 375px !important;
        max-width: none !important;
        height: 812px !important;
        margin: 0 auto !important;
        position: relative !important;
        overflow: hidden !important;
    }
    .hero-carousel,
    .hero-slides,
    .hero-slides-track {
        width: 375px !important;
        max-width: 375px !important;
        margin: 0 auto !important;
    }
    .slide-inner {
        box-sizing: border-box !important;
        width: 375px !important;
        max-width: 375px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .hero-right .hero-car,
    .hero-car {
        object-fit: contain !important;
        width: 255px !important;
        max-width: none !important;
        height: 231px !important;
        margin: 0 auto !important;
        display: block !important;
    }
    .adv-logo--ticketmaster,
    .adv-logo--ticketmaster img {
        width: 175px !important;
        max-width: 175px !important;
        height: 23px !important;
    }
    .adv-logo--pizzahut,
    .adv-logo--pizzahut img {
        width: 164px !important;
        max-width: 164px !important;
        height: 34px !important;
    }
    .adv-logo--costa,
    .adv-logo--costa img {
        width: 105px !important;
        max-width: 105px !important;
        height: 40px !important;
    }
    .adv-logo--cpp,
    .adv-logo--cpp img {
        width: 102px !important;
        max-width: 102px !important;
        height: 50px !important;
    }
    .adv-logo--pp,
    .adv-logo--pp img {
        width: 170px !important;
        max-width: 170px !important;
        height: 45px !important;
    }
    .adv-logo--beko,
    .adv-logo--beko img {
        width: 85px !important;
        max-width: 85px !important;
        height: 48px !important;
    }
    img.adv-car.adv-car--1 {
        object-fit: contain !important;
        width: 259px !important;
        max-width: 259px !important;
        height: 165px !important;
    }
    img.adv-car.adv-car--2 {
        object-fit: contain !important;
        width: 268px !important;
        max-width: 268px !important;
        height: 170px !important;
    }
    img.adv-car.adv-car--4 {
        object-fit: contain !important;
        width: 277px !important;
        max-width: 277px !important;
        height: 177px !important;
    }
    img.adv-car.adv-car--3 {
        object-fit: contain !important;
        width: 259px !important;
        max-width: 259px !important;
        height: 127px !important;
    }
    img.adv-car.adv-car--5 {
        object-fit: contain !important;
        width: 270px !important;
        max-width: 270px !important;
        height: 138px !important;
    }
    img.adv-car.adv-car--6 {
        object-fit: contain !important;
        width: 271px !important;
        max-width: 271px !important;
        height: 151px !important;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes bounce {
    0%,
    to {
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        transform: translateY(-25%);
    }
    50% {
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        transform: none;
    }
}
.animate-on-scroll {
    opacity: 0;
}
.animate-on-scroll.animated {
    animation-fill-mode: forwards;
}
.hero-car {
    animation: 0.8s ease-out forwards fadeInUp;
}
.hero-icon {
    animation: 0.6s ease-out 0.3s forwards fadeIn;
}
.hero-icon.bounce-animation {
    animation:
        0.6s ease-out forwards fadeIn,
        2s ease-in-out 1s infinite bounce;
}
.hero-title,
.hero-text {
    animation: 0.8s ease-out 0.2s forwards fadeInUp;
}
.hero-eyecatcher {
    animation: 0.8s ease-out 0.4s forwards fadeInScale;
}
.hero-button-left {
    animation: 0.6s ease-out 0.6s forwards fadeIn;
}
.hero-button-right {
    animation: 0.6s ease-out 0.8s forwards fadeIn;
}
.app-title,
.app-text {
    animation: 0.8s ease-out forwards fadeInUp;
}
.app-badge {
    opacity: 0;
}
.app-badge.animated {
    animation: 0.5s ease-out forwards fadeIn;
}
.app-badge:first-child {
    animation-delay: 0.2s;
}
.app-badge:nth-child(2) {
    animation-delay: 0.3s;
}
.app-badge:nth-child(3) {
    animation-delay: 0.4s;
}
.app-badge:nth-child(4) {
    animation-delay: 0.5s;
}
.app-phone-center {
    animation: 1s ease-out 0.3s forwards fadeIn;
}
.download-icon,
.download-title {
    animation: 0.8s ease-out forwards fadeInUp;
}
.download-image {
    animation: 0.8s ease-out 0.2s forwards fadeInUp;
}
.download-qr {
    animation: 0.8s ease-out 0.4s forwards fadeIn;
}
.desktop-image,
.desktop-title {
    animation: 0.8s ease-out forwards fadeInUp;
}
.desktop-content {
    animation: 0.8s ease-out 0.3s forwards fadeIn;
}
.benefits-title {
    animation: 0.8s ease-out forwards fadeInUp;
}
.benefits-content {
    animation: 0.8s ease-out 0.2s forwards fadeIn;
}
.benefits-card {
    animation: 0.8s ease-out forwards fadeInScale;
}
.benefits-card:first-child {
    animation-delay: 0.1s;
}
.benefits-card:nth-child(2) {
    animation-delay: 0.2s;
}
.benefits-card:nth-child(3) {
    animation-delay: 0.3s;
}
.feature-title,
.feature-image {
    animation: 0.8s ease-out forwards fadeInUp;
}
.feature-content {
    opacity: 0;
}
.feature-content.animated {
    animation: 0.6s ease-out forwards fadeIn;
}
.feature-content-row {
    opacity: 0;
}
.feature-content-row.animated {
    animation: 0.5s ease-out forwards fadeIn;
}
.map-trail-logo,
.map-trail-title,
.map-trail-image {
    animation: 0.8s ease-out forwards fadeInUp;
}
.map-trail-content {
    animation: 0.8s ease-out 0.3s forwards fadeIn;
}
.faq-title {
    animation: 0.8s ease-out forwards fadeInUp;
}
.faq-content {
    animation: 0.8s ease-out 0.2s forwards fadeIn;
}
footer {
    animation: 1s ease-out forwards fadeIn;
}
@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-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}
@property --tw-gradient-position {
    syntax: "*";
    inherits: false;
}
@property --tw-gradient-from {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000;
}
@property --tw-gradient-via {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000;
}
@property --tw-gradient-to {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000;
}
@property --tw-gradient-stops {
    syntax: "*";
    inherits: false;
}
@property --tw-gradient-via-stops {
    syntax: "*";
    inherits: false;
}
@property --tw-gradient-from-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 0%;
}
@property --tw-gradient-via-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 50%;
}
@property --tw-gradient-to-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 100%;
}
@property --tw-leading {
    syntax: "*";
    inherits: false;
}
@property --tw-font-weight {
    syntax: "*";
    inherits: false;
}
@property --tw-tracking {
    syntax: "*";
    inherits: false;
}
@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}
@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-inset-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}
@property --tw-ring-color {
    syntax: "*";
    inherits: false;
}
@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false;
}
@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
    syntax: "*";
    inherits: false;
}
@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 0;
}
@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff;
}
@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-outline-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}
@property --tw-blur {
    syntax: "*";
    inherits: false;
}
@property --tw-brightness {
    syntax: "*";
    inherits: false;
}
@property --tw-contrast {
    syntax: "*";
    inherits: false;
}
@property --tw-grayscale {
    syntax: "*";
    inherits: false;
}
@property --tw-hue-rotate {
    syntax: "*";
    inherits: false;
}
@property --tw-invert {
    syntax: "*";
    inherits: false;
}
@property --tw-opacity {
    syntax: "*";
    inherits: false;
}
@property --tw-saturate {
    syntax: "*";
    inherits: false;
}
@property --tw-sepia {
    syntax: "*";
    inherits: false;
}
@property --tw-drop-shadow {
    syntax: "*";
    inherits: false;
}
@property --tw-drop-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-drop-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}
@property --tw-drop-shadow-size {
    syntax: "*";
    inherits: false;
}
@property --tw-duration {
    syntax: "*";
    inherits: false;
}
@property --tw-ease {
    syntax: "*";
    inherits: false;
}
@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;
}
