@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&family=Play:wght@400;700&family=Cabin:wght@100;200;300;400;500;600;700;800&display=swap');

@font-face {
    font-family: 'Trebuchet MS';
    font-style: normal;
    font-weight: normal;
    src: local('Trebuchet MS'), url('../fonts/Trebuchet-reguler.ttf') format('ttf');
}

@font-face {
    font-family: 'Friz Quadrata Std';
    font-style: normal;
    font-weight: normal;
    src: local('Friz Quadrata Std'), url('../fonts/Friz-Quadrata-Std-Regular.woff') format('woff');
}

html,
body {
    height: 100%;
    font-family: 'Trebuchet MS';
    font-weight: 400;
    position: relative;
    top: 0!important;
}
.main{
    padding-bottom: 3rem;
}

.bg-primary{
    background: #f6f9fc!important;
}

.bg-white{
    background: #fff!important;
}


.bg-blue-gradient{
    background-image: url('../images/backgrounds/bg-blue.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 900px;
    width: 100%;
    position: relative;
    margin-bottom: 6rem;
}
.bg-blue-gradient .top-shape{
    background-image: url('../images/top-shape.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 144px;
    width: 476px;
    position: absolute;
    top: -3.5rem;
    left: 0;
}

.bg-blue-gradient .bottom-shape{
    background-image: url('../images/bottom-shape.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 144px;
    width: 476px;
    position: absolute;
    bottom: -3.5rem;
    right: 0;
}


.bg-blue-gradient-two{
    /* clip-path: polygon(0 0, 100% 2%, 100% 100%, 0% 100%); */
    background-image: url('../images/backgrounds/bg-blue-two.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 520px;
    width: 100%;
    position: relative;
    margin-bottom: 6rem;
    padding: 6rem 0 0 0;
}
.bg-blue-gradient-two .left-shape{
    background-image: url('../images/top-shape.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 144px;
    width: 476px;
    position: absolute;
    top: -3.5rem;
    left: 0;
}
.footer-page .right-shape{
    top: -0.8rem!important;
}


.bg-blue-gradient-two .right-shape{
    background-image: url('../images/top-shape.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 144px;
    width: 476px;
    position: absolute;
    top: 2.5rem;
    right: 0;
}
.bg-blue-gradient-two .center-block{
    position: absolute;
    top: 6rem;
    left: 0;
    right: 0;
    margin: auto;
}

.py-lg{
    padding-top: 9rem;
    padding-bottom: 9rem;
}
.mt-md-6{
    margin-top: 6rem!important;
}
.mb-md-6{
    margin-bottom: 6rem!important;
}
.mb-md-7{
    margin-bottom: 7rem!important;
}

/* font color*/
.secondary-color{
    color: var(--secondary-90, #121212);
}

.b3b7bd-color{
    color: var(--secondary-90, #B3B7BD);
}
.color-6b6e72{
    color: #6B6E72!important;
}
.color-1062ed{
    color: #1062ED!important;
}
.color-3d3d3e{
    color: #3D3D3E!important;
}
.dark-color{
    color: #121212!important;
}
/* font-size */
.fs-14px{
    font-size: 14px!important;
}
.fs-16px{
    font-size: 16px!important;
}
.fs-18px{
    font-size: 18px!important;
}
.fs-20px{
    font-size: 20px!important;
}
.fs-40px{
    font-size: 40px!important;
}

/* img */
.img-cover{
    width: 100%;
    object-fit: cover;
    height: auto;
}

/* font family */
.friz-font{
    font-family: 'Friz Quadrata Std';
}
.cabin-font{
    font-family: 'Cabin';
}
/* title */
.title-md{
    font-size: 36px;
    line-height: 48px;
    font-style: normal;
}

.title-lg{
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    line-height: normal;
}

.title-section{
    font-size: 40px;
    font-weight: 700;
    color: #121212;
    line-height: normal;
    line-height: 32px;
}
.title-section-sm{
    font-size: 32px!important;
}
.subtitle-section{
    color: var(--primary-50, #1062ED);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    text-transform: capitalize;
    display: flex;
    align-items: center;
}
.subtitle-section-sm{
    font-size: 16px!important;
}
.desc-section{
    color: var(--secondary-90, #121212);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; /* 140% */
    text-transform: capitalize;
}

/* button */
.btn-transparent{
    background: transparent!important;
}
.btn-secondary{
    color: var(--primary-50, #1062ED);
    font-family: 'Cabin';
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    border-radius: 100px;
    background: var(--primary-10, #E6EFFF);
    border: none;
    padding: 8px 15px;
}
.btn-secondary:hover{
    background: var(--primary-10, #d2def5);
    color: var(--primary-50, #1062ED);
}
.btn-absolute{
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}
.btn-control{
    padding: 8px 17px;
    border-radius: 32px;
    background: #FFF;
    color: #27286a;
    border: none;
    font-size: 1.3rem;
}
.btn-join{
    color: #FFF;
    text-align: center;
    font-family: Trebuchet MS;
    font-size: 28px;
    font-weight: 700;
    line-height: 32.632px;
    width: 248px;
    height: 248px;
    background: #1062ED;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    border: 2px solid #AFCBF9;
    margin: auto;
}
.btn-primary{
    color: #FFF;
    font-family: Cabin;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-radius: 100px;
    background: var(--primary-50, #1062ED);
    padding: 8px 12px;
}
.btn-close-floating{
    position: absolute;
    top: -1.8rem;
    right: -2.3rem;
    z-index: 1001;
}
.btn-call-admin{
    position: fixed;
    bottom: 10px;
    right: 70px;
    z-index: 1000;
}
.btn-close-modal{
    border: none;
    border-radius: 50%;
    font-size: 16px;
    background: #7a7a7a;
    color: #fff;
    padding: 2px 8px;
    position: absolute;
    top: -10px;
    right: -10px;
}
.btn-virtual{
    color: var(--primary-50, #1062ED);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; /* 150% */
    border-radius: 100px;
    background: #FFF;
    padding: 12px 24px;
    text-decoration: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 160px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

.btn-see-more {
  background: none;
  border: none;
  color: #1062ed; 
  cursor: pointer;
  padding: 0;
  font-size: 14px; 
  font-weight: 500;
  text-decoration: underline;
  margin-top: 5px;
  transition: color 0.3s ease;
}

.btn-see-more:hover {
  color: #0846b8;
  text-decoration: none; 
}

.cursor-zoom-in{
    cursor: zoom-in;
}

.navbar-absolute{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1000;
}
.navbar-brand{
    background-image: url('../images/backgrounds/bg-logo.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 128px;
    height: 128px;
    display: flex;
    padding: 2px 15px 30px 15px;
}
.navbar{
    border-radius: 16px;
    border: 1px solid var(--secondary-05, #FFF);
    background: rgb(11 65 158);
    box-shadow: 0px 9px 46px 0px rgba(140, 128, 62, 0.08);
    backdrop-filter: blur(11px);
    padding: 0;
}
.sticky-navbar{
    position: fixed;
    z-index: 1100;
    top: 20px;
    right: 80px;
}
.navbar{
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.navbar li{
    padding: 16px 20px;
}
.navbar li.menu{
    background: rgb(4 45 105);
}
.navbar li a{
    color: var(--secondary-05, #FFF);
    font-family: 'Cabin';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    text-decoration: none;
    display: flex;
    align-items: center;
}
.navbar li.menu a{
    color: #FFF;
    font-family: 'Cabin';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    margin-right: 10px;
}
.navbar-block{
    border-radius: 16px 0px 0px 16px;
    background: #FFF;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
    min-width: 45%;
}
.navbar-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
}
.close-navbar{
    border-radius: 32px;
    background: var(--primary-10, #E6EFFF);
    box-shadow: 0px 0px 0px 0px rgba(255, 102, 81, 0.00);
    color: var(--primary-50, #1062ED);
    text-align: center;
    font-family: Cabin;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 24px;
}
.navbar-body{
    padding: 1rem 1.5rem;
    display: flex;
}
.navbar-list ul{
    list-style: none;
    padding: 0;
}
.navbar-list ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 100px;
    border: 1px solid var(--secondary-10, #EAEAEA);
    padding: 5px 15px;
    color: var(--secondary-70, #3D3D3E);
    font-family: 'Friz Quadrata Std';
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none;
    margin-bottom: 15px;
}
.navbar-list ul li a.active,
.navbar-list ul li a:hover{
    color: var(--primary-50, #1062ED);
}
.navbar-list ul li a.active span::before{
    content: "• ";
    color: #1062ED; 
}

.navbar-list ul li a span{
    margin-bottom: -5px;
}
.navbar-sublist{
    margin-left: 4rem;
}
.navbar-sublist .title{
    color: var(--primary-50, #1062ED);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px; /* 120% */
}
.navbar-sublist ul {
    padding-left: 0;
    list-style: none;
}
.navbar-sublist ul li {
    margin-bottom: 5px;
}

.navbar-sublist ul li ::before,
.navbar-list ul li ul li::before {
    content: "• ";
    color: #1062ED; 
    padding-right: 5px;
}
.navbar-sublist ul li a,
.navbar-list ul li ul li a{
    color: var(--secondary-50, #6B6E72);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    text-decoration: none;
    display: inline;
    border: none;
}
.navbar-footer{
    background: var(--secondary-10, #EAEAEA);
    display: flex;
    padding: 16px 32px 15px 32px;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px 0px 0px 16px;
}
.lang-item,
.lang-active{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.lang-item{
    position: absolute;
    top: 30px;
    left: 0;
}
.lang-image{
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.lang-title{
    margin: 0;
    padding: 0 10px 0 6px;
    font-size: 14px;
}
.navbar-mobile a{
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: .5rem;
}
.navbar-mobile .burger{
    background: #002D69;
}
.top-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-image: url('../images/overlay.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    z-index: 5;
}
.left-overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    /* background-image: url('../images/left-overlay.png'); */
    background-image: url('../images/right-overlay.png');
    rotate: 180deg;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    z-index: 5;
}

.right-overlay{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-image: url('../images/right-overlay.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    z-index: 5;
}
.carousel-item{
    position: relative;
}
.carousel-content{
    position: absolute;
    bottom: 7rem;
    left: 0;
    z-index: 6;
    width: 100%;
}

.carousel-content h4,
.carousel-content p{
    color: #FFF;
    font-style: normal;
    line-height: normal;
}

.carousel-content h4{
    font-size: 48px;
    font-weight: 700;
}
.carousel-content p{
    font-size: 24px;
    font-family: 'Cabin';
    font-weight: 400;
}
#home-carousel .carousel-control-block {
    position: absolute;
    bottom: 8rem;
    left: 0;
    width: 100%;
    z-index: 20;
}
#home-carousel .carousel-nav {
    display: flex;
    justify-content: flex-end;
}
#home-carousel .control-prev,
#home-carousel .control-next {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    width: 48px;
    height: 48px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(5px);
    border: none;
    color: #FFF;
    margin: 0 4px;
}
#home-carousel .carousel-item{
    height: 570px;
}
.video-embed{
    object-fit: fill;
}
.paper-texture{
    position: relative;
    background-image: url('../images/backgrounds/paper-texture.png');
    background-size: cover;
    background-position: center;
    height: 80px;
    margin-top: -1.5rem;
    z-index: 200;   
}

.section-text-group .text-item{
    border-radius: 12px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(50px);
    padding: 16px;
    height: 100%;
    padding-bottom: 3.8rem;
}
.text-group-sm .text-item .title{
    font-size: 16px!important;
}
.text-group-sm .text-item .desc{
    font-size: 14px!important;
}
.no-button .text-item{
    padding-bottom: 0!important;
}

.section-text-group .text-item .title{
    color: var(--secondary-90, #121212);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
.section-text-group .text-item .desc{
    color: var(--secondary-50, #6B6E72);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.quote-name{
    color: var(--primary-50, #1062ED);
    font-family: 'Friz Quadrata Std';
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.24px;
}
.border-quote,
.border-subtitle{
    border: 1px solid #1062ee!important;
    width: 50px;
    margin-top: -5px;
    display: block;
}
.border-subtitle{
    margin-bottom: -7px;
}
.quote{
    color: var(--secondary-90, #121212);
    font-size: 32px;
    font-weight: 400;
    line-height: 44px; /* 137.5% */
    letter-spacing: -0.32px;
}
.dark-card{
    padding: 1.8rem;
    background: rgba(14, 14, 15, 0.40);
    backdrop-filter: blur(25px);
    min-height: 248px;
    border-radius: 12px;
    position: relative;
}
.dark-card .corner{
    background: linear-gradient(90deg, #4AD319 0%, #82FF55 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border-top-left-radius: 12px;
}
.dark-card .card-title{
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
}

.card-default .card-item{
    border-radius: 16px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(50px);
    overflow: hidden;
    height: 100%;
}
.card-default  .card-item .card-content{
    padding: 1rem;
    padding-bottom: 3.8rem;
}
.card-default  .card-item .card-image{
    width: 100%;
    object-fit: cover;
    height: 190px;
}
.card-default.img-tall .card-image{
    height: 400px;
}
.card-default  .card-item .title{
    color: #121212;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none;
}
.card-default  .card-item .desc{
    color: var(--secondary-70, #3D3D3E);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.card-item .no{
    color: #1062ED;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.14px;
    margin-bottom: .5rem;
}
.card-item .type{
    color: var(--neutral-60, #737169);
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    background: var(--neutral-30, #F3F3F1);
    padding: 4px 8px;
    display: inline-block;
    margin-top: 1rem;
}
.card-item .date{
    color: var(--neutral-60, #737169);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.14px;
}
.card-item .owner-title{
    color: var(--neutral-50, #BDBBB7);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.14px;
    margin-bottom: .3rem;
}
.card-item .owner{
    color: var(--neutral-60, #737169);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.14px;
}
.card-item .icon{
    padding: 9px;
    display: inline-block;
    border-radius: 12px;
    background: var(--primary-50, #1062ED);
    margin-bottom: 1rem;
}
.card-testimoni .slick-list{
    padding-top: 5rem!important;
}
.card-testimoni .card-item{
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(50px);
    padding: 70px 35px 35px 35px;
    position: relative;
    margin-right: 1.3rem;
}
.card-testimoni .card-image{
    width: 96px;
    height: 96px;
    border-radius: 25px;
    position: absolute;
    top: -3rem;
    object-fit: cover;
}
.card-testimoni  .card-item .title{
    color: #121212;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    padding-left: 10px;
    border-left: 3px solid #1062ED;
}

.card-testimoni  .card-item .major{
    color: #737169;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding-left: 15px;
}

.card-testimoni  .card-item .job{
    color: var(--primary-50, #1062ED);
    font-size: 15px;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: -0.16px;
    padding-left: 15px;
}
.card-testimoni .card-item .desc{
    color: var(--neutral-70, #535046);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.testimony-slide-control{
    position: absolute;
    right: 2rem;
    top: 3rem;
    z-index: 10;
}

.tab-default{
    list-style: none;
    padding: 0;
    display: flex;
    padding-bottom: 10px;
    border-bottom: 2px solid #BDBBB7;
    margin-bottom: 1.7rem;
}
.tab-default li a{
    padding: 0 0 15px 0;
    color: var(--neutral-50, #BDBBB7);
    font-family: 'Cabin';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.16px;
    text-decoration: none;
    border-bottom: 2px solid #BDBBB7;
    margin-right: 2rem;
}
.tab-default li a.active{
    color: #1062ED;
    border-color: #1062ED;
}
.min-h-auto{
    min-height: auto!important;
}
.join-us{
    padding-top: 35px;
}
.join-us .title{
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 130%;
}

.join-us .subtitle{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.footer-desc{
    color: var(--secondary-05, #FFF);
    font-family: Cabin;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.menu-footer{
    list-style: none;
}
.menu-footer li.title{
    color: var(--secondary-05, #FFF);
    font-family: 'Cabin';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 177.778% */
    opacity: 0.5;
    margin-bottom: .6rem;
}
.menu-footer li.item a{
    color: var(--secondary-05, #FFF);
    font-family: 'Cabin';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
    text-decoration: none;
}
.footer-sosmed{
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
}
.other-menu{
    display: flex;
    justify-content: end;
}
.floating-block{
    border-radius: 16px;
    border: 1px solid #FFF;
    background: linear-gradient(127deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.60) 100%);
    backdrop-filter: blur(12.5px);
    padding: 12px 24px;
    position: fixed;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
    width: 63%;
    z-index: 1000;
}
.bl-1{
    border-left: 1px solid #969594;
}
.lh-28{
    line-height: 28px;
}

.page-header{
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-header .container{
    position: relative;
    z-index: 100;
}
.page-header .title{
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
}
.page-header .title-sm{
    font-size: 24px;
}
.page-header .date,
.page-header .total_read{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

.page-header .description{
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.breadcrumb li a{
    color: var(--secondary-10, #EAEAEA);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: var(--bs-breadcrumb-divider, ">");
    color: #b3b7be;
}

.page{
    position: relative;
    margin-top: -5rem;
    z-index: 500;
}

.section{
    border-radius: 16px 16px 0px 0px;
    background: #F6F9FC;
    padding: 1rem 2rem;
    margin-bottom: 5rem;
}

.text-limit-2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2;
    -webkit-box-orient: vertical;
}


.text-limit-3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
            line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text{
    color: var(--secondary-50, #6B6E72);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.text ul li{
    line-height: 28px!important;
}
.text ul li p{
    margin: 0!important;
}
.text h3,
.text h5{
    color: var(--secondary-90, #121212);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.text h3{
    line-height: 48px!important;
    font-size: 32px!important;
}
.content{
    padding: 1.5rem;
    border-radius: 16px 16px 0px 0px;
    border: 1px solid #f6f9fc;
    background: #f6f9fc;
}
.content .image{
    height: 360px;
    margin-bottom: 1.5rem;
}
.content .description,
.content .description p{
    color: var(--secondary-50, #6B6E72);
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}
.card-other-content,
.card-share{
    padding: 0 1rem;
}
.card-other-content .card-title{
    color: var(--secondary-90, #121212);
    font-size: 22px;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    text-transform: capitalize;
    margin-bottom: 2rem;
}
.card-other-content .card-item .image{
    width: 80px;
    height: 80px;
    border-radius: 8px;
    margin-right: 1rem;
    margin-bottom: 0;
}
.card-other-content .card-item{
    display: flex;
    margin-bottom: 1rem;
}
.card-other-content .card-body,
.card-share .card-content{
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.03);
    padding: 16px;
}
.card-share .card-content{
    padding-top: 0;
}
.card-other-content .card-body{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.card-share .card-content{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.card-other-content .card-item .title{
    color: var(--secondary-90, #121212);
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-transform: capitalize;
    text-decoration: none;
    margin-bottom: .6rem;
}
.card-other-content .card-item .date{
    color: var(--secondary-50, #6B6E72);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px; /* 150% */
    margin: 0;
}
.card-other-content .meta,
.card-item .meta{
    color: var(--secondary-70, #3D3D3E);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 1rem;
}
.card-share .card-title{
    color: var(--secondary-50, #6B6E72);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 1.2rem;
    border-top:1px solid #EAEAEA;
    padding-top: 1rem;
}
.card-share .card-body a{
    color: var(--secondary-50, #6B6E72);
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-grid;
    margin-right: .7rem;
}
.card-share .card-body a img{
    margin: auto;
    margin-bottom: .5rem;
}
.title-with-border{
    font-family: 'Helvetica';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
    background: linear-gradient(170deg, #1062ED 0%, #33B6FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-items: center;
}
.title-with-border::before{
    content: "";
    border: 1px solid #1062ED;
    width: 24px;
    display: block;
    margin-right: 5px;
}
.title-bold{
    color: var(--secondary-90, #121212);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 150% */
    text-transform: capitalize;
}

.page-header-grey{
    height: 230px;
    display: flex;
    align-items: center;
}
.page-header-grey .breadcrumb{
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding: 0 22px;
}
.page-header-grey .breadcrumb li a {
    color: var(--secondary-50, #6B6E72);
}
.box-images{
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(25px);
    padding: 8px;
    position:relative;
}
.box-images .image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 112px;
    position: relative;
    border-radius: 8px;
    cursor: pointer;
}

.overlay-image{
    width: 100%;
    height: 112px;
    position: absolute;
    background: #000;
    opacity: .5;
    border-radius: 8px;
}

.card-file{
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(25px);
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.card-file .icon{
    width: 64px;
    height: 64px;
    padding: 12px;
    border-radius: 16px;
    background: var(--primary-50, #1062ED);
    margin-right: 20px;
}
.card-file .file-content{
    display: flex;
    align-items: center;
}
.card-file .file-content p{
    margin: 0;
}
.card-file .file-content .subtitle{
    color: var(--primary-50, #1062ED);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.card-file .file-content .title{
    color: var(--neutral-90, #3D3B35);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px; /* 140% */
}
.card-table-general{
    border-radius: 7px;
    overflow: scroll;
}
.card-table-general .table-primary {
    width: 100%;
}
.card-table-general .table-title,
.card-table-general tfoot td{
    color: var(--secondary-50, #6B6E72);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.card-table-general thead th{
    background: var(--primary-50, #1062ED);
    padding: 16px 32px;
    color: var(--secondary-05, #FFF);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

.card-table-general tbody td{
    padding: 16px 32px;
    background: var(--secondary-05, #FFF);
    color: var(--secondary-50, #6B6E72);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.text-image-group .text-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-right: 10px;
}
.text-image-group .text-item span{
    color: var(--secondary-70, #3D3D3E);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.card-location{
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(50px);
    display: flex;
    padding: 16px 24px;
    align-items: center;
    margin-bottom: 1.5rem;
    justify-content: space-between;
}
.location-content{
    display: flex;
    align-items: center;
}
.location-content .icon{
    width: 54px;
    height: 54px;
}

.location-content .title{
    color: var(--secondary-70, #3D3D3E);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; /* 140% */
    margin: 0;
}

.location-content .subtitle{
    color: var(--secondary-50, #6B6E72);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin: 0;
}
.location-link{
    text-decoration: none;
}
.location-link span{
    color: var(--secondary-50, #6B6E72);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.card-organization .card-item{
    display: flex;
    padding: 16px;
    align-items: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(50px);
    margin-bottom: 1rem;
}
.card-organization .card-item .card-image{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 80px;
}
.card-organization .card-content{
    padding-left: 1rem;
}
.card-organization .card-content .title{
    color: var(--secondary-90, #121212);
    font-size: 18px;
    font-weight: 700;
    line-height: 28px; /* 140% */
}

.card-organization .card-content .desc{
    color: var(--secondary-70, #3D3D3E);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin: 0;
}
.card-organization .card-content p{
    margin: 0;
}

.milestone .ml-title{
    color: rgba(18, 18, 18, 0.80);
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
}
.milestone .ml-dots{
    position: absolute;
    left: 5px;
    top: 5px;
    height: 100%;
}
.milestone .ml-border{
    height: 100%;
    border-left: 1px dashed rgba(189, 187, 183, 0.40);
    position: absolute;
    top: 30px;
    left: 11px;
}


.card-filosofi .card-item{
    display: flex;
    padding: 16px;
    align-items: start;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(50px);
    height: 100%;
}
.card-filosofi .card-item .card-image{
    width: 20%;
    object-fit: cover;
}
.card-filosofi .card-content{
    padding-left: 1rem;
}
.card-filosofi .card-content .title{
    color: var(--primary-50, #1062ED);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; /* 150% */
    margin-bottom: .5rem;
}

.card-filosofi .card-content .desc{
    color: var(--secondary-50, #6B6E72);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    margin: 0;
}
.card-filosofi .card-content p{
    margin: 0;
}

.skiptranslate {
    display: none !important;
}
.img-radius-16 {
    border-radius: 16px;
}
.overlay-image{
    background: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-dialog.centered{
    height: 100%;
    display: flex;
    align-items: center;
}
.form-control {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #535359;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    padding: 12px 24px;
}
.br-none {
    border-right: 0!important;
}
.igt-custom-right {
    padding: 1rem;
    background-color: #fefeff;
    border: 1px solid #e6e6e7;
    border-radius: 0 0.5rem 0.5rem 0;
    border-left: 0;
    color: #949aa1;
}