.tf-section {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    container-type: inline-size;
}

.tf-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    padding-right: 10px;
    border-radius: 8px;
    background: #FFFFFF05;
    overflow: hidden;
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
}

.tf-item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(90deg, rgba(102, 102, 102, 0) 25%, rgba(0, 0, 0, 0.3) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.tf-item + .tf-item {
    margin-top: 32px;
}

.tf-logo {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #0A0E23;
    /* border: 1px solid;
    border-image-source: linear-gradient(134.91deg, rgba(255, 255, 255, 0.2) 0.08%, rgba(153, 153, 153, 0.1) 99.92%);
    border-image-slice: 1;
    box-shadow: 2px 2px 8px 0px #506DFF40 inset, -2px -2px 8px 0px #125C1240 inset; */
}

.tf-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tf-body {
    flex: 1;
    padding: 0 16px;
    min-width: 0;
}

.tf-title {
    font-family: SF Pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 1000;
    font-style: italic;
    font-size: 18px;
    letter-spacing: 0%;
    color: #4B1E00;
    white-space: nowrap;
    overflow: hidden;
}

.tf-title-inner {
    display: inline-block;
    white-space: nowrap;
}

.tf-desc {
    font-family: SF Pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 700;
    font-size: 12.6px;
    line-height: 20.16px;
    letter-spacing: 0px;
    color: #A7A7A7;
    text-transform: uppercase;
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
}

.tf-desc-inner {
    display: inline-block;
    white-space: nowrap;
}

.tf-cta {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FF4132;
    color: #fff;
    font-family: SF Pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 1000;
    font-style: italic;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    border: 1px solid;
    border-image-source: linear-gradient(134.91deg, rgba(255, 255, 255, 0.2) 0.08%, rgba(153, 153, 153, 0.1) 99.92%);
    border-image-slice: 1;
    border-radius: 8px;
    text-decoration: none;
    transition: transform .15s;
}

.tf-cta:hover {
    transform: translateY(-2px);
    color: #fff;
}

.tf-cta-hidden .tf-cta {
    display: none;
}

.tf-cta-hidden .tf-body {
    padding-right: 0;
}

.tf-title-row {
    font-family: SF Pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 860;
    font-size: 28px;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 16px;
    width: 100%;
    text-align: left;
}

.tf-theme-dark .tf-title-row {
    color: #fff;
}

.tf-theme-dark .tf-title {
    color: #FFD875;
}

.tf-theme-dark .tf-desc {
    color: #aaa;
}

.tf-theme-style3,
.tf-theme-style4 {
    max-width: 100%;
}

.tf-theme-style3 .tf-s3-container,
.tf-theme-style4 .tf-s3-container {
    display: flex;
    align-items: stretch;
    border-radius: 12px;
    border: 1px solid var(--Stroke, #F1F1F1);
    width: 100%;
    height: 90px;
}

.tf-theme-style3 .tf-s3-title-area,
.tf-theme-style4 .tf-s3-title-area {
    display: flex;
    align-items: center;
    padding: 10px;
    flex-shrink: 0;
}

.tf-theme-style3 .tf-s3-title-area--outside,
.tf-theme-style4 .tf-s3-title-area--outside {
    display: none;
    align-self: flex-start;
    width: 100%;
}

.tf-theme-style3 .tf-s3-title-text,
.tf-theme-style4 .tf-s3-title-text {
    width: 74px;
    font-family: SF Pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 1000;
    font-style: italic;
    font-size: 16px;
    text-transform: uppercase;
    color: #212121;
    line-height: 1.2;
    white-space: nowrap;
}

.tf-theme-style3 .tf-s3-title-text svg,
.tf-theme-style4 .tf-s3-title-text svg{
    display: inline-block;
}

.tf-theme-style3 .tf-s3-red,
.tf-theme-style4 .tf-s3-red {
    font-size: 20px;
    background: linear-gradient(203.02deg, #FF2424 14.33%, #AE0000 85.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* display: block; */
    font-family: SF Pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.tf-theme-style3 .tf-s3-right,
.tf-theme-style4 .tf-s3-right {
    flex: 1;
    min-width: 0;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 32px;
}

.tf-theme-style3 .tf-s3-track-wrap,
.tf-theme-style4 .tf-s3-track-wrap {
    overflow: hidden;
    width: 100%;
}

.tf-theme-style3 .tf-s3-track,
.tf-theme-style4 .tf-s3-track {
    display: flex;
    gap: 8px;
    transition: transform 0.4s ease;
    will-change: transform;
}

.tf-theme-style3 .tf-s3-item,
.tf-theme-style4 .tf-s3-item {
    flex-shrink: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-decoration: none;
    color: inherit;
}

.tf-theme-style3 .tf-s3-logo,
.tf-theme-style4 .tf-s3-logo {
    width: 80px;
    height: 60px;
    border-radius: 12px;
    overflow: hidden;
    background: #0A0E23;
    border: 1px solid rgba(0,0,0,0.08);
    margin: 0 auto;
}

.tf-theme-style3 .tf-s3-logo img,
.tf-theme-style4 .tf-s3-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tf-theme-style3 .tf-s3-cta,
.tf-theme-style4 .tf-s3-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FF4132;
    color: #fff;
    font-family: SF Pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 700;
    font-size: 10px;
    border-radius: 6px;
    padding: 0 7px;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 1;
    height: 18px;
    box-sizing: border-box;
    transition: transform 0.15s;
    outline: none;
}

.tf-theme-style3 .tf-s3-cta:hover,
.tf-theme-style4 .tf-s3-cta:hover {
    transform: scale(1.05);
}

.tf-theme-style3 .tf-s3-cta:focus,
.tf-theme-style3 .tf-s3-cta:active,
.tf-theme-style4 .tf-s3-cta:focus,
.tf-theme-style4 .tf-s3-cta:active {
    outline: none;
}

.tf-theme-style3 .tf-s3-btn,
.tf-theme-style4 .tf-s3-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: none;
    background: transparent;
    color: #670096;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
    z-index: 2;
    padding: 0;
    margin: 0;
    border-radius: 0;
    outline: none;
}

.tf-theme-style3 .tf-s3-btn svg,
.tf-theme-style4 .tf-s3-btn svg {
    display: block;
}

.tf-theme-style3 .tf-s3-btn:hover,
.tf-theme-style3 .tf-s3-btn:active,
.tf-theme-style3 .tf-s3-btn:focus,
.tf-theme-style4 .tf-s3-btn:hover,
.tf-theme-style4 .tf-s3-btn:active,
.tf-theme-style4 .tf-s3-btn:focus {
    transform: translateY(-50%) scale(1.1);
}

.tf-theme-style3 .tf-s3-prev,
.tf-theme-style4 .tf-s3-prev {
    left: 8px;
}

.tf-theme-style3 .tf-s3-next,
.tf-theme-style4 .tf-s3-next {
    right: 8px;
}

.tf-theme-style3.tf-s3-small .tf-s3-logo,
.tf-theme-style4.tf-s3-small .tf-s3-logo {
    width: 64px;
    height: 48px;
}

.tf-theme-style3.tf-s3-small .tf-s3-cta,
.tf-theme-style4.tf-s3-small .tf-s3-cta {
    font-size: 8px;
    padding: 3px;
}

.tf-theme-style4 .tf-s3-container {
    /* background: var(--BG-Light, #0D0D0D); */
    border: 1px solid var(--Stroke, #262626);
}

.tf-theme-style4 .tf-s3-title-text {
    color: #DFDFDF;
}

.tf-theme-style4 .tf-s3-btn svg,
.tf-theme-style4 .tf-s3-btn path {
    fill: #C23EFF;
}

@media (max-width: 585px) {
    .tf-theme-style3 .tf-s3-title-area--outside,
    .tf-theme-style4 .tf-s3-title-area--outside {
        display: block;
        text-align: left;
        margin-bottom: 4px;
    }

    .tf-theme-style3 .tf-s3-title-area--outside .tf-s3-title-text,
    .tf-theme-style4 .tf-s3-title-area--outside .tf-s3-title-text {
        font-size: 16px;
        white-space: nowrap;
        width: auto;
    }

    .tf-theme-style3 .tf-s3-title-area--outside .tf-s3-title-text br,
    .tf-theme-style4 .tf-s3-title-area--outside .tf-s3-title-text br {
        display: none;
    }

    .tf-theme-style3 .tf-s3-title-area--outside .tf-s3-red,
    .tf-theme-style4 .tf-s3-title-area--outside .tf-s3-red {
        font-size: inherit;
    }

    .tf-theme-style3 .tf-s3-title-area,
    .tf-theme-style4 .tf-s3-title-area {
        display: none;
    }
}

@media (max-width: 500px) {
    .tf-theme-style3 .tf-s3-right,
    .tf-theme-style4 .tf-s3-right {
        padding: 0 10px;
    }

    .tf-theme-style3 .tf-s3-btn,
    .tf-theme-style4 .tf-s3-btn {
        display: none;
    }

    .tf-theme-style3 .tf-s3-track,
    .tf-theme-style4 .tf-s3-track {
        gap: 4px;
    }

    .tf-theme-style3 .tf-s3-logo,
    .tf-theme-style4 .tf-s3-logo {
        width: 64px;
        height: 48px;
    }

    .tf-theme-style3 .tf-s3-cta,
    .tf-theme-style4 .tf-s3-cta {
        font-size: 8px;
        border-radius: 4px;
        padding: 0 4px;
    }
}

/* ========================================
   CATFISH BANNER ([catfish])
   UI lấy theo catfish-banner-plugin
   ======================================== */
.tf-catfish {
    --logo-width: 80px;
    --logo-height: 80px;
    --banner-height: 80px;
    --banner-height-mobile: 60px;
    --banner-margin-inline: 200px;
    --banner-bg-start: #1b5e20;
    --banner-bg-mid: #2e7d32;
    --banner-bg-end: #1b5e20;
    --banner-gloss: rgba(255, 255, 255, 0.1);
    --banner-border: rgba(76, 175, 80, 0.3);
    --bubble-bg: linear-gradient(135deg, #ff8f00, #f57c00);
    --bubble-bg-solid: #ff8f00;
    --bubble-shadow: 0 6px 25px rgba(255, 143, 0, 0.5);
    --bubble-border: rgba(255, 255, 255, 0.3);
    --mascot-bg: rgba(0, 0, 0, 0.15);
    --mascot-icon: #ffd54f;
    --hide-btn-bg: rgba(0, 0, 0, 0.25);
    --hide-btn-hover: rgba(0, 0, 0, 0.4);
    --hide-btn-text: #ffffff;
    --collapsed-bg: #1a1a2e;
    --collapsed-border: rgba(255, 255, 255, 0.1);
    --show-btn-bg: linear-gradient(135deg, #4caf50, #2e7d32);
    --show-btn-hover: linear-gradient(135deg, #66bb6a, #43a047);
    --text-white: #ffffff;
    --text-gold: #ffd54f;
    --text-orange: #ff9800;
    --transition-fast: 0.15s ease;
    --transition-medium: 0.3s ease;
    --transition-slow: 0.4s ease;
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-xl: 20px;
    --radius-pill: 50px;
    --z-banner: 9999;
    --z-bubble: 10000;

    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: var(--z-banner);
    font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
}

.tf-catfish *,
.tf-catfish *::before,
.tf-catfish *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.tf-catfish img {
    width: 100%;
    height: 100%;
}

/* ---------- Main banner ---------- */
.tf-catfish .catfish-banner {
    position: relative;
    padding-inline: var(--banner-margin-inline);
    height: var(--banner-height);
    background: linear-gradient(270deg, #003031 0%, #001F1F 100%);
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: transform var(--transition-medium), opacity var(--transition-medium);
    box-shadow: 0px 4px 8px 0px #FFFFFF40 inset;
    border-top: 1px solid var(--banner-border);
    overflow: visible;
}

.tf-catfish .catfish-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(180deg, rgba(113, 113, 113, 0.5) 0%, rgba(215, 215, 215, 0) 100%);
    border-radius: inherit;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.tf-catfish .catfish-banner.hidden {
    transform: translateY(110%);
    opacity: 0;
    pointer-events: none;
}

/* ---------- Left mascot ---------- */
.tf-catfish .mascot-images {
    position: absolute;
    left: 13px;
    bottom: 0;
    width: 70px;
    height: 112px;
}

.tf-catfish .mascot-text {
    position: absolute;
    left: 76px;
    bottom: -7px;
    width: 86px;
    height: 90px;
}

/* ---------- Right decoration ---------- */
.tf-catfish .banner-right {
    position: absolute;
    right: 24px;
    top: 22px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 1000;
}

.tf-catfish .top-text {
    background: linear-gradient(90.41deg, #FFE443 0.13%, #FFBE4E 99.87%);
    background-clip: text;
    color: transparent;
    font-size: 15px;
    white-space: nowrap;
}

.tf-catfish .bottom-text {
    font-size: 12px;
    color: #DFDFDF;
    white-space: nowrap;
}

/* ---------- Promo bubble ---------- */
.tf-catfish .promo-bubble {
    position: absolute;
    bottom: calc(100% + 17px);
    left: 0;
    transform: translateY(10px) scale(0.9);
    opacity: 0;
    visibility: hidden;
    transition: left 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
        opacity var(--transition-medium),
        transform var(--transition-medium),
        visibility var(--transition-medium);
    z-index: var(--z-bubble);
    pointer-events: none;
}

.tf-catfish .promo-bubble.visible {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
}

.tf-catfish .bubble-content {
    background: linear-gradient(270deg, #003031 0%, #001F1F 100%);
    padding: 7px 19px;
    border-radius: 12px;
    text-align: center;
    min-width: 270px;
    position: relative;
    box-shadow: 0px 4px 8px 0px #FFFFFF40 inset;
    font-size: 13px;
    font-style: italic;
    font-weight: 1000;
}

.tf-catfish .bubble-content::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(180deg, rgba(113, 113, 113, 0.5) 0%, rgba(215, 215, 215, 0) 100%);
    border-radius: inherit;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.tf-catfish .bubble-line1 {
    color: #FFD875;
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.tf-catfish .bubble-line2 {
    background: linear-gradient(89.43deg, #AAAAAA 25.87%, #FFFFFF 74.13%);
    background-clip: text;
    color: transparent;
    position: relative;
    z-index: 1;
}

.tf-catfish .bubble-arrow {
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #072726;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}

/* ---------- Logo slider ---------- */
.tf-catfish .logo-slider-container {
    flex: 1;
    min-width: 0;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.tf-catfish .logo-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.tf-catfish .logo-swiper-wrapper {
    display: flex !important;
    flex-direction: row;
    width: auto !important;
    position: relative;
}

.tf-catfish .swiper-slide {
    width: var(--logo-width) !important;
    height: var(--logo-height);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tf-catfish .logo-item {
    width: var(--logo-width);
    height: var(--logo-height);
    cursor: pointer;
    position: relative;
    transition: all var(--transition-fast);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    flex-shrink: 0;
    text-decoration: none;
    color: inherit;
}

.tf-catfish .logo-item:hover {
    transform: scale(1.12);
    z-index: 10;
}

.tf-catfish .logo-image {
    width: var(--logo-width);
    height: var(--logo-height);
    display: block;
    object-fit: contain;
    transition: filter var(--transition-fast), transform var(--transition-fast);
}

.tf-catfish .logo-item:hover .logo-image {
    filter: brightness(1.2) saturate(1.1);
    transform: scale(1.05);
}

/* ---------- Hide ad button ---------- */
.tf-catfish .hide-ad-btn {
    position: absolute;
    right: 35px;
    top: 0;
    transform: translateY(-100%);
    background: #F52100;
    border: none;
    color: var(--hide-btn-text);
    padding: 1px 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 10px;
    font-weight: 700;
    z-index: 2;
}

.tf-catfish .hide-icon {
    display: inline-flex;
}

.tf-catfish .hide-icon svg {
    width: 12px;
    height: 12px;
}

/* ---------- Collapsed banner ---------- */
.tf-catfish .collapsed-banner {
    position: fixed;
    bottom: 0;
    right: 16px;
    background: red;
    z-index: var(--z-banner);
    display: inline-block;
    transform: translateY(110%);
    opacity: 0;
    transition: transform var(--transition-medium), opacity var(--transition-medium);
}

.tf-catfish .collapsed-banner.visible {
    transform: translateY(0);
    opacity: 1;
}

.tf-catfish .collapsed-content {
    display: flex;
    align-items: center;
    gap: 2px;
    padding-inline: 8px;
    cursor: pointer;
    color: var(--text-white);
}

.tf-catfish .collapsed-icon {
    transform: rotate(180deg);
    display: inline-flex;
}

.tf-catfish .collapsed-icon svg {
    width: 12px;
    height: 12px;
}

.tf-catfish .collapsed-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
}

.tf-catfish .countdown-value {
    color: var(--text-gold);
    font-weight: 700;
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
    .tf-catfish .bubble-content {
        min-width: 260px;
        padding: 12px 20px;
    }

    .tf-catfish .bubble-line1 {
        font-size: 0.85rem;
    }

    .tf-catfish .bubble-line2 {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .tf-catfish .catfish-banner {
        padding-inline: 0px;
        height: var(--banner-height-mobile);
    }

    .tf-catfish .mascot-images,
    .tf-catfish .mascot-text,
    .tf-catfish .banner-right {
        display: none;
    }

    .tf-catfish .logo-slider-container {
        width: 100%;
        max-width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .tf-catfish .swiper-slide {
        width: 60px !important;
        height: 60px;
    }

    .tf-catfish .logo-item,
    .tf-catfish .logo-image {
        width: 60px;
        height: 60px;
    }

    .tf-catfish .promo-bubble {
        position: absolute;
        bottom: calc(100% + 12px);
        left: 50% !important;
        transform: translateX(-50%) translateY(10px) scale(0.9);
        z-index: var(--z-bubble);
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity var(--transition-medium),
            transform var(--transition-medium),
            visibility var(--transition-medium);
    }

    .tf-catfish .promo-bubble.visible {
        transform: translateX(-50%) translateY(0) scale(1);
        opacity: 1;
        visibility: visible;
    }

    .tf-catfish .bubble-content {
        min-width: 220px;
        padding: 10px 18px;
        border-radius: var(--radius-lg);
    }

    .tf-catfish .bubble-line1 {
        font-size: 0.8rem;
    }

    .tf-catfish .bubble-line2 {
        font-size: 0.9rem;
    }

    .tf-catfish .bubble-arrow {
        left: 50%;
        transform: translateX(-50%) rotate(135deg);
        border-left-width: 12px;
        border-right-width: 12px;
        border-top-width: 12px;
    }

    .tf-catfish .collapsed-text {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .tf-catfish .bubble-content {
        min-width: 200px;
        padding: 10px 16px;
        border-radius: var(--radius-md);
    }

    .tf-catfish .bubble-line1 {
        font-size: 0.75rem;
    }

    .tf-catfish .bubble-line2 {
        font-size: 0.85rem;
    }

    .tf-catfish .bubble-arrow {
        left: 50%;
        transform: translateX(-50%) rotate(135deg);
        border-left-width: 10px;
        border-right-width: 10px;
        border-top-width: 10px;
        bottom: -10px;
    }

    .tf-catfish .collapsed-text {
        font-size: 0.75rem;
    }
}

@media (min-width: 2500px) {
    .tf-catfish .logo-swiper.swiper-initialized .swiper-wrapper {
        margin-left: 0 !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tf-catfish *,
    .tf-catfish *::before,
    .tf-catfish *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}


