/*Last update: 2026-05-06T09:30:46.212Z*/
.color-white {
    color: #FFFFFF !important
}

.border-color-white {
    border-color: #FFFFFF !important
}

.bg-white {
    background-color: #FFFFFF !important
}

.color-whiteLight {
    color: rgba(255, 255, 255, 0.3058823529) !important
}

.border-color-whiteLight {
    border-color: rgba(255, 255, 255, 0.3058823529) !important
}

.bg-whiteLight {
    background-color: rgba(255, 255, 255, 0.3058823529) !important
}

.color-black {
    color: #000000 !important
}

.border-color-black {
    border-color: #000000 !important
}

.bg-black {
    background-color: #000000 !important
}

.color-deepBlue {
    color: #05006d !important
}

.border-color-deepBlue {
    border-color: #05006d !important
}

.bg-deepBlue {
    background-color: #05006d !important
}

.color-normalBlue {
    color: #0555DA !important
}

.border-color-normalBlue {
    border-color: #0555DA !important
}

.bg-normalBlue {
    background-color: #0555DA !important
}

.color-lightBlue {
    color: #A2CDFF !important
}

.border-color-lightBlue {
    border-color: #A2CDFF !important
}

.bg-lightBlue {
    background-color: #A2CDFF !important
}

.color-lightBlueFaded {
    color: rgba(162, 205, 255, 0.3490196078) !important
}

.border-color-lightBlueFaded {
    border-color: rgba(162, 205, 255, 0.3490196078) !important
}

.bg-lightBlueFaded {
    background-color: rgba(162, 205, 255, 0.3490196078) !important
}

.color-lightBlueFaded1 {
    color: rgba(162, 205, 255, 0.2) !important
}

.border-color-lightBlueFaded1 {
    border-color: rgba(162, 205, 255, 0.2) !important
}

.bg-lightBlueFaded1 {
    background-color: rgba(162, 205, 255, 0.2) !important
}

.color-midnight {
    color: #0A0227 !important
}

.border-color-midnight {
    border-color: #0A0227 !important
}

.bg-midnight {
    background-color: #0A0227 !important
}

@font-face {
    font-family: "Rund Text";
    src: url("../fonts/RundText-Regular.woff2") format("woff2"),url("../fonts/RundText-Regular.woff") format("woff"),url("../fonts/RundText-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Rund Text Light";
    src: url("../fonts/RundText-Light.woff2") format("woff2"),url("../fonts/RundText-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Rund Text Bold";
    src: url("../fonts/RundText-Bold.woff2") format("woff2"),url("../fonts/RundText-Bold.woff") format("woff"),url("../fonts/RundText-Bold.otf") format("otf");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Rund Text Medium";
    src: url("../fonts/RundText-Medium.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Rund Text SemiBold";
    src: url("../fonts/RundText-SemiBold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

body {
    font-family: "Rund Text",sans-serif;
    font-size: 1.125rem;
    color: #0a0227;
    background-color: #fff
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #05006d;
    font-family: "Rund Text Bold",sans-serif
}

p {
    margin-bottom: 30px
}

.btn {
    padding: 16px 24px;
    border-radius: 30px;
    font-size: 16px;
    border: none;
    text-transform: uppercase;
    font-family: "Rund Text Bold",sans-serif
}

a.hyperlink {
    color: #05006d;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-decoration: none;
    display: flex;
    align-items: center
}

    a.hyperlink:hover {
        color: #a2cdff !important
    }

    a.hyperlink::after {
        content: "";
        font-family: "bootstrap-icons";
        margin-left: 6px
    }

.btn-primary {
    background-color: #05006d
}

    .btn-primary:hover {
        background-color: #0555da
    }

.btn-primary-reverse {
    color: #fff;
    background-color: #0555da
}

    .btn-primary-reverse:hover {
        color: #fff;
        background-color: #05006d
    }

.header-component {
    background: linear-gradient(180deg, #05006d, #0555DA);
    padding: 16px 0
}

.header-component__logo {
    width: 212px;
    height: auto
}

.header-component__nav-bar {
    justify-content: flex-end
}

    .header-component__nav-bar .nav-item {
        position: relative;
        margin-left: 22px;
        padding-bottom: 10px;
        padding-top: 10px
    }

        .header-component__nav-bar .nav-item.dropdown .bi {
            position: absolute;
            right: 0;
            top: 12px
        }

            .header-component__nav-bar .nav-item.dropdown .bi:hover {
                border-bottom: 1px solid rgba(0,0,0,0) !important
            }

            .header-component__nav-bar .nav-item.dropdown .bi:after {
                display: none
            }

@media(min-width: 992px) {
    .header-component__nav-bar .nav-item.dropdown .bi {
        display: none
    }
}

.header-component__nav-bar .nav-item.dropdown .bi.show::before {
    transform: rotate(180deg);
    color: #fff
}

.header-component__nav-bar .nav-item.dropdown .dropdown-menu {
    background-color: #ebf3ff;
    padding: 15px;
    top: 60px
}

    .header-component__nav-bar .nav-item.dropdown .dropdown-menu .dropdown-item {
        color: #05006d;
        text-transform: uppercase;
        padding: 0;
        font-weight: 700;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(0,0,0,0);
        width: -moz-fit-content;
        width: fit-content
    }

        .header-component__nav-bar .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
            background-color: rgba(0,0,0,0);
            border-color: #05006d
        }

    .header-component__nav-bar .nav-item.dropdown .dropdown-menu li:last-child .dropdown-item {
        margin-bottom: 0
    }

@media(max-width: 992px) {
    .header-component__nav-bar .nav-item.dropdown .dropdown-menu {
        background-color: rgba(0,0,0,0);
        border: 0
    }

        .header-component__nav-bar .nav-item.dropdown .dropdown-menu .dropdown-item {
            color: #fff;
            margin-bottom: 20px
        }
}

@media(min-width: 992px) {
    .header-component__nav-bar .nav-item.dropdown {
        display: flex
    }
}

@media(min-width: 992px) {
    .header-component__nav-bar .nav-item:hover .dropdown-menu {
        display: block
    }
}

@media(max-width: 992px) {
    .header-component__nav-bar .nav-item {
        margin-left: 0;
        border-bottom: 1px solid hsla(0,0%,100%,.2)
    }
}

.header-component__nav-bar .nav-item:last-child, .header-component__nav-bar .nav-item:nth-last-child(2) {
    border-color: rgba(0,0,0,0)
}

.header-component__nav-bar .nav-link, .header-component__nav-bar .nav-link.active {
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: .05em;
    border-bottom: 1px solid rgba(0,0,0,0)
}

@media(min-width: 992px) {
    .header-component__nav-bar .nav-link:hover, .header-component__nav-bar .nav-link.active:hover {
        border-bottom: 1px solid #fff
    }
}

.header-component__navbar-toggler {
    border: none;
    padding: 0;
    color: #fff;
    font-size: 24px
}

    .header-component__navbar-toggler .bi-list {
        display: none
    }

    .header-component__navbar-toggler.collapsed .bi-x-lg {
        display: none
    }

    .header-component__navbar-toggler.collapsed .bi-list {
        display: block
    }

.header-component__search-input-group {
    margin-top: 10px
}

.header-component__search-input {
    padding: 18px 0 18px 26px;
    border-radius: 30px;
    background: hsla(0,0%,100%,.3058823529);
    border: 0
}

    .header-component__search-input::-moz-placeholder {
        text-transform: uppercase;
        color: #fff
    }

    .header-component__search-input::placeholder {
        text-transform: uppercase;
        color: #fff
    }

.header-component__search-nav-link .bi-search {
    display: none
}

.header-component__search-nav-link.collapsed .bi-x-lg {
    display: none
}

.header-component__search-nav-link.collapsed .bi-search {
    display: block
}

.header-component__search-nav-link:hover {
    border-bottom: 1px solid rgba(0,0,0,0) !important
}

.header-component__search-input-icon {
    background: hsla(0,0%,100%,.3058823529);
    padding-right: 20px;
    border-radius: 30px;
    border: 0;
    margin-left: 0 !important;
    color: #fff
}

.footer-component {
    background: linear-gradient(0deg, #05006d, #0555DA);
    padding: 40px 0
}

.footer-component__nav-container {
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid hsla(0,0%,100%,.3058823529)
}

@media(max-width: 768px) {
    .footer-component__nav-container {
        display: block
    }
}

.footer-component__nav-group {
    flex-grow: 1;
    margin-bottom: 10px
}

    .footer-component__nav-group.follow-us-container {
        max-width: 110px
    }

.footer-component__nav-title {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none
}

.footer-component__nav-link {
    font-family: "Rund Text Light",sans-serif;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    display: block
}

    .footer-component__nav-link:last-child {
        margin-bottom: 0
    }

    .footer-component__nav-link .bi {
        font-size: 1.25rem
    }

.footer-component__secondary-nav-container {
    padding-top: 30px
}

.footer-component__secondary-nav-group {
    display: flex;
    list-style-type: none;
    padding-left: 0
}

@media(max-width: 768px) {
    .footer-component__secondary-nav-group {
        display: block
    }
}

.footer-component__secondary-nav-group li {
    font-size: .75rem;
    line-height: .75rem;
    padding-right: 14px;
    border-right: 1px solid #fff;
    margin-right: 14px
}

@media(max-width: 768px) {
    .footer-component__secondary-nav-group li {
        border-right: none;
        margin-bottom: 16px
    }
}

.footer-component__secondary-nav-group li a {
    color: #fff;
    text-decoration: none
}

.footer-component__secondary-nav-group li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0
}

.c3h-banner-component {
    position: relative
}

.c3h-banner-component__swiper-slide {
    position: relative;
    min-height: calc(100vh - 100px)
}

    .c3h-banner-component__swiper-slide::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0))
    }

.c3h-banner-component__swiper-slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.c3h-banner-component__content-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%
}

.c3h-banner-component__content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 .75rem
}

@media(max-width: 768px) {
    .c3h-banner-component__content {
        width: 100%
    }
}

.c3h-banner-component__content-title {
    font-size: 3.875rem;
    color: #fff;
    margin-bottom: 30px
}

@media(max-width: 768px) {
    .c3h-banner-component__content-title {
        font-size: 2.5rem
    }
}

.c3h-banner-component__swiper-button-container {
    display: flex;
    margin: 30px 0;
    gap: 10px
}

.c3h-banner-component__swiper-button-next, .c3h-banner-component__swiper-button-prev {
    position: relative;
    margin: 0;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

    .c3h-banner-component__swiper-button-next .swiper-navigation-icon, .c3h-banner-component__swiper-button-prev .swiper-navigation-icon {
        display: none
    }

.c3h-banner-component__swiper-pagination {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    text-align: start
}

    .c3h-banner-component__swiper-pagination .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
        margin: 0 7px;
        background-color: #a2cdff
    }

.c3h-banner-component__navigation-container {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1
}

.c3h-home-about-component {
    padding: 80px 0;
    background-color: #ecf5ff;
    margin-top: -40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    position: relative;
    z-index: 1
}

.c3h-home-about-component__row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 16px
}

.c3h-home-about-component__sub-title {
    font-family: "Rund Text Bold",sans-serif;
    text-transform: uppercase;
    color: #05006d;
    font-size: 1rem;
    margin-bottom: 20px
}

.c3h-home-about-component__title {
    font-size: 2rem;
    margin-bottom: 30px
}

@media(max-width: 768px) {
    .c3h-home-about-component__title {
        font-size: 1.5rem
    }
}

.c3h-home-about-component__desctiption-container {
    padding-right: 40px;
    color: #05006d
}

@media(max-width: 992px) {
    .c3h-home-about-component__desctiption-container {
        padding-right: 0
    }
}

.c3h-home-about-component__card {
    border-radius: 30px;
    overflow: hidden;
    position: relative
}

    .c3h-home-about-component__card:hover .c3h-home-about-component__card-description {
        height: calc(100% - 30px)
    }

.c3h-home-about-component__card-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 530px;
    border-radius: 30px
}

.c3h-home-about-component__card-description {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    padding: 20px;
    border-radius: 30px;
    background-color: rgba(0,0,0,.5);
    backdrop-filter: blur(2px);
    transition: height .5s;
    min-height: 126px;
    height: 126px;
    color: #fff;
    overflow: hidden
}

.c3h-home-about-component__card-description-sub-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0
}

.c3h-home-about-component__card-description-title {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0
}

.c3h-home-about-component__card-description-text {
    font-size: 1rem;
    font-family: "Rund Text Light",sans-serif
}

.c3h-home-about-component__card-description-list {
    font-size: 1.125rem;
    font-family: "Rund Text Light",sans-serif
}

.c3h-home-portfolio-component {
    padding: 80px 0;
    position: relative;
    background-color: #000
}

.c3h-home-portfolio-component__card-link {
    text-decoration: none
}

.c3h-home-portfolio-component__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .6
}

.c3h-home-portfolio-component__title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px
}

.c3h-home-portfolio-component__title {
    font-size: 2.625rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0
}

@media(max-width: 768px) {
    .c3h-home-portfolio-component__title {
        font-size: 1.5rem
    }
}

.c3h-home-portfolio-component__card {
    overflow: hidden;
    border-radius: 20px;
    position: relative
}

    .c3h-home-portfolio-component__card:hover .c3h-home-portfolio-component__card-overlay {
        top: 0;
        opacity: 1
    }

    .c3h-home-portfolio-component__card:hover .c3h-home-portfolio-component__card-image {
        border-radius: 22px
    }

.c3h-home-portfolio-component__card-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    aspect-ratio: 2/1
}

.c3h-home-portfolio-component__card-overlay {
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 20px;
    background-color: #0555da;
    color: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    overflow: hidden;
    top: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease-in-out;
    text-decoration: none
}

    .c3h-home-portfolio-component__card-overlay p {
        margin-bottom: 0;
        font-family: "Rund Text Light",sans-serif;
        font-size: 1rem
    }

.c3h-home-portfolio-component__card-title {
    position: relative;
    font-size: 1.75rem;
    color: #fff;
    font-weight: 700;
    padding: 20px 10px 0;
    margin-bottom: 0
}

@media(max-width: 768px) {
    .c3h-home-portfolio-component__card-title {
        font-size: 1.25rem;
        margin-bottom: 30px
    }
}

.c3h-home-newsroom-component {
    padding: 80px 0
}

.c3h-home-newsroom-component__title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px
}

.c3h-home-newsroom-component__title {
    font-size: 2.625rem;
    font-weight: 700;
    color: #05006d;
    margin-bottom: 0
}

@media(max-width: 768px) {
    .c3h-home-newsroom-component__title {
        font-size: 1.5rem
    }
}

.c3h-home-newsroom-component__swiper-slide-image {
    margin-bottom: 20px;
    width: 100%;
    aspect-ratio: 1.5/1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden
}

.c3h-home-newsroom-component__swiper-slide-date {
    font-size: .875rem;
    text-transform: uppercase;
    color: #0555da;
    font-weight: 700;
    margin-bottom: 20px
}

    .c3h-home-newsroom-component__swiper-slide-date .bi {
        font-weight: 700 !important;
        margin-right: 6px
    }

.c3h-home-newsroom-component__swiper-slide-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #05006d;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0
}

.c3h-home-newsroom-component__swiper-button-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 40px 30px
}

.c3h-home-newsroom-component__swiper-button-prev, .c3h-home-newsroom-component__swiper-button-next {
    position: static;
    margin: 0 !important;
    border: 1px solid #0555da;
    border-radius: 50%;
    color: #0555da
}

    .c3h-home-newsroom-component__swiper-button-prev .bi, .c3h-home-newsroom-component__swiper-button-next .bi {
        font-weight: 700 !important
    }

    .c3h-home-newsroom-component__swiper-button-prev .swiper-navigation-icon, .c3h-home-newsroom-component__swiper-button-next .swiper-navigation-icon {
        display: none
    }

.c3h-home-newsroom-component__swiper-pagination {
    position: static
}

    .c3h-home-newsroom-component__swiper-pagination .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
        background: #0555da
    }

.c3h-subpage-banner-component {
    padding: 106px 0;
    position: relative
}

@media(max-width: 576px) {
    .c3h-subpage-banner-component {
        padding: 120px 0
    }
}

.c3h-subpage-banner-component::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0))
}

.c3h-subpage-banner-component__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.c3h-subpage-banner-component__title {
    font-size: 3.25rem;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 13%
}

@media(max-width: 576px) {
    .c3h-subpage-banner-component__title {
        font-size: 1.875rem
    }
}

.c3h-subpage-banner-component__description {
    font-size: 1.5rem;
    margin-bottom: 0;
    color: #fff;
    font-family: "Rund Text Bold",sans-serif
}

@media(max-width: 576px) {
    .c3h-subpage-banner-component__description {
        font-size: 1.25rem;
        margin-left: 1px
    }
}

.c3h-about-description-component {
    padding: 80px 0
}

.c3h-about-description-component__card-swiper .swiper-slide {
    height: auto
}

.c3h-about-description-component__card {
    height: 100%
}

.c3h-about-description-component .c3h-home-about-component__sub-title {
    margin-bottom: 10px
}

.c3h-about-description-component__title {
    text-transform: uppercase;
    font-size: 2.625rem;
    margin-bottom: 40px
}

.c3h-about-description-component__description {
    color: #05006d
}

    .c3h-about-description-component__description p:last-child {
        margin-bottom: 0
    }

.c3h-about-description-component__image {
    position: absolute;
    bottom: -80px;
    left: 15%;
    height: calc(100% + 40px);
    width: auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 0
}

@media(max-width: 1400px) {
    .c3h-about-description-component__image {
        left: 8%
    }
}

@media(max-width: 1200px) {
    .c3h-about-description-component__image {
        left: 0
    }
}

.c3h-about-core-area-component {
    background-color: rgba(162,205,255,.2);
    position: relative
}

.c3h-about-core-area-component__nav {
    gap: 10px;
    margin-bottom: 40px
}

.c3h-about-core-area-component__nav-item {
    flex-grow: 1
}

.c3h-about-core-area-component__nav-link {
    width: 100%;
    border-radius: 10px;
    background-color: rgba(162,205,255,.4);
    color: #05006d !important;
    padding: 16px;
    font-size: 1.25rem;
    font-family: "Rund Text Bold",sans-serif;
    text-align: center;
    transition: all .3s ease-in-out
}

    .c3h-about-core-area-component__nav-link.active {
        background-color: #05006d !important;
        color: #fff !important
    }

.c3h-about-core-area-component__title {
    font-size: 1.75rem
}

.c3h-about-core-area-component__title-description {
    font-size: 1.125rem;
    color: #05006d
}

.c3h-about-core-area-component__description {
    background-color: #ecf5ff;
    padding-top: 80px;
    padding-bottom: 80px;
    z-index: 1
}

@media(max-width: 576px) {
    .c3h-about-core-area-component__description {
        margin-left: 0;
        padding-left: 12px;
        padding-right: 12px
    }
}

.c3h-about-core-area-component__icon-card {
    display: flex;
    align-items: center
}

.c3h-about-core-area-component__icon-card-image {
    margin-right: 20px
}

.c3h-about-core-area-component__icon-card-title {
    font-size: 1.125rem
}

.c3h-about-core-area-component__image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 40%;
    -o-object-fit: cover;
    object-fit: cover
}

.c3h-about-contact-us-component {
    padding: 120px 0;
    position: relative
}

.c3h-about-contact-us-component__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.c3h-about-contact-us-component__content-container {
    text-align: center
}

.c3h-about-contact-us-component__title {
    font-size: 3.75rem;
    margin-bottom: 10px
}

.c3h-about-contact-us-component__description {
    font-size: 1.5rem;
    margin-bottom: 40px;
    font-family: "Rund Text Medium",sans-serif;
    color: #05006d
}

.c3h-portfolio-component {
    background-color: rgba(162,205,255,.1490196078);
    padding: 80px 0
}

.c3h-portfolio-component__description {
    font-family: "Rund Text Medium",sans-serif;
    color: #05006d;
    margin-bottom: 40px;
    font-size: 1.5rem
}

.c3h-portfolio-component__title {
    font-size: 2.25rem;
    margin-bottom: 40px
}

.c3h-portfolio-component .c3h-home-portfolio-component__card-title {
    color: #05006d;
    margin-bottom: 40px
}

.c3h-portfolio-component__button-container {
    text-align: center
}

.c3h-people-component {
    background-color: rgba(162,205,255,.1490196078);
    padding: 80px 0
}

.c3h-people-component__card-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

.c3h-people-component__card-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 10px 0 15px
}

    .c3h-people-component__card-label p {
        margin-bottom: 0;
        font-size: 1.75rem;
        font-family: "Rund Text Bold",sans-serif;
        color: #05006d
    }

.c3h-people-component__card-label-icon {
    height: 40px;
    width: 40px;
    background-color: #0555da;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

    .c3h-people-component__card-label-icon:hover {
        background-color: #05006d
    }

.c3h-press-releases-component {
    background-color: rgba(162,205,255,.1490196078);
    padding: 80px 0
}

.c3h-press-releases-component__search-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 40px
}

.c3h-press-releases-component__search-label {
    color: #fff;
    background-color: #0555da;
    border-radius: 20px;
    padding: 2px 8px;
    font-size: .875rem;
    margin-bottom: 20px
}

.c3h-press-releases-component__search-input, .c3h-press-releases-component__search-select {
    background-color: rgba(0,0,0,0);
    border-radius: 0px;
    border-width: 0 0 1px 0;
    border-color: #05006d !important;
    padding: 6px 0;
    color: #05006d !important;
    font-weight: 700
}

    .c3h-press-releases-component__search-input:focus, .c3h-press-releases-component__search-select:focus {
        background-color: rgba(0,0,0,0);
        box-shadow: none
    }

    .c3h-press-releases-component__search-input::-moz-placeholder, .c3h-press-releases-component__search-select::-moz-placeholder {
        color: #05006d
    }

    .c3h-press-releases-component__search-input::placeholder, .c3h-press-releases-component__search-select::placeholder {
        color: #05006d
    }

.c3h-press-releases-component__search-select-container {
    position: relative
}

    .c3h-press-releases-component__search-select-container .bi {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #05006d
    }

.c3h-press-releases-component__search-select {
    --bs-form-select-bg-img: '\F799' !important
}

.c3h-press-releases-component__pagination-container {
    margin-top: 70px;
    display: flex;
    justify-content: center
}

    .c3h-press-releases-component__pagination-container .pagination .page-item {
        aspect-ratio: 1
    }

        .c3h-press-releases-component__pagination-container .pagination .page-item .page-link {
            background-color: rgba(0,0,0,0);
            border: 0;
            color: #0a0227;
            aspect-ratio: 1;
            height: 40px;
            width: 40px;
            display: flex;
            justify-content: center;
            align-items: center
        }

            .c3h-press-releases-component__pagination-container .pagination .page-item .page-link.disabled {
                color: #999
            }

            .c3h-press-releases-component__pagination-container .pagination .page-item .page-link.active {
                background-color: #0555da;
                border-radius: 50%;
                color: #fff
            }

.c3h-article-detail-component {
    background-color: #ecf5ff;
    padding-top: 80px
}

    .c3h-article-detail-component .c3h-article-detail-component__title {
        margin-bottom: 20px
    }

    .c3h-article-detail-component .c3h-home-newsroom-component__swiper-slide-date {
        color: #05006d;
        margin-bottom: 20px
    }

.c3h-article-detail-component__image {
    width: 100%
}

.c3h-article-detail-component__content-container {
    color: #05006d;
    padding: 40px 0
}

    .c3h-article-detail-component__content-container p:last-child {
        margin-bottom: 0
    }

.c3h-article-detail-component__related-articles {
    padding: 40px 0
}

.c3h-article-detail-component__related-articles-title {
    margin-bottom: 40px
}

.c3h-article-detail-component__share-container {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    padding: 20px 0;
    background-color: #ecf5ff
}

@media(min-width: 992px) {
    .c3h-article-detail-component__share-container {
        padding: 0;
        top: 40px;
        flex-direction: column;
        justify-content: center
    }
}

.c3h-article-detail-component__share-image {
    width: 20px;
    height: 20px
}

.c3h-article-detail-component__share-icon {
    height: 45px;
    width: 45px;
    border: 1px solid #05006d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.navigate-top-component {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background-color: #0555da;
    height: 48px;
    width: 48px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

    .navigate-top-component:hover {
        cursor: pointer
    }

@media(max-width: 576px) {
    .navigate-top-component {
        bottom: 10px;
        right: 10px
    }
}
