a {
    text-decoration: none;
    color: #111111;
}

sup {
    vertical-align: super;
    font-size: 0.6em;
    line-height: 1em;
}

sub {
    vertical-align: sub;
    font-size: 0.6em;
    line-height: 1em;
}

b,
strong {
    font-weight: var(--font-weight-bold);
}

.cta {
    background-color: var(--color-black);
    color: #ffffff;
    font-size: 1em;
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: 1em;
    display: inline-flex;
    align-items: center;
    gap: 0.8em;
    padding: 0.8em 1.8em;
    border-radius: 0.5em;
    cursor: pointer;
}

.cta.small {
    font-size: 0.9em;
}

.divider {
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed var(--color-black);
}

.divider.vertical {
    height: 100%;
    width: 1px;
    border-left: 1px dashed var(--color-black);
    border-bottom: 0;
}

.divider.white {
    border-color: var(--color-white) !important;
}

ul.dot>li {
    display: flex;
    margin-bottom: 0;
    align-items: start;
    gap: 1em;
}

ul.dot>li:before {
    content: ' ';
    display: block;
    width: 0.6em;
    height: 0.6em;
    border-radius: 1em;
    background-color: black;
    flex-basis: 0.6em;
    margin-top: 0.4em;
    flex-shrink: 0;
    flex-grow: 0;
    background-color: var(--KLCCP-Teal2);
}

.wrap {
    position: relative;
}

.stats-boxes {
    padding: var(--gap18);
    display: flex;
    flex-direction: column;
    gap: var(--gap18);
    background: var(--KLCCP-Gray-Widget);
    width: 100%;
}

.stats-box .stats-title {
    background: var(--KLCCP-Cobalt);
    color: var(--color-white);
    text-transform: uppercase;
    text-align: center;
    padding: 0.4em 0.5em;
    margin-bottom: var(--gap18);
    line-height: 1.3em;
}

.stats-box .stats-content {
    color: var(--KLCCP-Cobalt);
    font-size: 2.4em;
    font-weight: var(--font-weight-black);
}

.stats-box .stats-content .unit {
    font-size: 0.65em;
}

.stats-box .stats-content .number .num {
    line-height: 1em;
}

.stats-box .stats-content .number .unit {
    font-size: 0.65em;
}

.stats-box .stats-content .subtitle {
    font-size: 1rem;
    color: var(--KLCCP-Black);
    font-weight: var(--font-weight-light);
    margin-top: 0.2em;
    line-height: 1.1em;
}

.stats-boxes {
    padding: var(--gap18);
    display: flex;
    flex-direction: column;
    gap: var(--gap18);
    background: var(--KLCCP-Gray-Widget);
    width: 100%;
}

.stats-box .stats-title {
    background: var(--KLCCP-Cobalt);
    color: var(--color-white);
    text-transform: uppercase;
    text-align: center;
    padding: 0.4em 0.5em;
    margin-bottom: var(--gap18);
    line-height: 1.3em;
}

.stats-box .stats-content {
    color: var(--KLCCP-Cobalt);
    font-size: 2.4em;
    font-weight: var(--font-weight-black);
}

.stats-box .stats-content .unit {
    font-size: 0.65em;
}

.stats-box .stats-content .number .num {
    line-height: 1em;
}

.stats-box .stats-content .number .unit {
    font-size: 0.65em;
}

.stats-box .stats-content .subtitle {
    font-size: 1rem;
    margin-top: 0.2em;
    line-height: 1.1em;
}

.icon-chart .chart-content .group .icon-list .icon-list-group {
    display: flex;
    gap: 0;
    /* flex-basis: 100%; */
    justify-content: stretch;
    position: relative;
}

.icon-chart .chart-content .group .icon-list .icon-list-group>.icon-stat {
    flex-basis: 100%;
}

.icon-chart .chart-content .group .icon-list .icon-list-group>.icon-stat:first-child {
    padding-left: 0;
}

.icon-chart .chart-content .group .icon-list>.icon-list-group:not(:last-child):after {
    content: ' ';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #dddddd;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
}

.icon-chart .chart-content .icon-list .icon-list-group>.icon-stat:not(:last-of-type):after {
    content: ' ';
    display: block;
    height: calc(100% - 20px);
    width: 1px;
    border-right: 1px solid #dddddd;
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px 0;
}

.icon-chart .chart-content .group .icon-list .icon-list-group .icon-list-subgroup {
    display: flex;
    flex-direction: column;
    gap: var(--gap18);
    flex-basis: 100%;
}

.icon-chart .chart-content .icon-list .icon-list-title {
    font-weight: var(--font-weight-black);
    text-transform: uppercase;
    text-align: center;
    padding: 0.4em 1em;
    line-height: 1em;
    font-size: 0.9em;
    background-color: var(--KLCCP-Black);
    color: var(--color-white);
}

.icon-chart .chart-content .icon-list .icon-stat {
    display: flex;
    flex-direction: column;
    gap: var(--gap12);
    align-items: start;
    padding: var(--gap24);
    font-size: 1em;
    position: relative;
}

.icon-chart .chart-content .icon-list .icon-stat.text {
    display: block;
}

.icon-chart .chart-content .icon-list .icon-stat.text em {
    font-weight: var(--font-weight-bold);
    display: inline;
    font-size: 1.1em;
}

.icon-chart .chart-content .icon-list .icon-stat.center {
    align-items: center;
}

.icon-chart .chart-content .icon-list .icon-stat.vertical {
    flex-direction: column;
}

.icon-chart .chart-content .icon-list .icon-stat .icon {
    flex-shrink: 0;
    flex-grow: 0;
}

.icon-chart .chart-content .icon-list .icon-stat .icon img {
    width: 100%;
    display: block;
}

.icon-chart .chart-content .icon-list .icon-stat.vertical .icon img {
    width: 54px;
    display: block;
}

.icon-chart .chart-content .icon-list .icon-stat .stat {
    line-height: 1.3em;
}

.icon-chart .chart-content .icon-list .icon-stat .stat .text {
    font-size: 1.05rem;
    line-height: 1.3em;
}

.icon-chart .chart-content .icon-list .icon-stat .stat .em,
.icon-chart .chart-content .icon-list .icon-stat .stat b {
    font-size: 1.3rem;
    line-height: 1em;
    font-weight: var(--font-weight-black);
}

.icon-chart .chart-content .icon-list .icon-stat .stat .bigger {
    font-size: 2.2rem;
    line-height: 1.2em;
    font-weight: var(--font-weight-black);
}

.icon-chart .chart-content .icon-list .icon-stat .stat .number {
    font-size: 2rem;
    line-height: 1.2em;
    font-weight: var(--font-weight-black);
}

.slick-wrapper {
    width: 100%;
    position: relative;
}

.slick-next:before,
.slick-prev:before {
    opacity: 0 !important;
}

.slick-next {
    cursor: pointer;
    background: transparent url(../img/icon-cta-navy-right.svg) no-repeat center center !important;
    background-size: contain !important;
    width: var(--gap);
    height: var(--gap);
    right: calc(var(--gap) * -1);
}

.slick-prev {
    cursor: pointer;
    background: transparent url(../img/icon-cta-navy-left.svg) no-repeat center center !important;
    background-size: contain !important;
    width: var(--gap);
    height: var(--gap);
    left: calc(var(--gap) * -1);
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
    display: none !important;
}

.floating-bar {
    position: fixed;
    z-index: 9;
    top: 0;
    width: 100vw;
    background-color: #5BC2E7;
}

.floating-bar .box {
    padding: calc(var(--gap)/2) var(--gap);
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    gap: var(--gap);
}

.floating-bar .logo {
    position: relative;
    display: block;
}

.floating-bar .logo img {
    display: block;
    height: var(--gap);
}

.floating-bar .icons {
    transition: all 400ms;
}

.floating-bar .icons>a:not(.share):not(.modal-close) {
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background-size: contain !important;
    margin: 22px 0 22px 1vw;
    vertical-align: top;
    -webkit-transition: all .2s linear 0.1s;
    -moz-transition: all .2s linear 0.1s;
    -ms-transition: all .2s linear 0.1s;
    -o-transition: all .2s linear 0.1s;
    transition: all .2s linear 0.1s;
    padding-left: 30px;
    box-sizing: border-box;
}

.floating-bar .icons>a:not(.share) .icon-label {
    line-height: 1em;
    color: #ffffff;
    font-size: 14px;
}

.floating-bar .icons a.ebook:hover {
    width: 90px;
}

.floating-bar .icons a.download {
    background: transparent url(../img/icon-ebook-white.png) center center no-repeat;
}

.floating-bar .icons .share-menu {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain !important;
    margin: 22px 0 22px 1vw;
    position: relative;
    vertical-align: top;
}

.floating-bar nav {
    /* position: fixed;
    top: 0;
    left: 160px;
    z-index: 9999; */
    height: 1rem;
}

.floating-bar .action {
    position: absolute;
    right: var(--gap);
}

.floating-bar .top-bar-download {
    position: fixed;
    right: var(--gap);
    top: calc(var(--gap)/2);
}

#menuToggle {
    position: relative;
    padding: 0px;
    z-index: 999;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    box-sizing: border-box;
}

#menuToggle input {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 120px;
    height: 16px;
    margin: 0px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 20;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

#menuToggle .menu-icon {
    display: inline-flex;
    gap: 10px;
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    z-index: 9;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    box-sizing: border-box;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

#menuToggle .menu-icon span.label {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.9rem;
    line-height: 1em;
    letter-spacing: 0.05em;
    padding-top: 1px;
}

#menuToggle .menu-icon .menu-icon-wrap {
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

#menuToggle .menu-icon .menu-icon-wrap>span {
    display: block;
    width: 32px;
    height: 2px;
    margin-bottom: 5px !important;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 11;
    transform-origin: 2px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

#menuToggle .menu-icon .menu-icon-wrap>span:first-of-type {
    transform-origin: 0% 0%;
}

#menuToggle .menu-icon .menu-icon-wrap>span:nth-of-type(2) {
    transform-origin: 0% 100%;
    margin-bottom: 0px;
    width: 32px;
}

#menuToggle .menu-icon .menu-icon-wrap>span:nth-of-type(3) {
    margin-bottom: 0px !important;
    width: 32px;
}

#menuToggle input:checked~.menu-icon {
    transform: rotate(0deg);
}

#menuToggle input:checked~.menu-icon .menu-icon-wrap {
    transform: rotate(0deg);
}

#menuToggle input:checked~.menu-icon .menu-icon-wrap span {
    opacity: 1;
    transform: rotate(45deg) translate(0px, -5px);
}

#menuToggle input:checked~.menu-icon .menu-icon-wrap span:nth-of-type(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~.menu-icon .menu-icon-wrap span:nth-of-type(2) {
    transform: rotate(-45deg) translate(-5px, 11px);
}

.menu-overlay {
    position: fixed;
    top: -100%;
    right: 0;
    margin: auto;
    width: 50%;
    height: 0px;
    z-index: 9;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    transition-delay: 0.2s;
    background: #0167B0;
    overflow: hidden;
}

#menuToggle input:checked~.menu-overlay {
    top: 0% !important;
    pointer-events: none;
    transition-delay: 0.1s;
    height: 100%;
}

#menu {
    position: fixed;
    box-sizing: border-box;
    padding: 72px;
    margin: 0px;
    top: -100%;
    right: 0;
    width: 50%;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    height: 100vh;
    overflow-y: auto;
    opacity: 0;
    z-index: 10;
    transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#menu * {
    color: #ffffff;
}

#menu li {
    padding: 1em 0;
    font-size: 13px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#menu li a {
    display: block;
    padding: 0;
    font-size: 18px;
    line-height: 1.2em;
    position: relative;
}

#menu>ul {}

#menu>ul>li {
    padding: 0.7em 0;
    display: block;
    box-sizing: border-box;
}

#menu>ul>li.active {}

#menu>ul>li,
#menu>ul>li>a {
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.4em;
    color: #FFFFFF;
    display: block;
    cursor: pointer;
}

#menu>ul>li .num {
    letter-spacing: 0px;
    line-height: 1em;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    vertical-align: top;
    margin-right: 4em;
}

#menu>ul>li>a {}

#menu>ul>li>ul>li>a,
#menu>ul>li>ul>li>ul>li>a {
    padding-left: 17px;
    text-indent: -17px;
}

#menu>ul>li>a>span {
    display: inline-block;
    vertical-align: middle;
}

#menu>ul>li>ul {
    padding-left: 25px;
    padding-top: 10px;
    display: none;
}

#menu>ul>li>ul>li>ul {
    padding-left: 25px;
    padding-top: 2px;
    padding-bottom: 1px;
}

#menu>ul>li>ul.show {
    display: block;
}

#menu>ul>li>ul li {
    margin: 6px 0px;
}

#menuToggle input:checked~#menu {
    opacity: 1;
    top: 0px;
}

.btn-close-menu {
    position: fixed;
    top: var(--gap);
    right: var(--gap);
    display: none;
    width: var(--gap);
    height: var(--gap);
    overflow: hidden;
    padding: 0px;
    z-index: 20;
    background: transparent url(../img/icon/icon-close-menu.svg) center center/contain no-repeat;
    cursor: pointer;
}

#menuToggle input:checked~#menu .btn-close-menu {
    display: block;
}


.tabs {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.tabs .tab-nav ul {
    display: flex;
    text-align: center;
    gap: 4px;
}

.tabs .tab-nav ul li {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: var(--font-weight-bold);
    background: #666666;
    color: var(--color-white);
    line-height: 1.1em;
    padding: 0.7em 1em;
    flex-basis: 100%;
    margin: 0;
    justify-content: center;
}

.tabs .tab-nav ul li a {
    display: block;
    color: #ffffff;
    cursor: pointer;
    font-size: 0.95em;
}

.tabs .tab-content {
    position: relative;
    margin-top: var(--gap18);
}

.tabs .tab-content .tab-content-single .tab-title {
    font-weight: var(--font-weight-black);
    text-transform: uppercase;
    background-color: var(--KLCCP-Navy);
    color: #ffffff;
    padding: 0.6em 2em;
    position: absolute;
    left: 50%;
    min-width: 40%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 1.2em;
    line-height: 1.1em;
}

.tabs .tab-content .tab-content-single:not(.current) {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.custom-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100000;
}

.custom-popup .custom-popup-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--gap);
}

.custom-popup .custom-popup-box {
    padding: var(--gap);
    max-width: 50%;
    max-height: 100%;
}

.custom-popup .custom-popup-box.frameless {
    padding: 0;
    max-width: 680px;
}

.custom-popup .custom-popup-box.fluid {
    max-width: 100%;
}

.custom-popup .custom-popup-box.limit {
    max-width: 1024px;
}

.custom-popup .custom-popup-box .close-section {
    text-align: right;
    position: relative;
}

.custom-popup .custom-popup-box .close-section .btn-close {
    display: inline-flex;
    font-weight: 400;
    gap: var(--gap9);
    align-items: center;
    line-height: 1em;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(calc(var(--gap)/2)) translateY(calc(var(--gap)/2*-1));
    cursor: pointer;
}

.custom-popup .custom-popup-box .close-section .btn-close:before {
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    background: transparent url(../img/icon-close-menu.svg) center center/contain no-repeat;
}

.custom-popup .custom-popup-box.frameless .close-section .btn-close {
    z-index: 10;
}

.custom-popup .custom-popup-box.frameless .close-section .btn-close:before {
    background-color: #ffffff;
    border-radius: 50%;
    width: var(--gap);
    height: var(--gap);
    background-size: 40% 40%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.custom-popup-close {
    display: inline-flex;
    font-weight: 400;
    gap: var(--gap9);
    align-items: center;
    line-height: 1em;
    position: absolute;
    right: var(--gap18);
    top: var(--gap18);
    color: #ffffff;
}

.custom-popup-close:before {
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    background: transparent url(../img/icon-close-menu-white.svg) center center/contain no-repeat;
    background-color: var(--custom-error);
}

.custom-popup .custom-popup-box .custom-popup-title {
    padding-bottom: var(--gap18);
    font-size: 1.2rem;
    text-align: center;
    font-weight: 700;
}

.custom-popup .custom-popup-box .custom-popup-content {
    overflow-y: auto;
    max-height: calc(100vh - (var(--gap)*2));
    background-color: #ffffff;
}

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

/* CTA */
.cta {
	padding: var(--gap10) var(--gap24);
	border-radius: 24px;
	font-size: 14px;
	line-height: 1em;
	font-weight: 700;
	cursor: pointer;
	border: 1px solid transparent;
	background-color: #0067B1;
	color: #ffffff;
	-webkit-transition: all .2s linear 0.1s;
	-moz-transition: all .2s linear 0.1s;
	-ms-transition: all .2s linear 0.1s;
	-o-transition: all .2s linear 0.1s;
	transition: all .2s linear 0.1s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.cta-text {
    display: inline-block;
    padding: 0;
	border-radius: 24px;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: 700;
	cursor: pointer;
	background-color: transparent;
	color: var(--color-blue);
	-webkit-transition: all .2s linear 0.1s;
	-moz-transition: all .2s linear 0.1s;
	-ms-transition: all .2s linear 0.1s;
	-o-transition: all .2s linear 0.1s;
	transition: all .2s linear 0.1s;
    display: inline-flex;
    align-items: start;
    gap: 0px;
}

.cta:hover {
	border-color: #0067B1;
	background-color: transparent;
	color: #0067B1;
}

.cta:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	background: transparent url(../img/icon/icon-download-white.svg) center/contain no-repeat;
	width: 15px;
	height: 18px;
    flex-basis: 15px;
    flex-shrink: 0;
    flex-grow: 0;
}

.cta-text:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	background: transparent url(../img/icon/icon-download-red.svg) center/contain no-repeat;
	width: 15px;
	height: 18px;
    margin-right: 10px;
    flex-shrink: 0;
}

.cta:hover:before {
	background-image: url(../img/icon/icon-download-blue.svg);
}

.download-lists {
    align-items: start;
}
.download-lists ul {
    display: flex;
    flex-direction: column;
    gap: var(--gap10);
}
.download-lists ul li {
    
}
.row.download {
    padding-top: var(--gap72);
    padding-bottom: 0;
}
.row.download .section-title {
    width: 100%;
}

.chart-box {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
    width: 100%;
    padding: var(--gap24);
}

.chart-box img {
	width: 100%;
	display: block;
}

.chart-item {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
}

.chart-item .chart-wrap {
	padding-top: 10px;
	height: calc(100% - 36px);
}

.chart-title {
	margin-bottom: 10px;
}

.chart-box-wrap {
	position: relative;
	flex-basis: 100%;
}
.chart-box img {
    width: 100%;
    display: block;
}
.chart-result {
	font-size: 20px;
	line-height: 1em;
}
.chart-title .main {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1em;
    font-weight: 700;
    margin-bottom: 5px;
	color: var(--color-light-blue);
}
.chart-title .sub {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	text-transform: none !important;
}