body {
    background: #002e6f;
    padding-top: 130px;
}
.custom-navbar {
    z-index: 666;
    width: 100%;
    height: 90px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, .97);
    border-bottom-right-radius: 3vw;
    border-bottom-left-radius: 3vw;
    justify-content: space-between;
    align-items: center;
    padding: 2vw 3vw;
    display: flex;
    position: fixed;
    top: -90px;
    bottom: auto;
    left: 0%;
    right: 0%;
    transition-duration: 0.5s;
}
.custom-navbar  a.menu-item {
    font-family: "Nunito Sans", sans-serif;
    color: #002e6f;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 800;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 24px;
    float: left;
}
.custom-navbar .lang-container {
    float: left;
    margin-right: 20px;
    padding-top: 9px;
    height: 50px;
    text-decoration: none;
}
.custom-navbar .lang-container a {
    text-decoration: none !important;
}
.custom-navbar .lang-container img {
    height: 30px;
    float: left;
    margin-left: 10px;
    opacity: 0.8;
    filter: grayscale(1);
}
.custom-navbar .lang-container img:hover {
    filter: grayscale(0);
    opacity: 1;
}
.custom-navbar .lang-container img.active {
    filter: grayscale(0);
    opacity: 1;
}
.custom-navbar a.menu-item.cta {
    float: right;
    padding-right: 0px;
    color: #00a3ff;
}
.custom-navbar  a.menu-item:hover {
    color: #cdc3ff;
}
.custom-navbar.display {
    top: 0;
    transition-duration: 0.5s;
}
.ir-menu {
    height: auto;
    min-height: 300px;
    overflow: hidden;
    padding: 3vw;
    width: 100%;
    border-radius: 3vw;
    background-color: rgba(255, 255, 255, 1);
    backdrop-filter: blur(10px);
    margin-bottom: 60px;
}
.release-panel {
    background-color: #fff;
    border-radius: 3vw;
    height: auto;
    padding: 3vw;
    min-height: 20px;
    overflow: hidden;
}
.release-panel h1 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 36px;
    color: #002e6f;
}
.release-panel .text-formatter {
    font-family: "Nunito Sans", sans-serif !important;
    color: rgb(0, 46, 111) !important;
    font-size: 13px;
}
.release-panel .text-formatter * {
    font-family: "Nunito Sans", sans-serif !important;
    color: #002e6f !important;
}
.ir-menu a.ir-link {
    height: 40px;
    width: 100%;
    line-height: 40px;
    display: block;
    font-family: "Nunito Sans", sans-serif;
    float: left;
    font-weight: 500;
    color: #002e6f;
    text-decoration: none;
    opacity: 0.6;
    transition-duration: 0.2s;
}
.ir-menu a.ir-link.sublink {
    padding-left: 20px;
    font-size: 15px;
    margin-bottom: 5px;
    border-left: 2px dashed #002e6f87;
}
.ir-menu a.ir-link:hover {
    opacity: 0.9;
    transition-duration: 0.2s;
}
.ir-menu a.ir-link.active {
    opacity: 1;
    font-weight: 700;
    transition-duration: 0.2s;
}
.custom-navbar .logo {
    max-width: 230px;
    float: left;
    width: 15.8vw;
    margin-top: -1px;
    margin-right: 10px;
}
#cookit {
    background-color: white !important;
}
p#cookit-message {
    font-family: "Nunito Sans", sans-serif !important;
    color: #002e6f !important;
    font-size: 13px;
    font-weight: 500;
}
#cookit #cookit-container a {
    color: #005ac7 !important;
    font-size: 13px !important;
    font-family: "Nunito Sans", sans-serif !important;
    font-weight: 800;
}
#cookit #cookit-container a#cookit-button {
    font-family: "Nunito Sans", sans-serif !important;
    font-weight: 800;
    font-size: 15px !important;
    background-color: #002e6f !important;
    color: white !important;
    text-decoration: none;
}
.dashboard-hero {
    width: 100%;
    min-height: 300px;
    height: 40vh;
    display: flex;
    align-items: center;
    border-radius: 3vw;
    background-image: url('../img/team.jpg');
    background-size: cover;
    background-position: center;
}
.dashboard-hero h1 {
    color: white;
    width: 100%;
    font-size: 4rem;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
    line-height: 70%;
    text-align: center;
}
.dashboard-hero h1 small {
    font-weight: 400;
    font-size: 2.3rem;
}
img.studio {
    width: 100%;
}

.shareholder-row {
    width: 100%;
    height: auto;
    min-height: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    transition-duration: 0.3s;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
}
.shareholder-row h4 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    margin-bottom: -2px;
    color: #002e6f;
    font-weight: 700;
}
.shareholder-row .percent {
    font-family: "Nunito Sans", sans-serif;
    color: #005ac7;
    font-weight: 600;
    font-size: 12px;
}
.shareholder-row .percent small {
    opacity: 0.7;
}
.shareholder-row .percent.right {
    text-align: right;
    width: 100%;
    display: block;
    margin-top: 5px;
}
.shareholder-row .percentVisual {
    width: 100%;
    height: 10px;
    margin-top: 5px;
    border-radius: 100px;
    background-color: #dce9ee;
    overflow: hidden;
}
.shareholder-row .percentVisual .shares {
    height: 10px;
    background-color: #002e6f;
    float: left;
    border-radius: 50px 0px 0px 50px;
}
.shareholder-row .percentVisual .votes {
    height: 10px;
    border-radius: 0px 50px 50px 0px;
    background-color: #005ac7;
    float: right;
}
.release-container {
    width: 100%;
    height: auto;
    min-height: 20px;
    overflow: hidden;
    position: relative;
}
.download-panel {
    width: 130px;
    height: 130px;
    margin-top: 20px;
    background-color: rgba(159, 167, 215, 0.09);
    border-radius: 18px;
    border: 2px #9fa7d7 dashed;
    display: flex;
    align-items: center;
    float: left;
    margin-right: 15px;
}
.download-panel:hover {
    background-color: rgba(159, 167, 215, 0.2);
}
.download-panel img.icon {
    display: block;
    width: 30px;
    margin-left: auto;
    margin-bottom: 5px;
    margin-right: auto;
}
.download-panel .container {
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    color: #005ac7;
    font-weight: 600;
    font-size: 12px;
}
.index-panel {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: white;
    overflow: hidden;
    border-radius: 3vw;
}
.index-panel .release-banner {
    width: 100%;
    aspect-ratio: 1920/1080;
    border-radius: 0px 0px 3vw 3vw;
    background-image: url("../img/pm-banner.svg");
    background-size: cover;
    background-position: center;
}
.index-panel h4 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 23px;
    color: #002e6f;
}
.index-panel h4 a:hover {
    color: #cdc3ff;
}
.index-panel h4 a {
    color: #002e6f;
    text-decoration: none;
}
.index-panel p.date {
    font-family: "Nunito Sans", sans-serif;
    font-size: 13px;
    color: #002e6f;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    float: left;
    font-weight: 600;
    text-decoration: none;
    opacity: 0.7;
}
.index-panel a.readmore {
    color: #ebeef1;
    line-height: 40px;
    font-family: "Nunito Sans", sans-serif;
    text-decoration: none;
    background-color: #002e6f;
    border-radius: 17px;
    width: fit-content;
    display: block;
    height: 40px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 50px;
    font-weight: 900;
}
.index-panel a.readmore:hover {
    cursor: pointer;

}
.index-panel .content {
    padding: 30px;
}
h1.page-title {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 36px;
    color: #fff;
    margin-bottom: 18px;
}

.board-panel {
    width: 100%;
    position: relative;
    min-height: 20px;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
    border-radius: 18px;
}
.board-panel .title-container {
    width: 100%;
    height: auto;
    min-height: 80px;
    overflow: hidden;
    border-bottom: 2px solid rgba(2, 46, 108, 0.22);
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.ca_logo {
    width: 100%;
    margin-bottom: 40px;
    max-width: 240px;
}
.board-panel .title-container .profile-image {
    width: 50px;
    height: 50px;
    background-color: #eee;
    border-radius: 100px;
    background-size: cover;
    margin-top: 3px;
    background-position: center;
    float: left;
}
.board-panel p.description {
    font-family: "Nunito Sans", sans-serif;
    font-size: 13px;
    color: #002e6f;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    float: left;
    font-weight: 600;
    text-decoration: none;
}
.board-panel .holding-container {
    font-family: "Nunito Sans", sans-serif;
    padding: 10px;
    border-radius: 9px;
    float: left;
    width: 100%;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    align-items: center;
    color: white;
    height: auto;
    background-color: #002e6f;
    margin-top: 20px;
    margin-bottom: 5px;
}
.board-panel .dependent-container {
    font-family: "Nunito Sans", sans-serif;
    padding: 10px;
    border-radius: 9px;
    float: left;
    width: 100%;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    align-items: center;
    color: #002e6f;
    margin-bottom: 5px;
    height: auto;
    border: 2px dashed rgba(0, 46, 111, 0.25);
}
.board-panel .title-container h4 {
    float: left;
    width: calc(100% - 60px);
    margin-left: 10px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 19px;
    color: #002e6f;
    line-height: 100%;
}

.board-panel .title-container h4 small {
    line-height: 0px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    color: #002e6f;
    opacity: 0.6;
    font-size: 13px;
}

.table th {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 14px;
    color: #002e6f;
    text-align: left;
    padding: 10px;
}
.table td {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #002e6f;
    text-align: left;
    padding: 10px;
}
.footer {
    background-color: #fff;
    color: #002e6f;
    border-radius: 3vw 3vw 0 0;
    padding-top: 8vw;
    margin-top: 4vw;
    padding-bottom: 5vw;
}
.mobile-menu {
    display: none;
    position: fixed;
    height: 80px;
    position: fixed;
    background-color: #002e6f;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0vw 0vw 3vw 3vw;
}
.menu-trigger {
    position: absolute;
    width: 40px;
    right: 28px;
    height: 80px;
    top: 0;
}
.mobile-logo {
    height: 39.07px;
    position: absolute;
    left: 31px;
    margin-top: 18px;
}
.mobile-navigation {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #002e6f;
    transform: translateX(100vw);
    transition-duration: 0.2s;
}
.mobile-navigation.display {
    transform: translateX(0);
    transition-duration: 0.2s;
}
.mobile-navigation .menu-wrapper {
    padding: 27.3px;
}
.mobile-navigation .menu-wrapper a.menu-item {
    display: block;
    float: left;
    width: 100%;
    font-family: "Nunito Sans", sans-serif;
    color: white;
    font-size: 1.4rem;
    font-weight: 800;
    text-decoration: none;
    margin-bottom: 10px;
}
.mobile-navigation .close-button {
    position: absolute;
    width: 40px;
    right: 28px;
    height: 80px;
    top: 0;
}
@media screen and (max-width: 992px) {
    .dashboard-hero h1 {
        line-height: 100%;
        font-size: 3rem;
    }
    .mobile-menu {
        display: block;
    }
    .dashboard-hero {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-top: -70px;
    }
    .custom-navbar {
        display: none;
    }
    .custom-navbar a.menu-item {
        display: none;
    }
    .custom-navbar .logo {
        width: 195px;
    }
    .custom-navbar .lang-container {
        display: none;
    }
    .ir-menu.desktop {
        display: none;
    }
    body {
        padding-bottom: 70px;
    }
}

