/*
 * TWIOO SPORTS – Fairness
 * Alle Regeln sind unter #twioo-fairness gekapselt.
 */

#twioo-fairness {
    --tfa-dark: #101114;
    --tfa-dark-soft: #1b1d21;
    --tfa-light: #f4f2ed;
    --tfa-white: #ffffff;
    --tfa-text: #17181b;
    --tfa-muted: #666a70;
    --tfa-line: rgba(17, 18, 21, 0.14);
    --tfa-lime: #afd135;
    --tfa-pink: #f00078;
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    background: var(--tfa-light);
    color: var(--tfa-text);
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

#twioo-fairness,
#twioo-fairness * {
    box-sizing: border-box;
}

#twioo-fairness img {
    display: block;
    max-width: 100%;
}

#twioo-fairness a {
    color: inherit;
    text-decoration: none;
}

#twioo-fairness h1,
#twioo-fairness h2,
#twioo-fairness h3,
#twioo-fairness p,
#twioo-fairness figure,
#twioo-fairness blockquote {
    margin-top: 0;
}

#twioo-fairness h1,
#twioo-fairness h2,
#twioo-fairness h3,
#twioo-fairness strong {
    letter-spacing: -0.025em;
}

#twioo-fairness h1 {
    max-width: 1180px;
    margin-bottom: 26px;
    color: var(--tfa-white);
    font-size: clamp(3rem, 6.8vw, 7rem);
    font-weight: 850;
    line-height: 0.92;
    text-transform: uppercase;
}

#twioo-fairness h2 {
    max-width: 980px;
    margin-bottom: 28px;
    font-size: clamp(2.2rem, 4.8vw, 5rem);
    font-weight: 850;
    line-height: 0.98;
    text-transform: uppercase;
}

#twioo-fairness h3 {
    margin-bottom: 14px;
    font-size: 1.25rem;
    font-weight: 850;
    line-height: 1.12;
    text-transform: uppercase;
}

#twioo-fairness :focus-visible {
    outline: 3px solid var(--tfa-lime);
    outline-offset: 4px;
}

#twioo-fairness .tfa-shell {
    width: min(1400px, calc(100% - 64px));
    margin: 0 auto;
}

#twioo-fairness .tfa-section {
    padding: clamp(84px, 10vw, 150px) 0;
}

#twioo-fairness .tfa-kicker {
    margin-bottom: 18px;
    color: var(--tfa-lime);
    font-size: 0.75rem;
    font-weight: 850;
    letter-spacing: 0.18em;
    line-height: 1.3;
    text-transform: uppercase;
}

#twioo-fairness .tfa-kicker--dark {
    color: #78941c;
}

#twioo-fairness .tfa-lead {
    margin-bottom: 25px;
    font-size: clamp(1.08rem, 1.55vw, 1.34rem);
    font-weight: 520;
    line-height: 1.62;
}

#twioo-fairness .tfa-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.78fr);
    gap: clamp(45px, 7vw, 100px);
    align-items: end;
    margin-bottom: 62px;
}

#twioo-fairness .tfa-section-heading h2 {
    margin-bottom: 0;
}

#twioo-fairness .tfa-section-heading > p {
    margin-bottom: 7px;
    color: var(--tfa-muted);
    font-size: 1.04rem;
}

#twioo-fairness .tfa-section-heading--light h2 {
    color: var(--tfa-white);
}

#twioo-fairness .tfa-section-heading--light > p {
    color: rgba(255, 255, 255, 0.68);
}

/* Hero */
#twioo-fairness .tfa-hero {
    position: relative;
    min-height: min(850px, 92vh);
    display: flex;
    align-items: flex-end;
    isolation: isolate;
    background: var(--tfa-dark);
}

#twioo-fairness .tfa-hero > .tfa-media,
#twioo-fairness .tfa-hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

#twioo-fairness .tfa-hero > .tfa-media {
    z-index: -3;
}

#twioo-fairness .tfa-hero > .tfa-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#twioo-fairness .tfa-hero > .tfa-media .tfa-placeholder {
    background:
        radial-gradient(circle at 82% 24%, rgba(175, 209, 53, 0.15), transparent 23%),
        radial-gradient(circle at 72% 76%, rgba(240, 0, 120, 0.12), transparent 24%),
        linear-gradient(120deg, #25272c, #0c0d10 72%);
}

#twioo-fairness .tfa-hero__shade {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(8, 9, 11, 0.95) 0%, rgba(8, 9, 11, 0.77) 50%, rgba(8, 9, 11, 0.15) 84%),
        linear-gradient(0deg, rgba(8, 9, 11, 0.94) 0%, transparent 58%);
}

#twioo-fairness .tfa-hero__content {
    padding-top: 150px;
    padding-bottom: 132px;
}

#twioo-fairness .tfa-hero__lead {
    max-width: 830px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.08rem, 1.7vw, 1.42rem);
    line-height: 1.58;
}

#twioo-fairness .tfa-hero__facts {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(10, 11, 13, 0.76);
    backdrop-filter: blur(12px);
}

#twioo-fairness .tfa-factbar {
    min-height: 70px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

#twioo-fairness .tfa-factbar span {
    padding: 8px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
}

#twioo-fairness .tfa-factbar span:first-child { padding-left: 0; }
#twioo-fairness .tfa-factbar span:last-child { padding-right: 0; border-right: 0; }

/* Media */
#twioo-fairness .tfa-media {
    position: relative;
    min-width: 0;
    margin-bottom: 0;
    overflow: hidden;
    isolation: isolate;
    background: #d9d9d7;
}

#twioo-fairness .tfa-media img {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#twioo-fairness .tfa-media--portrait {
    min-height: 720px;
}

#twioo-fairness .tfa-media--payment {
    min-height: 560px;
}

#twioo-fairness .tfa-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 30px;
    background:
        radial-gradient(circle at 72% 24%, rgba(175, 209, 53, 0.12), transparent 26%),
        radial-gradient(circle at 25% 78%, rgba(240, 0, 120, 0.10), transparent 25%),
        #292b30;
    color: rgba(255, 255, 255, 0.68);
    text-align: center;
}

#twioo-fairness .tfa-placeholder strong {
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    line-height: 1.35;
    text-transform: uppercase;
}

#twioo-fairness .tfa-placeholder small {
    max-width: 440px;
    font-size: 0.72rem;
    line-height: 1.55;
}

#twioo-fairness .tfa-media figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    max-width: 84%;
    padding: 14px 18px;
    background: var(--tfa-dark);
    color: var(--tfa-white);
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.10em;
    line-height: 1.35;
    text-transform: uppercase;
}

/* Buttons */
#twioo-fairness .tfa-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 35px;
}

#twioo-fairness .tfa-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border: 1px solid transparent;
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.09em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

#twioo-fairness .tfa-button:hover {
    transform: translateY(-2px);
}

#twioo-fairness .tfa-button--light {
    background: var(--tfa-white);
    color: var(--tfa-dark);
}

#twioo-fairness .tfa-button--light:hover {
    background: var(--tfa-lime);
}

#twioo-fairness .tfa-button--ghost {
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(13, 14, 16, 0.18);
    color: var(--tfa-white);
    backdrop-filter: blur(6px);
}

#twioo-fairness .tfa-button--ghost:hover {
    border-color: var(--tfa-white);
    background: rgba(255, 255, 255, 0.10);
}

#twioo-fairness .tfa-text-link {
    display: inline-flex;
    margin-top: 36px;
    border-bottom: 1px solid currentColor;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Meaning */
#twioo-fairness .tfa-section--meaning {
    scroll-margin-top: 100px;
    background: var(--tfa-white);
}

#twioo-fairness .tfa-meaning-grid,
#twioo-fairness .tfa-production-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--tfa-line);
    border-left: 1px solid var(--tfa-line);
}

#twioo-fairness .tfa-meaning-grid article,
#twioo-fairness .tfa-production-grid article {
    min-height: 310px;
    padding: 38px 30px;
    border-right: 1px solid var(--tfa-line);
    border-bottom: 1px solid var(--tfa-line);
}

#twioo-fairness .tfa-meaning-grid article > span,
#twioo-fairness .tfa-production-grid article > span,
#twioo-fairness .tfa-journey-grid article > span {
    display: block;
    margin-bottom: 45px;
    color: #8b8e93;
    font-size: 0.67rem;
    font-weight: 850;
    letter-spacing: 0.16em;
}

#twioo-fairness .tfa-meaning-grid p,
#twioo-fairness .tfa-production-grid p {
    margin-bottom: 0;
    color: var(--tfa-muted);
}

/* Journey */
#twioo-fairness .tfa-section--journey {
    background:
        radial-gradient(circle at 82% 18%, rgba(175, 209, 53, 0.12), transparent 25%),
        radial-gradient(circle at 15% 82%, rgba(240, 0, 120, 0.10), transparent 26%),
        var(--tfa-dark);
    color: var(--tfa-white);
}

#twioo-fairness .tfa-journey-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

#twioo-fairness .tfa-journey-grid article {
    min-height: 360px;
    padding: 36px 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

#twioo-fairness .tfa-journey-grid h3 {
    color: var(--tfa-white);
}

#twioo-fairness .tfa-journey-grid p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.67);
}

/* Partners */
#twioo-fairness .tfa-section--partners,
#twioo-fairness .tfa-section--packaging {
    background: var(--tfa-light);
}

#twioo-fairness .tfa-partners-grid,
#twioo-fairness .tfa-material-grid,
#twioo-fairness .tfa-packaging-grid {
    display: grid;
    grid-template-columns: minmax(370px, 0.78fr) minmax(0, 1.12fr);
    gap: clamp(55px, 9vw, 145px);
    align-items: center;
}

#twioo-fairness .tfa-partners-grid > div > p:not(.tfa-kicker):not(.tfa-lead),
#twioo-fairness .tfa-packaging-grid > div > p:not(.tfa-kicker):not(.tfa-lead) {
    color: var(--tfa-muted);
}

#twioo-fairness .tfa-principles,
#twioo-fairness .tfa-packaging-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 38px;
    border-top: 1px solid var(--tfa-line);
    border-left: 1px solid var(--tfa-line);
}

#twioo-fairness .tfa-principles span,
#twioo-fairness .tfa-packaging-list span {
    min-height: 74px;
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border-right: 1px solid var(--tfa-line);
    border-bottom: 1px solid var(--tfa-line);
    font-size: 0.69rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* Components */
#twioo-fairness .tfa-section--components {
    background: var(--tfa-white);
}

#twioo-fairness .tfa-component-table {
    border-top: 1px solid var(--tfa-line);
}

#twioo-fairness .tfa-component-row {
    display: grid;
    grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1.35fr);
    gap: 40px;
    padding: 22px 0;
    border-bottom: 1px solid var(--tfa-line);
}

#twioo-fairness .tfa-component-row strong {
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

#twioo-fairness .tfa-component-row span {
    color: var(--tfa-muted);
}

#twioo-fairness .tfa-update-note {
    max-width: 900px;
    margin: 30px 0 0;
    color: var(--tfa-muted);
    font-size: 0.82rem;
}

/* Material honesty */
#twioo-fairness .tfa-section--material {
    background: var(--tfa-dark-soft);
    color: var(--tfa-white);
}

#twioo-fairness .tfa-material-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(370px, 0.78fr);
}

#twioo-fairness .tfa-material-grid h2 {
    color: var(--tfa-white);
}

#twioo-fairness .tfa-material-grid .tfa-lead {
    color: rgba(255, 255, 255, 0.92);
}

#twioo-fairness .tfa-material-grid > div > p:not(.tfa-kicker):not(.tfa-lead) {
    color: rgba(255, 255, 255, 0.68);
}

#twioo-fairness .tfa-honesty-box {
    margin-top: 40px;
    padding: 28px 30px;
    border-left: 4px solid var(--tfa-lime);
    background: rgba(255, 255, 255, 0.06);
}

#twioo-fairness .tfa-honesty-box strong {
    display: block;
    margin-bottom: 6px;
    color: var(--tfa-white);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#twioo-fairness .tfa-honesty-box p {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.72);
}

#twioo-fairness .tfa-honesty-box p:last-child {
    margin-bottom: 0;
}

#twioo-fairness .tfa-section--material .tfa-text-link {
    color: var(--tfa-white);
}

/* Payment */
#twioo-fairness .tfa-section--payment {
    scroll-margin-top: 90px;
    background:
        radial-gradient(circle at 14% 18%, rgba(175, 209, 53, 0.11), transparent 26%),
        #eceae5;
}

#twioo-fairness .tfa-payment-grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(55px, 9vw, 145px);
    align-items: center;
}

#twioo-fairness .tfa-payment-grid > div > p:not(.tfa-kicker):not(.tfa-lead):not(.tfa-payment-fineprint) {
    color: var(--tfa-muted);
}

#twioo-fairness .tfa-payment-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    border-top: 1px solid var(--tfa-line);
    border-left: 1px solid var(--tfa-line);
}

#twioo-fairness .tfa-payment-options article {
    min-height: 240px;
    padding: 30px 27px;
    border-right: 1px solid var(--tfa-line);
    border-bottom: 1px solid var(--tfa-line);
    background: rgba(255, 255, 255, 0.45);
}

#twioo-fairness .tfa-payment-options article > span {
    display: block;
    margin-bottom: 42px;
    color: #78941c;
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.12em;
}

#twioo-fairness .tfa-payment-options p {
    margin-bottom: 0;
    color: var(--tfa-muted);
}

#twioo-fairness .tfa-payment-fineprint {
    margin: 25px 0 0;
    padding-left: 18px;
    border-left: 3px solid var(--tfa-dark);
    color: var(--tfa-muted);
    font-size: 0.84rem;
}

/* Production */
#twioo-fairness .tfa-section--production {
    background: var(--tfa-dark);
    color: var(--tfa-white);
}

#twioo-fairness .tfa-section--production .tfa-production-grid {
    border-color: rgba(255, 255, 255, 0.18);
}

#twioo-fairness .tfa-section--production .tfa-production-grid article {
    border-color: rgba(255, 255, 255, 0.18);
}

#twioo-fairness .tfa-section--production .tfa-production-grid h3 {
    color: var(--tfa-white);
}

#twioo-fairness .tfa-section--production .tfa-production-grid p {
    color: rgba(255, 255, 255, 0.68);
}

/* Claims */
#twioo-fairness .tfa-section--claims {
    background:
        radial-gradient(circle at 82% 25%, rgba(240, 0, 120, 0.14), transparent 24%),
        var(--tfa-dark-soft);
    color: var(--tfa-white);
}

#twioo-fairness .tfa-claims-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(55px, 9vw, 145px);
}

#twioo-fairness .tfa-claims-grid h2 {
    color: var(--tfa-white);
}

#twioo-fairness .tfa-claims-grid .tfa-lead {
    color: rgba(255, 255, 255, 0.92);
}

#twioo-fairness .tfa-claims-grid > div:last-child > p:not(.tfa-lead) {
    color: rgba(255, 255, 255, 0.67);
}

#twioo-fairness .tfa-claims-grid blockquote {
    margin: 42px 0 0;
    padding: 30px 34px;
    border-left: 4px solid var(--tfa-lime);
    background: rgba(255, 255, 255, 0.06);
}

#twioo-fairness .tfa-claims-grid blockquote p {
    margin-bottom: 0;
    color: var(--tfa-white);
    font-size: clamp(1.18rem, 2vw, 1.55rem);
    font-weight: 650;
    line-height: 1.55;
}

/* Final */
#twioo-fairness .tfa-final {
    padding: clamp(105px, 12vw, 180px) 0;
    background:
        radial-gradient(circle at 82% 24%, rgba(175, 209, 53, 0.13), transparent 24%),
        radial-gradient(circle at 18% 76%, rgba(240, 0, 120, 0.10), transparent 26%),
        var(--tfa-dark);
    color: var(--tfa-white);
}

#twioo-fairness .tfa-final h2 {
    max-width: 1150px;
    color: var(--tfa-white);
}

#twioo-fairness .tfa-final__inner > p:not(.tfa-kicker) {
    max-width: 850px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.08rem;
}

#twioo-fairness .tfa-final small {
    display: block;
    margin-top: 38px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.66rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Responsive */
@media (max-width: 1180px) {
    #twioo-fairness .tfa-meaning-grid,
    #twioo-fairness .tfa-production-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #twioo-fairness .tfa-journey-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 960px) {
    #twioo-fairness .tfa-shell {
        width: min(100% - 40px, 760px);
    }

    #twioo-fairness .tfa-section-heading,
    #twioo-fairness .tfa-partners-grid,
    #twioo-fairness .tfa-material-grid,
    #twioo-fairness .tfa-payment-grid,
    #twioo-fairness .tfa-packaging-grid,
    #twioo-fairness .tfa-claims-grid {
        grid-template-columns: 1fr;
    }

    #twioo-fairness .tfa-partners-grid .tfa-media,
    #twioo-fairness .tfa-packaging-grid .tfa-media {
        order: -1;
    }

    #twioo-fairness .tfa-factbar {
        grid-template-columns: repeat(2, 1fr);
    }

    #twioo-fairness .tfa-factbar span {
        min-height: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

    #twioo-fairness .tfa-factbar span:nth-child(2) {
        border-right: 0;
    }

    #twioo-fairness .tfa-factbar span:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    #twioo-fairness .tfa-factbar span:first-child,
    #twioo-fairness .tfa-factbar span:last-child {
        padding-right: 16px;
        padding-left: 16px;
    }

    #twioo-fairness .tfa-hero__content {
        padding-bottom: 190px;
    }
}

@media (max-width: 720px) {
    #twioo-fairness {
        font-size: 15px;
    }

    #twioo-fairness .tfa-shell {
        width: min(100% - 28px, 620px);
    }

    #twioo-fairness .tfa-section {
        padding: 78px 0;
    }

    #twioo-fairness h1 {
        font-size: clamp(2.6rem, 13vw, 4.3rem);
    }

    #twioo-fairness h2 {
        font-size: clamp(2.15rem, 10vw, 3.7rem);
    }

    #twioo-fairness .tfa-hero {
        min-height: 840px;
    }

    #twioo-fairness .tfa-hero > .tfa-media img {
        object-position: 68% center;
    }

    #twioo-fairness .tfa-hero__shade {
        background:
            linear-gradient(0deg, rgba(8, 9, 11, 0.97) 0%, rgba(8, 9, 11, 0.73) 68%, rgba(8, 9, 11, 0.22) 100%);
    }

    #twioo-fairness .tfa-hero__content {
        padding-top: 110px;
        padding-bottom: 230px;
    }

    #twioo-fairness .tfa-meaning-grid,
    #twioo-fairness .tfa-production-grid,
    #twioo-fairness .tfa-journey-grid,
    #twioo-fairness .tfa-principles,
    #twioo-fairness .tfa-packaging-list,
    #twioo-fairness .tfa-payment-options {
        grid-template-columns: 1fr;
    }

    #twioo-fairness .tfa-meaning-grid article,
    #twioo-fairness .tfa-production-grid article,
    #twioo-fairness .tfa-journey-grid article {
        min-height: 0;
    }

    #twioo-fairness .tfa-component-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    #twioo-fairness .tfa-media--portrait {
        min-height: 560px;
    }

    #twioo-fairness .tfa-media--payment {
        min-height: 430px;
    }

    #twioo-fairness .tfa-actions {
        flex-direction: column;
        align-items: stretch;
    }

    #twioo-fairness .tfa-button {
        width: 100%;
    }
}

@media (max-width: 460px) {
    #twioo-fairness .tfa-factbar {
        grid-template-columns: 1fr;
    }

    #twioo-fairness .tfa-factbar span {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
    }

    #twioo-fairness .tfa-factbar span:last-child {
        border-bottom: 0 !important;
    }

    #twioo-fairness .tfa-hero__content {
        padding-bottom: 315px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #twioo-fairness *,
    #twioo-fairness *::before,
    #twioo-fairness *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
    }
}
