@font-face {
    font-family: Bliss Regular;
    src: url('../fonts/Bliss 2/Bliss2Rg.otf');
}

@font-face {
    font-family: Inter;
    src: url('../fonts/Inter.ttf');
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.container-content:before,
.container-content:after {
    content: " ";
    display: table;
}

.wrapper {
    overflow: hidden;
    position: relative;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.cotainer-content:after {
    clear: both;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Bliss Regular;
}

p {
    font-family: Bliss Regular;
}

label,
span,
ul,
li,
input {
    font-family: Bliss Regular;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #858585;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #858585;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #858585;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #858585;
}

.img-responsive {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img {
    vertical-align: middle;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: #ffffff;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-header {
    padding: 0 80px;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100vh;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    background-clip: padding-box;
    outline: 0;
    padding: 0;
    height: 100%;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.show {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.modal-body {
    position: relative;
    padding: 0;
    padding-right: 0;
}

#profil-resiko-modal .modal-content {
    border-radius: 26px;
}

#profil-resiko-modal .modal-dialog {
    height: auto;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
    width: 700px;
    margin: 0 auto;
}

.close {
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    outline: none;
    z-index: 9;
    cursor: pointer;
    line-height: 35px;
    float: right;
    right: 30px;
    top: 20px;
}

.nav {
    background-color: rgb(0 0 0 / 70%);
    padding: 0 30px;
    position: fixed;
    width: 100%;
    z-index: 999;
    backdrop-filter: blur(6px);
}

.logo {
    float: left;
    width: 155px;
    padding: 10px 0;
}

.menu {
    text-align: center;
    float: left;
    width: calc(100% - 255px);
}

.menu-lang {
    float: left;
    width: 100px;
    text-align: right;
    padding: 39px 0;
}

.menu ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    letter-spacing: 0.4px;
    top: 2px;
}

.menu ul li a {
    padding: 35px 24px;
    display: block;
    color: #ffffff;
}

.menu ul li:first-child a {
    padding-left: 0;
}

.menu ul li:last-child a {
    padding-right: 0;
}

.search-bar {
    padding: 90px;
    padding-bottom: 45px;
}

.search-bar input {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 8px 36px 8px 12px;
    font-size: 12px;
    line-height: 15px;
    color: #a1a1aa;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

.modal-body .berita-list {
    background-color: #f7f7f7;
    padding-top: 45px;
}

.content-hero {
    position: absolute;
    z-index: 99;
    bottom: 115px;
    width: 100%;
    padding-left: 10%;
    padding-right: 30px;
}

.banner-image {
    position: relative;
}

.title-hero {
    float: left;
    width: 50%;
}

.description-hero {
    float: left;
    width: 50%;
    );
}

.title-hero h1 {
    font-size: 48px;
    color: #ffffff;
}

.description-hero ul li {
    display: inline-block;
    margin-right: 12px;
}

.description-hero h2 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 15px;
}

.description-hero ul {
    margin-bottom: 30px;
}

.content-hero:before {
    content: '';
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 80%) 100%);
    bottom: -115px;
    position: absolute;
    width: 100%;
    height: 520px;
    left: 0;
}

.content-hero .row {
    position: relative;
}

.banner-image img.hero-img {
    width: 100%;
}

.description-hero ul li:first-child img {
    border-radius: 50%;
    background-color: #52555c;
    padding: 7px;
}

.description-hero ul li img {
    margin-right: 10px;
}

.description-hero ul li a {
    color: #ffffff;
    font-size: 14px;
}

.container {
    margin: 0 auto;
    width: 1115px;
    position: relative;
}

.trimegah-award-section {
    padding: 90px 0;
    background-image: url(../images/default/award-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.trimegah-award-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/icon/background-overlay-1.png);
    top: 0;
    left: 0;
}

.trimegah-award-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/icon/background-overlay-1.png);
    transform: rotate(180deg);
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.header-award-section {
    color: #ffffff;
    width: 910px;
    margin: 0 auto;
    margin-bottom: 50px;
    z-index: 9;
    position: relative;
    text-align: center;
}

.header-award-section h2 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Inter';
    margin-bottom: 30px;
}

.header-award-section p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Inter';
    text-align: justify;
}

.awards {
    margin-bottom: 160px;
    z-index: 9;
    position: relative;
}

.awards h3 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Inter';
    margin-bottom: 30px;
}

.column-3 {
    float: left;
    width: calc(33.333333333% - 20px);
    margin: 0 10px;
}

.row.grid.awards-grid {
    margin: 0 -10px;
    z-index: 9;
    position: relative;
}

.awards-grid .column-3 {
    background-color: rgb(0 82 156 / 40%);
    backdrop-filter: blur(6px);
    min-height: 392px;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #00529C;
    color: #ffffff;
    position: relative;
    padding-top: 115px;
}

.awards-grid .column-3 img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -111px;
    object-fit: contain;
    width: 146px;
    height: 200px;
}

.awards-grid .column-3 h3 {
    font-family: 'Inter';
    font-size: 19px;
    margin-bottom: 22px;
}

.column-3 p {
    font-family: 'Inter';
    font-size: 17px;
}

.column-3 span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    font-family: 'Inter';
    font-size: 15px;
}

/* .awards-grid .column-3:first-child img {
    top: -170px;
} */
.why-trimegah-section {
    background-color: #000000;
    color: #ffffff;
    padding: 90px 0;
}

.row.grid.why-grid {
    margin: 0 -10px;
    position: relative;
}

.why-trimegah-section h2 {
    font-family: 'Inter';
    text-align: center;
    font-size: 62px;
    margin-bottom: 50px;
    position: relative;
}

.why-trimegah-section h2:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 80%) 100%);
}

.row.grid-img-why img {
    width: 95px;
    float: left;
    padding: 15px;
    z-index: 9;
    position: relative;
}

/* .row.grid-img-why:before{
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background-image: url(../images/icon/bg-rounded.png);
    background-size: 100%;
    background-repeat: no-repeat;
    top: 35px;
} */
.row.grid-img-why h3 {
    float: left;
    width: calc(100% - 95px);
    font-size: 24px;
    font-family: 'Inter';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 95px;
}

.row.grid-img-why {
    padding: 15px 5px;
    position: relative;
}

.why-trimegah-section .column-3 {
    background-color: #121212;
    min-height: 330px;
    margin-bottom: 20px;
}

.why-trimegah-section .column-3 p {
    padding: 25px 0;
    text-align: justify;
    margin: 0 15px;
    border-top: 1px solid rgb(255 255 255 / 8%);
    font-size: 18px;
    line-height: 23px;
}

.journey-homepage-section {
    text-align: center;
    background-image: url(../images/default/journey-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    color: #ffffff;
    padding-top: 300px;
    padding-bottom: 150px;
}

.journey-homepage-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #00000080;
    top: 0;
}

.journey-homepage-section h2 {
    font-size: 62px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 30px;
}

.journey-homepage-section p {
    font-family: 'Inter';
    font-size: 17px;
    margin-bottom: 30px;
}

.journey-homepage-section .row {
    margin: 0 auto;
    width: 785px;
}
.journey-homepage-section span.btn-plain {
    display: none;
}
.journey-homepage-section p a {
    color: #ffffff;
    text-decoration: underline;
}

span.btn-white {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    background-color: #ffffff;
    border-radius: 30px;
}

span.btn-white a {
    padding: 15px 50px;
    display: block;
    color: #434343;
}

span.btn-plain {
    display: block;
    margin-top: 30px;
    font-size: 18px;
}

span.btn-plain a {
    color: #ffffff;
}

.planning-homepage-section {
    padding: 80px 0;
    text-align: center;
    background-color: #000000;
}

.planning-homepage-section h2 {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 50px;
}

.planning-homepage-section h2 span {
    color: #F47D20;
}

.slider-homepage-section {
    position: relative;
}

.slider-homepage-section .swiper-slide img {
    width: 100%;
    border-radius: 8px;
}

.swiper.slider-small-homepage {
    position: relative;
    z-index: 9;
    bottom: 0;
    padding: 40px 0;
    margin: 0 40px;
}

.swiper.slider-small-homepage .swiper-slide {
    width: auto;
}

@media (max-width: 768px) {
    .swiper.slider-small-homepage {
        margin: 0 16px;
        padding: 24px 0;
    }
}

.swiper.slider-big-homepage .swiper-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    z-index: 9;
}

.content-gallery-homepage {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
    padding: 60px;
}

.content-gallery-homepage h3 {
    font-family: 'Inter';
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 20px;
}

.content-gallery-homepage img {
    padding: 10px;
    background-color: #6d6d6d;
    border-radius: 50%!important;
    width: 35px !important;
    margin-right: 12px;
}
.panel p a {
    color: #858585;
    text-decoration: underline;
}
.content-gallery-homepage span a {
    color: #ffffff;
    font-size: 21px;
}

.wrapper-bottom-slide {
    background-color: rgb(0 0 0 / 35%);
    backdrop-filter: blur(6px);
}

.swiper-button-next,
.swiper-button-prev {
    color: #ffffff;
}

.lang li {
    display: inline-block;
    font-weight: bold;
}

.lang li a {
    padding: 8px 14px;
    color: #ffffff;
    font-size: 15px;
}

.lang li.active a {
    color: #434343;
    background-color: #fff;
    border-radius: 30px;
}

.blog-homepage {
    background-color: #FAFAFA;
    padding: 90px 0;
}

.blog-homepage h2 {
    text-align: center;
    font-size: 48px;
    color: #434343;
    font-family: 'Inter';
    margin-bottom: 35px;
}

.grid-blog-wrapper {
    margin: 0 -10px;
    margin-bottom: 40px;
}

.blog-card {
    width: 33.3333333%;
    float: left;
    padding: 0 10px;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.blog-card-image {
    height: 205px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.blog-card-content- {
    padding: 18px;
    background-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.blog-card-content- .date {
    color: #CCCCCC;
    text-transform: capitalize;
    font-family: 'Inter';
    margin-bottom: 15px;
    display: block;
}

.blog-card-content- h3 {
    font-family: 'Inter';
    font-size: 20px;
    margin-bottom: 40px;
}

.blog-card-content- .btn-blog {
    display: block;
    text-align: left;
}

.blog-card-content- .btn-blog a {
    color: #858585;
    font-family: 'Inter';
}

.blog-homepage h4 {
    text-align: center;
    display: block;
    clear: both;
    font-family: 'Inter';
}

.blog-homepage h4 a {
    color: #434343;
}

.newsletter {
    width: 800px;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    margin: 0 auto;
    margin-top: 70px;
}

.title-newsletter {
    float: left;
    width: calc(100% - 450px);
}

.form-newsletter {
    float: left;
    width: 450px;
    position: relative;
}

.form-newsletter input {
    width: 100%;
    background-color: rgb(0 0 0 / 4%);
    color: #858585;
    padding: 30px 20px;
    border: 0;
    font-family: 'Inter';
    border-radius: 15px;
    padding-right: 90px;
}

.title-newsletter h3 {
    font-size: 20px;
    font-family: 'Inter';
    margin-top: 13px;
}

.form-newsletter button {
    border: 0;
    background-color: #F47D20;
    padding: 15px;
    position: absolute;
    right: 12px;
    top: 12px;
    border-radius: 5px;
}

.mitra-distribusi-section {
    padding: 90px;
    text-align: center;
}

.mitra-distribusi-section h2 {
    font-size: 62px;
    font-family: 'Inter';
    color: #434343;
    font-weight: 500;
    margin-bottom: 15px;
}

.mitra-distribusi-section h2 span {
    color: #00529C;
}

.mitra-distribusi-section p {
    font-size: 20px;
    color: #858585;
    margin-bottom: 60px;
}

.row.wrapper-bank-name h3 {
    font-size: 24px;
    color: #434343;
    font-family: 'Inter';
    font-weight: 500;
}

.row.wrapper-bank-name .grid-bank-image:last-child {
    padding: 0 85px;
    border-bottom: 1px solid #F47D20;
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.card-bank-image {
    float: unset;
    width: 157px;
    vertical-align: middle;
}

.card-bank-image img {
    vertical-align: middle;
    padding: 15px;
    width: 100%;
    height: 135px;
    object-fit: contain;
}

.row.wrapper-bank-name .grid-bank-image:last-child .card-bank-image {
    width: 157px;
}

.row.wrapper-bank-name {
    margin-top: 45px;
}

.row.wrapper-bank-name:last-child .grid-bank-image:last-child {
    border: 0;
}

.footer {
    padding: 90px 0;
    border-top: 1px solid #EAEAEA;
    padding-bottom: 0;
}

.footer h3 {
    color: #00529C;
    font-family: 'Inter';
    font-weight: 500;
    margin-bottom: 15px;
}

.grid-menu {
    width: 220px;
    float: left;
    padding-right: 83px;
}

.grid-address {
    width: calc(75% - 440px);
    float: left;
    padding-right: 110px;
}

.grid-socmed {
    float: left;
    width: 25%;
}

.footer li {
    font-size: 14px;
    margin-bottom: 15px;
    font-family: 'Inter';
    font-weight: 500;
    color: #434343;
}

.footer li a {
    display: block;
    color: #434343;
}

.grid-address img {
    vertical-align: middle;
    float: left;
    margin-right: 8px;
}

.grid-address ul li span {
    font-size: 14px;
    margin-bottom: 15px;
    font-family: 'Inter';
    font-weight: 500;
    color: #858585;
}

.grid-menu .row {
    margin-bottom: 10px;
}

.grid-socmed ul li {
    display: inline-block;
    margin-right: 20px;
}

.grid-socmed ul {
    margin-bottom: 40px;
}

.ojk-footer {
    float: left;
    width: 50%;
    padding-right: 8px;
}

.ojk-footer img {
    width: 100%;
    height: 30px;
    object-fit: contain;
    margin-bottom: 6px;
    object-position: left;
}

.ojk-footer span a {
    color: #F47D20;
    text-decoration: underline;
}

.ojk-footer span {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 500;
}

.ojk-footer:last-child {
    padding-left: 20px;
}

.row.grid-copyright {
    padding-top: 36px;
    margin: 50px 0;
    border-top: 1px solid #EAEAEA;
}

.content-watermark {
    width: calc(100% - 160px);
    float: left;
}

.image-watermark {
    float: left;
    width: 160px;
}

.image-watermark img {
    width: 100%;
}

.content-watermark h2 {
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 500;
    margin-bottom: 15px;
}

.content-watermark p {
    color: #858585;
    font-size: 13px;
    font-family: 'Inter';
    font-weight: 500;
}

.profile-perusahaan {
    background-color: #161616;
    padding: 90px 0;
    padding-top: 140px;
    color: #EAEAEA;
}

.grid-content-profile {
    float: left;
    width: 100%;
    padding-left: 0;
    text-align: justify;
}

.grid-title-profile {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.profile-perusahaan .grid-title-profile h2 {
    font-size: 48px;
    font-family: 'Inter';
    font-weight: 500;
    margin-bottom: 15px;
}

.profile-perusahaan .grid-title-profile span {
    font-family: 'Inter';
    font-weight: 500;
    color: #858585;
    font-size: 21px;
}

.profile-perusahaan .grid-content-profile p {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 40px;
}

.struktur-organisasi h3 {
    font-size: 44px;
    text-align: center;
    font-family: 'Inter';
    font-weight: 500;
    color: #434343;
    margin-bottom: 10px;
}

.struktur-organisasi p {
    font-size: 18px;
    color: #858585;
    text-align: center;
    font-family: 'Inter';
    font-weight: 500;
    margin-bottom: 30px;
}

.struktur-organisasi {
    padding: 90px 0;
    padding-bottom: 0;
}

.wrapper-struktur-organisasi img {
    width: 100%;
}

.wrapper-struktur-organisasi {
    background: linear-gradient(180deg, rgba(245, 245, 245, 1) 70%, rgb(32 119 189 / 10%) 100%);
    padding: 50px 0;
}

.wrapper-list-award .awards-grid .column-3 {
    width: calc(25% - 20px);
    background-color: #ffffff;
    backdrop-filter: none;
    border: 0;
    border-bottom: 2px solid #F47D20;
    border-radius: 0;
    box-shadow: 3px 3px 5px 0px rgba(173, 173, 173, 0.5);
    margin-bottom: 135px;
}

.wrapper-list-award .awards-grid .column-3 h3 {
    font-size: 18px;
    color: #00529C;
    font-weight: 500;
    min-height: 60px !important;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wrapper-list-award .awards-grid .column-3 p {
    color: #858585;
    font-size: 14px;
    margin-bottom: 0;
    min-height: 83px !important;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.wrapper-list-award .awards-grid .column-3 span {
    font-size: 14px;
    color: #858585;
    font-weight: 500;
    padding: 0 20px;
}

.wrapper-list-award .awards-grid .column-3 img {
    width: 115px;
    height: 170px;
    object-fit: contain;
    object-position: bottom;
}

.wrapper-list-award .awards-grid .column-3:first-child img {
    top: -111px;
}

.tata-kelola {
    padding: 90px 0;
    background-color: #FAFAFA;
}
span.trimegah-update {
    position: absolute;
    bottom: 39%;
    z-index: 99;
    left: 46px;
    text-transform: uppercase;
    color: #fff;
}
/* .wrapper-list-award .awards-grid:last-child .column-3 {
    margin-bottom: 0;
} */
.row.header-tata-kelola h3 {
    float: left;
    color: #434343;
    font-family: 'Inter';
    font-size: 40px;
    font-weight: 500;
    margin-top: 10px;
}

.row.header-tata-kelola img {
    float: right;
}

.row.header-tata-kelola {
    padding-bottom: 30px;
    margin-bottom: 35px;
    border-bottom: 1px solid #EAEAEA;
}

.tata-kelola .grid-title-profile {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 40px;
    width: 295px;
}

.tata-kelola .grid-title-profile li {
    margin-bottom: 20px;
    font-size: 18px;
    color: #858585;
    font-family: 'Inter';
    font-weight: 500;
}

.tata-kelola .grid-content-profile p,
.tata-kelola .grid-content-profile li,
.tata-kelola .grid-content-profile span {
    color: #858585;
    font-size: 18px;
    line-height: 27px;
    font-family: 'Inter';
}

.tata-kelola .grid-content-profile p {
    margin-bottom: 25px;
}

.tata-kelola .grid-content-profile span {
    margin-bottom: 10px;
    display: block;
}

.tata-kelola .grid-content-profile ul,
.tata-kelola .grid-content-profile ol {
    list-style: decimal;
    margin-left: 22px;
}

.tata-kelola .grid-content-profile li {
    margin-bottom: 10px;
}

.tata-kelola .grid-content-profile h3 {
    color: #00529C;
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.tata-kelola .grid-content-profile {
    width: calc(100% - 295px);
    padding-left: 40px;
}

@media (max-width: 1024px) {
    .tata-kelola .grid-content-profile {
        padding-left: 0px!important;
    }
}

.tata-kelola .grid-title-profile li.active {
    color: #F47D20;
}

.all-reksadana-list h2 {
    font-size: 48px;
    color: #434343;
    text-align: center;
    margin-bottom: 45px;
    font-weight: 500;
}

.nav-reksadana {
    margin-top: 32px;
    border-bottom: 1px solid #E6E6E6;
}

.nav-reksadana ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 32px;
    font-weight: 600;
    font-size: 14px;
}

.nav-reksadana ul li button {
    background: none;
    border: none;
    cursor: pointer;
    color: #00529C;
    padding: 0 30px;
    padding-bottom: 8px;
    position: relative;
    font-family: Bliss Regular;
    font-weight: 700;
    font-size: 17px;
}

.nav-reksadana ul li button.active {
    color: #F47D20;
}

.nav-reksadana ul li button.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #F47D20;
}

nav ul li button:hover:not(.active) {
    color: #003F6B;
}

.cards {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 640px) {
    .cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

.card {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px 20px 24px 20px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
    border: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.card:hover {
    border-color: #E67E22;
}

.card-header {
    display: flex;
    align-items: start;
    gap: 12px;
    margin-bottom: 5px;
}

.card-header img {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
}

.card-title {
    font-weight: 700;
    font-size: 16px;
    color: #00529C;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 38px;
}

.card-subtitle {
    font-size: 14px;
    color: #797777;
    margin: -24px 0 16px 55px;
}

.card-info {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #797777;
    margin-top: 30px;
}

.card-info>div {
    min-width: 0;
}

.card-info p {
    margin: 0;
}

.return-value {
    color: #3CB371;
    font-weight: 600;
    margin-top: 4px;
}

.sharpe-value {
    font-weight: 600;
    margin-top: 4px;
    color: #383838;
}

.aum-value {
    font-weight: 600;
    margin-top: 4px;
    text-align: right;
    color: #383838;
}

.btn-load-more {
    margin: 40px auto 0;
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #F47D20;
    border: 1px solid #F47D20;
    background: transparent;
    padding: 8px 32px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-family: 'BLISS REGULAR';
}

.btn-load-more:hover {
    background-color: #F47D20;
    color: white;
}

.banner-reksadana {
    display: flex;
    flex-direction: row;
    position: relative;
}

@media (min-width: 768px) {
    .banner-reksadana {
        flex-direction: row;
    }
}

.hero-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .hero-img {
        width: 100%;
        height: 100vh;
    }
}

.content-banner-reksadana {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 1;
    position: absolute;
    width: 1115px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 54%;
}

@media (min-width: 768px) {
    .content-banner-reksadana {
        padding: 0;
    }
}

.text-banner-reksadana h1 {
    font-weight: 700;
    font-size: 56px;
    color: #333333;
    max-width: 400px;
    margin-bottom: 120px;
}

@media (min-width: 768px) {
    .text-banner-reksadana h1 {
        font-size: 48px;
        max-width: 450px;
    }
}
.wrapper-bottom-slide .description-hero ul li img {
    width: 45px;
}
.wrapper-bottom-slide .description-hero ul li a {
    font-size: 21px;
}
.text-banner-reksadana h1 span {
    color: #f97316;
    /* orange-600 */
}

.itram-banner {
    display: flex;
    align-items: start;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #f97316;
    margin-top: 1rem;
    flex-direction: column;
}

.itram-banner img {
    width: auto;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
}

.itram-banner a {
    color: #f97316;
    text-decoration: underline;
}

.active-stock {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 36px;
    /*align-items: start;*/
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .active-stock {
        margin-top: 0;
        margin-left: auto;
    }
}

.section-active-stock {
    display: flex;
    align-items: center;
    background: white;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
    border-radius: 0.5rem;
    padding: 15px;
    gap: 0.75rem;
    max-width: 280px;
}

.section-active-stock img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    object-fit: contain;
}

.content-active-stock h3 {
    font-size: 13px;
    font-weight: 700;
    color: #434343;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}

.content-active-stock span {
    font-size: 13.17px;
    font-weight: 300;
    color: #62BC95;
    margin-top: 5px;
    display: inline-block;
}

.all-reksadana-list {
    padding: 90px 0;
    background-color: #FAFAFA;
}

.breadcrumb {
    font-size: 18px;
    color: #CCCCCC;
    margin-bottom: 35px;
    font-family: Bliss Regular;
    font-weight: 500;
}

.breadcrumb .highlight {
    color: #F47D20;
}

.top-section {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.left-side {
    flex: 1 1 0;
    min-width: 320px;
}

.right-side {
    flex: 0 0 470px;
}
.detail-product-card{
    background: #fff;
    border: 1px solid #f3f4f6;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
    flex-direction: column;
    display: flex;
}
.detail-product-bank .mitra-distribusi-section {
    padding: 0;
}
.detail-product-bank .mitra-distribusi-section .row.wrapper-bank-name {
    margin: 0;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 23px;
}
.detail-product-bank .mitra-distribusi-section .row.last-wrapper-bank-name {
    margin: 0;
    border-bottom: 0;
}
.detail-product-bank .mitra-distribusi-section .row.grid-bank-image {
    padding: 0;
    justify-content: flex-start;
    border: 0;
}
.detail-product-bank .mitra-distribusi-section .card-bank-image {
    width: 85px!important;
}
.detail-product-bank .mitra-distribusi-section .card-bank-image img {
    padding: 5px;
    height: 85px;
}
.detail-product-bank .mitra-distribusi-section h3 {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    color: #434343;
    padding-bottom: 14px;
    font-family: Bliss Regular;
}
.detail-product-bank {
    margin-top: 20px;
    background: #fff;
    border: 1px solid #f3f4f6;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
    flex-direction: column;
    display: flex;
}
.title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.title-row img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: contain;
    border: 1px solid #EAEAEA;
    padding: 7px;
}

.title-text {
    font-weight: 600;
    font-size: 16px;
    color: #00529C;
    line-height: 14px;
    font-family: Bliss Regular;
    margin-bottom: 10px;
}

.subtitle {
    display: inline-block;
    background: #EBF5FF;
    color: #0078E0;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 6px;
    margin-top: 4px;
    font-family: Bliss Regular;
}

.info-card {
    background: #fff;
    border: 1px solid #f3f4f6;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
    margin-top: 24px;
    min-width: 320px;
}

.info-title {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    color: #434343;
    padding-bottom: 20px;
    font-family: Bliss Regular;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    color: #4b5563;
    margin-bottom: 40px;
}

.header-row {
    color: #9ca3af;
    font-weight: 600;
}

.label {
    text-align: left;
    padding: 5px 0;
    color: #858585;
    font-size: 13px;
    font-weight: 500;
}

.value-row .value {
    text-align: left;
    padding: 5px 0;
    font-weight: 500;
    font-size: 13px;
}

.positive {
    color: #4BAF84;
}

.negative {
    color: #ED1C24;
}

.neutral {
    color: #9ca3af;
}

.highlight {
    color: #383838;
}

.empty {
    padding: 4px 8px;
}

.detail-biaya-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    font-size: 9px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #4b5563;
    margin-bottom: 12px;
}

.detail-biaya-grid .label {
    color: #9ca3af;
}

.detail-biaya-grid .value {
    color: #4b5563;
}

.detail-biaya-grid .highlight {
    color: #0f4a8a;
}

.description {
    font-size: 14px;
    font-family: Bliss Regular;
    font-weight: 400;
    color: #858585;
    line-height: 32px;
}

.detail-produk-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 24px;
    font-size: 9px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #4b5563;
    margin-bottom: 24px;
}

.detail-produk-grid .label {
    font-weight: 400;
    color: #797777;
    font-size: 13px;
}

.detail-produk-grid .value {
    font-weight: 600;
    color: #383838;
    font-size: 13px;
}

.download-button {
    width: calc(50% - 20px);
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 600;
    color: #4b5563;
    background: transparent;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    transition: background-color 0.2s ease;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.download-button:hover {
    background-color: #f9fafb;
}

.download-button i {
    font-size: 14px;
}

hr.divider {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 40px 0;
}

.produk-title {
    font-size: 11px;
    font-weight: 600;
    color: #0f4a8a;
    margin-bottom: 16px;
}

.produk-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.produk-card {
    background: #fff;
    border: 1px solid #f3f4f6;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
    max-width: 320px;
    flex: 1 1 320px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.produk-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.produk-header img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.produk-name {
    font-size: 10px;
    font-weight: 600;
    color: #0f4a8a;
    line-height: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.produk-type {
    font-size: 9px;
    font-weight: 600;
    color: #4b5563;
}

.produk-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    font-size: 9px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #4b5563;
}

.produk-stats .label {
    font-weight: 400;
    color: #9ca3af;
}

.produk-stats .value {
    font-weight: 600;
}

.produk-stats .positive {
    color: #22c55e;
}

.detail-reksadana-pages {
    padding: 90px 0;
    padding-top: 130px;
}

.right-side .info-title {
    padding-bottom: 14px;
    font-family: Bliss Regular;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 23px;
}

.right-side button:nth-child(odd) {
    margin-left: 0;
}

.right-side button:nth-child(even) {
    margin-right: 0;
    margin-left: 20px;
}

.slider-market .container {
    padding: 46px;
    background-color: #ffffff;
    margin-top: -120px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
}

.hero-market-update img {
    width: 100%;
}

.content-market-hero {
    position: absolute;
    top: 70%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    width: 1115px;
    margin: 0 auto;
    left: 50%;
}

.hero-market-update {
    position: relative;
}

.content-market-hero h1 {
    font-size: 56px;
    margin-bottom: 23px;
}

.content-market-hero p {
    font-size: 18px;
    font-weight: 400;
}

.slider-market h2 {
    color: #00529C;
    text-transform: uppercase;
    margin-bottom: 55px;
    font-weight: 700;
}

.slider-market h3 {
    font-size: 26px;
    color: #434343;
    font-weight: 700;
    margin: 12px 0;
}

.slider-market span {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}

.slider-market .swiper-slide span img {
    width: 18px;
    margin-right: 10px;
}

.slider-market span a {
    color: #434343;
}

.slider-market .swiper-slide img {
    width: 100%;
}

.slider-market {
    margin-bottom: 85px;
}

p.announcement-label {
    font-size: 18px;
    color: #858585;
    margin-bottom: 8px;
}

h2.announcement-title {
    font-weight: 500;
    font-size: 56px;
    margin-bottom: 40px;
    color: #434343;
}

section.featured {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 40px;
}

section.featured img {
    width: 100%;
    max-width: 568px;
    height: 306px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

section.featured .text-content {
    flex: 1 1 300px;
    min-width: 280px;
}

section.featured .date {
    font-size: 16px;
    color: #858585;
    margin-bottom: 14px;
}

section.featured h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 31px;
    line-height: 1.2;
    color: #434343;
}

section.featured p.description {
    font-size: 16px;
    color: #858585;
    line-height: 1.4;
    margin: 0;
    text-align: justify;
    font-weight: 400;
}

section.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

article.blog-item {
    cursor: pointer;
}

article.blog-item img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

article.blog-item h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 22px 0;
    line-height: 1.2;
    color: #222;
}

article.blog-item p.summary {
    font-size: 16px;
    color: #858585;
    margin-bottom: 22px;
    text-align: justify;
    line-height: 1.3;
}

article.blog-item p.date {
    font-size: 12px;
    color: #3838388F;
    margin: 0;
}

.berita-list {
    padding-bottom: 90px;
    position: relative;
}

.row.content-hero-detail-market {
    position: absolute;
    bottom: 30px;
    width: 765px;
    left: 50%;
    transform: translate(-50%, 0);
}

.row.content-hero-detail-market h2 {
    float: left;
    font-size: 18px;
    color: #ffffff;
}

.row.content-hero-detail-market ul {
    float: right;
}

.row.content-hero-detail-market ul li {
    display: inline;
    margin-right: 15px;
    font-size: 18px;
    color: #ffffff;
}

.content-detail .container {
    width: 765px;
}

.content-detail {
    padding: 90px;
    text-align: center;
}

.content-detail p {
    text-align: justify;
    font-size: 20px;
    color: #434343;
    line-height: 28px;
    margin-bottom: 30px;
    font-family: 'Inter';
}

.content-detail h1 {
    font-size: 52px;
    text-align: left;
    margin-bottom: 40px;
    color: #434343;
    font-family: 'Inter';
}

.content-detail img {
    margin-bottom: 30px;
}

.related-news-detail h2 {
    font-size: 18px;
    margin-bottom: 30px;
    color: #00529C;
    font-weight: 700;
}

.related-news-detail {
    padding-bottom: 90px;
}

.row.content-hero-detail-market ul li a img {
    width: 30px;
}

.tram-academy-hero img {
    width: 100%;
}

.tram-academy-hero {
    position: relative;
}

.tram-academy-hero-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgb(0 0 0 / 15%);
    padding: 6%;
}

.tram-academy-hero-content h1 {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 30px;
}

.tram-academy-hero-content span img {
    width: 34px;
    padding: 10px;
    background-color: #6d6d6d;
    border-radius: 50%;
    margin-right: 12px;
}

.tram-academy-hero-content span a {
    color: #ffffff;
}

.tram-academy-hero-content span {
    font-size: 21px;
    font-weight: 500;
}

.text-academy-panel {
    background-color: #222222;
    padding: 50px 0;
}

.content-text-academy {
    float: left;
    width: calc(100% - 240px);
    padding-right: 9%;
}

.content-text-academy h2 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
}

.content-text-academy h2 img {
    margin-right: 12px;
}

.content-text-academy p {
    font-size: 20px;
    color: #ffffff;
}

.btn-text-academy {
    display: inline-block;
    padding: 14px 50px;
    background-color: #ffffff;
    border-radius: 55px;
    margin-top: 43px;
}

.btn-text-academy a {
    color: #434343;
}

.text-academy-panel+.berita-list {
    padding-top: 90px;
}

nav.top-nav {
    display: flex;
    justify-content: center;
    gap: 32px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

nav.top-nav a {
    color: #00529C;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 6px;
    transition: color 0.2s ease;
    font-family: 'Bliss Regular';
    font-size: 14px;
}

nav.top-nav a.active {
    color: #F47D20;
    border-bottom-color: #F47D20;
}

nav.top-nav a:hover:not(.active) {
    color: #0070c9;
}

form.search-form {
    max-width: 600px;
    margin: 0 auto 48px;
    position: relative;
}

form.search-form input[type="text"] {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 8px 36px 8px 12px;
    font-size: 12px;
    line-height: 15px;
    color: #a1a1aa;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

form.search-form input[type="text"]:focus {
    border-color: #ff6b00;
    color: #4a4a4a;
}

form.search-form button {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #ff6b00;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.faq-grid {
    max-width: 750px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 24px 24px;
    align-items: start;
}

.kamus-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
}

@media (max-width: 768px) {
    .kamus-grid {
        grid-template-columns: 1fr;
    }
}

.kamus-right-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
}

@media (max-width: 640px) {
    .kamus-right-grid {
        grid-template-columns: 1fr;
    }
}

.accordion {
    background: transparent;
    border-radius: 0;
    box-shadow: unset;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    width: 100%;
    text-align: left;
    outline: none;
    transition: background-color 0.2s ease;
    font-family: Bliss Regular;
}

.accordion:hover {
    background-color: #ffffff;
}

.accordion:after {
    content: "";
    background-image: url(../images/icon/arrow-up.png);
    width: 15px;
    height: 10px;
    transition: transform 0.3s ease;
    margin-left: 8px;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.accordion.active:after {
    transform: rotate(0deg);
}

.panel {
    padding: 16px 0;
    font-size: 13px;
    color: #858585;
    font-weight: 400;
    display: none;
    user-select: text;
    font-family: Bliss Regular;
    line-height: 21px;
}

@media (max-width: 480px) {
    main {
        padding: 0 12px;
    }
}

nav.kamus-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    font-size: 10px;
    font-weight: 600;
    line-height: 13px;
    color: #0070c9;
    margin-bottom: 32px;
}

nav.kamus-nav a {
    color: #0070c9;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease;
    font-size: 14px;
    padding: 10px;
    font-family: Bliss Regular;
}

nav.kamus-nav a.active {
    color: #ff6b00;
    border-bottom-color: #ff6b00;
}

nav.kamus-nav a:hover:not(.active) {
    color: #ff6b00;
}

.section-question h2 {
    font-size: 56px;
    text-align: center;
    margin-bottom: 45px;
}

section.section-question {
    padding: 90px 0;
    color: #434343;
}

.accord-panel-white {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 16px;
}

section.section-dictionary h3 {
    font-size: 30px;
    margin-bottom: 28px;
    width: 100%;
    display: block;
}

section.section-dictionary {
    padding: 90px 0;
}

.search-bar h2 {
    font-size: 32px;
    color: #434343;
    margin-bottom: 28px;
}

.how-invest.container {
    padding: 0;
}

.how-invest nav.tabs {
    display: flex;
    gap: 40px;
    justify-content: flex-start;
}

.how-invest nav.tabs button {
    background: none;
    border: none;
    padding: 8px 0;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    color: #00529C;
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease;
}

.how-invest nav.tabs button.active {
    color: #F47D20;
    border-bottom: 2px solid #F47D20;
}

.how-invest nav.tabs button:hover:not(.active) {
    color: #1e3a8a;
}

.how-invest .content-wrapper {
    margin-top: 23px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

@media (min-width: 768px) {
    .how-invest .content-wrapper {
        flex-direction: row;
        gap: 32px;
    }
}

.how-invest nav.left-menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 256px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .how-invest nav.left-menu {
        width: 256px;
    }
}

.how-invest nav.left-menu button {
    background: none;
    border: none;
    padding: 0;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.4;
    text-align: left;
    cursor: pointer;
    color: #CCCCCC;
}

.how-invest nav.left-menu button.active {
    color: #F47D20;
}

.how-invest nav.left-menu button:disabled {
    cursor: default;
}

.how-invest article.main-content {
    flex: 1;
    margin-top: 24px;
    color: #4a5568;
    max-width: 580px;
}

@media (min-width: 768px) {
    .how-invest article.main-content {
        margin-top: 0;
    }
}

.how-invest article.main-content ol {
    padding-left: 20px;
    margin: 0;
    list-style: decimal;
}

.how-invest article.main-content ol li {
    margin-bottom: 15px;
    text-align: justify;
    color: #858585;
    line-height: 27px;
}

.how-invest article.main-content ol li em {
    font-style: italic;
}

.how-invest article.main-content a {
    color: #f97316;
    text-decoration: none;
}

.how-invest article.main-content a:hover {
    text-decoration: underline;
}

.how-invest aside.right-box {
    margin-top: 24px;
    width: 100%;
    max-width: 224px;
    background: #fff;
    padding: 16px;
    font-size: 12px;
    color: #4a5568;
    border-radius: 16px;
    box-shadow: 0 30px 72px 0 rgba(199, 199, 199, 0.16);
}

@media (min-width: 768px) {
    .how-invest aside.right-box {
        margin-top: 0;
    }
}

.how-invest aside.right-box h3 {
    margin: 0 0 12px 0;
    font-weight: 600;
    font-size: 14px;
    color: #00529C;
}

.how-invest aside.right-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.how-invest aside.right-box ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #858585;
}

.how-invest aside.right-box ul li:last-child {
    margin-bottom: 0;
}

.how-invest aside.right-box ul li img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    object-fit: contain;
}

.how-invest aside.right-box ul li a {
    color: #858585;
    font-size: 15px;
    text-decoration: none;
}

.how-invest aside.right-box ul li a:hover {
    text-decoration: underline;
}

.how-invest aside.right-box ul li a.disabled {
    color: #858585;
    font-size: 14px;
    pointer-events: none;
}

.hero-how-invest {
    position: relative;
}

.hero-how-invest img {
    width: 100%;
}

.hero-how-invest-content {
    position: absolute;
    bottom: 40px;
    width: 100%;
}

.hero-how-invest-content h1 {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 30px;
}

.contact-us {
    margin: 0 auto;
}

.hero-contact {
    position: relative;
}

.hero-contact img {
    width: 100%;
}

.hero-contact-content {
    position: absolute;
    width: 100%;
    bottom: 30%;
}

.hero-contact-content h1 {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 30px;
}

.contact-us .top-section {
    position: relative;
    margin-top: -190px;
    margin-bottom: 90px;
}

.contact-us .top-section h2 {
    position: absolute;
    top: 2rem;
    left: 1.5rem;
    font-weight: 600;
    font-size: 1.125rem;
    color: white;
    z-index: 10;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

@media (min-width: 640px) {
    .contact-us .top-section h2 {
        left: 2.5rem;
    }
}

@media (min-width: 768px) {
    .contact-us .top-section h2 {
        left: 4rem;
    }
}

@media (min-width: 1024px) {
    .contact-us .top-section h2 {
        left: 6rem;
    }
}

@media (min-width: 1280px) {
    .contact-us .top-section h2 {
        left: 8rem;
    }
}

.contact-us .top-section .container {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    padding: 22px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 20;
}

@media (min-width: 1025px) {
    .contact-us .top-section .container {
        flex-direction: row;
        padding: 25px;
    }
}

.contact-us .top-section .map-container {
    flex: 1 1 0;
    max-width: 50%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-right: 30px;
    position: relative;
}

.contact-us .top-section .map-container img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.contact-us .top-section form {
    flex: 1 1 0;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: 30px;
}

.contact-us .top-section form h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    color: #434343;
}

.contact-us .top-section form input,
.contact-us .top-section form textarea {
    background-color: rgb(0 0 0 / 8%);
    border-radius: 10px;
    border: none;
    padding: 18px;
    font-size: 14px;
    color: #858585;
    resize: none;
    outline: none;
    font-family: Bliss Regular;
}

.contact-us .top-section form input:focus,
.contact-us .top-section form textarea:focus {
    outline: 2px solid #f97316;
    background-color: #f9fafb;
    color: #374151;
}

.contact-us .top-section form textarea {
    min-height: 6rem;
}

.contact-us .top-section form button {
    background-color: #F47D20;
    color: white;
    font-weight: 600;
    font-size: 16px;
    border-radius: 7px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
    padding: 18px;
}

.contact-us .top-section form button:hover {
    background-color: #f47d20b8;
}

.contact-us .bottom-section {
    padding-bottom: 5rem;
    margin: 0 auto;
}

.contact-us .bottom-section h2 {
    font-weight: 500;
    font-size: 56px;
    margin-bottom: 30px;
    color: #545454;
}

.contact-us .bottom-section p.lead {
    font-size: 18px;
    color: #4b5563;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.contact-us .bottom-section p.subheading {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 1.5rem;
    max-width: 48rem;
    color: #545454;
}

.contact-us .bottom-section .cards {
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 100%;
}

@media (min-width: 768px) {
    .contact-us .bottom-section .cards {
        grid-template-columns: repeat(2, 1fr);
        padding: 2.5rem;
        gap: 1.5rem;
    }
}

.contact-us .bottom-section .card {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    font-size: 0.75rem;
    color: #4b5563;
}

.contact-us .bottom-section .card .header {
    display: flex;
    align-items: start;
    gap: 0.75rem;
    color: #1a202c;
    font-size: 20px;
    margin-bottom: 20px;
    font-family: Bliss Regular;
    flex-direction: column;
    font-weight: 500;
}

.contact-us .bottom-section .card .header .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

.contact-us .bottom-section .card p {
    margin: 0;
    line-height: 1.3;
    font-size: 13px;
    color: #858585;
    letter-spacing: 0.5px;
}

.contact-us .bottom-section .card p strong {
    font-weight: 500;
}

.contact-us .bottom-section .info-warning {
    grid-column: 1 / -1;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 1rem;
    flex-direction: column;
    margin-bottom: 15px;
}

.contact-us .bottom-section .info-warning .icon {
    margin-top: 0.2rem;
    font-size: 1rem;
}

.contact-us .bottom-section .doc-lists {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    color: #4b5563;
    font-size: 0.75rem;
}

@media (min-width: 640px) {
    .contact-us .bottom-section .doc-lists {
        grid-template-columns: repeat(2, 1fr);
    }
}

.contact-us .bottom-section .doc-lists ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.contact-us .bottom-section .doc-lists li {
    display: flex;
    gap: 10px;
    align-items: center;
}

.contact-us .bottom-section .doc-lists li i {
    color: #9ca3af;
    margin-top: 0.2rem;
    font-size: 0.875rem;
    min-width: 1rem;
    text-align: center;
}

.map-content {
    position: absolute;
    bottom: 12px;
    background-color: #ffffff;
    left: 12px;
    padding: 25px;
    width: calc(100% - 24px);
    border-radius: 20px;
}

.contact-us .top-section .map-container .map-content ul img {
    width: 20px;
    height: 15px;
    object-fit: contain;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 0;
}

.contact-us .top-section .map-container .map-content img {
    width: 30px;
    margin-bottom: 30px;
}

.map-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 26px;
}

.map-content h4 {
    font-size: 14px;
    color: #434343;
    margin-bottom: 10px;
}

.map-content ul li {
    font-size: 14px;
    color: #434343;
    margin-bottom: 15px;
}

.map-content p {
    font-size: 13px;
    color: #858585;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.map-content ul li span {
    display: inline-block;
    margin-left: 31px;
    margin-top: 5px;
    color: #858585;
}

.contact-us .top-section form label {
    font-size: 13px;
    color: #434343;
    font-weight: 700;
}

.flow-penangan h2 {
    font-size: 40px;
    font-family: 'Inter';
    color: #434343;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
}

.flow-penangan p {
    width: 737px;
    margin: 0 auto;
    text-align: center;
    color: #434343;
    font-size: 18px;
    margin-bottom: 80px;
}

.flow-penangan img {
    width: 100%;
}

.flow-penangan {
    padding: 90px;
    background-color: #FAFAFA;
}

.attention {
    padding: 90px;
}

.attention .container {
    width: 790px;
}

p.warning-text {
    color: #F1555A;
    font-size: 20px;
    margin-bottom: 20px;
}

p.warning-text img {
    margin-right: 10px;
}

.attention ul {
    list-style: disc;
}

.attention li {
    color: #434343;
    margin-bottom: 15px;
}

.dewan-redaksi {
    padding: 90px 0;
    background-color: #000000;
    color: #ffffff;
}

.grid-wrapper-redaksi h2 {
    font-size: 88px;
    text-align: center;
    position: relative;
}

.grid-wrapper-redaksi h2:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 80%) 100%);
}

.grid-komisiaris {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.grid-komisiaris-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 900px;
    max-height: 900px;
    cursor: pointer;
}

.grid-komisiari-biografi {
    display: none;
    grid-column: span 2 / span 2;
    padding: 60px;
    background-color: #161616;
}

.grid-komisiaris-item {
    text-align: center;
    position: relative;
}

.grid-komisiaris-item .content-redaksi:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) -2%, rgb(0 0 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.content-redaksi {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 17px 0px;
}

.content-redaksi button {
    z-index: 9;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    font-family: 'Inter';
    background-color: transparent;
    color: #ffffff;
    border: 0;
    padding: 0 20px;
    cursor: pointer;
}

.content-redaksi h3 {
    font-family: Bliss Regular;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.content-redaksi h3:hover {
    color: #F47D20;
}

.content-redaksi span {
    display: block;
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 24px;
    position: relative;
    font-family: 'Inter';
}

.grid-komisiari-biografi h3 {
    font-size: 36px;
    font-family: Bliss Regular;
    margin-bottom: 10px;
}

.grid-komisiari-biografi p {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: justify;
}

.grid-komisiari-biografi span {
    font-size: 18px;
    margin-bottom: 30px;
    display: block;
}

.grid-wrapper-redaksi.direksi-section .grid-komisiaris {
    grid-template-columns: repeat(3, 1fr);
}

.grid-wrapper-redaksi.direksi-section .grid-komisiaris img {
    padding: 0 30px;
}

.grid-wrapper-redaksi.direksi-section {
    margin-top: 40px;
    position: relative;
}

.grid-wrapper-redaksi.direksi-section h2 {
    margin-bottom: 40px;
}

video.hero-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}
.swiper.hero-slide .swiper-slide.swiper-slide {
    width: 100%;
    height: 100vh;
}
.swiper-pagination-bullet {
    height: 4px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    // transition: background 800ms;

    &::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        // transition: opacity 800ms;
    }
}

.swiper-pagination-bullet-active {
    // background: rgba(#000, 0.2);
    background: rgba(#000, 0.4);

    &::before {
        background-color: #ffffff;
        animation: slide-progress 8s cubic-bezier(.3, 0, .3, 1) forwards;

        .swiper-paused & {
            // opacity: 0;
            animation-play-state: paused;
        }
    }
}

@keyframes slide-progress {
    0% {
        transform: translateX(-100%);
        // width: 0;
    }

    100% {
        transform: translateX(0);
        // width: 100%;
    }
}

.swiper-slide.swiper-slide-active img.hero-img {
    animation: zoom-in-zoom-out 8s ease infinite;
}

span.play-icon-btn {
    font-size: 14px;
    font-weight: 500;
}

span.play-icon-btn a {
    color: #ffffff;
}

span.play-icon-btn a img {
    width: 34px!important;
    padding: 10px;
    background-color: #6d6d6d;
    border-radius: 50%!important;
    margin-right: 12px;
}

@keyframes zoom-in-zoom-out {
    0% {
        scale: 100%;
    }

    100% {
        scale: 120%;
    }
}

.swiper-pagination-bullet {
    width: 100%;
    display: none;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
    left: -4px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    display: block;
    background-color: #000;
}

.wrapper-bottom-slide {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 99;
}

.mitra-distribusi-section h2 strong {
    font-weight: 500;
    color: #00529C;
}

section.featured a {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    row-gap: 24px;
    column-gap: 24px;
}

.contact-us .bottom-section .card li {
    font-size: 12px;
    color: #434343;
    margin-bottom: 16px;
}

.contact-us .bottom-section .card li img {
    width: 20px;
    height: 15px;
    object-fit: contain;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 0;
}

.contact-us .bottom-section .card li span {
    display: inline-block;
    margin-left: 31px;
    margin-top: 5px;
    color: #858585;
}

.contact-us .bottom-section .card p img {
    width: 20px;
    height: 15px;
    object-fit: contain;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 0;
}

.contact-us .ml-30 {
    margin-left: 30px!important;
}

.contact-us .mb-15 {
    margin-bottom: 15px!important;
}

.contact-us .bottom-section .card:nth-child(2) p:nth-child(2) {
    width: 64%;
    margin-bottom: 25px;
}

.info-warning .icon-warning p {
    font-size: 20px;
    color: #F1555A;
}

.icon-warning img {
    width: 16px;
    margin-right: 10px;
    margin-top: -3px;
}

.info-warning p {
    font-size: 16px;
    color: #434343;
}

.doc-lists li span {
    color: #434343;
    font-size: 16px;
}

.contact-us.content-pengaduan {
    background-color: #FAFAFA;
    border-bottom: 1px solid #D1D3D4;
    padding: 90px 0;
    padding-bottom: 0;
}

#profil-resiko-modal,
#promo-modal {
    background-color: rgb(0 0 0 / 50%);
}

#promo-modal .modal-content {
    background-color: transparent;
}

#promo-modal .modal-dialog {
    height: auto;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
}

#promo-modal .modal-body {
    width: 650px;
    margin: 0 auto;
}

#promo-modal .modal-body .close {
    right: 0px;
    top: 40px;
}

#promo-modal .popup-home-images {
    width: 100%;
    border-radius: 20px;
}

span.btn-more-award-white {
    position: relative;
    z-index: 9;
    width: 203px;
    margin: 0 auto;
    display: block;
    margin-top: 34px;
}

#changing-text {
    transition: opacity 0.5s ease;
    display: inline-block;
    width: 288px;
    text-align: left;
    font-size: 45px;
}

.fade-out {
    opacity: 0;
}

.fade-in {
    opacity: 1;
}

span.btn-more-award-white a {
    color: #ffffff;
}

.menu ul li.active a {
    color: #F47D20;
}

.menu ul li:hover a {
    color: #F47D20;
}

.grid-komisiari-biografi.antony-biografi.active-profile {
    display: block;
    position: absolute;
    z-index: 99;
    width: calc(100% - 33.33333333333%);
    right: 0;
    height: 100%;
    top: 0;
}

.grid-komisiari-biografi.hendra-biografi.active-profile {
    display: block;
    position: absolute;
    z-index: 99;
    width: calc(100% - 33.33333333333%);
    left: 0;
    height: 100%;
    top: 0;
}

.grid-komisiaris-item.hendra-profile.active-profile {
    position: relative;
    left: 100%;
    z-index: 99;
}

.grid-komisiari-biografi.darma-biografi.active-profile {
    display: block;
    position: absolute;
    z-index: 99;
    width: calc(100% - 33.33333333333%);
    left: 0;
    height: 100%;
    top: 0;
}

.grid-komisiaris-item.ariani-profile.active-profile {
    width: 66.6666666%;
}

.grid-komisiari-biografi.ariani-biografi.active-profile {
    display: block;
    position: absolute;
    z-index: 99;
    width: calc(100% - 33.33333333333%);
    right: 0;
    height: 100%;
    top: 0;
}

.grid-wrapper-redaksi {
    position: relative;
}

.grid-komisiaris-item.togu-profile.active-profile {
    width: 66.666666666%;
    margin-left: 33.33333333%;
}

.grid-komisiari-biografi.togu-biografi.active-profile {
    display: block;
    position: absolute;
    z-index: 99;
    width: calc(100% - 33.33333333333%);
    left: 0;
    height: 100%;
    top: 0;
}

.wrapper-form-chart {
    float: left;
    text-align: left;
    width: 435px;
    margin-right: 30px;
}

.chart-wrapper {
    float: left;
    width: calc(100% - 465px);
}

.row.chart-planning-section {
    color: #ffffff;
}

.form-chart {
    background-color: #121212;
    padding: 30px;
    border-radius: 15px;
}

.form-chart h3 {
    font-size: 24px;
    margin-bottom: 25px;
}

.form-chart input {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
    background-color: rgb(255 255 255 / 8%);
    border: 0;
    color: #ffffff;
}

.form-chart button {
    width: 100%;
    margin-bottom: 35px;
    padding: 15px;
    border: 0;
    border-radius: 10px;
    background-color: #F47D20;
    font-family: 'Inter';
    font-weight: 500;
    color: #ffffff;
}

span.note-chart {
    display: block;
    position: relative;
    padding: 12px 34px;
    background-color: #434343;
    border-radius: 8px;
    font-size: 14px;
}

span.note-chart:before {
    content: '';
    position: absolute;
    background-image: url(../images/icon/warning-grey.png);
    width: 16px;
    height: 16px;
    background-size: 100%;
    left: -7px;
    background-repeat: no-repeat;
    top: 50%;
    transform: translate(0, -50%);
}

.result-box {
    display: flex;
    gap: 24px;
    margin-top: 24px;
    flex-wrap: wrap;
    font-family: 'Inter';
}

.result-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    font-size: 14px;
    font-family: sans-serif;
    text-align: left;
    margin-bottom: 30px;
}

.result-item img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    object-fit: cover;
}

.result-item .label {
    font-weight: normal;
    opacity: 0.8;
}

.result-item .dot {
    font-size: 20px;
    margin-right: 4px;
}

.result-item .value {
    font-weight: 600;
    font-size: 14px;
}

.has-dropdown:before {
    content: '';
    position: absolute;
    right: 8px;
    width: 10px;
    height: 10px;
    background-image: url(../images/icon/caret-down.png);
    background-repeat: no-repeat;
    top: 44%;
}

ul.dropdown-menu {
    position: absolute;
    text-align: left;
    background-color: #ffffffff;
    padding: 15px 0px;
    border-radius: 17px;
    top: 65px;
    display: none;
    width: 223px;
}

ul.dropdown-menu li {
    display: block;
    font-size: 15px;
}

ul.dropdown-menu li a {
    padding: 10px 30px !important;
    color: #434343 !important;
}

@media (min-width: 1280px) {
    .has-dropdown:hover .dropdown-menu {
        display: block;
    }
}

ul.dropdown-menu li a:hover {
    color: #F47D20 !important;
}

.why-trimegah-section .container {
    width: 95%;
}

.logo img {
    width: 100%;
}

.default-hidden-content {
    display: none;
}

.mitra-distribusi-section p select {
    border: 1px solid #EAEAEA;
    font-size: 14px;
    color: #434343;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.slider-market .swiper-button-next,
.slider-market .swiper-button-prev {
    color: #ffffff;
    width: 26px;
    height: 15px;
    top: 56%;
    transform: translate(0, -50%);
}

.slider-market .swiper-button-next:after,
.slider-market .swiper-rtl .swiper-button-prev:after {
    content: '';
    background-image: url(../images/icon/arrowright-black.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
}

.slider-market .swiper-button-prev:after,
.slider-market .swiper-rtl .swiper-button-next:after {
    content: '';
    background-image: url(../images/icon/arrowleft-black.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
}

.slider-market .swiper-button-next,
.slider-market .swiper-rtl .swiper-button-prev {
    right: 55px;
    left: auto;
}

.slider-market .swiper-button-prev,
.slider-market .swiper-rtl .swiper-button-next {
    left: 55px;
    right: auto;
}

.swiper.swiper-content-berita {
    margin: 0 40px;
}

.related-news-detail .slider-market .swiper-button-next,
.related-news-detail .slider-market .swiper-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}

.related-news-detail .slider-market .swiper-button-prev,
.related-news-detail .slider-market .swiper-rtl .swiper-button-next {
    left: 0;
    right: auto;
}

.chart-card img {
    width: 100%;
}

.slide-1 h2 {
    font-size: 36px;
    padding: 55px;
    padding-bottom: 85px;
    background: #F5F5F500;
    background: linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(32, 119, 189, 0.14) 60%);
    border-top-right-radius: 26px;
    border-top-left-radius: 26px;
    color: #434343;
    font-weight: 600;
}

img.search-modal-images {
    width: 118px;
    height: 118px;
    background-color: #ffffff;
    border-radius: 20px;
    margin-top: -55px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 21.2px 50.87px 0px #C7C7C729;
}

img.search-modal-images {
    width: 118px;
    height: 118px;
    background-color: #ffffff;
    border-radius: 20px;
    margin-top: -55px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 21.2px 50.87px 0px #C7C7C729;
}

.slide-1 .form {
    text-align: left;
    padding: 50px;
    padding-top: 0;
}

.modal-slide {
    display: none;
}

.modal-slide.active {
    display: block;
}

.form h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #434343;
}

.form label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    color: #434343;
}

.form input[type='email'] {
    width: 100%;
    padding: 19px;
    font-size: 14px;
    color: #434343;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    margin-bottom: 50px;
}

.form button {
    width: 100%;
    border: 0;
    background-color: #F47D20;
    padding: 17px;
    border-radius: 6px;
    color: #ffffff;
    font-family: Bliss Regular;
    font-size: 14px;
}

span.warning-popup {
    margin-top: 49px;
    display: block;
    background-color: #EBF5FF;
    padding: 18px;
    border-radius: 6px;
    color: #0078E0;
    font-size: 14px;
}

span.warning-popup img {
    margin-right: 10px;
    vertical-align: bottom;
}

.slide-1 h2 span {
    color: #00529C;
    border-bottom: 1px solid #00529C;
}

.risk-modal-slide {
    border-radius: 16px;
    background-color: #fff;
}

.risk-modal-header img {
    width: calc(100% + 1px);
    height: auto;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
}

.risk-modal-body {
    padding: 32px;
}

.risk-modal-question {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: left;
    color: #434343;
}

.risk-modal-options {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.risk-modal-option {
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 6px;
    border: 1.24px solid #00000014;
    padding: 15px;
    font-size: 14px;
    color: #000000CC;
    cursor: pointer;
}

.risk-modal-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.risk-modal-prev {
    border: 1px solid #ccc;
    padding: 10px 16px;
    border-radius: 8px;
    background-color: white;
    cursor: pointer;
}

.risk-modal-next {
    cursor: pointer;
    border: 0;
    background-color: #F47D20;
    padding: 17px;
    border-radius: 6px;
    color: #ffffff;
    font-family: Bliss Regular;
    font-size: 14px;
}

.progress-bar-modal-container {
    height: 3px;
    width: 100%;
    background: #EAEAEA;
    border-radius: 0;
    overflow: hidden;
    display: none;
    position: relative;
    top: -3px;
}

.progress-bar-modal-fill {
    width: 0%;
    height: 100%;
    background: #F47D20;
    transition: width 0.3s ease;
}

.title-final-modal {
    text-align: center;
    font-weight: 600;
    color: #374151;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 32px;
}

.chart-wrapper-final-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.chart-final-modal {
    position: relative;
    width: 100%;
    height: auto;
}
.chart-final-modal img {
    width: auto;
    max-width: 70%;
}
.legend-final-modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    font-size: 14px;
    color: #6B7280;
}

.legend-item-final-modal {
    display: flex;
    align-items: center;
    gap: 8px;
}

.legend-dot-yellow-final-modal {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #F9D54C;
}

.legend-dot-blue-final-modal {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #004A8F;
}

.legend-dot-orange-final-modal {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #F58220;
}

.legend-dot-red-final-modal {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #B92B27;
}

.description-final-modal {
    text-align: justify;
    color: #374151;
    font-size: 16px;
    line-height: 1.5;
    max-width: 480px;
    margin: 0 auto 32px auto;
}

.nav-final-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #6B7280;
    font-size: 14px;
    user-select: none;
    margin-bottom: 48px;
}

.nav-final-modal i {
    font-size: 16px;
}

.nav-text-final-modal {
    font-weight: 600;
}

.product-card-final-modal {
    max-width: 480px;
    margin: 0 auto;
    background-color: #EFF6FF;
    border-radius: 9999px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.logo-wrapper-final-modal {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 9999px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-final-modal {
    width: 64px;
    height: 64px;
    border-radius: 9999px;
    object-fit: contain;
}

.product-text-final-modal {
    flex: 1;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    color: #004A8F;
}

.btn-next-final-modal {
    width: 56px;
    height: 56px;
    border-radius: 9999px;
    background-color: #004A8F;
    color: white;
    font-size: 24px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-next-final-modal i {
    pointer-events: none;
}

.header-final-modal {
    padding: 55px;
    padding-bottom: 85px;
    background: #F5F5F500;
    background: linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(32, 119, 189, 0.14) 60%);
    border-top-right-radius: 26px;
    border-top-left-radius: 26px;
    color: #434343;
    font-weight: 600;
    padding-bottom: 0;
}

.images-box-modal {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0px 21.2px 50.87px 0px #C7C7C729;
    width: 175px;
    height: 100%;
    margin: 0 auto;
    margin-top: -10px;
    position: relative;
    top: 50px;
}

.content-final-modal {
    padding: 40px;
    padding-top: 70px;
}

.header-final-modal h3 {
    color: #434343;
    font-weight: 600;
    font-size: 24px;
}

.images-box-modal h4 {
    color: #00529C;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.images-box-modal img {
    width: 100%;
    margin-top: -65px;
}
/*New Chart*/
.planning-homepage-section {
    font-family: Bliss Regular;
    color: #fff;
}

/* Tabs */
.planning-homepage-section .tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.planning-homepage-section .tab {
    padding: 12px 18px;
    cursor: pointer;
    font-weight: 500;
    color: #bbb;
    border-bottom: 3px solid transparent;
    transition: 0.3s;
}

.planning-homepage-section .tab.active {
    color: #f58220;
    border-bottom: 3px solid #f58220;
}

.planning-homepage-section .tab-content {
    display: none;
}

.planning-homepage-section .tab-content.active {
    display: block;
}

/* Grid layout */
.planning-homepage-section .chart-planning-section {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

.planning-homepage-section .form-chart,
.planning-homepage-section .chart-wrapper {
    background: #1b1b1b;
    border-radius: 10px;
    padding: 20px;
    flex: 1 1 360px;
    text-align: left;
}
/* Form */
.planning-homepage-section .form-chart label {
    font-size: 18px;
    font-weight: 700;
    font-family: Bliss Regular;
    margin-bottom: 5px;
    display: block;
}
.planning-homepage-section .form-chart input,
.planning-homepage-section .form-chart select {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: none;
    margin-bottom: 15px;
    font-size: 14px;
    background: #2a2a2a;
    color: #fff;
}

.planning-homepage-section .form-chart button {
    width: 100%;
    background: #f58220;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

.planning-homepage-section .form-chart button:hover {
    background: #d86f18;
}
/* Hasil */
.planning-homepage-section .chart-wrapper h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.planning-homepage-section .value-box {
    background: #fff;
    color: #000;
    padding: 12px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.planning-homepage-section .chart-wrapper h4 {
    margin: 15px 0 10px;
    font-size: 14px;
    font-weight: 600;
}

.planning-homepage-section .result-item {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-bottom: 6px;
}

.planning-homepage-section .result-item .dot {
    font-size: 20px;
    margin-right: 8px;
}

.planning-homepage-section .result-item span {
    font-weight: 600;
    margin-right: 6px;
}

.planning-homepage-section .return-note {
    font-size: 12px;
    color: #ccc;
    margin-top: 10px;
}
/* Default: Desktop */
.planning-homepage-section .chart-legend-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.planning-homepage-section .chart-legend-box canvas {
    max-width: 290px;
    max-height: 290px;
}

.planning-homepage-section .custom-legend {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
div#second-contents-container {
    margin-bottom: 65px;
}

/* Tablet */
@media (max-width: 1024px) {
    .planning-homepage-section .chart-legend-box {
        flex-direction: column;
        align-items: center;
    }

    .planning-homepage-section .custom-legend {
        margin-top: 15px;
        align-items: center;
        text-align: center;
    }

    .planning-homepage-section .custom-legend div {
        margin-bottom: 10px;
    }
}
.wrapper-target-investasi {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
    align-items: start;
    column-gap: 10px;
    row-gap: 12px;
    color: #fff;
}
.value-box,
.value-box-second {
    position: relative;
    margin-top: 36px;
    display: flex;
    align-items: center;
    line-height: 1.25;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .06) inset;
    background: #fff;
    color: #000;
    padding: 12px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.value-box::before,
.value-box-second::before {
    content: attr(data-label);
    position: absolute;
    left: 2px;
    top: -30px;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}
.wrapper-target-investasi>span {
    align-self: center;
    min-width: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.wrapper-target-investasi>span::before {
    content: "atau";
}
.value-box-second::after {
    content: attr(data-footnote);
    position: absolute;
    left: 0;
    bottom: -22px;
    font-size: 12px;
    color: rgba(255, 255, 255, .8);
}
.fund-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    padding: 4px 8px;
}
.fund-date {
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .02em;
    font-family: Bliss Regular;
}
.fund-value {
    font-size: 40px;
    font-weight: 800;
    color: #155EAB;
    line-height: 1.1;
    font-family: Bliss Regular;
}
.fund-change {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #16a34a;
    font-family: Bliss Regular;
}
.fund-change.down {
    color: #ef4444;
}
.dd-btn {
    border: 1px solid #cfd8e3;
    background: #fff;
    border-radius: 10px;
    padding: 9px 14px;
    font-weight: 700;
    font-size: 14px;
    color: #1f2937;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.chev {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f97316;
    display: inline-block;
}
.fund-tabs {
    display: flex;
    gap: 26px;
    padding: 16px 8px 10px;
    border-bottom: 1px solid #e5e7eb;
}
.fund-tabs .tab {
    background: transparent;
    border: 0;
    padding: 10px 0;
    font-weight: 800;
    color: #6b7280;
    letter-spacing: .06em;
}
.fund-tabs .tab.active {
    color: #f97316;
    position: relative;
}
.fund-tabs .tab.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    height: 3px;
    border-radius: 3px;
    background: #f97316;
}
.chart-wrap {
    padding: 0 0 10px 0;
}
.description-hero ul li.instagram-url-icon img {
    background-color: transparent;
    padding: 0;
    width: 30px;
}
.description-hero ul li.instagram-url-icon img:nth-child(3) {
    width: 17px;
}
@media (max-width:820px) {
    .wrapper-target-investasi {
        grid-template-columns: 1fr;
        row-gap: 18px;
    }
    .wrapper-target-investasi>span {
        order: 2;
        font-size: 18px;
    }
    .value-box {
        order: 1;
    }
    .value-box-second {
        order: 3;
    }
    .value-box::before,
    .value-box-second::before {
        font-size: 18px;
        top: -26px;
    }
    .value-box,
    .value-box-second {
        font-size: 24px;
    }
}
/* Mobile */
@media (max-width: 600px) {
    .planning-homepage-section .chart-legend-box canvas {
        max-width: 180px;
    }

    .planning-homepage-section .custom-legend {
        font-size: 13px;
    }

    .planning-homepage-section .custom-legend div {
        margin-bottom: 8px;
    }
}
@media (max-width: 768px) {
    .planning-homepage-section .chart-planning-section {
        flex-direction: column;
    }
}
@media (min-width: 1981px) {
    .grid-komisiari-biografi p {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 36px;
    }

    .grid-komisiari-biografi h3 {
        font-size: 50px;
        font-family: Bliss Regular;
        margin-bottom: 15px;
    }

    .grid-komisiari-biografi span {
        font-size: 26px;
        margin-bottom: 30px;
        display: block;
    }
}

@media (max-width: 480px) {
    .chart-wrapper-final-modal {
        gap: 24px;
    }

    .legend-dot-yellow-final-modal,
    .legend-dot-blue-final-modal,
    .legend-dot-orange-final-modal,
    .legend-dot-red-final-modal {
        width: 10px;
        height: 10px;
    }

    .product-card-final-modal {
        padding: 12px 16px;
        gap: 16px;
    }

    .logo-wrapper-final-modal,
    .logo-final-modal {
        width: 48px;
        height: 48px;
    }

    .btn-next-final-modal {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    section.featured {
        flex-direction: column;
    }

    section.featured img {
        max-width: 100%;
        height: 180px;
    }

    section.featured .text-content {
        min-width: auto;
    }
}

.burger {
    display: none;
    cursor: pointer;
    width: 30px;
    flex-direction: column;
    justify-content: space-between;
    height: 22px;
    z-index: 1001;
    margin: 22px 20px;
}

.burger span {
    display: block;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    position: relative;
}

.burger.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px);
    left: 1px;
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-8px);
    left: 1px;
    top: -7px;
}

.burger span {
    transition: all 0.3s ease;
}

@media (max-width: 930px) {
    .why-trimegah-section .column-3 {
        min-height: 360px;
    }

    .why-trimegah-section .column-3 p {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .top-section {
        flex-direction: column;
    }

    .why-trimegah-section .column-3 {
        min-height: auto;
    }

    .right-side {
        flex: 1 1 auto;
        min-width: auto;
    }

    .produk-list {
        flex-direction: column;
    }
}

@media (max-width: 1400px) {

    .container,
    .content-banner-reksadana,
    .content-market-hero,
    .journey-homepage-section .row,
    .contact-us .bottom-section,
    .contact-us .bottom-section .cards {
        width: 75%;
    }

    .header-award-section,
    .content-detail .container,
    {
        width: 70%;
    }

    .menu ul li a {
        padding: 39px 10px;
        color: #ffffff;
    }

    .menu ul li {
        font-size: 13px;
    }

    .has-dropdown:before {
        right: -2px;
    }

    ul.dropdown-menu {
        padding: 10px 0px;
        top: 75px;
        width: 190px;
    }

    ul.dropdown-menu li {
        display: block;
        font-size: 13px;
    }

    .active-stock {
        gap: 17px;
    }
}

@media (max-width: 1280px) {

    .container,
    .content-banner-reksadana,
    .content-market-hero,
    .journey-homepage-section .row,
    .contact-us .bottom-section,
    .contact-us .bottom-section .cards {
        width: 95%;
    }

    .header-award-section,
    .content-detail .container,
    {
        width: 90%;
    }


    .wrapper-list-award .awards-grid .column-3 {
        width: calc(33.3333333% - 20px);
    }

    .wrapper-list-award .awards-grid:last-child .column-3 {
        margin-bottom: 135px;
    }

    .title-hero h1 {
        font-size: 36px;
    }

    .description-hero h2 {
        font-size: 20px;
    }

    .grid-menu,
    .grid-address,
    .grid-socmed {
        padding-right: 40px;
    }
}

@media (max-width: 1108px) {
    .burger {
        display: flex;
        float: right;
        margin-top: 40px;
        margin-right: 0;
    }

    .menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.95);
        padding: 20px 0;
        z-index: 999;
    }

    .menu.active {
        display: block;
        width: 100%;
    }

    .menu ul {
        flex-direction: column;
        text-align: center;
    }

    .menu ul li {
        display: block;
        margin: 10px 0;
    }

    .menu ul li ul.dropdown-menu {
        display: none;
        padding-top: 10px;
    }

    .menu ul li.has-dropdown.open>ul.dropdown-menu {
        display: block;
    }

    .menu ul li a {
        padding: 10px;
        display: block;
        color: white;
    }

    .menu-lang {
        float: right;
    }

    .has-dropdown:before {
        right: 20px;
        top: 15px;
    }

    ul.dropdown-menu {
        width: 100%;
        position: relative;
        top: 0;
        background-color: transparent;
        padding: 0;
    }
}

@media (max-width: 1024px) {
    .nav-reksadana ul {
        width: 965px;
    }

    .awards-grid .column-3 img {
        top: -111px !important;
        width: 120px;
        height: 150px;
        object-fit: contain;
    }

    .slider-market .container {
        margin-top: 0;
    }

    .swiper.swiper-content-berita {
        margin: 0 0px;
    }

    .content-detail .container {
        width: 100%;
    }

    .content-detail {
        padding: 20px;
        text-align: center;
    }

    .content-detail p img {
        width: 100%;
        height: auto;
        max-width: 325px;
    }

    .content-detail p {
        font-size: 16px;
        line-height: 27px;
    }

    .content-banner-reksadana {
        flex-direction: column;
        flex: unset;
        top: 50%;
    }

    .content-detail h1 {
        font-size: 32px;
        font-weight: 500;
    }

    .contact-us .top-section form {
        flex-direction: column;
        margin-left: 0;
        max-width: 100%;
    }

    .text-banner-reksadana h1 {
        font-size: 28px;
        max-width: auto;
        margin-bottom: 5px;
    }

    .itram-banner img {
        width: 90px;
    }

    .banner-reksadana {
        height: 500px;
    }

    .all-reksadana-list h2 {
        font-size: 28px;
    }

    .journey-homepage-section .row {
        width: 100%;
    }

    .chart-planning-section img {
        width: 100%;
    }

    .contact-us .bottom-section .cards {
        width: 100%;
    }

    .tram-academy-hero img {
        height: 100%;
        object-fit: cover;
    }

    .row.content-hero-detail-market {
        width: 90%;
    }

    .flow-penangan {
        padding: 40px 20px;
    }

    .flow-penangan h2 {
        font-size: 28px;
    }

    .contact-us .top-section .map-container {
        flex: unset;
        max-width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }

    .flow-penangan p {
        width: 100%;
        font-size: 18px;
        margin-bottom: 50px;
    }

    .tram-academy-hero {
        height: 450px;
    }

    .modal-content .container.row.footer {
        width: 95%;
    }

    .attention {
        padding: 40px 20px;
    }

    .search-bar {
        padding: 90px 20px;
        padding-bottom: 45px;
    }

    .search-bar input {
        width: calc(100% - 30px);
    }

    .attention .container {
        width: 100%;
    }

    .default-hidden-content.show {
        flex-direction: column;
        padding: 25px;
    }

    .row.content-hero-detail-market ul {
        float: left;
        margin-top: 20px;
    }

    .blog-card {
        width: 100%;
        float: left;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .hero-market-update {
        height: 400px;
    }

    .hero-market-update img {
        object-fit: cover;
        height: 100%;
    }

    .content-market-hero h1 {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .content-market-hero p {
        font-size: 14px;
        font-weight: 400;
    }

    .profile-perusahaan .grid-title-profile h2 {
        font-size: 38px;
    }

    .nav-reksadana {
        overflow: auto;
    }

    .title-hero,
    .description-hero {
        width: 100%;
        float: none;
    }

    .mitra-distribusi-section {
        padding: 20px;
        text-align: center;
    }

    .profile-perusahaan .grid-content-profile p {
        font-size: 14px;
        line-height: 21px;
    }

    .row.wrapper-bank-name .grid-bank-image:last-child {
        padding: 0;
    }

    .grid-wrapper-redaksi h2 {
        font-size: 58px;
    }

    #promo-modal .modal-body {
        width: 100%;
        margin: 0 auto;
    }

    .content-redaksi h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .journey-homepage-section .row {
        width: 100% !important;
        ;
    }

    .content-redaksi span {
        display: block;
        font-size: 14px;
    }

    .grid-komisiaris,
    .grid-wrapper-redaksi.direksi-section .grid-komisiaris {
        grid-template-columns: repeat(1, 1fr);
    }

    img.trigger-click-profile {
        width: 25px !important;
        height: 25px !important;
        right: 10px !important;
        top: 10px !important;
    }

    .struktur-organisasi .nav-reksadana ul {
        width: auto;
    }

    .struktur-organisasi h3 {
        font-size: 28px;
    }

    .grid-komisiari-biografi {
        width: 100% !important;
        left: 0 !important;
        height: auto !important;
        top: 0 !important;
        padding: 30px !important;
        padding-top: 50px !important;
    }

    .tata-kelola .grid-title-profile {
        width: 100%;
    }

    .tata-kelola .grid-content-profile {
        width: 100%;
        margin-top: 30px;
    }

    .row.header-tata-kelola img {
        float: left;
        width: 100px;
        margin-top: 19px;
    }

    .row.header-tata-kelola h3 {
        font-size: 28px;
    }

    .wrapper-list-award .awards-grid:last-child .column-3 {
        margin-bottom: 135px;
        width: 100%;
    }

    .journey-homepage-section h2 {
        font-size: 45px;
    }

    #promo-modal .modal-content {
        padding: 10px;
    }

    .journey-homepage-section p {
        font-size: 14px;
    }

    #profil-resiko-modal .modal-dialog {
        width: 95%;
        transform: unset;
        top: 0;
        margin-top: 40px;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .awards-grid .column-3 {
        width: 100%;
        margin: 0;
        margin-bottom: 150px;
        min-height: 243px;
    }

    .slide-1 h2 {
        font-size: 23px;
        padding: 55px;
        padding-bottom: 55px;
    }

    .trimegah-award-section:after,
    .trimegah-award-section:before {
        background-size: cover;
    }

    .grid-blog-wrapper,
    .produk-list,
    .contact-us .bottom-section .cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    img.search-modal-images {
        width: 75px;
        height: 75px;
        margin-top: -36px;
        padding: 16px;
    }

    .footer .grid-menu {
        width: 50%;
    }

    .slide-1 .form {
        padding: 30px;
    }

    .images-box-modal div {
        width: auto !important;
    }

    .footer .grid-address,
    .footer .grid-socmed {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        clear: both;
    }

    .swiper-autoheight,
    .swiper-autoheight .swiper-slide {
        height: auto;
        min-height: 535px;
    }

    .content-text-academy {
        width: 100%;
        padding-right: 0;
    }

    .content-text-academy p {
        font-size: 16px;
    }

    h2.announcement-title {
        font-size: 28px;
    }

    .section-question h2 {
        font-size: 28px;
    }

    nav.top-nav {
        gap: 20px;
    }

    .faq-grid {
        max-width: 100%;
        grid-template-columns: repeat(1, minmax(280px, 1fr));
    }

    .contact-us .top-section {
        position: relative;
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {

    video.hero-image,
    .banner-image img.hero-img {
        width: 100%;
        height: 500px;
        background-color: #000;
    }

    .why-trimegah-section .column-3 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .journey-homepage-section {
        padding-top: 100px;
        padding-bottom: 150px;
    }

    .wrapper-form-chart {
        width: 100%;
        margin-right: 0;
    }

    .chart-wrapper {
        float: left;
        width: 100%;
    }

    .title-hero h1,
    .tram-academy-hero-content h1,
    .hero-how-invest-content h1 {
        font-size: 22px;
    }

    .description-hero h2,
    .contact-us .bottom-section p,
    .flow-penangan p {
        font-size: 16px;
    }

    .header-award-section h2,
    .planning-homepage-section h2,
    .mitra-distribusi-section h2,
    .blog-homepage h2 {
        font-size: 32px;
    }
    #changing-text {
        width: auto;
        font-size: 32px;
    }
    .header-award-section {
        width: 100%;
    }

    .column-3 span {
        position: relative;
        width: 100%;
        left: 0;
        bottom: 0;
        display: block;
        margin-top: 30px;
    }

    .awards-grid .column-3:last-child {
        margin-bottom: 0;
    }

    .why-trimegah-section h2 {
        font-size: 48px;
    }

    .newsletter,
    .container,
    .grid-blog-wrapper {
        width: 100%;
        padding: 0 20px;
    }

    .title-newsletter,
    .form-newsletter {
        width: 100%;
        float: none;
    }

    .form-newsletter {
        margin-top: 20px;
    }

    .grid-content-profile,
    .grid-title-profile {
        float: none;
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 425px) {
    .logo {
        width: 120px;
    }

    .title-hero h1,
    .tram-academy-hero-content h1,
    .hero-how-invest-content h1,
    .contact-us .top-section h2 {
        font-size: 24px;
    }

    .grid-menu,
    .grid-address,
    .grid-socmed,
    .content-watermark,
    .image-watermark {
        float: none;
        width: 100%;
        padding: 0;
    }

    .image-watermark{
        margin-top: 30px;
        width: 50%;
    }

    .content-gallery-homepage h3 {
        font-size: 24px;
    }

    .search-bar {
        padding: 30px 15px;
    }

    .grid-blog-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .blog-card,
    .produk-card,
    .newsletter {
        width: 90% !important;
    }

    .contact-us .top-section .container {
        flex-direction: column;
    }

    .text-banner-reksadana h1 {
        font-size: 24px;
    }

    .produk-stats,
    .produk-header {
        flex-direction: column;
        gap: 8px;
    }

    .download-button {
        width: 100%;
        margin: 10px 0!important;
    }
}



/* homepage planning chart? */
.planning-homepage-section {
    font-family: Bliss Regular;
    color: #fff;
}

/* Tabs */
.planning-homepage-section .tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.planning-homepage-section .tab {
    padding: 12px 18px;
    cursor: pointer;
    font-weight: 500;
    color: #bbb;
    border-bottom: 3px solid transparent;
    transition: 0.3s;
}

.planning-homepage-section .tab.active {
    color: #f58220;
    border-bottom: 3px solid #f58220;
}

.planning-homepage-section .tab-content {
    display: none;
}

.planning-homepage-section .tab-content.active {
    display: block;
}

/* Grid layout */
.planning-homepage-section .chart-planning-section {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

.planning-homepage-section .form-chart,
.planning-homepage-section .chart-wrapper {
    background: #1b1b1b;
    border-radius: 10px;
    padding: 20px;
    flex: 1 1 360px;
    text-align: left;
}
/* Form */
.planning-homepage-section .form-chart label {
    font-size: 18px;
    font-weight: 700;
    font-family: Bliss Regular;
    margin-bottom: 5px;
    display: block;
}
.planning-homepage-section .form-chart input,
.planning-homepage-section .form-chart select {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: none;
    margin-bottom: 15px;
    font-size: 14px;
    background: #2a2a2a;
    color: #fff;
}

.planning-homepage-section .form-chart button {
    width: 100%;
    background: #f58220;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

.planning-homepage-section .form-chart button:hover {
    background: #d86f18;
}
/* Hasil */
.planning-homepage-section .chart-wrapper h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.planning-homepage-section .value-box {
    background: #fff;
    color: #000;
    padding: 12px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.planning-homepage-section .chart-wrapper h4 {
    margin: 15px 0 10px;
    font-size: 14px;
    font-weight: 600;
}

.planning-homepage-section .result-item {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-bottom: 6px;
}

.planning-homepage-section .result-item .dot {
    font-size: 20px;
    margin-right: 8px;
}

.planning-homepage-section .result-item span {
    font-weight: 600;
    margin-right: 6px;
}

.planning-homepage-section .return-note {
    font-size: 12px;
    color: #ccc;
    margin-top: 10px;
}
/* Default: Desktop */
.planning-homepage-section .chart-legend-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.planning-homepage-section .chart-legend-box canvas {
    max-width: 290px;
    max-height: 290px;
}

.planning-homepage-section .custom-legend {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Tablet */
@media (max-width: 1024px) {
    .planning-homepage-section .chart-legend-box {
        flex-direction: column;
        align-items: center;
    }

    .planning-homepage-section .custom-legend {
        margin-top: 15px;
        align-items: center;
        text-align: center;
    }

    .planning-homepage-section .custom-legend div {
        margin-bottom: 10px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .planning-homepage-section .chart-legend-box canvas {
        max-width: 180px;
    }

    .planning-homepage-section .custom-legend {
        font-size: 13px;
    }

    .planning-homepage-section .custom-legend div {
        margin-bottom: 8px;
    }
}
@media (max-width: 768px) {
    .planning-homepage-section .chart-planning-section {
        flex-direction: column;
    }
}


/*whistle blowing*/

.whistleblowing-system-page
{
    margin-bottom: 50px;
}

.whistleblowing-system-page p{
    line-height: 200%;
}

.whistleblowing-system-page li{
    line-height: 200%;
}

.whistleblowing-system-page li > ol{
    margin-left: 20px;
    margin-top: 12px;
    padding-left: 0;
}

.whistleblowing-system-page ol {
    list-style: auto;
    list-style-position: outside;
    padding-left: 1em;
}

.whistleblowing-system-page ul {
    list-style: inherit;
    list-style-position: outside;
    padding-left: 1em;
}

.whistleblowing-system-page .content-card {
    padding: 0;
    width: 100%;
}

.whistleblowing-system-page .content-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.whistleblowing-system-page .section-header {
    display: flex;
    align-items: center;
    gap: 24px;
}

.whistleblowing-system-page .icon-circle {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whistleblowing-system-page .icon {
    width: 36px;
    /*height: 36px;*/
}

.whistleblowing-system-page .section-title {
    font-size: 30px;
    font-weight: 500;
    color: #F47D20;
    line-height: 1.25;
}

.whistleblowing-system-page .section-content {
    margin-left: 84px;
    color: #858585;
    font-size: 20px;
    text-align: justify;
}

.whistleblowing-system-page .divider {
    height: 1px;
    background-color: #E5E5E5;
    margin: 40px 0;
}

@media (max-width: 1024px) {

    .wb-title{
        padding: 0 40px;
        margin-bottom: 60px!important;
    }

    .whistleblowing-system-page .content-card {
        padding: 50px 40px;
    }

    .whistleblowing-system-page .section-title {
        font-size: 40px;
    }

    .whistleblowing-system-page .section-content {
        font-size: 18px;
        margin-left: 84px;
    }
}


@media (max-width: 768px) {

    .wb-title{
        padding: 0 30px;
        margin-bottom: 50px!important;
    }

    .whistleblowing-system-page .content-card {
        padding: 40px 30px;
    }

    .whistleblowing-system-page .section-header {
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
    }

    .whistleblowing-system-page .icon-circle {
        width: 50px;
        height: 50px;
    }

    .whistleblowing-system-page .icon {
        width: 30px;
        height: 30px;
    }

    .whistleblowing-system-page .section-title {
        font-size: 32px;
        line-height: 1.3;
    }

    .whistleblowing-system-page .section-content {
        margin-left: 0;
        text-align: left;
    }

    .whistleblowing-system-page .divider {
        margin: 30px 0;
    }
}

@media (max-width: 480px) {

    .wb-title{
        padding: 0 20px;
        margin-bottom: 40px!important;
    }

    .whistleblowing-system-page .content-card {
        padding: 30px 20px;
        border-radius: 12px;
    }

    .whistleblowing-system-page .section-header {
        gap: 12px;
    }

    .whistleblowing-system-page .icon-circle {
        width: 45px;
        height: 45px;
    }

    .whistleblowing-system-page .icon {
        width: 26px;
        height: 26px;
    }

    .whistleblowing-system-page .section-title {
        font-size: 24px;
        word-break: break-word;
    }

    .whistleblowing-system-page .section-content {
        margin-left: 0;
    }

    .whistleblowing-system-page .content-section {
        gap: 16px;
        margin-bottom: 30px;
    }

    .whistleblowing-system-page .divider {
        margin: 24px 0;
    }
}


.chart-tooltip-label-container {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    position: relative;
}

.chart-tooltip-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background-color: #f58220;
    color: white;
    border-radius: 50%;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.chart-tooltip-tooltip-content {
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f58220;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: normal;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 1000;
    pointer-events: none;
}

.chart-tooltip-tooltip-content::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #f58220;
}

.chart-tooltip-tooltip-content a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

.chart-tooltip-tooltip-content a:hover {
    color: #fff;
    text-decoration: none;
}

.chart-tooltip-info-icon:hover .chart-tooltip-tooltip-content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.chart-tooltip-tooltip-content:hover {
    opacity: 1;
    visibility: visible;
}

.how-invest-header{
    background: #ffffff;
    padding-top: 45px;
}
.how-to-invest-background{
    background: #FAFAFA;
}

.how-to-invest-text-area
{
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 25px;
    background: #ffffff;
    border-radius: 16px;
    margin-bottom: 150px;
    padding: 18px;
}

@media (min-width: 768px) {
    .how-to-invest-text-area {
        flex-direction: row;
        gap: 32px;
    }
}

.how-invest article.main-content p
{
    margin-bottom: 15px;
    text-align: justify;
    color: #858585;
    line-height: 27px;

}

.contact-label
{
    color: #434343!important;
}

.contact-label a:hover
{
    color: #F47D20!important;
}

.banner-height-limited
{
    max-height: 545px;
    overflow: hidden;
}
.doc-lists-icon
{
    width: 30px;
}
.wb-title{
    color: #434343;
    font-family: 'Inter';
    font-size: 40px;
    font-weight: 500;
    margin-top: 90px;
    margin-bottom: 90px;
}

.slider-homepage-section .wrapper-image-slider-home {
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 16 / 9;
}

@media (max-width: 768px) {
    .slider-homepage-section .wrapper-image-slider-home {
        aspect-ratio: 3 / 4;
        background-position: center top;
    }
}

.swiper.slider-small-homepage .swiper-slide {
    width: auto;
}

@media (max-width: 768px) {
    .swiper.slider-small-homepage {
        margin: 0 16px;
        padding: 24px 0;
    }
}

.icon-45-w img{
    width: 45px;
}

.about_us_financial_report 
{
    background-color: #FAFAFA;
    margin-bottom: 0;
    padding-bottom: 90px;
}

.about_us_financial_report h2
{
    color: #434343;
    font-family: 'Inter';
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 90px;
    text-transform: none;
}

.about_us_financial_report .container
{
    padding: 0;
    background-color: unset;
    margin-top: 0;
    box-shadow: unset;
}

.about_us_financial_report .swiper.swiper-content-berita
{
    margin: 0;
}

.about_us_vision_mission
{
    --color-orange: #f47d20;
    --color-dark: #434343;
    --color-blue: #00529c;    
    padding-bottom: 90px;
}

.about_us_vision_mission__main_title
{
    font-size: 44px;
    text-align: center;
    font-family: 'Inter';
    font-weight: 500;
    color: #434343;
}

.about_us_vision_mission__container {
      position: relative;
      width: 100%;
      max-width: 900px;
}

.about_us_vision_mission__top-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
}

.about_us_vision_mission__card {
  position: relative;
  width: 412px;
  height: 169px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about_us_vision_mission__card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.about_us_vision_mission__card-bg path {
  fill: none;
  stroke: var(--color-orange);
  stroke-width: 1.5;
}

.about_us_vision_mission__desktop-path {
  display: block;
}

.about_us_vision_mission__mobile-path {
  display: none;
}

.about_us_vision_mission__card-title {
  position: absolute;
  top: -24px;
  background: white;
  padding: 0 10px;
  font-size: 48px;
  color: var(--color-orange);
  margin: 0;
  line-height: 1.25;
}

.about_us_vision_mission__card .about_us_vision_mission__card-title {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.about_us_vision_mission__card-text {
  padding: 0 30px;
  font-size: 18px;
  color: var(--color-dark);
  line-height: 2;
  margin-top: 20px;
}

.about_us_vision_mission__bottom-section {
  display: flex;
  position: relative;
}

.about_us_vision_mission__core-values-label {
  width: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_us_vision_mission__core-values-text {
  font-family: Bliss Regular;
  transform: rotate(-90deg);
  white-space: nowrap;
  font-size: 48px;
  color: var(--color-orange);
  position: absolute;
}

.about_us_vision_mission__separator-line {
  width: 1px;
  background-color: var(--color-orange);
  margin: 0 40px;
}

.about_us_vision_mission__values-list {
  flex: 1;
  display: grid;
  grid-template-columns: 150px 1fr;
  row-gap: 30px;
  align-content: start;
  padding-top: 10px;
}

.about_us_vision_mission__value-item-title {
  font-family: Bliss Regular;
  font-size: 24px;
  color: var(--color-dark);
  margin: 0;
  font-weight: 500;
  line-height: 2;
}

.about_us_vision_mission__value-item-desc {
  font-size: 18px;
  color: var(--color-dark);
  margin: 0;
  line-height: 1.5;
  padding-left: 20px;
}

.about_us_vision_mission__quote {
  font-style: italic;
  margin-bottom: 5px;
}

.about_us_vision_mission__text-blue {
  color: var(--color-blue);
}

.about_us_vision_mission__text-right {
  text-align: right;
}

.about_us_vision_mission__text-center {
  text-align: center;
}

@media (max-width: 1024px) {
  .about_us_vision_mission__top-section {
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px;
    margin-bottom: 20px;
  }

  .about_us_vision_mission__card-text {
    margin-bottom: 20px;
  }

  .about_us_vision_mission__card {
    width: 100%;
    height: auto;
  }

  .about_us_vision_mission__card-title {
    font-size: 36px;
  }

  .about_us_vision_mission__bottom-section {
    flex-direction: column;
  }

  .about_us_vision_mission__separator-line {
    display: none;
  }

  .about_us_vision_mission__core-values-label {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .about_us_vision_mission__core-values-text {
    position: static;
    transform: none;
    width: 100%;
    text-align: center;
    font-size: 36px;
  }

  .about_us_vision_mission__values-list {
    grid-template-columns: 1fr;
    padding-top: 0;
    row-gap: 20px;
  }

  .about_us_vision_mission__value-item-title {
    font-size: 20px;
    color: var(--color-orange);
  }

  .about_us_vision_mission__value-item-desc {
    padding-left: 0;
    margin-top: -10px;
    font-size: 16px;
  }

  .about_us_vision_mission__desktop-path {
    display: none;
  }

  .about_us_vision_mission__mobile-path {
    display: block;
  }
}


@media (max-width: 1024px) {
    .about_us_vision_mission__container {
        padding: 50px 40px;
    }
}
@media (max-width: 768px) {
    .about_us_vision_mission__container {
        padding: 40px 30px;
    }
}
@media (max-width: 480px) {
    .about_us_vision_mission__container {
        padding: 30px 20px;
    }
}