/* NO SELECT + HIGHLIGHT COLOR
* {
  user-select: none;
}
*::selection {
  background: none;
}
*::-moz-selection {
  background: none;
}

------------------------ */

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px !important;
    margin: 0 !important;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

.cover-cta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.cover-cta-left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.cover-cta .details,
.cover-cta-left .details {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #002e67;
    padding: 14px 22px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.5em;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.cover-cta .details:hover,
.cover-cta-left .details:hover {
    background: #002452;
}

.cover-cta .details:any-link,
.cover-cta-left .details:any-link {
    color: #fff !important;
}

.cover-cta .details-white,
.cover-cta-left .details-white {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    padding: 14px 22px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.5em;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.cover-cta .details-white:any-link,
.cover-cta-left .details-white:any-link {
    color: #fff !important;
}

.cover-cta .details-white:hover,
.cover-cta-left .details-white:hover {
    background: #fff;
    color: #002e67 !important;
}

#player-wrapper {
    z-index: 10;
}

#player-wrapper iframe {
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
    z-index: 9;
}

/* Carousel */

.item {
    cursor: pointer;
    /* padding: 10px 0; */
}

.outer-slider {
    max-width: 100%;
    margin: auto;
    margin-top: 50px;
}

.outer-slider .item {
    display: flex;
    justify-content: left;
    align-items: left;
    box-shadow: 0 0 10px 1px #ccc;
    height: 100px;
    margin: 10px;
}

.platinum-members-carousel .owl-stage,
.aims-carousel .owl-stage,
.domains-carousel .owl-stage,
.featured-carousel .owl-stage {
    display: flex;
    gap: 16px;
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    padding: 10px;
}

/* .owl-stage {
    display: flex;
    flex-direction: row;
} */

.owl-theme .owl-nav {
    display: none;
}

.card {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 10%);
    border: 1px solid #f0f0f0;
    transition: box-shadow 0.2s;
    border-radius: 4px;
    padding: 20px 20px 10px;
    background: #fff;
    cursor: grab;
}

.card:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.card-carousel {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 10%);
    transition: box-shadow 0.2s;
    border-radius: 4px;
    padding: 0px;
    background: #fff;
}

.card-carousel:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.card-story {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 10%);
    border: 1px solid #f0f0f0;
    transition: box-shadow 0.2s;
    border-radius: 4px;
    padding: 0px;
    background: #fff;
    cursor: grab;
}

.card-story:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.card-journey {
    padding: 24px 24px 22px 24px;
    border: 1px solid #1C3AFF;
    border-radius: 4px;
    cursor: grab;
}

.card-journey-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3em;
    color: #1C3AFF;
    padding-bottom: 15px;
}

.card-journey-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3em;
    color: #000;
}

.card-content {
    display: flex;
    flex-direction: column;
}

.card-title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4em;
    padding-bottom: 10px;
    min-height: 55px;
}

.card-carousel-title {
    display: none;
}

.card-story-title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4em;
    padding-bottom: 10px;
    min-height: 75px;
}

.story-content {
    padding: 16px 20px 10px;
}

.hero-story {
    border-radius: 4px 4px 0px 0px;
    width: 100%;
}

.card-aims {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 5%);
    transition: box-shadow 0.2s;
    border-radius: 4px;
    background: #002e67;
    cursor: grab;
    padding: 30px 0 25px;
    height: 240px;
}

.featured-carousel-logo {
    box-shadow: 0 0 0 0 rgb(0 0 0 / 10%);
    transition: box-shadow 0.2s;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
}

.card-featured {
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 10%);
    transition: box-shadow 0.2s;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    background: #fff;
    cursor: grab;
    padding: 30px 20px;
}

.card-aims:hover,
.card-featured:hover,
.featured-carousel-logo:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.featured-carousel-logo:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05) !important;
}

.card-aims-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    color: #5dc0cf;
    padding-bottom: 0px;
    margin: 0 auto;
}

.card-featured-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5em;
    color: #000;
    text-align: center;
    padding-bottom: 0px;
    margin: 0 auto;
}

.card-domains {
    height: 88px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 5%);
    transition: all 0.2s ease;
    border-radius: 4px;
    background: #5dc0cf;
    cursor: pointer;
    padding: 12px;
}

.card-domains:hover {
    box-shadow: 0 0 10px 0 rgba(0 0 0 / 10%) !important;
    background: #8DD2DD;
}

.card-aims-text {
    padding: 30px 15px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    text-align: center;
    color: #fff;
}

.card-featured-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
    color: #696969;
}

.card-domains-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    text-align: left;
    color: #002e67;
}

.thumb-aims {
    height: 100px;
    display: flex;
    justify-content: center;
}

.thumb-aims img {
    max-height: 100px;
}

.thumb-featured {
    height: 70px;
    display: flex;
    justify-content: center
}

.thumb-featured img {
    max-height: 70px;
}

.thumb-domains {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
    border-radius: 4px;
}

.thumb-domains img {
    max-height: 64px;
}

.no-js .platinum-members-carousel,
.platinum-members-carousel.owl-loaded,
.no-js .aims-carousel,
.aims-carousel.owl-loaded,
.no-js .domains-carousel,
.domains-carousel.owl-loaded,
.no-js .featured-carousel,
.featured-carousel.owl-loaded {
    display: block;
}

.platinum-members-carousel .owl-stage-outer,
.aims-carousel .owl-stage-outer,
.domains-carousel .owl-stage-outer,
.featured-carousel .owl-stage-outer {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    overflow: hidden !important;
}

/* .platinum-members-carousel .owl-item img,
.aims-carousel .owl-item img,
.featured-carousel .owl-item img {
    width: 100%;
    height: 100%;
} */

.owl-nav {
    display: none;
}

.owl-dots {
    margin-top: 10px;
    text-align: center !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #212121;
}

.aims-carousel .owl-dots .owl-dot.active span,
.aims-carousel .owl-theme .owl-dots .owl-dot:hover span,
.domains-carousel .owl-dots .owl-dot.active span,
.domains-carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #212121;
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
}

.aims-carousel .owl-dots .owl-dot span,
.domains-carousel .owl-dots .owl-dot span {
    border: 1px solid #fff !important;
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
}

.owl-theme .owl-dots .owl-dot,
.aims-carousel .owl-dots .owl-dot,
.domains-carousel .owl-dots .owl-dot {
    cursor: pointer;
    border: none;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
}

.card-cta {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: fit-content;
    color: #002e67;
    font-size: 15px;
    line-height: 2.2rem;
    border: 1px solid #002e67;
    border-radius: 4px;
    margin: 0 auto;
    padding: 5px 2px 5px 10px;
    transition: all 0.2s linear !important;
}

.card-cta:hover,
.card-cta:focus,
.featured-carousel .owl-item a:hover {
    color: #fff;
    background-color: #002E67;
}

.platinum-members-carousel .owl-item a:hover,
.aims-carousel .owl-item a:hover,
.domains-carousel .owl-item a:hover {
    color: #212121;
}


/* ---- Grid ---- */

.cat-details {
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    margin: 0 auto;
    font-size: 15px;
    color: #002E67;
    padding: 5px 10px;
    border-radius: 4px;
    transition: background-color .2s linear;
    cursor: pointer;
}

.cat-details:hover {
    color: #002452;
    background-color: #f3f3f3;
}

.icons {
    padding-top: 10px;
    display: inline-flex;
    flex-direction: row;
    gap: 10px;
    text-align: center;
}

.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-right: 10px;
}

#ico-aims {
    font-weight: 100 !important;
    font-size: 7.5em;
    color: #5dc0cf;
}

#ico-white {
    color: #fff;
}

#ico-light-blue {
    color: #5dc0cf;
}

/* Modal */

.tingle-modal {
    backdrop-filter: blur(5px);
    background: rgba(0, 46, 103, .6);
}

.tingle-modal--visible {
    z-index: 99999;
}

.tingle-modal__close {
    color: #fff;
}

.tingle-modal-box {
    border-radius: 4px;
    background: #fff;
    width: 720px;
}

.info-modal {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.tingle-modal-box__footer {
    display: none;
}

.credits-modal {
    display: flex;
    margin-bottom: 25px;
}

.tingle-modal img {
    vertical-align: middle;
    width: auto;
}

.tingle-modal p {
    color: #2d2d2d;
    line-height: 1.5em;
}

.tingle-modal h1 {
    color: #002E67;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 2px solid #002E67;
    font-size: 2em;
    margin: 0px auto 15px;
}

.tingle-modal h2 {
    font-weight: 500;
    font-size: 1.3em;
}

.tingle-modal h3 {
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 500;
}

.cat-ico-modal {
    width: 100% !important;
}

.cat-badge-modal {
    width: 100%;
    height: 32px;
}

.company-link {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    background-color: #002e67;
    border-radius: 4px;
    padding: 12px 15px;
}

.company-link:hover,
.company-link:focus {
    color: #fff;
    background-color: #002452;
}

.visual-modal,
.social-modal,
.tags-modal {
    display: flex;
}

.visual-modal {
    flex-direction: column;
    justify-content: space-between;
}

.social-modal {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bio-modal {
    width: 100%;
}

.social-modal p.browse {
    display: none;
}

.browse-all {
    position: relative;
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    color: #002E67;
    cursor: pointer;
}

.tingle-modal .bio-modal p {
    max-height: 255px;
    overflow: auto;
    font-size: 15px;
    line-height: 1.6em;
    color: #2d2d2d;
    padding-right: 15px;
}

.tingle-modal .bio-modal p::-webkit-scrollbar {
    width: 8px;
    /* width of the entire scrollbar */
}

.tingle-modal .bio-modal p::-webkit-scrollbar-track {
    background: transparent;
    /* color of the tracking area */
}

.tingle-modal .bio-modal p::-webkit-scrollbar-thumb {
    background-color: #e5f5f7;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid transparent;
    /* creates padding around scroll thumb */
}

.tingle-modal .bio-modal p {
    scrollbar-width: thin;
    /* "auto" or "thin" */
    scrollbar-color: #e5f5f7 transparent;
    /* scroll thumb and track */
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {

    .icons {
        flex-direction: row;
    }

    .cat-browse {
        margin-left: -10px;
    }

    .cat-ico {
        display: none;
    }

}


@media (max-width: 768px) {

    .et_pb_slide {
        min-height: calc(100vh - 100px);
    }

    .cover-cta,
    .cover-cta-left {
        flex-direction: column;
        gap: 20px;
    }

    .cover-cta .details,
    .cover-cta-left .details {
        width: fit-content;
    }


    /* Carousel */

    .owl-carousel .owl-stage-outer,
    .platinum-members-carousel .owl-stage-outer {
        overflow: hidden !important;
    }

    .owl-stage,
    .platinum-members-carousel .owl-stage,
    .aims-carousel .owl-stage,
    .domains-carousel .owl-stage,
    .featured-carousel .owl-stage {
        padding: 0px;
    }

    .owl-dots {
        text-align: center;
    }

    .card-aims {
        height: 240px;
    }

    .card-domains {
        justify-content: center;
    }

    .grid-item {
        width: 100%;
        margin: 0px 0px 20px !important;
    }

    .f-cat {
        flex-direction: column;
        gap: 30px;
    }

    .cat-ico {
        width: 60%;
    }


    /* Modal */

    .tingle-modal__close {
        color: #002E67;
        font-weight: 400;
        line-height: 1em;
    }

    .tingle-modal__close {
        top: 5vw;
        right: 5vw;
        z-index: 99999;
        background: #fff;
        line-height: .9em;
        box-shadow: 0 0 50px 0 rgba(0, 0, 0, 1) !important;
    }

    .tingle-modal-box {
        width: 90%;
    }

    .tingle-modal-box__content {
        padding: 2rem 2rem;
    }

    .badge {
        justify-content: center;
        display: flex;
    }

    .credits-modal {
        width: 100%;
        margin-bottom: 20px;
    }

    .visual-modal {
        gap: 20px;
    }

    .social-modal {
        flex-direction: column;
        align-items: flex-start;
    }


    .info-modal {
        flex-direction: column;
    }

    .tingle-modal .bio-modal p {
        max-height: 156px;
    }

    .details-modal {
        display: block;
    }

    .social-modal p.domain {
        display: none;
    }

    .tags-modal {
        display: none;
        padding: 20px 0 0 0;
    }

    .tingle-modal h1 {
        font-size: 20px;
    }

    .tingle-modal h2 {
        font-size: 16px;
    }

    .cat-browse {
        justify-content: center;
    }

    .cat-excerpt {
        min-height: auto;
        text-align: center;
    }

    .icons {
        width: 100%;
        justify-content: center;
    }

}