/*** Start - Fonts ***/
@font-face {
    font-family: 'FrutigerLTStd-Light';
    src: url('../fonts/FrutigerLTStd-Light.otf') format('opentype');
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: 'FrutigerLTStd-Roman';
    src: url('../fonts/FrutigerLTStd-Roman.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.otf') format("opentype");
    font-weight: bold;
    font-style: normal;
}
/*** End -- Fonts ***/

/*** Start -- Core ***/
.font-light {
    font-family: 'FrutigerLTStd-Light';
}
body, .en {
	font-family: 'FrutigerLTStd-Light';
}
body {
    color: var(--mc-black);
    line-height: 1.5;
    word-break: keep-all;
}
a {
    color: #31439A;
}
b {
    font-family: 'FrutigerLTStd-Roman';
    font-weight: bold;
}
header {
    border-bottom: 0;
    margin-bottom: 40px !important;
}
.logo img {
    width: 139px;
}
.nav-menu {
    font-size: 95%;
    color: #636466;
    background: var(--mc-grey-light);
    border-radius: 50px;
    padding-bottom: 0;
    margin-bottom: 3px;
}
.nav-menu > ul > li.active, .nav-menu > ul > li.active > a, .nav-menu > ul > li:hover {
    color: var(--mc-white);
    background: #006772;
    border-radius: 50px;
}
.nav-menu a, .nav-menu li a, .nav-menu li .dropdown a {
    color: #636466;
}
.nav-menu li .dropdown p:hover a, .nav-menu > ul > li:hover > a {
    color: var(--mc-white);
}
.nav-menu {
        display: flex;
        justify-content: center; /* Center the entire menu */
        width: 100%;
    }
.nav-menu > ul {
    display: flex;
    justify-content: center; /* Center the menu items */
    align-items: center;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: auto;
    max-width: 100%;
}
.nav-menu > ul > li {
    position: relative;
    text-align: center;
    font-size: 95%;
}
.nav-menu > ul > li > a,
.nav-menu > ul > li {
    font-family: 'FrutigerLTStd-Roman';
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/* Ensure text stays centered when font size changes */
.nav-menu > ul > li > a {
    width: 100%;
    justify-content: center;
    font-family: 'FrutigerLTStd-Roman';
}
/* Dropdown styles */
.nav-menu .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    
    text-align: left;
    min-width: 200px;
    
}
.dropdown {
    min-width: 200px;
}
.dropdown > p, .dropdown-submenu > p {
    color: #636466;
    background-color: #e5f7fd;
    margin-bottom: 3px;
    margin-top: 0;
    border-radius: 50px;
}
.dropdown > p:hover, .dropdown > p:focus, .dropdown > p:active,
.dropdown-submenu > p:hover, .dropdown-submenu > p:focus, .dropdown-submenu > p:active {
    background-color: #00a5ad;
    color: var(--mc-white);
}
.dropdown-submenu > p {
    padding: 7px 15px;
    text-align: left;
}
.dropdown-submenu > p > a {
    padding-right: 10px;
}
.arrow {
    font-size: 0.8em;
    margin-left: 5px;
}
.controls .zh, .controls .cn {
    vertical-align: middle;
}
.controls a {
    line-height: 1;
    border: none;
    text-decoration: none;
    vertical-align: bottom;
}
.controls a, .accessible-font a {
    font-weight: 500 !important;
}
.controls a:hover, .accessible-font a:hover {
    color: #31439A;
}
.accessible-font a.active::after {
  bottom: 0;
}
.btn-download {
    display: inline-block;
    width: 21px;
    height: 20px;
    background-image: url('../images/icon_download.png');
    background-size: cover;
    transition: background-image 0.3s ease;
    vertical-align: bottom;
    margin-bottom: 2px;
}
.btn-download:hover {
    background-image: url('../images/icon_download_rollover.png');
}
.mc-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    
}
.mc-tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    color: #000;
    background: #fff;
    border: 2px solid green;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    font-size: 80%;
    white-space: normal;
    top: 100%;
    left: 50%;
    margin-left: -120px;
    margin-top: 13px;
  
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
.mc-tooltip:hover .tooltiptext {
    visibility: visible;
}
.txt-size-btn, .zh .accessible-font > a {
    font-family: 'FrutigerLTStd-Roman' !important;
}
.txt-small {
    font-size: .9em !important;
}
.button-group {
    display: flex;
    align-items: baseline;
}
.min-h {
    min-height: 720px;
}
.index .slide-image {
    width: 100%;
}
.index .section {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin: 40px 0;
}
.index .txt-normal {
    font-family: 'FrutigerLTStd-Roman';
    font-weight: normal;
}
.index a.lg-lnk {
    line-height: 1;
    padding-top: 6.5px !important;
}
.index .grayt {
    color: #939598;
    font-size: 85%;
}
.index .service-row {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 12px;
}
.index .icon-left {
    width: 45px !important;
    margin-right: -44px;
    z-index: 10;
    position: relative;
}
.index .service-link, .service-link-s {
    display: inline-block;
    background: rgba(255,255,255,0.6);
    border: 1px solid #006772;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}
.index .service-link {
    width: 480px;
    height: 45px;
    padding: 10px 20px 10px 60px !important;
}
.index .service-link-s {
    width: 80px;
    height: 26px;
    padding: 1px 10px !important;
}
.index a.service-link, a.service-link-s {
    color: #636466;
    font-size: 95%;
}
.index .section img {
    width: 100%;
    max-width: 1200px; /* your real image width */
    height: auto;
    display: block;
}
.index .color3 { background-color: #d9ebf6; }
.index .color4 { background-color: #fab390; }
.index .color5 { background-color: #f0d0e0; }
.index .color6 { background-color: #ffec97; }
.index .color7 { background-color: #e2f1e0; }

.index .moca-slider-pagina-dots {
    text-align: center;
    padding: 15px 0 3px;
}
.index .moca-dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 3px;
    background-color: #d1d3d4;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
}
.index .moca-dot.active {
    background-color: #43699a;
    width: 28px;
    border-radius: 50px;
}
.index .moca-dot:hover {
    background-color: #43699a;
}
.index .slider a {
    min-width: 100%;
}
.index .slider button {
    padding: 0;
}
.s-highlights .bg-container, .social .bg-container {
    filter: url('#rod');
    overflow: hidden;
    margin-top: 6px;
}
.s-highlights .bg-box-green, .s-highlights .bg-box-purple {
    width: 90%;
    height: auto;
    padding: 30px;
    color: var(--mc-white);
    clip-path: polygon(
        32px 0, 
        calc(100% - 6px) 0, 
        100% 6px, 
        100% calc(100% - 32px), 
        calc(100% - 32px) 100%, 
        6px 100%, 
        0 calc(100% - 6px), 
        0 32px
    );
    border-radius: 0 13px 0 13px;
}
.s-highlights .bg-box-green {
    background: #006772;
}
.s-highlights .bg-box-purple {
    background: #6950A1;
}
.s-highlights .bx-container {
    display: block;
}
.s-highlights .bx-bg-purple {
    width: 90%;
    background-color: #F0E8F3;
    border-bottom-right-radius: 20px;
}
.s-highlights .bx-bg-purple p {
    padding: 25px;
    font-size: 100%;
}
.s-highlights .txt-purple {
    color: #6950A1 !important;
}
.s-highlights .moca-html-slider-indicator {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 5px 0;
    flex-wrap: wrap;
}

.s-highlights .moca-html-slider-thumbnail {
    width: 45px;
    height: 45px;
    border: 3px solid transparent;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.7;
}
.s-highlights .moca-html-slider-thumbnail:hover {
    opacity: 0.9;
    transform: scale(1.05);
}
.s-highlights .moca-html-slider-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.s-highlights .moca-html-slider-active-thumbnail {
    opacity: 1;
    transform: scale(1);
}
.s-highlights .slide-image {
    width: 100%;
}

.prev {
    left: 0;
}
.next {
    right: 0;
}
.content-s {
    padding: 10px 55px;
}
.breadcrumb {
    margin-top: 25px;
    margin-bottom: 25px;
    --bs-breadcrumb-divider: '>';
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
    margin-bottom: 1rem;
    list-style: none;
}
.breadcrumb-item.has-href a {
    color: #A6A8AB;
}
.breadcrumb-item.active {
    color: #436A9B;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
}
h1, h2, h3 {
    font-family: 'FrutigerLTStd-Roman';
    text-transform: uppercase;
}
h1 {
    font-size: 26px;
    color: #006772;
    margin-bottom: 25px;
    font-weight: normal;
    letter-spacing: 0.3px;
}
h2 {
    text-transform: unset;
    font-size: 19px;
    color: #13787F;
}
h3 {
    font-size: 20px;
}
p {
    text-align: justify;
    margin: 0 0 20px;
}
.nowrap {
    white-space: nowrap;
}
#home h2 {
    font-size: 24px;
    letter-spacing: 1px;
}
.sec-title-1, sec-title-1s, .sec-title-2, .sec-title-3, .sec-title-5, .sec-title-6 {
    font-family: 'FrutigerLTStd-Roman';
    text-transform: uppercase;
    line-height: 1.15;
    color: #006772;
    padding-bottom: 10px;
    text-align: left;
}
.sec-title-1, sec-title-1s, .sec-title-2, .sec-title-3 {
    width: 480px;
}
.sec-title-5, .sec-title-6 {
    width: auto;
}
.sec-title-1 {
    font-size: 200%;
    color: #50B848;
    letter-spacing: -1px;
    line-height: 1.2;
    width: 100%;
}
.sec-title-1s {
    font-size: 138%;
    color: #231F20;
    text-transform: none;
    line-height: 1.33;
    margin-bottom: 6px;
}
.sec-title-2, .sec-title-3 {
    font-size: 180%;
    color: #006772;
    line-height: 1.15;
    width: 100%;
}
.sec-title-5, .sec-title-6 {
    font-size: 250%;
}
.moca-basic-slider {
    position: relative;
    margin: auto;
    overflow: hidden;
}
.moca-basic-slider-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.moca-basic-slider-slide {
    min-width: 100%;
    box-sizing: border-box;
    position: relative;
}
.moca-basic-slider-slide img {
    width: 100%;
}
.moca-basic-slider .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
    width: 45px;
    height: 45px;
    padding: 0;
    background: transparent;
}
.moca-basic-slider .left-arrow {
    left: 0;
    margin-left: 0;
}
.moca-basic-slider .right-arrow {
    right: 0;
}
.sli-title, .sli-text, .sli-text1 {
    position: absolute;
}
.sli-title {
    top: 41px;
    left: 50px;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.15;
    color: #436A9B;
}
.sli-text {
    top: 350px;
    right: 110px;
    width: 330px;
    font-size: 15.5px;
    line-height: 1.33;
    color: #436A9B;
}
.sli-text .nme {
    color: #00665E;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
}
.sli-text .mre {
    padding: 3px 16px;
    border: 1.5px solid #43699A;
}
.sli-text1 {
    top: 180px;
    left: calc(50% - 165px);
    width: 330px;
    font-size: 15.5px;
    line-height: 1.33;
    color: #436A9B;
    text-align: center;
}
.sli-text1 .nme {
    color: #00665E;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
}
.sli-text1 .mre {
    padding: 3px 16px;
    border: 1.5px solid #43699A;
    color: #436A9B;
}
.sec-title1, .sec-title2, .sec-title3 {
    font-family: 'FrutigerLTStd-Roman';
    position: absolute;
    text-transform: uppercase;
    width: 600px;
}
.sec-title1.chin, .sec-title2.chin, .sec-title3.chin {
    font-size: 40px;
}
.sec-title1 {
    top: 58%;
    right: 2%;
    width: 520px;
}
.sec-title2 {
    top: 20px;
    color: #00665e;
}
.sec-title1-s, .sec-title2-s {
    font-size: 19px;
    line-height: 2;
    color: #325d92;
}
.sec-title2, .sec-title3 {
    left: 50px;
}
.sec-title3 {
    top: 90px;
    color: #436a9b;
}
.list-link-1 .icon-left {
    height: auto;
    display: inline-block;
}
.list-link-1, .list-link-2, .list-link-3, .list-link-4, .list-link-5 {
    max-width: 380px;
    position: absolute;
}
.list-link-1, .list-link-3 {
    top: 18%;
    right: 11%;
}
.list-link-2 {
    top: 65px;
    left: 5%;
}
.list-link-4 {
    top: 45%;
    left: 54%;
}
.list-link-5 {
    top: 40%;
    left: 20%;
}
.list-link-1 a, .list-link-1 img, .list-link-2 a, .list-link-2 img, .list-link-3 a, .list-link-3 img {
    margin: 0;
    padding: 0;
}
.list-link-1 table, .wth {
    width: 380px;
}
.lkic {
    position: relative;
    width: 30px;
    padding: 0;
}
.lkic img {
    position: relative;
    left: -10px;
    top: 0;
    z-index: 11;
}
.lklnb {
    position: relative; 
    z-index: 1;
}
.lklnb a {
    color: #636466;
    border: 1px solid #006772;
    border-radius: 50px;
    background-color: rgba(255,255,255,0.6);
    padding: 10px 20px 10px 60px;
    margin-bottom: 10px;
    display: inline-block;
    width: 410px;
}
.lkaw {
    width: 20px;
    padding-right: 5px;
    border-bottom: 1.5px solid #426b9d;
}
.left-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left-section img {
    max-width: 100%;
    height: auto;
}
.right-section {
    flex: 1;
    position: relative;
}
.quote {
    position: relative;
    text-align: left;
    min-width: 100%;
}
.quote-start, .quote-end {
    position: absolute;
    height: auto;
    width: 35px;
}
.quote-start {
    top: -20px;
    left: -20px;
}
.quote-end {
    bottom: -5px;
    right: -5px;
}
.signature {
    width: 260px;
    height: auto;
}
.bg-babyblue {
    background-color: #C8E9EF;
}
.top-left, .bottom-left, .top-right, .bottom-right {
    width: 75px;
    height: auto;
}
.top-left {
    top: -20px;
    left: -25px;
}
.bottom-left {
    bottom: -20px;
    left: -25px;
}
.top-right {
    top: -20px;
    right: -25px;
}
.bottom-right {
    bottom: -20px;
    right: -25px;
}
table td {
    padding: 0 20px 5px 0;
    border: none;
}
.title-color-1 { color: #1268B3; }
.title-color-2 { color: #43699A; }
.title-color-3 { color: #00AAAD; }
.title-color-4 { color: #EE3E75; }

.pb-4 img.full {
  display: block;
  width: 100%;
  height: auto;
}
.table-grn-blu {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  max-width: 40%;
  min-width: 35%;
}
.table-grn-blu hr {
    margin-bottom: 10px;
    border-top: 1px solid var(--mc-black);
}
.table-grn-blu p {
    margin-bottom: 7px;
}
.table-grn-blu.table-left {
  left: 5%;
}
.table-grn-blu.table-right {
    top:53%;
    right: 5%;
}
.table-grn-blu table {
  padding: 1rem;
  border-collapse: collapse;
}
.table-grn-blu td {
  padding: 4px 8px;
  color: white;
}
.table-grn-blu.table-left td {
    color: #006772;
}
.table-grn-blu.table-right td {
    color: #00377b;
}
.modal-bg-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 12;
    overflow: hidden;
}
.modal-bg-image {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.modal-foreground {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
}
.text-content .h1 {
    top: 55px;
    opacity: 1;
    font-size: 144%;
    line-height: 1.25;
}
.hv-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    object-fit: fill;
    padding: 8px;
    border: none;
}
.overlay-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}
.overlay-content p {
    text-align: center;
    margin: 0 10px 10px;
}
#home footer {
    background-color: var(--mc-white);
}
.bg-box-l {
    width: 100% !important;
}
.bg-box-green, .bg-box-purple, .bg-box-purple-light {
    width: 90%;
    height: auto;
    padding: 30px;
    clip-path: polygon(
        32px 0, 
        calc(100% - 6px) 0, 
        100% 6px, 
        100% calc(100% - 32px), 
        calc(100% - 32px) 100%, 
        6px 100%, 
        0 calc(100% - 6px), 
        0 32px
    );
    border-radius: 0 13px 0 13px;
}
.bg-box-green, .bg-box-purple {
    color: var(--mc-white);
}
.bg-box-purple-light {
    color: var(--mc-grey-dark);
}
.bg-box-green {
    background: #006772;
}
.bg-box-purple {
    background: #6950A1;
}
.bg-box-purple-light {
    background: #F0E8F3;
}
.shadow-wrapper {
    filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0));
}
.shadow-wrapper1 {
    filter: drop-shadow(3px 3px 12px rgba(0, 0, 0, .15));
}
.shadow-wrapper-green {
    filter: drop-shadow(0 0 .5px #113b40);
}
.bg-box-green, .bg-box-purple, .bg-box-green-gdt, .bg-box-green-gdt1, .bg-box-green-gdt2, 
.bg-box-grd-green, .bg-box-grd-blue, .bg-box-grd-red, .bg-box-grd-brown {
    width: 100%;
    height: auto;
    padding: 30px 20px;
    color: var(--mc-white);
    margin-bottom: 15px;
    clip-path: polygon(
        32px 0, 
        calc(100% - 6px) 0, 
        100% 6px, 
        100% calc(100% - 32px), 
        calc(100% - 32px) 100%, 
        6px 100%, 
        0 calc(100% - 6px), 
        0 32px
    );
    border-radius: 0 13px 0 13px;
}
.bg-box-green {
    background: #006772;
}
.bg-box-purple {
    background: #6950A1;
}
.bg-box-green-gdt {
    position: relative;
    color: #004564;
    padding: 60px 60px 50px;
    background: 
        linear-gradient(90deg, 
        transparent 0%, 
        rgba(255,255,255,0.9) 0%,
        transparent 100%), #c6e3a9;
}
.bg-box-green-gdt1 {
    position: relative;
    color: var(--mc-black);
    padding: 60px 60px 50px;
    background: #e5f3f4;
}
.bg-box-green-gdt2 {
    position: relative;
    color: #004564;
    padding: 60px 60px 50px;
    background: #fff;
    box-shadow: 10px 10px 5px #000;
}
.bx-container {
    display: block;
}
.bx-bg-purple {
    width: 90%;
    background-color: #F0E8F3;
    border-bottom-right-radius: 20px;
}
.bx-bg-purple p {
    padding: 25px;
    font-size: 100%;
}
.bx-container {
    display: block;
}
.bx-bg-purple {
    width: 90%;
    background-color: #F0E8F3;
    border-bottom-right-radius: 20px;
}
.bx-bg-purple p {
    padding: 25px;
    font-size: 100%;
}
.bg-box-grd-green ul li {
    margin-left: 15px;
    list-style: disc;
}
.icon-rs {
    border-right: 1px solid var(--mc-grey);
    padding-right: 18px;
    margin-right: 20px;
}
.overlay img {
    width: 100%;
    height: auto;
}
.txt-purple {
    color: #6950a1 !important;
}
.txt-bold {
    font-family: 'FrutigerLTStd-Roman';
    font-weight: bold;
}
.slide-image {
    width: 100%;
}
.quote-corner {
    width: 59px;
    height: 59px;
}
.quote-corner-s {
    width: 35px;
    height: 35px;
}
.top-left1 {
    top: -20px;
    left: -15px;
    border-top: 17px solid rgba(0,155,149,.2);
    border-left: 17px solid rgba(0,155,149,.2);
}
.bottom-left1 {
    bottom: -20px;
    left: -15px;
    border-bottom: 17px solid rgba(0,155,149,.2);
    border-left: 17px solid rgba(0,155,149,.2);
}
.top-right1 {
    top: -20px;
    right: -15px;
    border-top: 17px solid rgba(0,155,149,.2);
    border-right: 17px solid rgba(0,155,149,.2);
}
.bottom-right1 {
    bottom: -20px;
    right: -15px;
    border-bottom: 17px solid rgba(0,155,149,.2);
    border-right: 17px solid rgba(0,155,149,.2);
}
.plus-size {
    font-size: 110%;
}
.our-mgt-info-container {
    padding: 0 10px 30px 0;
    display: block;
}
.our-mgt-info-main {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
}
.our-mgt-info-main .our-mgt-info-container {
    padding: 0 0 30px 0;
}
.our-mgt-info-main .our-mgt-info {
    color: rgba(255, 255, 255, 0.66);
}
.our-mgt-info-main .our-mgt-info p,
.our-mgt-info-main .our-mgt-info span {
    color: var(--mc-white);
}
.our-mgt-num img {
    min-width: 40px;
    max-width: 40px;
    height: auto;
}
.our-mgt-info {
    color: var(--mc-black);
    text-align: left;
}
.our-mgt-info span {
    color: #006772;
}
.our-mgt-remk {
    font-size: 85%;
}
.our-mgt-remk td {
    vertical-align: top;
}
.our-mgt-appendix {
    color: var(--mc-black);
}
.our-mgt-appendix li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-left: 0;
}
.our-mgt-appendix li::before {
    content: "*";
    position: absolute;
    left: 0;
    color: #000;
    font-weight: bold;
}
.bottom-left-2 {
    bottom: 0;
}
.top-right-2 {
    top: 0;
    right: 0;
}
.bottom-right-2 {
    bottom: 0;
    right: 0;
}
#service h1, #service h2, #service h3 {
    text-transform: none;
}
#service h2 {
    font-size: 22px;
}
.bb1 {
    border-width: 2px;
    border-color: #3C7D74;;
}
.content-img {
    padding: .25rem;
}
.content-img {
    width: 100%;
    height: auto;
    object-fit: fill;
    border: none;
}
.text-image-container {
    position: relative;
    width: 100%;
}
.text-content p {
    color: var(--mc-white);
    opacity: .6;
    position: absolute;
    top: 24px;
    left: 30px;
}
.text-content p.pt {
    font-size: 144%;
    line-height: 1.25;
    position: absolute;
    opacity: 1;
    top: 55px;
    left: 30px;
}

/* modal */
.modal-dialog {
    max-width: 850px;
}
.modal-content {
    padding-top: 10px;
    background-color: transparent;
    border: none;
}
.modal-body {
    width: 100%;
    height: 100%;
}
.btn-modal-close {
    background-color: transparent !important;
    border: none;
    padding: 0;
    z-index: 1;
    position: absolute;
    top: 50px;
    right: 60px;
    z-index: 9999;
}
.btn-modal-close img {
    width: 20px;
    height: 20px;
}
.btn-modal-arrow {
    height: 33px;
    margin-left: auto;
  margin-right: auto;
}
.carousel {
    width: 100%;
    aspect-ratio: 16 / 12;
    overflow: hidden;
    z-index: 999;
}
.carousel-inner {
    height: 100%;
    display: flex;
    align-items: center;
}
.carousel-item img, .carousel-view img {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    height: auto;
    width: 90%;
    max-width: 650px;
}
.carousel-item .carousel-description, .carousel-view .carousel-desc {
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    font-size: .9em;
    width: 90%;
    max-width: 650px;
}
.carousel-item .carousel-description .carousel-description-content, .carousel-view .carousel-desc .carousel-desc-content {
    width: 100%;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 25px;
}
.carousel-description-content p {
	margin-bottom: 5px;
}
.carousel-item.carousel-item-2in1 img, .carousel-view img {
    max-width: 650px;
    max-height: 500px;
    width: auto;
}
.carousel-item.carousel-item-2in1 .carousel-description, .carousel-view .carousel-desc {
    max-width: 650px;
}
.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
    top: calc(50% - 25px);
    width: 60px;
    height: 60px;
}
.carousel-control-prev {
    left: 15px;
}
.carousel-control-next {
    right: 30px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    background: none;
    width: 60px;
}
.img-container-corporate {
    position: relative;
    padding: 8px;
}
.pt-gbox {
    margin-top: -35px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px;
    /* background-color: rgba(50, 181, 178, 0.5); */
    margin: 0.25rem;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.overlay::before {
    font-size: 48px;
    color: white;
    text-align: center;
    display: inline-block;
}
.overlay-rm {
    border: 2px solid var(--mc-white);
    text-align: center;
    width: fit-content;
    padding: 2px 7px;
    margin-top: 7px;
}
.overlay-content button {
    font-size: 90%;
    border: 1px solid var(--mc-white);
    border-radius: 0;
}
.overlay-content .btn:hover {
    border: 1px solid var(--mc-white);
    background-color: var(--mc-white) !important;
    color: var(--mc-grey-dark) !important;
}
.img-container-corporate:hover .overlay {
    display: flex;
}
.border-box-1 {
    flex: 1;
    border: 1px solid #A8CB53;
    margin-right: 20px;
    padding: 45px 50px 60px 45px;
}
.border-box-2 {
    flex: 1;
    border: 1px solid #006D80;
    margin-left: 20px;
    padding: 45px 50px 60px 45px;
}
.border-box-1 li {
    list-style: disc;
}
.border-box-1 li:first-child {
    padding-bottom: 20px;
}
.border-box-1 img {
    float: right;
    width: 200px;
}
.border-box-2 img {
    width: 380px;
}
.quote-start-2, .quote-end-2 {
    position: absolute;
    height: auto;
    width: 35px;
}
.quote-start-2 {
    top: 0;
    left: 0;
}
.quote-end-2 {
    bottom: 0;
    right: 0;
}
.content-bg {
    position: relative;
    overflow: hidden;
}
.content-bg::before {
    content: "";
    position: absolute;
    margin: 0;
    background: linear-gradient(to bottom right, rgb(208, 210, 211) 0%,
     rgb(254, 254, 254) 33%, rgb(208, 210, 211) 100%);
    display: flex;
    z-index: -1;
}
.circuit-container {
    padding-top: 15px;
    padding-bottom: 15px;
}
.circuit-content {
    align-items: center;
}
.circuit-content .circuit-content-section2 {
    font-family: 'FrutigerLTStd-Light';
    text-align: justify;
}
.rectangle-container-1, .rectangle-container-2 {
    border-radius: 20px;
    margin-left: 9px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 15px;
}
.rectangle-container-1 {
    border: 1px solid #00A77E;
}
.rectangle-container-2 {
    border: 1px solid #0061AF;
}
.rectangle-base-1, .rectangle-base-2 {
    border-radius: 15px;
}
.rectangle-base-1 {
    background-color: #60C3AD;
}
.rectangle-base-2 {
    background-color: #4A8ECC;
}
.rectangle-base-1 > .rectangle {
    background-color: #D7F0EB;
}
.rectangle-base-2 > .rectangle {
    background-color: #D2E3F2;
}
.rectangle-container-1:last-child {
    margin-bottom: 30px;
}
.rectangle-base-1 img, .rectangle-base-2 img {
    width: auto;
    height: 150px;
    float: left;
}
.rectangle-base-1 p, .rectangle-base-2 p {
    color: var(--mc-white);
    font-size: 22px;
    text-align: left;
    align-items: center;
    display: flex;
    height: 100%;
}
.rectangle-base-1 .rectangle, .rectangle-base-2 .rectangle {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) -3px 6px 20px, rgba(0, 0, 0, 0.15) 3px 3px 10px;
}
.rectangle-base-1 .rectangle {
    background-color: #D7F0EB;
}
.rectangle-base-2 .rectangle {
    background-color: #D2E3F2;
}
.rectangle > p {
    color: var(--mc-black);
    font-size: 100%;
    text-align: left;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
}
.border-box-3 {
    width: 100%;
    background: radial-gradient(circle at top center, rgba(255, 255, 255, 0.8), rgba(208, 210, 211, 1) 70%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px 50px 60px 45px;
}
.border-box-3 img, .border-box-4 img, .border-box-5 img, .border-box-6 img, .border-box-7 img, .border-box-8 img {
    width: auto;
    height: 120px;
    padding-right: 20px;
    float: left;
}
.border-box-3 .sign-title-h {
    border-right: 1px solid #3C7D74;
    margin-right: 30px;
}
.border-box-3 .sign-title-h, .border-box-4 .sign-title-v, .border-box-5 .sign-title-v {
    display: flex;
    align-items: center;
}
.border-box-4 .sign-title-v, .border-box-5 .sign-title-v {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #3C7D74;
}
.row-2 {
    justify-content: space-between;
}
.border-box-4 {
    flex: 1;
    border: 1px solid #A8CB53;
    background-color: #A8CB53;
    padding: 45px 50px 60px 45px;
    margin-right: 20px;
}
.border-box-5 {
    flex: 1;
    border: 1px solid #A8CB53;
    padding: 45px 50px 60px 45px;
    margin-left: 20px;
}
.border-box-6 {
    flex: 1;
    border: 1px solid #A8CB53;
    margin-right: 20px;
    padding: 45px 50px 60px 45px;
}
.border-box-7 {
    flex: 1;
    margin-left: 20px;
    padding: 45px 50px 60px 45px;
    background: linear-gradient(to bottom right, rgb(237, 237, 237) 0%,
     rgb(249, 249, 249) 10%,rgb(255, 255, 255) 15%, rgb(208, 210, 211) 100%);
}
.border-box-6 .sign-title-v, .border-box-7 .sign-title-v {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #3C7D74;
}
.border-box-6 .sign-title-v, .border-box-7 .sign-title-v, .border-box-8 .sign-title-h {
    display: flex;
    align-items: center;
}
.border-box-8 {
    width: 100%;
    background-color: #A8CB53;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px 50px 60px 45px;
}
.border-box-8 .sign-title-h {
    border-right: 1px solid #3C7D74;
    margin-right: 30px;
}
.s-table-1, s-table-2, .intable {
    display: table;
    width: 100%;
    height:100%;
    border-collapse: collapse;
    color: #004563;
    line-height: 1.2;
}
.s-table-1 p, s-table-2 p, .intable p {
    text-align: left;
    margin-bottom: 10px;
    font-size: .9rem;
}
.s-row {
    display:table-row;
}
.cell {
    border: 0;
    vertical-align: top;
    display:table-cell;
    padding: 0;
    min-height: 60px;
    width:20%;
}
.s-table-1 .title-cell h2, .s-table-2 .title-cell h2 {
    font-family: 'FrutigerLTStd-Roman';
    font-size: 27px;
    text-transform: none;
    letter-spacing: .2px;
    border-left: none;
    border-bottom: none;
    padding: 0;
    position: relative;
}
.s-table-1 .title-cell {
    position: relative;
    border-top: 10px solid #A8CB53;
}
.s-table-1 .title-cell::after {
    background-color: #A8CB53;
}
.s-table-1 .title-cell::after, .s-table-2 .title-cell::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 50%;
}
.s-table-2 .title-cell {
    position: relative;
    border-top: 10px solid #CE509D;
}
.s-table-2 .title-cell::after {
    background-color: #CE509D;
}
.s-table-1 .title-cell h2 {
    color: #00A77E; 
}
.s-table-2 .title-cell h2 {
    color: #5C2D91;
}
.s-row h3 {
    text-transform: none;
    margin: 0 0 10px 0;
    font-size: 19px;
    
    hyphens: none;
}
.s-table-1 h3 {
    color: #007355;
}
.s-table-2 h3 {
    color: #700928;
}
.s-table-2 h4, .s-table-2 .h4 {
    color: #622D91;
    font-size: 18px;
    font-weight: bold;
}
.s-table-2 p {
    color: #004563;
}
.s-row img {
    width: 75px;
    height: 75px;
    margin: 5px;
}
.d1 {
    /**background: linear-gradient(to bottom right, rgb(195, 233, 202) 0%,
     rgb(162, 218, 170) 60%,rgb(162, 218, 170) 100%);**/
    background: #B7E1BC;
}
.d1a, .d1b {
    /**background-color: rgba(162, 218, 170, 1);**/
    background: #B7E1BC;
}
.d2 {
    background: linear-gradient(to bottom right, rgb(195, 233, 202) 0%, rgb(162, 218, 170) 100%);
}
.d3 {
    /**background: linear-gradient(to bottom right, rgb(191, 237, 240) 0%, rgb(145, 215, 222) 100%);**/
    background: #ABE4E8;
}
.d4 {
    /**background: linear-gradient(to bottom right, rgb(186, 221, 140) 0%, rgb(153, 206, 117) 100%);**/
    background: #B3DA87;
}
.d5 {
    width: 100%;
    /**background: linear-gradient(to bottom right, rgb(128, 218, 210) 0%, rgb(96, 197, 194) 100%);**/
    background: #7BD7CF;
}
.d6 {
    /**background: linear-gradient(to bottom right, rgb(244, 201, 225) 0%, rgb(228, 138, 186) 100%);**/
    background: #F2C0DC;
}
.d7 {
    /**background: linear-gradient(to bottom right, rgb(232, 221, 236) 0%, rgb(223, 182, 213) 100%);**/
    background: #E7D8E9;
}
.d8 {
    /**background: linear-gradient(to bottom right, rgb(250, 199, 204) 0%, rgb(235, 144, 172) 100%);**/
    background: #F2ABBB;
}
.long {
    width: 60%;
}
.short, .verti {
    width: 40%;
}
.s-full {
    width: 100%;
}
.cell-h {
    margin: 10px 0;
    padding: 0 20px 0 10px;
}
.cell-h .cell-icon {
    min-width: 95px;
}
.cell-h .cell-desc {
    padding-top: 8px;
}
.d1 .cell-h {
    border-right: 1px solid #39B54A;
    padding-right: 40px;
}
.d1 .cell-h h3 {
    margin-bottom: 0;
}
.h-line {
    position: relative;
}
.h-line::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: calc(100% - 50px);
    height: .5px;
    background-color: #39B54A;
}
.d6 .v-line {
    border-right: 1px solid #D94B9B;
}
.animated-number, .animated-number-s, .animated-number-sn {
    font-family: 'MyriadPro-Regular';
    padding: 0 5px;
}
.animated-number-s {
    font-size: 30px;
}
.s-table-1 table {
    width: auto;
}
.d4 p, .d1b h3 {
    margin-bottom: 0;
}
.d5 .cell-h {
    border-right: 1px solid #39B54A;
}
.s-half {
    width: 50%;
}
.extra-pl {
    padding-left: 30px;
}
.extra-pr {
    padding-right: 30px;
}
.s-table-2 .one-third {
    width: 33%;
}
.one-third .v-line, .d8 .v-line {
    border-right: 1px solid #D94B9B;
}
.html-slider h2 {
    color: #006772;
    font-size: 18px;
}
/*
.slide-bg-1 {
    background-color: #FCE4EE;
}
.slide-bg-2 {
    background-color: #D4EBEA;
}*/
.content-s {
    padding-top: 0;
    padding-bottom: 0;
}
.quote p {
    margin-bottom: 0;
}
.moca-html-slider {
    position: relative;
    overflow: hidden;
    min-height: 380px;
}
.moca-html-slider-slides {
    display: flex;
    transition: transform 0.5s ease;
}
.moca-html-slider-slide {
    min-width: 100%;
    box-sizing: border-box;
    min-height: 380px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
}
.moca-html-slider-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.moca-html-slider-control-button {
    background: none;
    border: none;
    font-size: 2em;
    color: #43699A;
    cursor: pointer;
}
.moca-html-slider-indicator {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.moca-html-slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #999999;
    margin: 0 5px;
    transition: background 0.3s, width 0.3s;
}
.moca-html-slider-active-dot {
    width: 23px;
    background: #43699A;
    border-radius: 15px;
}
.moca-html-slider-content {
    margin-top: 20px;
    display: none;
}
.moca-slide-text {
    line-height: 1.25;
}
.slide-content {
    display: flex;
    width: 100%;
    align-items: center;
}
.slide-content1 {
    display: flex;
    width: 100%;
    align-items: end !important;
}
.slide-image img {
    width: 100%;
    height: auto;
    border: none;
    margin: 0;
    padding: 0 25px;
}
.slide-text {
    flex: 1; /* Take remaining space */
    padding: 0; /* Remove padding */
    display: flex;
    align-items: center;
}
blockquote {
    font-size: 1.5em; /* Adjust size as needed */
    margin: 0; /* Remove default margins */
    padding: 0; /* Remove padding */
    quotes: "“" "”"; /* Define quote style */
}
blockquote:before {
    content: open-quote; /* Add opening quote */
    font-size: 2em; /* Adjust size */
    margin-right: 5px; /* Space between quote and text */
}
blockquote:after {
    content: close-quote;
    font-size: 2em;
    margin-left: 5px;
}
.top-left3, .bottom-right3, .top-left4, .bottom-right4 {
    width: 36px;
    height: 36px;
}
.top-left3 {
    top: 0;
    left: 0;
    border-top: 13px solid #FFC2DE;
    border-left: 13px solid #FFC2DE;
}
.bottom-right3 {
    bottom: 0;
    right: 0;
    border-bottom: 13px solid #FFC2DE;
    border-right: 13px solid #FFC2DE;
}
.top-left4 {
    top: 0;
    left: 0;
    border-top: 13px solid #97CECA;
    border-left: 13px solid #97CECA;
}
.bottom-right4 {
    bottom: 0;
    right: 0;
    border-bottom: 13px solid #97CECA;
    border-right: 13px solid #97CECA;
}
.slide-text p {
    font-family: 'FrutigerLTStd-Roman';
}
.moca-image-grid-slider {
    position: relative;
    overflow: hidden;
    min-width: 100%;
    max-width: 100%;
    margin: auto;
}
.moca-image-grid-slides, .moca-image-grid-slides2 {
    display: flex;
    transition: transform 0.5s ease;
}
.moca-image-grid-slide, .moca-image-grid-slide2 {
    display: flex;
    flex-direction: column;
    min-width: 100%;
    max-width: 100%;
}
.moca-image-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.moca-image-region {
    position: relative; /* Positioning for overlay */
    width: 20%; /* Each region is 25% of the row (4 regions per row) */
    box-sizing: border-box; /* Include padding in width */
    height: 100%; /* Optional: Set height for consistent layout */
    background-color: #cccccc; /* Placeholder color */
}
.moca-image-region img {
    width: 100%;
    height: auto;
    display: block;
}
.moca-double-region {
    width: 40%;
    height: auto;
}
.moca-triple-region {
    width: 60%;
    height: auto;
}
.moca-hover-layer, .moca-hover-layer2 {
    position: absolute;
	padding: 25px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.moca-hover-layer {
	background-color: rgba(2,160,156,0.7);
}
.moca-hover-layer2 {
	background-color: rgba(60,126,198,0.7);
}
.moca-image-region:hover .moca-hover-layer,
.moca-image-region:hover .moca-hover-layer2 {
    opacity: 1;
}
.moca-image-grid-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    margin-top: 0;
    right: 0;
    z-index: 1;
}
.moca-image-grid-control-button {
    background: none;
    border: none;
    font-size: 2em;
    color: black;
    cursor: pointer;
}
.moca-image-region a {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: opacity 0.3s ease;
}
.bg-grad-rad-grey {
    background-color: #A4AAB2;
    background-image: radial-gradient(circle, white, transparent 70%);
    background-position: top left;
    background-size: 200% 200%;
    height: 100%;
    margin: 0;
}
.bg-color-green {
    background-color: #008C8C;
}
.bg-color-blue {
    background-color: #3C7EC6;
}
.prev-circle, .next-circle {
    width: 50px;
    height: 50px;
    position: absolute;
}
.prev-circle {
    top: -25px;
    left: 0;
}
.next-circle {
    top: -25px;
    right: 0;
}

.title-green, .title-blue, .title-red, .title-brown {
    width: 100%;
    text-align: center;
    margin: 20px 0 5px;
}
.title-green {
    color: #8fc751;
}
.title-blue {
    color: #5bc4bf;
}
.title-red {
    color: #cd9e81;
}
.title-brown {
    color: #a88a37;
}
.bg-box-grd-green {
    background-image: linear-gradient(to right, #f0f8e8, #c5e3a8);
}
.bg-box-grd-blue {
    background-image: linear-gradient(to right, #eaf7f7, #ade1df);
}
.bg-box-grd-red {
    background-image: linear-gradient(to right, #f9f3ef, #e6cec0);
}
.bg-box-grd-brown {
    background-image: linear-gradient(to right, #f6f3e7, #ddcfa1);
}
.b-green {
    border-right: 1px solid #8bc751;
}
.b-blue {
    border-right: 1px solid #5bc4bf;
}
.b-red {
    border-right: 1px solid #cd9e81;
}
.b-brown {
    border-right: 1px solid #bc9e43;
}
.bg-container .semn {
    padding: 8px 24px;
    color: var(--mc-black);
}
#tabA .bg-container .semn b, #tabB .bg-container .semn b, #tabB .bg-container .semn .bb {
    font-weight: 600;
}
#tabA .bg-container .semn b {
    color: #007D8D;
}
#tabB .bg-container .semn b {
    color: #926466;
}
#tabB .bg-container .semn .bb {
    color: #00A99D;
}
.bg-container .semn img.mn {
    max-height: 100px;
    min-width: 100px;
    width: auto;
}
.bg-container .semn img.sup {
    width: 66px;
    opacity: 0;
    animation: fadeIn 0.5s ease-in 2s forwards;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#tabA .bg-container .semn .jp-txt, #tabB .bg-container .semn .jp-txt {
    font-size: 388%;
    font-weight: 900;
    line-height: 1;
}
#tabA .bg-container .semn .jp-txt {
    color: #A88A37;
}
#tabB .bg-container .semn .jp-txt {
    color: #00A99D;
}
#tabA td.sao-1 {
    padding-right: 10px;
}
#tabA .sao-2 {
    padding-top: 6px !important;
}

.bg-container .semn .mini {
    font-size: 16px;
    font-weight: 400;
    color: #004563;
    text-align: right;
}
.semn-list {
    list-style-type: disc;
    margin-left: 15px;
}
.bg-container .semn span {
    display: inline-block;
}
.zh .bg-container .semn span {
    display: inline;
}
.tab-content-box {
    display: none;
}
.tab-content-box.active {
    display: block;
}
.tab-content-box .bg-box-grd-green, tab-content-box .bg-box-grd-blue, 
.tab-content-box .bg-box-grd-red, tab-content-box .bg-box-grd-brown {
    padding: 45px 30px;
}
.nav-tabs {
    border-bottom: 0;
}
.nav-tabs .nav-link, .nav-tabs .nlnk2 {
    height: 28px;
    font-size: 95%;
    font-weight: 600;
    border: 0;
    padding: 0;
    padding-bottom: 3px !important;
    color: var(--mc-grey-light);
    border-bottom: 3px solid var(--mc-grey-light);
}
.nav-tabs .nav-link.active {
    color: #006772;
    border-bottom: 3px solid #006772;
}
.nav-tabs .nlnk2.active {
    color: #926466;
    border-bottom: 3px solid #926466;
}
.nav-tabs .tab-spacer {
    height: 28px;
    width: 50px;
    padding-bottom: 2px;
    border-bottom: 3px solid var(--mc-grey-light);
}
footer {
    background-color: #ECECEC;
    min-height: 80px;
    border-top: 0;
}
footer .txt-black a {
    color: var(--mc-black);
}
footer img {
    height: 26px;
}
button.mc-back-to-top {
    position: fixed;
    bottom: 70px;
    right: 30px;
    border: none;
    background-color: transparent;
    z-index: 9999;
    transition: opacity .3s;
    display: none;
}
button.mc-back-to-top:hover {
    background-color: transparent;
}
.mc-back-to-top img {
    width: 35px;
    height: auto;
}

.features-container {
    gap: 3rem;
    justify-content: center;
    padding: 2rem 1rem 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
}
.feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 280px;
}
.feature-item img {
    width: 83px;
    height: 83px;
    flex-shrink: 0;
}
.feature-item h3 {
    margin: 0;
    font-size: 1rem;
    text-transform: capitalize;
    white-space: nowrap;
}
.fcolor1 { color: #a88a37; }
.fcolor2 { color: #92646c; }
.fcolor3 { color: #67c18c; }
.tcolor4 { color: #006772; }
.tcolor5 { color: #0db14b; }
.b-grey { border-right: 1px solid #939598; }

.line {
    height: 1px;
    background: #939598;
    width: 100%;
    margin: .8rem 0;
}
.top-rectangle {
    padding: 1rem .5rem;
}
.top-rectangle h2 {
    margin-bottom: 0.5rem;
}

/* Two equal boxes side-by-side inside the top rectangle */
.two-columns {
    display: flex;
    gap: 3rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}
.two-columns .box {
    flex: 1;
    display: flex;
    gap: 1.5rem;
    min-width: 280px;
}
.two-columns .box img {
    width: 200px;
    height: auto;
}
.bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}
.square {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.square h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}
.square p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}
.badge-target {
    position: relative;
    overflow: visible;
    z-index: 2;
}
.corner-badge {
    position: absolute;
    top: -30px; 
    right: 50px;
    width: 80px;
    height: 80px;
    z-index: 9999;
    pointer-events: none;
}
.inner-flex {
    display: flex;
    align-items: start;
    gap: 1.5rem;
    margin-top: 1rem;
}

.sep ul li::marker {
    color: #0db14b;
}

#navbarNav {
    padding-bottom: 8px;
}
.navbar {
    min-height: 80px;
    padding-top: 0.2rem;
    padding-bottom: 0.8rem;
}
.nav-link {
    padding-bottom: 0 !important;
}
.navbar>.container {
    align-items: end;
}
.nav-button-group {
    padding-bottom: 2px;
}
.navbar-nav .nav-item>.nav-link {
    font-family: 'FrutigerLTStd-Roman';
    color: #000;
}
.navbar-nav .nav-item>.nav-link:hover,
.navbar-nav .nav-item>.nav-link.active {
    color: #43699A
}
.nav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
}
.nav-button > img {
    width: 20px;
    height: 20px;
}
.navbar-toggler {
    background: url('../images/icon_mobile%20menu.png') no-repeat center center;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    border: none;
    padding: 0;
    color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
.breadcrumb-item {
    font-size: 11px;
    color: #A6A8AB;
}
/*** End -- Core ***/

/* tooltip */
.tooltip-inner {
    background-color: white !important;
    color: black !important;
    border: 2px solid #0050a4 !important;
    max-width: 350px !important;
    height: auto !important;
}
.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #0050A4;
}
.bs-tooltip-bottom .tooltip-arrow::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-width: 0 .4rem .4rem;
    transform: translateY(3px);
    border-color: transparent;
    border-style: solid;
    border-bottom-color: white;
}
.wcag-icons {
    width: auto;
    height: 26px;
}
/*** end ***/