body.page-template-template-investor-relation {visibility: hidden; overflow: visible;}
body.page-template-template-investor-relation.loaded {visibility: visible;}

.investor-relation {line-height: 1; padding-top: 0; font-family: "Inter";}
.investor-relation .banner {padding-bottom: 50px; height: 370px;}
.investor-relation .banner .container {display: flex; flex-direction: column; justify-content: flex-end; height: 100%;}
.investor-relation .banner .container h1 {font-size: 36px; margin-bottom: 8px; color: #fff; font-family: "Inter";}
.investor-relation .banner .container p {color: #fff; line-height: 1.4; font-size: 20px; width: 70%; font-family: "Open Sans";}
.investor-relation .menu-container {
    position: sticky;
    top: -44px;
    z-index: 1;
    background-color: #fff;
    padding: 44px 0;
}
body.admin-bar .investor-relation .menu-container {
    top: -12px;
}
.investor-relation .menu-container .menu {
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(5, auto);
    background-color: #F6F6F6;
    padding: 6px 8px;
    border-radius: 8px;
    column-gap: 22px;
}

.investor-relation .menu-container .menu .menu-item {
    text-align: center;
    font-size: 14px;
    place-content: center;
    position: relative;
    padding: 10px 20px;
}

.investor-relation .menu-container .menu .menu-item:not(:last-child):after {
    display: block;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #E6E5E5;
    position: absolute;
    top: 0;
    right: -10px;
}

.investor-relation .menu-container .menu .menu-item a {color: #737373;}
.investor-relation .menu-container .menu .active {
    background-color: #FFE2E4;
    border: 1px solid #D32E36;
    border-radius: 6px;
}

.investor-relation .menu-container .menu .active a {
    color: #D32E36; font-weight: 600;
}
.investor-relation .left-sidebar .menu-item {display: flex; align-items: center; gap: 12px; padding: 12px 0;}
.investor-relation .left-sidebar .menu-item a {font-size: 16px; color: #475569;}
.investor-relation .left-sidebar .menu-item:not(.active) .icon-active {display: none;}
.investor-relation .left-sidebar .menu-item.active .icon-inactive {display: none;}
.investor-relation .left-sidebar .menu-item.active a {color: #D32E36; font-weight: 600;}

.investor-relation .content-area .site-main .entry-content .title {
    font-size: 20px;
    color: #1E293B;
    font-weight: 600;
    margin-bottom: 24px;
}

.investor-relation .content-area .site-main .entry-content .each-child {margin-bottom: 32px;}

.investor-relation .content-area .site-main .entry-content .each-child p {
    color: #475569;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
    text-align: justify;
}

.investor-relation #secondary {
    padding-left: 0;
    position: sticky;
    top: 92px;
    background-color: #fff;
}
body.admin-bar .investor-relation #secondary {
    top: 124px;
}

.investor-relation .download-file {
    padding: 14px;
    border: 1px solid #E6E5E5;
    border-radius: 12px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    column-gap: 20px;
    align-items: center;
}

.investor-relation .download-file .file-icon {width: 40px; height: 40px;}
.investor-relation .download-file strong {color: #737373; font-weight: 500; font-size: 16px; line-height: 26px;}
.investor-relation .content-area .site-main .entry-content .each-child p img {float: none;}
.investor-relation #content-introduction img {width: 100%; aspect-ratio: 21/9; border-radius: 24px; object-fit: cover;}
.investor-relation #content-power-of-attorney .download-file-wrapper {
    width: 47%;
    display: inline-block;
    margin-right: 16px;
}

.investor-relation .filter {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #737373;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid #E6E5E5;
    gap: 10px;
    cursor: pointer;
    width: fit-content;
    margin-left: auto;
}
.investor-relation .filter.active {
    background-color: #FFE2E4;
    color: #D32E36;
    border-color: #D32E36;
}
.investor-relation .filter-wrapper {
    position: relative;
    margin-bottom: 16px;
    display: block;
}
.investor-relation .popup {
    position: absolute;
    top: 100%; /* Appears below the trigger */
    right: 0;
    margin-top: 8px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 9999;
    display: none;
    width: 240px;
}

.investor-relation .popup div {padding: 10px 16px; color: #414651;}
.investor-relation #content-dividend-information table {height: unset !important;}
.investor-relation #content-dividend-information tr:first-child {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 18px;
    height: unset !important;
}

.investor-relation #content-dividend-information tr:first-child td {
    background-color: #D32E36 !important;
    text-align: left !important;
    height: unset !important;
}

.investor-relation #content-public-expose .wp-block-table {display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr);}
.investor-relation #content-public-expose .wp-block-table .item-public-expose {
    border-radius: 12px;
    border: 1px solid #E6E5E5;
    padding: 20px;
}
.investor-relation #content-public-expose .wp-block-table .public-expose-cell-0 {margin-bottom: 12px;}
.investor-relation #content-public-expose .wp-block-table .public-expose-cell-1 {
    margin-bottom: 8px;
    color: #1E293B;
    font-size: 14px;
    font-weight: 600;
}
.investor-relation #content-public-expose .wp-block-table .public-expose-cell-2,
.investor-relation #content-public-expose .wp-block-table .public-expose-cell-3 {
    font-size: 12px;
    color: #737373;
    display: flex;
    align-items: center;
}
.investor-relation #content-public-expose .wp-block-table .public-expose-cell-4 {margin-top: 20px;}
.investor-relation #content-public-expose .wp-block-table .public-expose-cell-0 img {
    aspect-ratio: 2/1;
    object-fit: cover;
    border-radius: 8px;
    width: 100% !important;
}
.investor-relation #content-public-expose .download-file {column-gap: 8px; padding: 12px 8px;}
.investor-relation #content-public-expose .download-file .file-icon {width: 24px; height: 24px}
.investor-relation #content-public-expose .download-file .download-icon {width: 20px; height: 20px}
.investor-relation #content-public-expose .download-file strong {font-size: 12px; line-height: 18px;}
.investor-relation #content-public-expose .wp-block-table .public-expose-cell-2:before,
.investor-relation #content-public-expose .wp-block-table .public-expose-cell-3:before {
    content: "";
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}
.investor-relation #content-public-expose .wp-block-table .public-expose-cell-2:before {
    background-image: url(../images/icon-location.svg);
}
.investor-relation #content-public-expose .wp-block-table .public-expose-cell-3:before {
    background-image: url(../images/icon-calendar.svg);
}
.investor-relation .pagination {
    display: flex;
    width: fit-content;
    column-gap: 20px;
    align-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    user-select: none;
}
.investor-relation .pagination .pages {display: flex; column-gap: 6px;}
.investor-relation .pagination .prev,
.investor-relation .pagination .next {
    font-size: 0;
    padding: 4px;
    border-radius: 6px;
    background-color: #F2F2F2;
    color: #CCCCCC;
    cursor: pointer;
}
.investor-relation .pagination .prev.active,
.investor-relation .pagination .next.active {background-color: #CC0100; color: #fff;}
.investor-relation .pagination .page-item {
    color: #737373;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
}
.investor-relation .pagination .page-item.active {color: #CC0100; background-color: #FFE0DF;}
.investor-relation #content-news-press-release .npi-item {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #E6E5E5;
    font-size: 12px;
    margin-bottom: 16px;
}
.investor-relation #content-news-press-release .npi-item .header {
    display: flex;
    column-gap: 11px;
    align-items: center;
    margin-bottom: 11px;
}
.investor-relation #content-news-press-release .npi-item .header .category {
    color: #D32E36;
    padding: 4px 10px;
    background-color: #FFE2E4;
    border-radius: 6px;
}
.investor-relation #content-news-press-release .npi-item .header .date {color: #808080;}
.investor-relation #content-news-press-release .npi-item .filename {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.625;
    margin-bottom: 5.7px;
}
.investor-relation #content-news-press-release .npi-item .excerpt {
    color: #4F4F4F;
    margin-bottom: 20px;
    line-height: 18px;
}
.investor-relation #content-news-press-release .npi-item .download-file-wrapper {
    width: max-content;
}
.investor-relation #content-news-press-release .download-file {column-gap: 9px; padding: 12px;}
.investor-relation #content-news-press-release .download-file .file-icon {width: 24px; height: 24px}
.investor-relation #content-news-press-release .download-file .download-icon {width: 20px; height: 20px}
.investor-relation #content-news-press-release .download-file strong {font-size: 12px; line-height: 18px;}

.investor-relation #content-annual-report .wp-block-table {
    display: grid; gap: 64px; grid-template-columns: repeat(4, 1fr); overflow-y: hidden; margin-bottom: 0;
}
.investor-relation #content-annual-report .wp-block-table .report-cell-0 img {
    aspect-ratio: 3/4;
    object-fit: cover;
    width: 100% !important;
    margin-bottom: 8px;
}
.investor-relation #content-annual-report .wp-block-table .report-cell-1 {
    font-weight: 600;
    font-size: 16px;
    color: #232323;
    line-height: 26px;
    text-align: center;
    margin-bottom: 20px;
}
.investor-relation #content-annual-report .wp-block-table .report-cell-2 a {
    color: #D32E36;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    border: 1.2px solid #D32E36;
}
.investor-relation #content-general-meeting-of-shareholders img {
    border-radius: 24px;
}
.investor-relation #content-agms-egms-document-archive .wp-block-table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 32px;
    row-gap: 42px;
    overflow-y: hidden;
}
.investor-relation #content-agms-egms-document-archive .wp-block-table .item-gms {
    aspect-ratio: 3/4;
    border-radius: 20px;
    padding: 32px 20px;
    cursor: pointer;
}
.investor-relation #content-agms-egms-document-archive .wp-block-table .item-gms>div {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    align-items: center;
    gap: 8px;
}
.investor-relation #content-agms-egms-document-archive .wp-block-table .item-gms .gms-cell-1 {
    font-size: 14px;
    color: #fff;
}
.investor-relation #content-agms-egms-document-archive .wp-block-table .item-gms .gms-cell-2 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.325;
}
.investor-relation #content-agms-egms-document-archive .wp-block-table .item-gms .gms-cell-3::backdrop {
    opacity: 0.6;
    background: #000;
}
.investor-relation #content-agms-egms-document-archive .wp-block-table .item-gms .gms-cell-3 {
    border: 0;
    border-radius: 24px;
    width: 72%;
    padding: 72px;
}
.investor-relation #content-agms-egms-document-archive .wp-block-table .item-gms .gms-cell-3 .dialog-content {
    display: grid;
    grid-template-columns: 4fr 5fr;
    column-gap: 24px;
}
.investor-relation #content-agms-egms-document-archive .wp-block-table .item-gms .gms-cell-3 .dialog-content>div:first-child {
    display: flex;
    flex-direction: column;
}
.investor-relation #content-agms-egms-document-archive .item-gms .gms-cell-3 .dialog-content>div:first-child img {
    width: 100% !important;
    aspect-ratio: 16/9;
    border-radius: 12px;
    margin-bottom: 24px;
    object-fit: cover;
}
.investor-relation #content-agms-egms-document-archive .item-gms .gms-cell-3 .dialog-content>div:first-child .dialog-title {
    color: #D32E36;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}
.investor-relation #content-agms-egms-document-archive .item-gms .gms-cell-3 .dialog-content>div:first-child .dialog-year {
    color: #1E293B;
    font-size: 16px;
}
.investor-relation #content-agms-egms-document-archive .download-file {column-gap: 8px; padding: 12px; margin-bottom: 12px;}
.investor-relation #content-agms-egms-document-archive .download-file .file-icon {width: 24px; height: 24px;}
.investor-relation #content-agms-egms-document-archive .download-file .download-icon {width: 20px; height: 20px;}
.investor-relation #content-agms-egms-document-archive .download-file strong {font-size: 12px; line-height: 18px;}
html.modal-open {
  overflow: hidden;
}
.investor-relation #content-agms-egms-document-archive .close {
    position: absolute;
    top: 24px;
    right: 24px;
}

.investor-relation #content-information-or-material-fact .imf-item {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #E6E5E5;
    font-size: 12px;
}
.investor-relation #content-information-or-material-fact .imf-item .header {
    display: flex;
    column-gap: 11px;
    align-items: center;
    margin-bottom: 11px;
}
.investor-relation #content-information-or-material-fact .imf-item .header .category {
    color: #D32E36;
    padding: 4px 10px;
    background-color: #FFE2E4;
    border-radius: 6px;
}
.investor-relation #content-information-or-material-fact .imf-item .header .date {color: #808080;}
.investor-relation #content-information-or-material-fact .imf-item .filename {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.625;
    margin-bottom: 5.7px;
}
.investor-relation #content-information-or-material-fact .imf-item .excerpt {
    color: #4F4F4F;
    margin-bottom: 20px;
    line-height: 18px;
}
.investor-relation #content-information-or-material-fact .imf-item .download-file-wrapper {
    width: max-content;
}
.investor-relation #content-information-or-material-fact .imf-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.investor-relation #content-information-or-material-fact .download-file {column-gap: 9px; padding: 12px; width: max-content}
.investor-relation #content-information-or-material-fact .download-file .file-icon {width: 24px; height: 24px}
.investor-relation #content-information-or-material-fact .download-file .download-icon {width: 20px; height: 20px}
.investor-relation #content-information-or-material-fact .download-file strong {font-size: 12px; line-height: 18px;}
.investor-relation #content-financial-report-2 .fr-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.investor-relation #content-financial-report-2 .download-file strong {font-size: 16px;}

.investor-relation .inactive-page,
.investor-relation .inactive-filter {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .investor-relation {
        margin-bottom: 0;
    }
    .investor-relation #secondary,
    body.admin-bar .investor-relation #secondary {
        margin-top: 0;
        top: 69.6px;
        padding-top: 12px;
        z-index: 1;
    }
    .investor-relation #secondary .left-sidebar {
        padding: 0;
    }
    .investor-relation #secondary .menu {
        display: none;
    }
    .investor-relation #secondary .menu-mobile {
        display: block;
    }
    .investor-relation .banner {
        height: 195px;
        padding: 32px 23px;
    }
    .investor-relation .banner .container h1 {
        font-size: 20px;
    }
    .investor-relation .banner .container p {
        font-size: 12px;
        line-height: 18px;
        width: 100%;
    }
    .investor-relation .menu-container,
    body.admin-bar .investor-relation .menu-container {
        padding: 22px 0;
        top: -22px;
    }
    .investor-relation .menu-container .menu {
        overflow-x: scroll;
    }
    .investor-relation .menu-container .menu::-webkit-scrollbar {
        display: none;
    }
    .investor-relation .menu-container .menu .menu-item a {
        white-space: nowrap;
        font-size: 12px;
    }
    .investor-relation .menu-container .menu .menu-item {
        padding: 10px;
    }
    .investor-relation .content-area .site-main,
    .investor-relation .content-area .site-main .entry-content {
        margin-top: 0;
    }
    .investor-relation .content-area .site-main .entry-content::-webkit-scrollbar {
        display: none;
    }
    .investor-relation .content-area .site-main .entry-content .title {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .investor-relation .content-area .site-main .entry-content .each-child p {
        font-size: 12px;
        line-height: 1.5;
    }

    .investor-relation .download-file .file-icon {width: 24px; height: 24px;}
    .investor-relation .download-file .download-icon {width: 20px; height: 20px;}
    .investor-relation .download-file strong {font-size: 12px;}
    .investor-relation .download-file {column-gap: 12px; padding: 10px;}

    .investor-relation #content-public-expose .download-file .download-icon {width: 14px; height: 14px}
    .investor-relation #content-news-press-release .download-file .download-icon {width: 14px; height: 14px}
    .investor-relation #content-agms-egms-document-archive .download-file .download-icon {width: 14px; height: 14px;}
    .investor-relation #content-information-or-material-fact .download-file .download-icon {width: 14px; height: 14px}

    .investor-relation #content-introduction img {
        border-radius: 12px;
    }

    .investor-relation .filter {
        font-size: 12px;
        padding: 6px 8px;
    }
    .investor-relation .filter svg {
        width: 11px;
    }
    .investor-relation #content-dividend-information tr:first-child td {
        position: sticky;
        top: 0;
    }
    .investor-relation #content-public-expose .wp-block-table {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .investor-relation #content-public-expose .wp-block-table .item-public-expose {
        padding: 10px;
    }
    .investor-relation #content-public-expose .wp-block-table .public-expose-cell-1 {
        font-size: 12px;
    }
    .investor-relation #content-public-expose .wp-block-table .public-expose-cell-2,
    .investor-relation #content-public-expose .wp-block-table .public-expose-cell-3 {
        font-size: 10px;
    }
    .investor-relation #content-public-expose .wp-block-table .public-expose-cell-2:before,
    .investor-relation #content-public-expose .wp-block-table .public-expose-cell-3:before {
        width: 16px;
        height: 16px;
        background-size: contain;
    }
    .investor-relation #content-public-expose .wp-block-table .public-expose-cell-4 {
        margin-top: 12px;
    }
    .investor-relation #content-public-expose .download-file strong {
        font-size: 8px;
        line-height: 12px;
    }

    .investor-relation #content-news-press-release .npi-item {
        font-size: 10px;
        padding: 14px;
    }
    .investor-relation #content-news-press-release .npi-item .filename {
        font-size: 12px;
        line-height: 1;
    }
    .investor-relation #content-news-press-release .npi-item .excerpt {
        margin-bottom: 14px;
        line-height: 14px;
    }
    .investor-relation #content-news-press-release .download-file strong {font-size: 10px;}

    .investor-relation #content-annual-report .wp-block-table {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .investor-relation #content-annual-report .wp-block-table .report-cell-1 {
        font-size: 14px;
        margin-bottom: 12px;
        line-height: 1;
    }
    .investor-relation #content-annual-report .wp-block-table .report-cell-2 a {
        font-size: 12px;
    }

    .investor-relation #content-general-meeting-of-shareholders img {
        border-radius: 12px;
    }
    .investor-relation #content-power-of-attorney .download-file-wrapper {
        width: 100%;
        margin-bottom: 8px;
    }
    
    .investor-relation #content-agms-egms-document-archive .wp-block-table {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .investor-relation #content-agms-egms-document-archive .wp-block-table .item-gms .gms-cell-2 {
        font-size: 14px;
    }
    .investor-relation #content-agms-egms-document-archive .wp-block-table .item-gms {
        border-radius: 12px;
        padding: 12px 18px;
    }
    .investor-relation #content-agms-egms-document-archive .wp-block-table .item-gms .gms-cell-3 {
        width: 93%;
        padding: 12px;
        padding-top: 36px;
        border-radius: 12px;
    }
    .investor-relation #content-agms-egms-document-archive .close {
        width: 24px;
        height: 24px;
        top: 8px;
        right: 8px;
    }
    .investor-relation #content-agms-egms-document-archive .wp-block-table .item-gms .gms-cell-3 .dialog-content {
        grid-template-columns: 1fr;
        row-gap: 12px;
    }
    .investor-relation #content-agms-egms-document-archive .item-gms .gms-cell-3 .dialog-content>div:first-child img {
        margin-bottom: 12px;
    }
    .investor-relation #content-agms-egms-document-archive .item-gms .gms-cell-3 .dialog-content>div:first-child .dialog-title {
        font-size: 16px;
    }
    .investor-relation #content-agms-egms-document-archive .item-gms .gms-cell-3 .dialog-content>div:first-child .dialog-year {
        font-size: 12px;
    }

    .investor-relation #content-information-or-material-fact .imf-items {
        grid-template-columns: 1fr;
    }
    .investor-relation #content-information-or-material-fact .imf-item {
        font-size: 10px;
        padding: 12px;
    }
    .investor-relation #content-information-or-material-fact .imf-item .filename {
        font-size: 12px;
        line-height: 1;
    }
    .investor-relation #content-information-or-material-fact .download-file strong {
        font-size: 10px;
    }
    .investor-relation #content-information-or-material-fact .imf-item .excerpt {
        line-height: 14px;
    }

    .investor-relation #content-financial-report-2 .fr-items {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .investor-relation #content-financial-report-2 .download-file strong {
        font-size: 12px;
    }
}