﻿.wrapper {
    width: 100%;
    /*height: 100vh;*/
    height: auto;
    position: relative;
}

.pattern {
    position: absolute;
    left: 25%;
    width: 20%;
    height: 100vh;
    background-image: url(/img/collegeicons/linebg2.png);
    background-size: cover;
    opacity: 0.2;
    z-index: -1;
    background-position: center;
}

.title2 {
    font-family: 'Anton', sans-serif;
    /* font-size: 5em; */
    font-size: 3.5vw;
    color: #4A93A7;
    position: absolute;
    top: 50%;
    left: 58%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    text-align: left;
}

/* Decorations */
.box {
    width: 150px;
    height: 150px;
    position: absolute;
    z-index: -1;
}

.box2 {
    top: 150px;
    left: 75%;
}

.box3 {
    top: 70%;
    left: 32%;
    background: #4A93A7;
    transform: rotate(45deg);
}

.runner {
    width: 50%;
    left: 500px;
    position: absolute;
    top: 450px;
    transform: translate(-50%, -50%);
}

    .runner img {
        /*width: 60%;*/
        width: 50%;
    }

.content {
    position: absolute;
    width: 35%;
    bottom: 15%;
    right: 16%;
    text-align: justify;
}

    .content p {
        color: #333;
        line-height: 1.6;
    }

    .content button {
        background: linear-gradient(to top left, rgb(91, 192, 219), #245d55);
        color: #fff;
        border: none;
        font-weight: 700;
        padding: 10px 18px;
        border-radius: 35px;
        transition: all 0.4s;
        cursor: pointer;
    }

        .content button:hover {
            background: linear-gradient(to top left, #245d55, rgb(91, 192, 219));
        }

.button-pulsate__wrapper {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 83%;
    left: 80%;
    transform: translateX(-20%);
    display: block;
}

.vidframe {
    display: none;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 50%;
}

.media {
    position: absolute;
    bottom: 6%;
    left: 3%;
}

    .media ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .media ul li {
            display: inline-block;
            font-size: 24px;
            cursor: pointer;
            transition: color 0.3s;
            margin-right: 10px;
        }

            .media ul li:hover {
                color: #245d55;
            }

@media (max-width: 768px) {
    .title1, .title2 {
        font-size: 2em;
        text-align: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .runner {
        width: 70%;
        left: 50%;
    }

    .content {
        width: 85%;
        bottom: 10%;
        right: 16%;
    }

    .button-pulsate__wrapper {
        /*bottom: 20%;*/
        top: 73%;
        left: 50%;
        transform: translateX(-50%);
        display: none;
    }

    .vidframe {
        display: block;
    }

    .box, .pattern {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .title1 {
        font-family: 'Anton', sans-serif;
        /*font-size: 5em;*/
        font-size: 4vw;
        color: transparent;
        -webkit-text-stroke: 2px #245d55;
        position: absolute;
        top: 36%;
        left: 51%;
        transform: translate(-50%, -50%);
        text-transform: uppercase;
    }

    .runner, .imgpattren {
        display: none;
    }
}

@media (max-width: 480px) {

    .media {
        left: 50%;
        transform: translateX(-50%);
    }

        .media ul {
            display: flex;
            gap: 10px;
        }

    .menu-toggle {
        display: block;
    }

    .title1 {
        top: 150px;
        left: 50%;
    }

    .title2 {
        top: 110px;
        left: 50%;
        width: 98%;
        text-align: center;
    }

    .runner, .imgpattren {
        display: none;
    }

    .content {
        top: 30%;
        right: 8%;
    }

        .content p {
            font-size: 13px;
        }

    .button-pulsate__wrapper {
        /*bottom: 20%;*/
        top: 73%;
        left: 50%;
        transform: translateX(-50%);
        display: none;
    }

    .vidframe {
        display: block;
    }
}

.logo {
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
    margin-right: 30px;
}






:root {
    --primary-color: #3e66f9;
    --gray-dark-color: #343a40;
    --medium-contrast-color: #4d515e;
    --heading-color: #245d55;
    --main-bg-color: #f2f5f7;
    --header-bg-color: #fff;
    --content-box-bg: #fff;
    --shadow-button: 0px 18px 20px rgb(153 172 243 / 8%), 0px 10px 14px rgb(178 187 207 / 6%), 0px 8px 9px rgb(213 213 213 / 4%);
    --image-hover-bg-2: rgb(255 255 255 / 60%);
    --border-color: #dee2e6;
    --br-xl: 0.6rem;
    --max-width: 1380px;
    --lemon-zest: #d7f20c;
    --lilac-dream: #7abed0;
    --off-white: #ebf2f0;
    --lavender-mist: #4e54bf;
    --crimson-red: #a60311;
    --midnight-plum: #140826;
}

@media (prefers-color-scheme: dark) {
    :root {
        --gray-dark-color: #e5e5e5;
        --main-bg-color: #0d111c;
        --header-bg-color: #000;
        --content-box-bg: #1e283c;
        --shadow-button: none;
        --image-hover-bg-2: rgb(22 32 70 / 37%);
        --heading-color: #245d55;
        --medium-contrast-color: #8e94a9;
    }
}

.btn-Fx {
    overflow: hidden;
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-size: 1rem;
    padding: 10px 16px;
    background-color: #245d55;
    border-radius: 5px;
    box-shadow: var(--shadow-button);
    text-decoration: none;
    border: 1ps solid rgba(0, 0, 0, 0.3);
}

    .btn-Fx span {
        display: block;
        position: relative;
        z-index: 10;
        font-weight: 700;
    }

    .btn-Fx:hover {
        color: #fff;
    }

    .btn-Fx:before {
        content: "";
        position: absolute;
        background-color: #4a93a7;
        width: 120%;
        height: 0;
        padding-bottom: 120%;
        top: -110%;
        left: -10%;
        border-radius: 50%;
        transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    }

    .btn-Fx:hover:before {
        transform: translateZ(0) scaleZ(1);
        transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    }

    .btn-Fx:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #4a93a7;
        transform: translate3d(0, -101%, 0);
        transition: transform 0.4s;
    }

    .btn-Fx:hover:after {
        transform: translateZ(0);
        transition-duration: 0.05s;
        transition-delay: 0.4s;
        transition-timing-function: linear;
    }

.content-container {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0 5px;
}

.front-blog {
    width: 100%;
    margin-top: 10px;
}

.front-blog-list {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: stretch;
}

.front-blog-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .front-blog-top .dec-title {
        color: var(--medium-contrast-color);
    }

    .front-blog-top .btn-Fx {
        text-transform: uppercase;
        font-size: 0.9rem;
        padding: 8px 15px;
    }

.article-blog {
    color: var(--medium-contrast-color);
    position: relative;
    width: 100%;
    height: 330px;
    border-radius: var(--br-xl);
    box-shadow: 0px 0px 2px #808080;
}

.article__thumbnail {
    position: relative;
    height: calc(100% - 140px);
    width: 100%;
    background-size: cover;
    background-position-x: center;
    background-color: #2151b1;
    opacity: 1;
    transition: all 0.6s ease-out;
    border-radius: inherit;
    box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.2);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.article-blog:hover .article__thumbnail {
    opacity: 1;
    background-color: transparent;
}

.article__body {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 148px;
    background-color: #ffffff;
    transition: all 0.4s;
    z-index: 2;
    overflow: hidden;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.2);
}

.article__category {
    display: block;
    width: 100%;
    transition: color 0.4s;
    font-size: 14px;
    letter-spacing: 0.8px;
}

.article__title {
    padding-bottom: 20px;
    max-height: 65px;
    overflow: hidden;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.4;
    margin: 0;
    padding: 10px;
}

.article__excerpt {
    opacity: 0;
    transition: opacity 0.4s;
    line-height: 1.6;
    font-size: 14px;
    color: var(--heading-color);
}

.article__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px 20px 20px;
    line-height: inherit;
    height: 42px;
    width: 100%;
    background-color: #ffffff;
}

    .article__footer .footer__readmore {
        position: relative;
        display: block;
        height: 22px;
        float: right;
        /*margin-right: 30px;*/
        overflow: hidden;
    }

    .article__footer .footer__readmore-text {
        display: block;
        transform: translateY(30px);
        color: inherit;
        vertical-align: middle;
        transition: all 0.4s;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .article__footer .footer__readmore-arrow {
        display: block;
        height: 100%;
    }

        .article__footer .footer__readmore-arrow svg {
            transition: fill 0.4s;
        }

.article-blog:hover {
    color: var(--medium-contrast-color);
}

.article-blog .footer__readmore-text {
    transform: translateY(-2px);
}

.article-blog:hover .article__excerpt {
    opacity: 1;
}

@media (max-width: 1100px) {
    .front-blog-list > a:last-child {
        display: none;
    }
}

@media (max-width: 700px) {
    .front-blog-list {
        flex-direction: column;
    }

    .article__thumbnail {
        height: 220px;
        background-position: bottom;
    }

    .article__body {
        position: absolute;
        background-color: #ffffff;
        backdrop-filter: blur(50px);
    }

    .article__excerpt {
        max-height: auto;
        overflow: visible;
    }
}




.footer-section-brandName {
    background: #245d55;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--off-white);
}

.footer-section-brandSlogan {
    font-family: 'Pacifico', handwriting;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--off-white);
}

a.icon-link svg {
    fill: var(--lilac-dream);
}

a.icon-link:hover svg {
    animation: Buzz0xERR0R 0.75s linear 1;
}

@keyframes Buzz0xERR0R {
    10% {
        transform: translateX(0.1875rem) rotate(2deg);
    }

    40% {
        transform: translateX(-0.1875rem) rotate(-2deg);
    }

    50% {
        transform: translateX(0.125rem) rotate(1deg);
    }

    60% {
        transform: translateX(-0.125rem) rotate(-1deg);
    }

    70% {
        transform: translateX(0.125rem) rotate(1deg);
    }

    80% {
        transform: translateX(-0.125rem) rotate(-1deg);
    }

    90% {
        transform: translateX(0.0625rem) rotate(0);
    }

    100% {
        transform: translateX(-0.0625rem) rotate(0deg);
    }
}

a.icon-link:focus svg {
    fill: var(--lavender-mist);
}

footer {
    background: #245d55;
}

.footer-section-top-column-one .column-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--off-white);
}

.footer-section-top-column-one {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
}

    .footer-section-top-column-one a {
        font-size: 0.875rem;
        text-decoration: none;
        color: var(--lilac-dream);
        position: relative;
    }

        .footer-section-top-column-one a::after {
            content: "";
            width: 0;
            height: 0.125rem;
            left: 0;
            bottom: 0;
            transition: width .4s ease;
            background: var(--lilac-dream);
            position: absolute;
        }

        .footer-section-top-column-one a:hover::after {
            width: 100%;
        }

        .footer-section-top-column-one a:focus {
            color: var(--lavender-mist);
        }

.footer-section-top-column-two .column-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--off-white);
}

.footer-section-top-column-two {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
}

    .footer-section-top-column-two a {
        font-size: 0.875rem;
        text-decoration: none;
        color: var(--lilac-dream);
        position: relative;
    }

        .footer-section-top-column-two a::after {
            content: "";
            width: 0;
            height: 0.125rem;
            left: 0;
            bottom: 0;
            transition: width .4s ease;
            background: var(--lilac-dream);
            position: absolute;
        }

        .footer-section-top-column-two a:hover::after {
            width: 100%;
        }

        .footer-section-top-column-two a:focus {
            color: var(--lavender-mist);
        }

.footer-section-top-column-three .column-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--off-white);
}

.footer-section-top-column-three {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
}

    .footer-section-top-column-three a {
        font-size: 0.875rem;
        text-decoration: none;
        color: var(--lilac-dream);
        position: relative;
    }

        .footer-section-top-column-three a::after {
            content: "";
            width: 0;
            height: 0.125rem;
            left: 0;
            bottom: 0;
            transition: width .4s ease;
            background: var(--lilac-dream);
            position: absolute;
        }

        .footer-section-top-column-three a:hover::after {
            width: 100%;
        }

        .footer-section-top-column-three a:focus {
            color: var(--lavender-mist);
        }

.footer-section-top-column-four .column-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--off-white);
}

.footer-section-top-column-four {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
}

    .footer-section-top-column-four a {
        font-size: 0.875rem;
        text-decoration: none;
        color: var(--lilac-dream);
        position: relative;
    }

        .footer-section-top-column-four a::after {
            content: "";
            width: 0;
            height: 0.125rem;
            left: 0;
            bottom: 0;
            transition: width .4s ease;
            background: var(--lilac-dream);
            position: absolute;
        }

        .footer-section-top-column-four a:hover::after {
            width: 100%;
        }

        .footer-section-top-column-four a:focus {
            color: var(--lavender-mist);
        }

.footer-section-middle-start-line {
    width: 100%;
    height: 0.063rem;
    margin-top: 1.75rem;
    margin-right: 1.75rem;
    opacity: 0.8;
    background: var(--off-white);
}

.footer-section-middle-brandLogo {
    opacity: 0.8;
    fill: var(--off-white);
}

.footer-section-middle-end-line {
    width: 100%;
    height: 0.063rem;
    margin-top: 1.75rem;
    margin-left: 1.75rem;
    opacity: 0.8;
    background: var(--off-white);
}

.footer-section-bottom {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.8rem;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
    margin-top: -50px;
}

.copyright {
    color: var(--off-white);
}

    .copyright a {
        text-decoration: none;
        color: var(--lilac-dream);
        position: relative;
    }

        .copyright a::after {
            content: "";
            width: 0;
            height: 0.125rem;
            left: 0;
            bottom: 0;
            transition: width .4s ease;
            background: var(--lilac-dream);
            position: absolute;
        }

        .copyright a:hover::after {
            width: 100%;
        }

        .copyright a:focus {
            color: var(--lavender-mist);
        }

.terms-and-conditions a {
    text-decoration: none;
    color: var(--lilac-dream);
    position: relative;
}

    .terms-and-conditions a::after {
        content: "";
        width: 0;
        height: 0.125rem;
        left: 0;
        bottom: 0;
        transition: width .4s ease;
        background: var(--lilac-dream);
        position: absolute;
    }

    .terms-and-conditions a:hover::after {
        width: 100%;
    }

    .terms-and-conditions a:focus {
        color: var(--lavender-mist);
    }

.privacy-policy a {
    text-decoration: none;
    color: var(--lilac-dream);
    position: relative;
}

    .privacy-policy a::after {
        content: "";
        width: 0;
        height: 0.125rem;
        left: 0;
        bottom: 0;
        transition: width .4s ease;
        background: var(--lilac-dream);
        position: absolute;
    }

    .privacy-policy a:hover::after {
        width: 100%;
    }

    .privacy-policy a:focus {
        color: var(--lavender-mist);
    }

.cookie-policy a {
    text-decoration: none;
    color: var(--lilac-dream);
    position: relative;
}

    .cookie-policy a::after {
        content: "";
        width: 0;
        height: 0.125rem;
        left: 0;
        bottom: 0;
        transition: width .4s ease;
        background: var(--lilac-dream);
        position: absolute;
    }

    .cookie-policy a:hover::after {
        width: 100%;
    }

    .cookie-policy a:focus {
        color: var(--lavender-mist);
    }

.credit {
    color: var(--off-white);
}

    .credit a {
        text-decoration: none;
        color: var(--lemon-zest);
        position: relative;
    }

        .credit a::after {
            content: "";
            width: 0;
            height: 0.125rem;
            left: 0;
            bottom: 0;
            transition: width .4s ease;
            background: var(--lemon-zest);
            position: absolute;
        }

        .credit a:hover::after {
            width: 100%;
        }

#heartbeat {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    fill: var(--crimson-red);
    animation: heartbeat .25s infinite alternate;
}

@keyframes heartbeat {
    to {
        transform: scale(1.2);
    }
}





@-webkit-keyframes pulse-outer {
    0% {
        box-shadow: 0 0 0 2px rgba(36, 93, 85, 0);
    }

    40% {
        box-shadow: 0 0 0 12px rgba(36, 93, 85, 0.2);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(36, 93, 85, 0.12);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(36, 93, 85, 0);
    }
}

@keyframes pulse-outer {
    0% {
        box-shadow: 0 0 0 2px rgba(36, 93, 85, 0);
    }

    40% {
        box-shadow: 0 0 0 12px rgba(36, 93, 85, 0.2);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(36, 93, 85, 0.12);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(36, 93, 85, 0);
    }
}

.button-pulsate {
    position: relative;
    width: 100%;
    height: 100%;
}

    .button-pulsate:hover {
        cursor: pointer;
    }

        .button-pulsate:hover .button-pulsate__svg-wrapper polygon {
            fill: #ffffff;
            transition-delay: 0;
        }

        .button-pulsate:hover .button-pulsate__ring {
            transform: scale(0.5);
        }

.button-pulsate__expanding-circle {
    width: 1px;
    height: 1px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    background: #245d55;
}

.button-pulsate__ring {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    transition: transform 0.2s ease;
    -webkit-animation: pulse-outer 2s linear infinite;
    animation: pulse-outer 2s linear infinite;
    will-change: box-shadow;
}

.button-pulsate__ring--second {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    border: solid 2px #245d55;
}

.button-pulsate__svg-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    fill: #ffffff;
    width: 100%;
    height: 100%;
}

    .button-pulsate__svg-wrapper svg {
        width: 100%;
        height: 100%;
    }

    .button-pulsate__svg-wrapper polygon {
        transition: 0.25s fill ease;
        transition-delay: 0.2s;
        fill: #245d55;
    }








.listar-feature-item-wrapper {
    /*margin-bottom: 120px;*/
    margin-bottom: 100px;
    /*padding-left: 27px;*/
    padding-right: 27px;
}

.listar-feature-item {
    height: calc(100% - 20px);
    margin-left: 20px;
    width: 300px;
}

    .listar-feature-item.listar-feature-has-link ~ .listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height {
        position: relative;
        display: block;
        width: 100%;
        height: 30px;
    }

    .listar-feature-item a {
        position: absolute;
        top: -12px;
        left: 15px;
        width: calc(100% - 30px);
        height: calc(100% + 4px);
        border-radius: 1000px;
        z-index: 10;
    }

.listar-feature-with-image .listar-feature-item a:before {
    content: "";
    position: absolute;
    top: -74px;
    left: 50%;
    margin-left: -74px;
    width: 148px;
    height: 148px;
    border-radius: 1000px;
    z-index: 10;
}

.listar-feature-item a:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 1000px;
    z-index: 10;
    animation: ripple 0.7s linear infinite;
    box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6), -5px -5px 10px rgba(255, 255, 255, 0.5);
}


@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
    }

    100% {
        box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
    }
}



.listar-feature-item .listar-feature-item-inner {
    /*padding: 50px 30px;*/
    padding-left: 50px;
    border-radius: 6px;
    z-index: 5;
    position: relative;
    height: 100%;
    width: 300px;
}

.listar-feature-item .listar-feature-item-inner {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .listar-feature-item .listar-feature-item-inner:before {
        border: 0;
        box-shadow: 120px 0px 150px rgba(80, 80, 80, 0.15), 10px 0px 10px rgba(80, 80, 80, 0.02);
        border-radius: 1000px;
        background: rgba(255, 255, 255, 0);
        background: -moz-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 100% );
        background: -webkit-gradient( left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)) );
        background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 100% );
        background: -o-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 100% );
        background: -ms-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 100% );
        background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
    }

    .listar-feature-item .listar-feature-item-inner:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        /*width: 100%;*/
        height: 100%;
    }

.listar-feature-right-border {
    position: absolute;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    top: -12px;
    left: 45%;
    overflow: hidden;
}

.listar-feature-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    text-align: center;
}

.listar-feature-right-border:before,
.listar-hovering-features .listar-feature-item a:hover ~ .listar-feature-item-inner .listar-feature-right-border:before {
    border: 11px solid #2f53bf;
}

.listar-feature-right-border:before,
.listar-hovering-features .listar-feature-item a:hover ~ .listar-feature-item-inner .listar-feature-right-border:before,
.listar-hovering-features-grey .listar-feature-item a:hover ~ .listar-feature-item-inner .listar-feature-right-border:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 11px solid #258bd5;
    border-radius: 800px;
    left: -45%;
}

.listar-feature-item .listar-feature-block-content-wrapper {
    position: relative;
    display: block;
    text-decoration: none;
    margin: -30px;
    padding: 10px;
    height: calc(100% + 100px);
    width: 100%;
}

.listar-features-design-2 .listar-feature-item-wrapper {
    margin-bottom: 120px;
    padding-right: 27px;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
    content: "";
    background-color: #fff;
    z-index: 6;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    left: 145px;
}

.listar-feature-icon-wrapper {
    width: 148px;
    height: 148px;
    line-height: 148px;
    border-radius: 500px;
    position: relative;
    background-color: #fff;
    box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    vertical-align: middle;
    margin-left: -74px;
    top: -66px;
    margin-top: -74px;
}

.listar-feature-icon-inner {
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 500px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
    background: #fff;
}

    .listar-feature-icon-inner div {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        display: inline-block;
        position: relative;
        width: 120px;
        height: 120px;
        line-height: 120px;
        text-align: left;
    }

    .listar-feature-icon-inner img {
        position: relative;
        margin: 0 auto;
        vertical-align: middle;
        display: inline-block;
        width: auto;
        left: 50%;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%);
        height: 100px;
    }

.listar-feature-item img,
.listar-feature-item i {
    position: relative;
    display: inline-block;
    border-bottom: 0;
    font-size: 40px;
    top: 0;
    padding: 0;
    color: #258bd5;
}

.listar-feature-with-image .listar-feature-content-wrapper {
    /*top: 0;*/
    top: -10px;
    right: -9px;
}

.listar-feature-content-wrapper {
    position: relative;
    margin-top: -15.5px;
}

.listar-feature-item .listar-feature-item-title {
    padding-top: 0;
    margin: 0 0 30px;
    text-align: center;
    line-height: 1.5;
}

    .listar-feature-item .listar-feature-item-title.listar-feature-counter-added > span {
        margin-left: 25px;
        border-radius: 0 50px 50px 0;
    }

    .listar-feature-item .listar-feature-item-title > span {
        box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12), 5px 0px 40px rgba(80, 80, 80, 0.1);
        padding: 10px 20px;
        display: inline-block;
        position: relative;
        background-color: #fff;
    }

        .listar-feature-item .listar-feature-item-title > span span {
            box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2), 5px 0px 80px rgba(80, 80, 80, 0.15);
            padding: 10px 0;
            display: inline-block;
            width: 50px;
            height: 50px;
            line-height: 30px;
            white-space: nowrap;
            position: absolute;
            top: -3px;
            left: -40px;
            border-radius: 50px;
            background-color: #fff;
        }

    .listar-feature-item .listar-feature-item-title span {
        display: inline-block;
        font-size: 14px;
        line-height: normal;
        font-weight: 400;
        text-shadow: none;
        border-radius: 50px;
        color: #252525;
        font-size: 18px;
    }

.listar-feature-item-excerpt {
    padding: 0 20px;
}

.listar-feature-item-excerpt {
    color: #252525;
    position: relative;
    top: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.pset {
    padding-top: 140px;
    background-color: #f4f7f6;
}

.listar-map-button-text span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    height: 44px;
    line-height: 1.6;
    padding: 10px 25px;
    box-shadow: 0 0 31px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.06);
    border-radius: 50px;
    background-color: rgba(35, 40, 45, 0.9);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.listar-map-button-text span {
    background-color: #fff;
    color: #252525;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .listar-map-button-text span:after {
        border: 12px solid #fff;
    }

    .listar-map-button-text span:after {
        content: "";
        position: absolute;
        top: -14px;
        left: -14px;
        width: calc(100% + 28px);
        height: calc(100% + 28px);
        border-radius: 36px;
    }

.listar-map-button:hover .listar-map-button-text span {
    padding: 10px 43px 10px 51px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.listar-feature-with-image .listar-feature-item a:before {
    content: "";
    position: absolute;
    top: -74px;
    left: -45%;
    margin-left: -74px;
    width: 148px;
    height: 148px;
    border-radius: 1000px;
    z-index: 10;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15), 15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
    bottom: -30px;
    background-image: url("https://image.flaticon.com/icons/svg/2316/2316674.svg");
    background-size: 40%;
    color: #555;
    line-height: 52px;
}

.clamp {
    display: -webkit-box;
    /*-webkit-line-clamp: 6;*/
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.staffcontainer {
    position: relative; /* This makes .main-title stay inside */
    /*background-color: rgba(36, 93, 85, 0.05);
    padding-bottom: 20px;*/
}

    .staffcontainer .main-title {
        font-size: 3rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: -0.02em;
        position: absolute;
        /* top: 45px; */
        /*top: 80px;*/
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        pointer-events: none;
        white-space: nowrap;
        font-family: 'Almarai', sans-serif;
        background: linear-gradient( to bottom, rgb(8 42 123 / 25%) 20%, rgb(255 255 255 / 0%) 86% );
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

.staffcontainer .carousel-container {
    width: 100%;
    max-width: 1200px;
    height: 450px;
    position: relative;
    perspective: 1000px;
    margin: 0 auto;
    margin-top: 10px;
}

.staffcontainer .carousel-track {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.staffcontainer .cardstaff {
    position: absolute;
    width: 280px;
    height: 380px;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
}

    .staffcontainer .cardstaff img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .staffcontainer .cardstaff.center {
        z-index: 10;
        transform: scale(1.1) translateZ(0);
    }

        .staffcontainer .cardstaff.center img {
            filter: none;
        }

    .staffcontainer .cardstaff.left-2 {
        z-index: 1;
        transform: translateX(-400px) scale(0.8) translateZ(-300px);
        opacity: 0.7;
    }

        .staffcontainer .cardstaff.left-2 img {
            filter: grayscale(100%);
        }

    .staffcontainer .cardstaff.left-1 {
        z-index: 5;
        transform: translateX(-200px) scale(0.9) translateZ(-100px);
        opacity: 0.9;
    }

        .staffcontainer .cardstaff.left-1 img {
            filter: grayscale(100%);
        }

    .staffcontainer .cardstaff.right-1 {
        z-index: 5;
        transform: translateX(200px) scale(0.9) translateZ(-100px);
        opacity: 0.9;
    }

        .staffcontainer .cardstaff.right-1 img {
            filter: grayscale(100%);
        }

    .staffcontainer .cardstaff.right-2 {
        z-index: 1;
        transform: translateX(400px) scale(0.8) translateZ(-300px);
        opacity: 0.7;
    }

        .staffcontainer .cardstaff.right-2 img {
            filter: grayscale(100%);
        }

    .staffcontainer .cardstaff.hidden {
        opacity: 0;
        pointer-events: none;
    }

.staffcontainer .member-info {
    text-align: center;
    margin-top: 10px;
    transition: all 0.5s ease-out;
}

.staffcontainer .member-name {
    color: rgb(8, 42, 123);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

    .staffcontainer .member-name::before,
    .staffcontainer .member-name::after {
        content: "";
        position: absolute;
        top: 100%;
        width: 100px;
        height: 2px;
        background: rgb(8, 42, 123);
    }

    .staffcontainer .member-name::before {
        left: -120px;
    }

    .staffcontainer .member-name::after {
        right: -120px;
    }

.staffcontainer .member-role {
    color: #848696;
    font-size: 1.5rem;
    font-weight: 500;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 10px 0;
    margin-top: -15px;
    position: relative;
}

.staffcontainer .dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.staffcontainer .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(8, 42, 123, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .staffcontainer .dot.active {
        background: rgb(8, 42, 123);
        transform: scale(1.2);
    }

.staffcontainer .nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(8, 42, 123, 0.6);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: all 0.3s ease;
    font-size: 1.5rem;
    border: none;
    outline: none;
    padding-bottom: 4px;
}

    .staffcontainer .nav-arrow:hover {
        background: rgba(0, 0, 0, 0.8);
        transform: translateY(-50%) scale(1.1);
    }

    .staffcontainer .nav-arrow.left {
        left: 20px;
        padding-right: 3px;
    }

    .staffcontainer .nav-arrow.right {
        right: 20px;
        padding-left: 3px;
    }

@media (max-width: 768px) {
    /*.staffcontainer .main-title {
        font-size: 4.5rem;
        display: none;
    }*/

    .staffcontainer .cardstaff {
        width: 200px;
        height: 280px;
    }

        .staffcontainer .cardstaff.left-2 {
            transform: translateX(-250px) scale(0.8) translateZ(-300px);
        }

        .staffcontainer .cardstaff.left-1 {
            transform: translateX(-120px) scale(0.9) translateZ(-100px);
        }

        .staffcontainer .cardstaff.right-1 {
            transform: translateX(120px) scale(0.9) translateZ(-100px);
        }

        .staffcontainer .cardstaff.right-2 {
            transform: translateX(250px) scale(0.8) translateZ(-300px);
        }

    .staffcontainer .member-name {
        font-size: 2rem;
    }

    .staffcontainer .member-role {
        font-size: 1.2rem;
    }

    .staffcontainer .member-name::before,
    .staffcontainer .member-name::after {
        width: 50px;
    }

    .staffcontainer .member-name::before {
        left: -70px;
    }

    .staffcontainer .member-name::after {
        right: -70px;
    }
}


.containerVideos {
    width: 100%;
    margin: 0 auto;
}

.video-thumb img {
    max-width: 100%;
    height: auto
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.video-player__playing {
    margin-bottom: 1.000em;
}

.video-player__thumbs {
    overflow: hidden;
}

.video-thumb {
    float: left;
    width: 23.5%;
    position: relative;
    overflow: hidden;
    padding-bottom: 13%;
    margin-bottom: 0.375em;
    cursor: pointer;
}

    .video-thumb:not(:last-child) {
        margin-right: 2%;
    }

    .video-thumb.active {
        cursor: default;
    }

    .video-thumb:before,
    .video-thumb:after {
        display: block;
        position: absolute;
        transition: all 250ms ease-out;
        z-index: 1;
    }

    .video-thumb:before {
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(247, 148, 30, 0);
    }

    .video-thumb.active:before {
        background: rgba(36, 93, 85, 0.75);
    }

    .video-thumb:not(.active):hover:before {
        background: rgba(36, 93, 85, 0.30);
    }

    .video-thumb:after {
        content: "\f144";
        font-family: "FontAwesome";
        top: 50%;
        left: 50%;
        margin: -0.458em 0 0 -0.500em;
        color: rgba(255, 255, 255, 0);
        font-size: 2.2em;
        line-height: 1;
    }

    .video-thumb.active:after {
        color: rgba(255, 255, 255, 1);
    }

    .video-thumb img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
    }

#cardFiles .card {
    border-radius: 20px;
    min-height: 100%;
}

#cardFiles .heading-border {
    position: absolute;
    width: 100%;
    top: 60%;
}

#cardFiles .card .user-picture img {
    position: absolute;
    top: -20%;
    right: 10%;
    background: #f8f9fa !important;
    padding: 10px;
}

#cardFiles .card .user-picture svg {
    position: absolute;
    top: -60%;
    right: 10%;
    padding: 10px;
}

#cardFiles .card .user-content .user-name {
    margin-right: 150px;
}

#cardFiles .card .user-content .small {
    font-size: 0.83vw;
}

#cardFiles .card .user-content .text-capitalize {
    font-size: 0.9vw;
}
