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

.events-content ol {
    margin: 0 !important;
    padding: 0 !important;
}

.ingenius-horizontal-timeline a {
    text-decoration: none;
}

.ingenius-horizontal-timeline {
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.ingenius-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}

.ingenius-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.ingenius-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    /* overflow: hidden; */
}

.ingenius-horizontal-timeline .events-wrapper::after,
.ingenius-horizontal-timeline .events-wrapper::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}

.ingenius-horizontal-timeline .events-wrapper::before {
    left: 0;
}

.ingenius-horizontal-timeline .events-wrapper::after {
    right: 0;
}

.ingenius-horizontal-timeline .events {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    background: var(--secondary);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    width: 100% !important;
    min-width: 100%;
}

.ingenius-horizontal-timeline .filling-line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--secondary);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.ingenius-horizontal-timeline .events ol {
    display: flex;
    justify-content: space-around;
    position: relative;
    height: 100%;
    align-items: center;
    width: 750px;
    max-width: 1440px;
    padding: 0;
    margin: 0 auto !important;
}

 .ingenius-horizontal-timeline .events li {
    
    left: 50%;
    bottom: 50%; 
   
    height: 90px;
    width: 90px;
    border-radius: 50%;
    border: 2px solid var(--secondary);
    background-color: #fff;
    z-index: 9;
    transition: background-color 0.3s, border-color 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary);

    font-weight: 500;
    font-size: 24px;
} 

.ingenius-horizontal-timeline .events li a {
    color: var(--secondary);
}

.ingenius-horizontal-timeline .events a.selected {
    pointer-events: none;
}


@media only screen and (min-width: 1100px) {
    .ingenius-horizontal-timeline {
        margin: 6em auto;
    }

    .ingenius-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

.ingenius-timeline-navigation a {
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90px;
    width: 90px;
    border-radius: 50%;
    color: #fff;
    /* overflow: hidden; */
    color: transparent;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
}

.ingenius-timeline-navigation a.prev {
    left: 0;
}

.ingenius-timeline-navigation a.next {
    right: 0;
}


.ingenius-timeline-navigation a.prev::before {
    content: "\f053";
    font-family: FontAwesome;
    color: #fff;
    font-size: 1.4rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    z-index: 10000;
    text-align: center;
    width: auto; 
    height: auto; 
}

.ingenius-timeline-navigation a.next::before {
    content: "\f054";
    font-family: FontAwesome;
    color: #fff;
    font-size: 1.4rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    z-index: 10000;
    text-align: center;
    width: auto; 
    height: auto;
}

.ingenius-timeline-navigation a:hover:before {
    color: var(--secondary);
}

.ingenius-timeline-navigation a:hover {
    background-color: #fff;
}


.ingenius-timeline-navigation a.next {
    right: 0;
}


.no-touch .ingenius-timeline-navigation a:hover {
    border-color: #7b9d6f;
}

.ingenius-timeline-navigation a.inactive {
    cursor: not-allowed;
}

.ingenius-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}

.no-touch .ingenius-timeline-navigation a.inactive:hover {
    border-color: var(--secondary);
}

.ingenius-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    /* overflow: hidden; */
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}

.ingenius-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 5%;
    /* opacity: 0; */
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    visibility: hidden;
}

.ingenius-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    visibility: visible;
    /* opacity: 1; */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

    background-color: rgba(165, 227, 196, .4);
    width: 830px;
    max-width: 840px;
    margin: 0 auto;
    padding: 20px 100px;
    border-radius: 3px;
}

@media (max-width: 992px) {
    .ingenius-horizontal-timeline .events-content li.selected {
        max-width: auto !important;
        width: auto !important;
    }
}

.ingenius-horizontal-timeline .events-content li::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-width: 15px 15px 0 15px;
    border-style: solid;
    border-color: rgba(165, 227, 196, .4) transparent transparent transparent;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    top: -30px;
    z-index: 999;
}

.ingenius-horizontal-timeline .events-content li.enter-right {
    -webkit-animation-name: ingenius-enter-right;
    -moz-animation-name: ingenius-enter-right;
    animation-name: ingenius-enter-right;
}

.ingenius-horizontal-timeline .events-content li.enter-left {
    -webkit-animation-name: ingenius-enter-left;
    -moz-animation-name: ingenius-enter-left;
    animation-name: ingenius-enter-left;
}

.ingenius-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

.ingenius-horizontal-timeline .events-content li>* {
    max-width: 1600px;
    margin: 0 auto;
}

.ingenius-horizontal-timeline .events-content h2 {
    font-family: "Ubuntu";
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: var(--gray-700);
    margin: 2rem 0;
}

.ingenius-horizontal-timeline .events-content h6 {
    font-family: 'Ubuntu';
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    color: var(--secondary);
    display: block;
}

.ingenius-horizontal-timeline .events-content p {
    font-family: "Ubuntu";
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: var(--gray-600);
    margin-bottom: 20px !important;
}

@-webkit-keyframes ingenius-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes ingenius-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes ingenius-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes ingenius-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes ingenius-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes ingenius-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}


.ingenius-horizontal-timeline .events li.selected {
    width: 180px;
    height: 180px;
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    border-radius: 50%;

    font-family: "Ubuntu";
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    z-index: 99999 !important;
}

.ingenius-horizontal-timeline .events li.selected a {
    color: #fff;
    background-color: none !important;
}



.no-uso {
    width: 55px !important;
    height: 55px !important;
    background-color: #fff;
}

.no-uso a {
    font-size: 0px;
    color: #fff;
}
