*,
:after,
:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body,
html {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	color: #1a1a1a;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeSpeed;
}

a,
a:hover {
	text-decoration: none;
}

a {
	color: inherit;
	vertical-align: top;
	outline: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: top;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.header-block {
	position: fixed;
	height: 60px;
	background: #000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 12;
	display: flex;
	justify-content: space-between;
}

.header-block-wrap {
	display: flex;
	width: 100%;
	max-width: 850px;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}

.header-info {
	display: none;
}

.header-block-left a {
	display: flex;
}

.header-share {
	width: 20px;
	height: 20px;
	margin: 0 10px;
	cursor: pointer;
}

.header-share img {
	height: 100%;
	object-fit: contain;
}

.header-block-wrap.header--sticky .header-info {
	display: block;
}

.header-logo {
	position: relative;
	margin-left: 10px;
	width: 145px;
	-ms-flex-preferred-size: 145px;
	flex-basis: 145px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.header-logo-slidestory {
	position: relative;
	margin-right: 10px;
	-ms-flex-preferred-size: 145px;
	flex-basis: 145px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	height: 23px;
}

.header-logo-slidestory img {
	height: 100%;
}

.footer {
	position: relative;
	width: 100%;
	border-top: 1px solid #2c2c2c;
	padding: 5px 0 15px;
	background: #000;
	text-align: center;
}

.footer-wrap {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
}

.footer-newsletter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding: 0 24px;
	max-width: 520px;
	margin: auto;
}

.footer-newsletter-title {
	font-size: 12px;
	color: #fff;
	width: 50vw;
	text-align: left;
}

.footer-newsletter-link {
	border-radius: 5px;
	background-color: #1b63d4;
	padding: 8px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-preferred-size: 130px;
	flex-basis: 130px;
	gap: 4px;
	flex-shrink: 0;
}

.footer-newsletter-link:hover {
	color: #fff;
}

.footer-download {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding: 24px;
}

.footer-download--app {
	width: 117px;
	height: 38px;
}

.footer-download--google {
	width: 130px;
	height: 38px;
}

.footer-download img {
	height: 100%;
}

.btt {
	border-bottom: 1px solid #2c2c2c;
	margin: 0;
	padding: 0;
}

.btt a {
	position: relative;
	display: inline-block;
	font-size: 13px;
	color: #aaa;
	padding: 30px 10px 10px;
	text-transform: uppercase;
	background-size: 20px 20px;
	background-position: center 9px;
	background-repeat: no-repeat;
}

.menuFooter2 {
	padding: 20px 0 0;
	margin: 0;
	color: #999;
}

.menuFooter2 li {
	display: inline-block;
}

.menuFooter2 a {
	display: block;
	padding: 5px;
}

.cpRight,
.menuFooter2 a {
	font-size: 12px;
	color: #999;
}

.cpRight {
	padding: 15px 0;
}

.logo__kcm {
	padding: 20px 0 10px;
}

.logo__kcm img {
	height: 35px;
}

.logo__achieve {
	position: relative;
	display: block;
	padding: 15px 15px 5px;
	text-align: center;
}

.logo__achieve__item {
	display: inline-block;
	padding: 0;
}

.logo__achieve__img {
	padding: 0 5px;
}

.logo__achieve__img img {
	height: 50px;
}

.logo__achieve__link {
	display: block;
}

.logo__achieve__subtitle {
	padding: 0 0 10px;
	color: #f0f0f0;
	font-size: 12px;
}

.menu-share {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}

.floating-share {
	padding: 20px 15px 10px;
	overflow: hidden;
	z-index: 3;
}

@media (max-width: 340px) {
	.floating-share {
		padding: 20px 10px 10px;
	}
}

.floating-share li {
	display: inline-block;
	margin: 0 6px 0 0;
}

@media (max-width: 340px) {
	.floating-share li {
		margin: 0;
	}
}

.floating-share a,
.ico-share {
	display: block;
}

.icon-letter {
	display: inline-block;
	position: relative;
	width: 17px;
	height: 17px;
	vertical-align: top;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4409 3.04083H2.77425C2.04092 3.04083 1.44758 3.64083 1.44758 4.37417L1.44092 12.3742C1.44092 13.1075 2.04092 13.7075 2.77425 13.7075H13.4409C14.1743 13.7075 14.7743 13.1075 14.7743 12.3742V4.37417C14.7743 3.64083 14.1743 3.04083 13.4409 3.04083ZM13.4409 5.7075L8.10758 9.04083L2.77425 5.7075V4.37417L8.10758 7.7075L13.4409 4.37417V5.7075Z' fill='white'/%3E%3C/svg%3E");
}

.ico-share {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 18px;
	opacity: var(--cl-alpha);
}

.ico-share {
	padding: 8px;
}

ul.footer-share .ico-share,
ul.menu-share .ico-share {
	background-size: 16px;
	background-color: #484848 !important;
	opacity: 1;
}

.slidestory-block {
	padding-top: 60px;
}

.slidestory-main {
	padding: 20px 10px 40px;
	background-color: #161616;
}

.slidestory-main-wrap {
	max-width: 850px;
	margin: 0 auto;
}

.slidestory-main-logo {
	width: 160px;
	margin: 0 auto 15px;
}

.slidestory-main-intro {
	font-family: Roboto, sans-serif;
	margin: 0 auto 20px;
	padding-bottom: 8px;
	position: relative;
	clear: both;
	color: #ae5b3b;
	text-align: center;
	padding: 0 20px;
	font-size: 12px;
	padding: 0 50px;
	max-width: 300px;
}

.slidestory-main-title {
	font-size: 20px;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
	padding: 0 20px;
}

.slidestory-main-desc {
	font-weight: 400;
	font-size: 14px;
	color: #b0b0b0;
	text-align: center;
	margin-bottom: 30px;
}

.slidestory-main-iframe {
	/* width: calc(100% + 20px); */
	margin: 0 -10px;
}

.slidestory-others {
	padding: 15px;
}

.slidestory-others-title {
	font-family: Roboto Condensed, sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin: 10px auto;
	padding-bottom: 8px;
	position: relative;
	text-transform: uppercase;
	clear: both;
	width: 100%;
	max-width: 850px;
}

.slidestory-others-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 145px;
	border-bottom: 5px solid #3ca5dd;
}

/* s: Filters */
.slidestory-others-filter {
	position: relative;
	max-width: 850px;
	margin: 0 auto;
}

.filter-slider {
	display: flex;
	gap: 10px;
	flex-wrap: nowrap;
	overflow: auto;
	scroll-behavior: smooth;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
	overflow: auto;
	max-width: 850px;
	margin: 10px -15px 10px 0;
	padding-right: 15px;
}

.filter-slider::-webkit-scrollbar {
	display: none;
}

.filter {
	font-size: 13px;
	background-color: #e8e8e8;
	border-radius: 5px;
	padding: 5px 10px;
	white-space: nowrap;
	transition: all 200ms ease-in;
}

.filter:hover {
	cursor: pointer;
}

.filter.active {
	background-color: #e55225;
	color: #fff;
}

.prev-btn,
.next-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	width: 25px;
	height: 25px;
	padding: 8px;
	cursor: pointer;
	z-index: 3;
	visibility: hidden;
	border-radius: 50%;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.31);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.31);
	opacity: 0.7;
}

.prev-btn {
	left: 3px;
}

.next-btn {
	right: 3px;
}

.prev-btn img,
.next-btn img {
	width: 100%;
	object-fit: contain;
}

.prev-btn img {
	transform: rotate(180deg);
}

.gradient-next,
.gradient-prev {
	position: absolute;
	top: 0;
	right: -15px;
	width: 55px;
	height: 100%;
	z-index: 1;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1.8) 50%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1.8) 50%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1.8) 50%, rgba(255, 255, 255, 1) 100%);
	pointer-events: none;
}
.gradient-prev {
	visibility: hidden;
	left: 0px;
	background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1.8) 50%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1.8) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1.8) 50%, rgba(255, 255, 255, 0) 100%);
}

/* e: Filters */

.slidestory-others-wrap {
	width: 100%;
	max-width: 850px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
	padding: 5px 0 15px;
}

.slidestory-items {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
	width: 100%;
	aspect-ratio: 1 / 1;
}

.slide-wrap {
	padding: 0 15px;
}

.btn-share {
	border: none;
	color: #fff;
	background-color: #0093dc;
	padding: 8px 16px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin: auto;
}

.btn-share span {
	width: 14px;
	height: 14px;
	background-image: url(https://asset.kompas.com/data/2023/12/07/slidestory/images/icon-share.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	margin-right: 5px;
}

.slidestory-items img {
	height: 100%;
	object-fit: cover;
}

.slidestory-rect {
	height: 200px;
}

@media only screen and (min-width: 768px) {
	.slidestory-others-wrap {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.slidestory-iframe {
		height: 350px !important;
	}

	.slidestory-main-title {
		font-size: 24px;
	}

	.slidestory-main-iframe {
		width: 100%;
		margin: 0;
	}

	.slidestory-main-desc {
		text-align: center;
		font-size: 16px;
	}

	.slidestory-main-intro {
		font-size: 14px;
		max-width: none;
	}

	.slidestory-rect {
		height: 400px !important;
	}

	.filter-slider {
		margin: 15px auto;
		padding-right: 0;
	}

	.slidestory-others-filter {
		overflow-x: hidden;
		padding: 0 2px;
	}

	.filter {
		font-size: 14px;
	}

	.next-btn {
		visibility: visible;
	}

	.gradient-next,
	.gradient-prev {
		top: 0;
		right: -1px;
		width: 85px;
		height: 100%;
		z-index: 1;
	}
	.gradient-prev {
		left: 0px;
	}
}

.slide-share-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.slide-share-popup.visible {
	opacity: 1;
	visibility: visible;
}

.share-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.share-container {
	font-family: "Roboto", sans-serif;
	position: absolute;
	top: 0;
	bottom: 0;
	background: #fff;
	left: 0;
	right: 0;
	z-index: 7;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 10px;
	padding: 20px 10px;
	margin: auto;
	height: 135px;
	width: 300px;
}

.close-share {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	width: 15px;
	height: 15px;
}

.close-share img {
	width: 100%;
	filter: invert(65%) hue-rotate(319deg) brightness(100%) contrast(100%);
}

.title-share {
	font-weight: 700;
	font-size: 16px;
	margin: 0;
}

.share-option {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	margin: 15px 0 0;
}

.share-option .item {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	position: relative;
}

.item .imgbox {
	display: flex;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	padding: 8px;
}

.item .imgbox img {
	filter: invert(99%) sepia(100%) saturate(2%) hue-rotate(318deg) brightness(110%) contrast(101%);
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.facebook .imgbox {
	background-color: #3b5998;
}

.twitter .imgbox {
	background-color: #000;
}

.whatsapp .imgbox {
	background-color: #25d366;
}

.line .imgbox {
	background-color: #00c300;
}

.telegram .imgbox {
	background-color: #2aabee;
}

.copy-link .imgbox {
	background-color: #999;
}

.share-name {
	color: #6a6a6a;
	font-size: 10px;
	margin: 10px 0 0;
}

.share-cta {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.copy-link .imgbox::before {
	content: "URL Berhasil disalin";
	position: absolute;
	width: 60px;
	background: #000;
	color: #fff;
	padding: 5px;
	border-radius: 4px;
	font-size: 10px;
	text-align: center;
	top: -40px;
	z-index: 1;
	display: none;
}

.copy-link.mini-msg .imgbox::before {
	display: block;
}
