body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Oxygen, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

.logotypes-carousel {
    position: relative;
    overflow: hidden;
}

.logotypes-carousel .owl-stage {
    display: flex;
}

.logotypes-carousel .owl-item {
    display: flex;
    justify-items: baseline;
}

.logotypes-carousel .owl-nav {
    display: none;
}

.logotypes-carousel figure,
.logotypes-carousel img,
.logotypes-carousel svg {
    max-height: 100px;
    width: auto;
    display: block;
    margin: auto
}

.logotypes-carousel .owl-dots {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 1rem 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    bottom: 0;
}

.logotypes-carousel .owl-dot {
    border: none;
    cursor: pointer;
}

.logotypes-carousel .owl-dot:hover {
    background-color: transparent;
}

.logotypes-carousel .owl-dot:before {
    content: '';
    display: block;
    background: #8d98a2;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    transition: background-color ease-in-out 0.4s, transform ease-in-out .4s;
}

.logotypes-carousel .owl-dot.active:before {
    background-color: #ff5757;
    transform: scale(0.9);
}

.lr-recommendations-list {
    padding: 2.6rem 1.6rem;
    border-radius: 0.8rem;
    box-shadow: 0px 0px 0px 1px rgb(140 140 140 / 0.2);
    background: white;
    margin: 4rem auto !important;
    max-height: 80vh;
    max-width: 60vw;
    overflow: scroll;
}

.lr-recommendation {
    list-style-type: none;
    margin-bottom: 2rem;
}

.lr-flex {
    display: flex;
    gap: 1rem
}

.lr-recommendation img {
    border-radius: 50%;
    align-self: baseline;
    max-width: 68px;
}

.lr-position {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin: 0;
}

.lr-name {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 15px;
    color: rgb(0 0 0 / 0.9);
    text-decoration: none;
}

.lr-name:hover {
    text-decoration: underline;
    color: #004182;
}

.lr-date {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    margin: 0;
}

.lr-text {
    color: rgba(0, 0, 0, 0.9);
    font-weight: 400;
    line-height: 17.5px;
    font-size: 14px
}

.lr-recommendations-list h2 {
    font-size: 2rem;
}

.dashicons.icon-fontSize-4 {
    width: 4rem !important;
    height: 4rem !important;
    font-size: 4rem !important;
}

.icon-fontSize-4:before {
    font-size: 4rem
}

.wow-delay--04 {
    animation-delay: 0.4s;
}

.wow-delay--05 {
    animation-delay: 0.5s;
}

.wow-delay--06 {
    animation-delay: 0.6s;
}

.wow-delay--07 {
    animation-delay: 0.7s;
}

.wow-delay--08 {
    animation-delay: 0.8s;
}

.wow-delay--1 {
    animation-delay: 1s;
}

.wow-delay--15 {
    animation-delay: 1.5s;
}

.wow-delay--2 {
    animation-delay: 2s;
}

.dashicons:hover {
    animation: swing .4s ease-in-out;
}

.timeline {
    position: relative;
}


.timeline:before,
.timeline:after {
    content: '';
    display: block;
    position: absolute;
}

@media all and (max-width: 1035px) {

    .timeline:before,
    .timeline:after {
        display: none;
    }
}

.timeline:before {
    height: 2px;
    width: 100%;
    background: black;
    left: 0;
    top: 26px;
}

.timeline:after {
    height: 10px;
    width: 10px;
    right: 3%;
    top: 21px;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    transform: rotate(-45deg) translate(0px, 0px) skew(4deg, 4deg);
}

.timeline--year {
    position: relative;
}

.timeline--year figure {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    max-width: 70px;
    right: -30px;
    bottom: 20px;
}

.timeline--year--bottom figure {
    bottom: -30px;
}

.courses-buttons a:hover {
    text-decoration: underline;
}