/* Header styles */

.header-navbar {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-body {
    padding-top: 80px;

    ul {
        list-style: none !important;
    }
}

@media (min-width: 1080px) {
    .header-navbar {
        background-color: var(--black);
    }
}

@media (min-width: 1080px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        transition: all 0.5s ease-in-out;
    }

    /* Stacking context so top bar masks bottom bar when it slides up */
    .header-navbar {
        position: relative;
        z-index: 2;
        transition: padding 0.5s ease-in-out;
    }

    .bottom-desk-header {
        position: relative;
        z-index: 1;
        transition:
            transform 0.5s ease-in-out,
            opacity 0.4s ease-in-out;
    }

    .header-editions-list,
    .header-expositor-portal,
    .header-social-media-icons,
    .header-lang-selector {
        transition:
            transform 0.4s ease-in-out,
            opacity 0.35s ease-in-out;
    }

    /* Scrolled (compact) state */
    header.header-scrolled .header-navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header.header-scrolled .header-editions-list,
    header.header-scrolled .header-expositor-portal,
    header.header-scrolled .header-social-media-icons,
    header.header-scrolled .header-lang-selector {
        transform: translateY(-15px);
        opacity: 0;
        pointer-events: none;
    }

    header.header-scrolled .bottom-desk-header {
        transform: translateY(-100%);
        opacity: 0;
        pointer-events: none;
    }

    .banner-swiper-container {
        margin-top: 150px;

        img {
            max-height: 82vh;
            width: 100%;
            object-fit: cover;
        }

        .swiper-pagination-bullet-active {
            background-color: var(--green);
        }
    }
}

.bg-grad {
    background: var(--gradient) !important;
}

.nav-mobile-menu img {
    width: 30px;
}

.header-editions-list {
    gap: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header-editions-list p {
    text-align: start;
    color: var(--white);
    font-size: 15px;
    width: 100%;
}

.expositor-portal-button {
    background-color: var(--white);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 2px !important;
    border-color: var(--white) !important;
}

.header-social-media-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-dropdown-body {
    position: absolute;
    display: flex;
    left: -25%;
    font-weight: 600;
    flex-direction: column;
    gap: 10px;
    align-items: baseline;
    z-index: 5;
    width: 180px;
    background-color: var(--white);
    padding-left: 25px;
    padding-right: 25px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    max-height: 0px;
}

.bottom-desk-header {
    background-color: var(--white);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.language-selector {
    display: flex;
    position: relative;

    i {
        transition: all 0.3s ease-in-out;
    }
}

.language-selector:hover {
    i {
        transform: rotate(180deg);
    }

    .language-selector-body {
        max-height: 500px;
    }
}

.language-selector-body {
    position: absolute;
    display: flex;
    left: -25%;
    top: 45px;
    font-weight: 600;
    flex-direction: column;
    gap: 10px;
    height: 80px;
    padding-left: 25px;
    padding-right: 25px;
    align-items: baseline;
    z-index: 5;
    background-color: var(--black);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    max-height: 0px;
}

.bottom-desk-auth {
    max-width: 350px;
}

.bottom-desk-auth a {
    width: 50%;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
}

.navbar-dropdown-header a {
    font-weight: 600;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-dropdown-body a {
    height: fit-content !important;
    text-align: start;
    font-size: 14px;
}

.navbar-dropdown-body a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.navbar-dropdown-header:hover {
    cursor: pointer;
    text-decoration: underline;

    .navbar-dropdown-body {
        max-height: 400px;
        padding-bottom: 25px;
    }
}

.navbar-dropdown-container {
    position: relative;
}

.header-social-media-icons i {
    color: var(--white);
    font-size: 25px;
}

.language-selector-header {
    display: flex;
    align-items: center;
    gap: 5px;

    i {
        color: var(--white);
    }
}

.language-selector-header img {
    width: 30px;
    aspect-ratio: 1/1;
}

.mobile-submenu {
    position: fixed;
    overflow-y: auto;
    padding-bottom: 50px;
    left: 100%;
    top: 0;
    background-color: white;
    width: 100%;
    height: 100%;
    z-index: 5;
    transition: all 0.3s ease;
}

.mobile-submenu.active {
    left: 0%;
}

.mobile-submenu-body {
    padding-top: 15px;
}

.mobile-submenu-items {
    margin-top: 40px;
    list-style: none !important;
}

.mobile-submenu-items li {
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid var(--black);
}

.mobile-submenu-items a {
    font-size: 25px;
    color: #000;
    font-family: "Bebas Neue";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    /* 100% */
    letter-spacing: -2px;
    text-transform: uppercase;
}

/* Expose accredit bar */

.expose-accredit-bar {
    width: 100%;
}

.expose-accredit-bar-inner {
    background-color: var(--green);
    border-radius: 15px;
    padding: 28px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.expose-accredit-bar-text {
    display: block;
    width: 100%;
}

.expose-accredit-bar-text h4 {
    color: var(--white);
    font-weight: 700;
    text-align: center;
    margin: 0;
}

@media (min-width: 1080px) {
    .expose-accredit-bar-text h4 {
        text-align: start;
    }

    .expose-accredit-bar-inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 32px 125px;
    }
}

.expose-accredit-btn {
    white-space: nowrap;
    flex-shrink: 0;
}

/* Footer */

.footer-brand img {
    width: 50%;
}

.footer-brand {
    p {
        display: none;
    }
}

.footer-partners {
    width: 50%;
}

@media (max-width: 1080px) {
    body .footer-partners {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 50%;
    }
}

footer .nav-column a {
    font-size: 11px;
    white-space: nowrap;
    font-style: normal;
    font-weight: 400;
    line-height: 26.669px;
    letter-spacing: -0.4px;
}

@media (min-width: 1080px) and (max-width: 1445px) {
    footer {
        .container-large {
            padding-left: 50px !important;
            padding-right: 50px !important;
        }

        .footer-partners p {
            font-size: 12px !important;
        }
    }
}

@media (min-width: 1080px) {
    footer {
        background: var(--Branco, #f8f8f8);
    }

    footer .nav-column li {
        display: flex;
    }

    footer .nav-column a {
        text-align: end;
        width: 100%;
    }

    .footer-brand img {
        max-width: 180px;
        margin-bottom: 20px;
    }

    .footer-brand p {
        font-weight: 700;
        font-size: 16px;
        display: block;
    }

    .social-media-icons a {
        display: flex;

        i {
            margin-top: auto;
            margin-bottom: auto;
        }
    }
}

@media (min-width: 1280px) and ( max-width: 1460px) {
    .bf-show-partners img {
        max-width: 76px;
    }
}

.social-media-icons i {
    font-size: 30px;
    margin-top: 45px;
}

.abi-footer-logo {
    margin-top: 30px;
}

.nm-footer-logo {
    margin-top: 5px;
}

.apex-footer-logo {
    margin-top: 15px;
}

.ministry-footer-logo {
    margin-top: 27px;
}

.gov-footer-logo {
    margin-top: 27px;
}

.news-letter-button {
    width: 100%;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
}

.bottom-footer {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 767px) {
    footer .nav-column {
        a {
            font-size: 14px;
        }
    }
}

/* Buttons */

.btn-i {
    padding-right: 28px;
    transition: all 0.3s ease-in-out;
    position: relative;
    border-width: 1px;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 16px;
    font-family: "Manrope", sans-serif !important;

    i {
        position: absolute;
        transition: all 0.3s ease-in-out;
        border-width: 1px;
        border-color: transparent;
        left: 101%;
        transform: translateX(-100%);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        width: 48px;
    }
}

.btn {
    border-width: 1px;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
}

.btn-load-more {
    padding-right: 50px;
    padding-left: 50px;
    transition: all 0.3s ease-in-out;
    position: relative;
    border-width: 1px;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 16px;
    font-family: "Manrope", sans-serif !important;
}

.black-button {
    background-color: var(--black);
    color: var(--white);
    border-color: var(--black);
}

.black-icon-button {
    background-color: var(--white);
    color: var(--black);
    border-color: var(--black);

    i {
        color: var(--white);
        background-color: var(--black);
        border-color: var(--black);
    }
}

.black-icon-button:hover,
.black-icon-button.active-btn {
    i {
        color: var(--black);
        background-color: var(--white);
    }
}

.black-button:hover,
.black-button.active-btn {
    background-color: var(--white);
    color: var(--black);
}

.white-button {
    background-color: var(--white);
    color: var(--black);
    border-color: var(--black);
}

.white-button:hover,
.white-button.active-btn {
    background-color: var(--black);
    color: var(--white);
}

.white-icon-button {
    background-color: transparent;
    color: var(--white);
    border-color: var(--white);

    i {
        color: var(--black);
        background-color: var(--white);
        border: none;
    }
}

.paginate-button {
    padding: 12px 80px;
}

.paginate-button:hover {
    background-color: var(--black);
    color: var(--white);
}

.white-icon-button:hover,
.white-icon-button.active-btn {
    background-color: var(--white);
    color: var(--black);
}

.primary-button {
    i {
        color: var(--white);
        background-color: var(--green);
        border-color: var(--green);
    }
}

.primary-button:hover,
.primary-button.active-btn {
    i {
        color: var(--green);
        background-color: var(--white);
    }
}

.secondary-button {
    i {
        color: var(--white);
        background-color: var(--yellow);
        border-color: var(--yellow);
    }
}

.secondary-button:hover,
.secondary-button.active-btn {
    i {
        color: var(--yellow);
        background-color: var(--white);
    }
}

.tertiary-button {
    i {
        background: var(--gradient);
        color: var(--white);
        border-color: var(--green);
    }
}

.tertiary-button:hover,
.tertiary-button.active-btn {
    i {
        background: var(--white);
        color: var(--green);
    }
}

.disabled {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

/* TEXT ANIMATION */

.fade-left-word,
.fade-right-word,
.fade-up-word,
.fade-down-word {
    will-change: transform, filter;
}

/* LEFT */
.fade-left-word {
    transform: translateX(-500px);
    filter: blur(10px);
    opacity: 0;
}

.fade-left-word.active {
    animation: fadeLeftBlur 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@keyframes fadeLeftBlur {
    0% {
        transform: translateX(-500px);
        filter: blur(8px);
        opacity: 0;
        text-shadow:
            -20px 0 0 rgba(0, 0, 0, 0.15),
            -40px 0 0 rgba(0, 0, 0, 0.08);
    }

    60% {
        filter: blur(2px);
        opacity: 1;
        text-shadow: -8px 0 0 rgba(0, 0, 0, 0.1);
    }

    100% {
        transform: translateX(0);
        filter: blur(0);
        opacity: 1;
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
}

/* RIGHT */
.fade-right-word {
    transform: translateX(500px);
    filter: blur(10px);
    opacity: 0;
}

.fade-right-word.active {
    animation: fadeRightBlur 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@keyframes fadeRightBlur {
    0% {
        transform: translateX(500px);
        filter: blur(8px);
        opacity: 0;
        text-shadow:
            20px 0 0 rgba(0, 0, 0, 0.15),
            40px 0 0 rgba(0, 0, 0, 0.08);
    }

    60% {
        filter: blur(2px);
        opacity: 1;
        text-shadow: 8px 0 0 rgba(0, 0, 0, 0.1);
    }

    100% {
        transform: translateX(0);
        filter: blur(0);
        opacity: 1;
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
}

/* UP */
.fade-up-word {
    transform: translateY(300px);
    filter: blur(10px);
    opacity: 0;
}

.fade-up-word.active {
    animation: fadeUpBlur 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@keyframes fadeUpBlur {
    0% {
        transform: translateY(300px);
        filter: blur(8px);
        opacity: 0;
        text-shadow:
            0 20px 0 rgba(0, 0, 0, 0.12),
            0 40px 0 rgba(0, 0, 0, 0.06);
    }

    60% {
        filter: blur(2px);
        opacity: 1;
        text-shadow: 0 8px 0 rgba(0, 0, 0, 0.08);
    }

    100% {
        transform: translateY(0);
        filter: blur(0);
        opacity: 1;
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
}

/* DOWN */
.fade-down-word {
    transform: translateY(-500px);
    filter: blur(10px);
    opacity: 0;
}

.fade-down-word.active {
    animation: fadeDownBlur 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@keyframes fadeDownBlur {
    0% {
        transform: translateY(-500px);
        filter: blur(8px);
        opacity: 0;
        text-shadow:
            0 -20px 0 rgba(0, 0, 0, 0.12),
            0 -40px 0 rgba(0, 0, 0, 0.06);
    }

    60% {
        filter: blur(2px);
        opacity: 1;
        text-shadow: 0 -8px 0 rgba(0, 0, 0, 0.08);
    }

    100% {
        transform: translateY(0);
        filter: blur(0);
        opacity: 1;
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
}

/* CONTAINER */

.container-large {
    width: 100%;
    padding-left: var(--gutter-mobile) !important;
    padding-right: var(--gutter-mobile) !important;
}

@media (min-width: 992px) {
    .container-large {
        padding-left: max(var(--gutter-desktop),
                calc((100vw - var(--container-max)) / 2)) !important;
        padding-right: max(var(--gutter-desktop),
                calc((100vw - var(--container-max)) / 2)) !important;
    }
}

/* TEXT */

.tx-grad,
.tx-grad .fade-left-word,
.tx-grad .fade-right-word,
.tx-grad .fade-up-word,
.tx-grad .fade-down-word {
    background: var(--gradient) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
}

/* ACCORDION */

.accordion-body {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    padding: 0px 0px;
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
}

.accordion-body.active {
    max-height: 500px !important;
    padding: 5px 0px !important;
}

/* SWIPER */

.swiper-one,
.swiper-two,
.swiper-three,
.swiper-four,
.swiper-six,
.swiper-eight,
.swiper-nine {
    width: 100%;
    overflow: initial;
    margin-top: 16px;
}

@media (min-width: 1080px) {
    .old-editions-swiper-wrapper {
        margin-top: 10px;
    }

    .swiper-four {
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .swiper-four .swiper-slide {
        transition: all 0.3s ease-in-out;
    }

    .swiper-four .swiper-slide-active {
        transform: scale(1.1);
        margin-left: 20px !important;
        margin-right: 50px !important;
    }
}

.swiper-one img,
.swiper-two img,
.swiper-four img,
.swiper-six img {
    aspect-ratio: 16/9;
    border-radius: 15px;
    width: 100%;
    height: 100%;
}

/* REGRA BASE (verde) */
.swiper-one .swiper-button-next i,
.swiper-one .swiper-button-prev i,
.swiper-two .swiper-button-next i,
.swiper-two .swiper-button-prev i,
.collectionSwiper .swiper-button-next i,
.collectionSwiper .swiper-button-prev i,
.swiper-three .swiper-button-next i,
.swiper-three .swiper-button-prev i,
.swiper-four .swiper-button-next i,
.swiper-four .swiper-button-prev i,
.swiper-six .swiper-button-next i,
.swiper-six .swiper-button-prev i,
.swiper-eight .swiper-button-next i,
.swiper-eight .swiper-button-prev i,
.swiper-nine .swiper-button-next i,
.swiper-nine .swiper-button-prev i,
.list-swiper-one .swiper-button-next i,
.list-swiper-one .swiper-button-prev i {
    color: var(--green);
    font-size: 25px;
}

/* REGRA AMARELA (mais específica) */
.list-swiper-one .swiper-button-next.yellow-icon i,
.list-swiper-one .swiper-button-prev.yellow-icon i,
.list-swiper-one .swiper-button-next .yellow-icon i,
.list-swiper-one .swiper-button-prev .yellow-icon i {
    color: #e9a625 !important;
}

.swiper-one .swiper-button-next,
.swiper-two .swiper-button-next,
.collectionSwiper .swiper-button-next,
.swiper-three .swiper-button-next,
.swiper-four .swiper-button-next,
.swiper-six .swiper-button-next,
.list-swiper-one .swiper-button-next,
.swiper-eight .swiper-button-next,
.swiper-nine .swiper-button-next {
    right: -4px;

    svg {
        display: none;
    }
}

.swiper-one .swiper-button-prev,
.swiper-two .swiper-button-prev,
.collectionSwiper .swiper-button-prev,
.swiper-three .swiper-button-prev,
.swiper-four .swiper-button-prev,
.list-swiper-one .swiper-button-prev,
.swiper-six .swiper-button-prev,
.swiper-eight .swiper-button-prev,
.swiper-nine .swiper-button-prev {
    left: -4px;

    svg {
        display: none;
    }
}

.swiper-one svg,
.swiper-two svg,
.collectionSwiper svg,
.swiper-four svg,
.swiper-six svg,
.swiper-eight svg,
.swiper-nine svg {
    display: none;
}

.swiper-three-slide {
    display: flex;
    flex-direction: column;

    p {
        font-weight: 500;
        font-size: 13px;
    }
}

@media (min-width: 1024px) {
    .swiper-three-slide p {
        font-size: 20px;
    }
}

.collectionSwiper {
    padding-top: 20px;
    padding-bottom: 20px;

    .swiper-slide {
        aspect-ratio: 1/1;
    }

    .swiper-slide img {
        transition: all 0.3s ease-in-out;
        aspect-ratio: 1/1;
        object-fit: cover;
        border-radius: 15px;
    }

    .swiper-slide-active img {
        transform: scale(1.1);
    }
}

.swiper-three-slide .logo-wrapper {
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    aspect-ratio: 1/1;

    img {
        border-radius: 10px;
    }
}

.swiper-one {
    padding-top: 40px;
    padding-bottom: 40px;

    .swiper-slide {
        transition: all 0.3s ease-in-out;
    }
}

@media (min-width: 1080px) {
    .swiper-one .swiper-slide-active {
        transform: scale(1.2);
    }
}

/* INPUTS */

.input-style-one {
    background-color: #1c1c1c26;
    width: 100%;
    color: var(--black);
    border-radius: 15px;
    font-family: "Manrope", sans-serif;
    border: none;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 400;
}

.input-one-button {
    width: 100%;
    padding: 10px;
}

.input-style-one::placeholder {
    color: var(--black);
    font-weight: 400;
}

/* CARD */

.contact-card {
    border: 2px solid var(--yellow);
    border-radius: 12px;
    padding: 35px;
    padding-bottom: 120px;

    h6 {
        color: var(--black);
        font-family: "Bebas Neue", sans-serif;
        font-size: 46px;
        font-weight: 700;
        line-height: 1 !important;
        margin-bottom: 8px;
    }

    a {
        display: block;
        font-family: "Manrope", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1 !important;
        margin-bottom: 2px;
        word-break: break-all;
    }
}

/* CONTADOR */

.accredit-yourself-container {
    padding-top: 30px;
    padding-bottom: 30px;
    color: var(--white);
    position: fixed;
    width: 100%;
    background-color: var(--black);
    z-index: 10;
    bottom: 0px;
    left: 0px;
}

.editions-container p {
    color: var(--white);
    font-weight: 700;
    font-size: 22px;
}

.counter-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.counter-dots {
    font-size: 44px;
    font-family: "Manrope", sans-serif;
}

.days-counter,
.hours-counter {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    height: fit-content;

    span {
        color: #fff;
        font-family: "Manrope", sans-serif;
        font-size: 32px;
        font-weight: 600;
        line-height: normal;
    }

    small {
        color: #fff;
        font-family: "Manrope", sans-serif;
        font-size: 14.001px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
}

.accredit-button-container {
    align-items: center;
    display: flex;
    justify-content: end;
}

.accredit-counter-button {
    padding: 12px 56px;
    display: block;
    width: fit-content;
    height: fit-content;
    border-radius: 32px !important;
    border-width: 2px;
}

.accredit-counter-button:hover {
    background-color: var(--black);
    border-color: var(--white);
}

.accredit-yourself-lang-modal .body {
    padding: 20px;
    max-width: 90vw !important;
    border-radius: 15px;
    background: var(--Preto, #1c1c1c);

    h2,
    small {
        text-align: center;
        width: 100%;
        display: block;
        color: var(--white);
    }

    h2 {
        font-size: 42px;
        font-weight: 700;
        line-height: 1 !important;
    }

    small {
        font-size: 14px;
    }

    .flag-button {
        background-color: var(--white);
        width: fit-content;
        margin: auto;
        border-radius: 20px;
        padding: 15px;

        img {
            width: 30px;
            height: 30px;
        }
    }
}

.close-accredit-modal {
    position: absolute;
    top: 5%;
    right: 5%;

    i {
        color: var(--white);
    }
}

@media (min-width: 768px) {
    .accredit-container .content {
        aspect-ratio: unset;
        height: 450px;
    }

    .accredit-yourself-lang-modal .body {
        padding: 100px 170px !important;

        h2 {
            font-size: 55px;
        }

        small {
            font-size: 18px;
        }

        .flag-button {
            padding: 15px 30px;

            img {
                width: 40px;
                height: 40px;
            }
        }
    }
}

button {
    cursor: pointer;
}

ol {
    list-style: auto !important;
}

ul {
    list-style: unset !important;
}
