@font-face {
    font-family: 'Montserrat SemiBold';
    src: url('fonts/Montserrat-SemiBold.eot');
    src: url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('fonts/Montserrat-SemiBold.woff') format('woff'),
        url('fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('fonts/Montserrat-Bold.eot');
    src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff'),
        url('fonts/Montserrat-Bold.ttf') format('truetype'),
        url('fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff'),
        url('fonts/Montserrat-Regular.ttf') format('truetype'),
        url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro Regular';
    src: url('fonts/MyriadPro-Regular.eot');
    src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('fonts/MyriadPro-Regular.woff') format('woff'),
        url('fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face{
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
		url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
		url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
		url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
		url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style:normal;
}

html, body{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
}
.body-landing{
	overflow: hidden;
}

button,
input,
textarea{
	outline: none;
}

#particles-js{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}

.err{
	position: relative;
	display: block;
	color: red;
	display: none;
	font-family: 'TikTok Sans Regular';
	font-size: 14px;
	margin-top:5px;
}

.swal-sm {
	width: 350px !important;
	font-size: 14px;
}

.swal-sm .swal2-popup {
  padding-top: 2.5em !important;
}

.swal-sm .swal2-title {
  	font-size: 16px !important;
}

.swal-sm .swal2-html-container {
  	font-size: 14px !important;
}

.swal-sm .swal2-confirm,
.swal-sm .swal2-cancel {
	padding: 4px 12px !important;
	font-size: 14px !important;
	border-radius: 4px !important;
}

/* Ukuran ikon swal2 (success, error, warning, dll) */
.swal-sm .swal2-icon {
	width: 50px !important;
	height: 50px !important;
	margin-top: 30px !important;
	margin-bottom: 10px !important;
}

/* Success icon (centang) penyesuaian */
.swal-sm .swal2-icon.swal2-success .swal2-success-line-tip,
.swal-sm .swal2-icon.swal2-success .swal2-success-line-long {
	height: 3px !important;
	background-color: #4ba319;
}

.swal-sm .swal2-icon.swal2-success .swal2-success-line-tip {
	top: 26px !important;
	left: 8px !important;
	width: 18px !important;
	transform: rotate(45deg);
}

.swal-sm .swal2-icon.swal2-success .swal2-success-line-long {
	top: 22px !important;
	right: 3px !important;
	width: 30px !important;
	transform: rotate(-45deg);
}

/* Lingkaran icon success */
.swal-sm .swal2-icon.swal2-success .swal2-success-ring {
	width: 50px !important;
	height: 50px !important;
	border-width: 4px !important;
}

/* Error icon (X) penyesuaian */
.swal-sm .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
	top: 23px !important;
	width: 30px !important;
	height: 3px !important;
	background-color: #e93c3c;
}

.swal-sm .swal2-icon.swal2-error .swal2-x-mark-line-left {
	left: 10px !important;
	transform: rotate(45deg);
}

.swal-sm .swal2-icon.swal2-error .swal2-x-mark-line-right {
	right: 10px !important;
	transform: rotate(-45deg);
}

	.text-error,
	.text-error:focus{
		border: solid 1px red;
	}
	.frame-text-input{
		position: relative;
		display: block;
	}
	.text-success{
		position: relative;
		display: block;
		border: solid 1px green !important;
		padding-right: 50px;
	}
		.icon-success{
			position: absolute;
			display: none;
			font-size: 24px;
			z-index: 9;
			right: 10px;
			top: 5px;
			color: green;
		}
	
	.header {
		position: fixed;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		background: transparent;
		transition: all 0.3s ease;
	}
		.header-content {
			display: flex;
			align-items: center;
			padding: 10px;
			height: 60px;
		}
		.header-content.scrolled {
			background: rgba(0,0,0,0.9);
			backdrop-filter: blur(8px);
			-webkit-backdrop-filter: blur(8px);
		}
			.nav-desktop {
				display: none;
				margin-left: auto;
				margin-right: 2rem;
			}
				.nav-desktop .nav-item {
					color: white;
					font-family: 'Montserrat SemiBold';
					text-decoration: none;
					margin: 0 1rem;
					font-size: 1rem;
					transition: all 0.3s ease;
				}
				.nav-desktop .nav-item:hover {
					opacity: 0.8;
				}

			.burger-menu {
				position: fixed;
				top: 20px;
				left: 10px;
				z-index: 1001;
				width: 32px;
				height: 24px;
				cursor: pointer;
				display: flex;
				flex-direction: column;
				justify-content: space-between;
			}

			.burger-menu .line1,
			.burger-menu .line2,
			.burger-menu .line3 {
				width: 100%;
				height: 3px;
				background-color: white;
				transition: 0.3s ease;
			}
				.burger-menu.active .line1 {
					background-color: white;
					transform: translateY(10.5px) rotate(45deg);
				}
				.burger-menu.active .line2 {
					background-color: white;
					opacity: 0;
				}
				.burger-menu.active .line3 {
					background-color: white;
					transform: translateY(-10.5px) rotate(-45deg);
				}
					
			.mobile-nav {
				position: fixed;
				top: 0;
				left: -100%;
				width: 250px;
				height: 100vh;
				background: rgba(0, 0, 0, .9);
				z-index: 999;
				padding-top: 80px;
				transition: 0.3s ease;
				border-right: solid 1px rgba(255,255,255,0.2);
			}
			.mobile-nav.active {
				left: 0;
			}
			.mobile-nav .nav-item {
				display: block;
				font-family: 'Montserrat SemiBold';
				color: white;
				text-decoration: none;
				padding: 1rem 2rem;
				font-size: 1.1rem;
				transition: 0.3s ease;
			}
			.mobile-nav .nav-item:hover {
				background: rgba(255, 255, 255, 0.1);
			}
				
			.btn-regis {
				background-image: url('../../images/button-regis-now.png');
				background-size: 100% 100%;
				color: white;
				border: none;
				padding: 0.7rem 2.5rem;
				border-radius: 20px;
				font-weight: bold;
				font-size: 0.95rem;
				cursor: pointer;
				transition: all 1s ease;
				margin-left: auto;
				position: relative;
				overflow: hidden;
				font-family: 'Montserrat SemiBold';
			}
			.btn-regis::before {
				content: '';
				position: absolute;
				top: 0;
				left: -75%;
				width: 50%;
				height: 100%;
				background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 100%);
				pointer-events: none;
				animation: shine 1.5s infinite;
			}
			@keyframes shine {
				0% {
					left: -75%;
				}
				100% {
					left: 125%;
				}
			}

	.body{
		position: relative;
		display: block;
		width: 100%;
		min-height: 100%;
		left: 50%;
		transform: translateX(-50%);
		background: transparent;
		background-image: url('../../images/elemen-kanan.png'), url('../../images/bg-blur.jpg'), url('../../images/bg-blur.jpg');
		background-position: top 80px right, top 150vw left, top 300vh left;
		background-size: 60% auto, 100% auto, 100% auto;
		background-repeat: no-repeat, no-repeat, no-repeat;
		font-family: 'Montserrat Regular';
		font-size: 14px;
	}
		.content{
			position: relative;
			display: block;
			width: 100%;
			padding: 20px;
			padding-top: 80px;
			padding-bottom: 5vh;
			z-index: 2;
		}
			.segment{
				position: relative;
				display: block;
				width: 100%;
				left: 50%;
				transform: translateX(-50%);
				margin-bottom: 40px;
			}
				.title-image{
					position: relative;
					display: block;
					width: 70%;
					text-align: center;
					margin-bottom: 50px;
				}
				.text-jadwal {
					position: relative;
					display: block;
					text-align: left;
					color: white;
					margin-bottom: 30px;
				}
					.text-jadwal div {
						position: relative;
						display: block;
						font-family: 'Montserrat SemiBold';
						font-size: 1rem;
						line-height: 1.2rem;
					}
					.text-jadwal div:last-child {
						font-size: .8rem;
						line-height: 1rem;
						margin-bottom: 0;
					}
				.text-title{
					position: relative;
					display: block;
					width: 80%;
					font-size: 0.85rem;
					line-height: 1.1rem;
					font-family: 'Montserrat Regular';
					color: white;
					text-align: left;
					margin-bottom: 20px;
				}

				.judul-segment{
					position: relative;
					display: block;
					font-size: 1.8rem;
					font-family: 'Montserrat SemiBold';
					color: #2bbeff;
					text-align: left;
					margin-bottom: 10px;
				}
				.box-agenda{
					position: relative;
					display: block;
					width: 100%;
					margin-bottom: 50px;
					color: white;
				}
					.sub-judul-agenda{
						position: relative;
						display: block;
						font-size: 1.2rem;
						line-height: 1.3rem;
						font-family: 'Montserrat SemiBold';
						margin-bottom: 20px;
						color: white;
					}
					.box-detail-agenda{
						position: relative;
						display: block;
						width: 100%;
						padding: 20px;
						margin-bottom: 10px;
						background-color: rgba(255, 255, 255, .1);
						background-image: url('../../images/kiri-bawah.png'), url('../../images/kanan-atas.png');
						background-position: bottom left, top right;
						background-size: 100% auto, 100% auto;
						background-repeat: no-repeat, no-repeat;
						border-radius: 10px;
					}
						.segment-agenda{
							position: relative;
							display: block;
							margin-bottom: 50px;
							font-size: .9rem;
							line-height: 1.1rem;
						}
							.isi-agenda{
								position: relative;
								display: block;
								margin-top: 30px;
							}
								.box-pembicara{
									position: relative;
									display: inline-block;
									width: 100%;
									background-color: rgba(255,255,255,1);
									color: #000;
									border-top-right-radius: 20px;
									border-bottom-right-radius: 20px;
									margin-bottom: 20px;
									font-size: 0px;
								}
									.foto-pembicara{
										position: relative;
										display: inline-block;
										width: 35%;
										height: 35%;
										object-fit: cover;
										overflow: hidden;
										vertical-align: top;
									}
										.foto-pembicara img{
											width: 100%;
											height: 100%;
											object-fit: cover;
										}
									.info-pembicara{
										position: relative;
										display: inline-block;
										width: 60%;
										vertical-align: top;
										padding: 10px;
									}
										.nama-pembicara{
											position: relative;
											display: block;
											font-size: 1.2rem;
											line-height: 1.4rem;
											font-family: 'Montserrat SemiBold';
											margin-bottom: 8px;
										}
											.nama-pembiacara-panjang{
												font-size: 1rem;
												line-height: 1.2rem;
											}
										.jabatan-pembicara{
											position: relative;
											display: block;
											font-size: .85rem;
											line-height: .95rem;
											font-family: 'Montserrat Regular';
										}
											.jabatan-pembiacara-panjang{
												font-size: .65rem;
												line-height: .75rem;
											}
									.nama-moderator{
										position: relative;
										display: block;
										font-size: 1rem;
										line-height: 1.2rem;
										font-family: 'Montserrat SemiBold';
										margin-top: 10px;
									}

				.box-participants {
					position: relative;
					display: grid;
					grid-template-columns: repeat(3, 1fr);
					gap: 15px;
					width: 100%;
				}
					.isi-participants {
						position: relative;
						display: flex;
						align-items: center;
						justify-content: center;
						min-height: 60px;
						padding: 5px;
						color: white;
						font-family: 'Montserrat SemiBold';
						font-size: .67rem;
						text-align: center;
						background-image: url('../../images/participant-besar.png');
						background-size: 100% 100%;
						background-position: center;
						background-repeat: no-repeat;
						overflow: hidden;
					}
					.isi-participants::before {
						content: '';
						position: absolute;
						top: 0;
						left: -50%;
						width: 60%;
						height: 100%;
						background: linear-gradient(120deg, rgba(255,255,255,0) 10%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 80%);
						pointer-events: none;
						animation: shine 2.5s infinite;
					}
					.participants-panjang {
						font-size: .64rem;
					}

			.box-venue {
				position: relative;
				display: block;
				width: 100%;
			}
				.info-venue {
					position: relative;
					display: block;
					width: 100%;
					margin-bottom: 20px;
				}
					.sub-judul-vanue {
						position: relative;
						display: block;
						font-family: 'Montserrat SemiBold';
						font-size: 1.1rem;
						margin-bottom: 8px;
						color: white;
					}
					.text-vanue {
						position: relative;
						display: block;
						color: white;
						font-size: 0.9rem;
						line-height: 1.1rem;
					}
						.text-vanue ul {
							margin: 0;
							padding-left: 20px;
						}
						.text-vanue li {
							margin-bottom: 8px;
						}
						.text-vanue li:last-child {
							margin-bottom: 0;
						}
				.map-venue {
					position: relative;
					display: block;
					width: 100%;
					height: 300px;
				}
					.map-venue iframe {
						width: 100%;
						height: 100%;
						border-radius: 10px;
					}
			.sub-judul-footer{
				position: relative;
				display: block;
				font-size: 1rem;
				line-height: 1.2rem;
				font-family: 'Montserrat Regular';
				margin-bottom: 20px;
				color: white;
			}

		.footer {
			position: relative;
			display: block;
			width: 100%;
			padding: 30px 20px;
			background: rgba(0, 0, 0, 0.5);
			backdrop-filter: blur(10px);
			-webkit-backdrop-filter: blur(10px);
			border-top: solid 1px rgba(255,255,255,0.6);
			padding-bottom: 80px;
		}
			.footer-left {
				position: relative;
				display: block;
				width: 100%;
				text-align: center;
				margin-bottom: 30px;
			}
				.footer-left > img {
					width: 45%;
					margin-bottom: 20px;
				}
				.box-partner {
					position: relative;
					display: block;
				}
					.isi-partner {
						position: relative;
						display: block;
						margin-bottom: 20px;
					}
					.isi-partner:last-child {
						margin-bottom: 0;
					}
						.isi-partner span {
							display: block;
							color: white;
							font-family: 'Montserrat Regular';
							font-size: 0.9rem;
							margin-bottom: 10px;
						}
						.isi-partner img {
							height: 25px;
							margin: 0 10px;
						}
			.footer-right {
				position: relative;
				display: block;
				width: 100%;
				text-align: center;
			}
				.footer-right img {
					width: 40%;
				}

		.sub-footer{
			padding-top: 50px;
		}


				

/*Tablet / iPad / Laptop Portraid*/
@media only screen
and (min-width: 601px) {
	.burger-menu {
        display: none;
    }
		.header-content {
			padding: 20px;
		}	
    
    .nav-desktop {
        display: block;
		width: 80%;
		text-align: right;
	}

    .mobile-nav {
        display: none;
    }
			.btn-regis {
				padding: 0.7rem 2.5rem;
				font-size: 1.5rem;
				border-radius: 30px;
			}

			.segment{
				width: 90%;
				margin-bottom: 50px;
			}
				.title-image{
					width: 60%;
					margin-bottom: 50px;
				}
				.text-jadwal {
					margin-bottom: 30px;
				}
					.text-jadwal div {
						font-size: 1.1rem;
						line-height: 1.6rem;
					}
					.text-jadwal div:last-child {
						font-size: .9rem;
						line-height: 1.1rem;
					}
				.text-title{
					width: 60%;
					font-size: 0.9rem;
					margin-bottom: 20px;
				}

				.judul-segment{
					font-size: 2.2rem;
					margin-bottom: 10px;
				}
				.box-agenda{
					margin-bottom: 50px;
				}
					.sub-judul-agenda{
						font-size: 1.5rem;
						line-height: 1.7rem;
						margin-bottom: 20px;
					}
					.box-detail-agenda{
						padding: 30px;
						margin-bottom: 10px;
						border-radius: 10px;
					}
						.segment-agenda{
							margin-bottom: 50px;
						}
							.isi-agenda{
								margin-top: 30px;
							}
								.box-pembicara{
									width: 45%;
									border-top-right-radius: 20px;
									border-bottom-right-radius: 20px;
									margin-bottom: 20px;
									margin: 2%;
								}
									.foto-pembicara{
										width: 35%;
										height: 35%;
									}
									.info-pembicara{
										width: 60%;
										padding: 10px;
									}
										.nama-pembicara{
											font-size: 1.1rem;
											line-height: 1.3rem;
											margin-bottom: 8px;
										}
											.nama-pembiacara-panjang{
												font-size: 1rem;
												line-height: 1.2rem;
											}
										.jabatan-pembicara{
											font-size: .78rem;
											line-height: .88rem;
										}
											.jabatan-pembiacara-panjang{
												font-size: .65rem;
												line-height: .75rem;
											}
									.nama-moderator{
										font-size: 1rem;
										line-height: 1.2rem;
										margin-top: 10px;
									}

					.box-participants {
						grid-template-columns: repeat(4, 1fr);
					}
						.isi-participants {
							font-size: .9rem;
							padding: 1rem 1.2rem;
						}
						.participants-panjang {
							font-size: .8rem;
							line-height: 1rem;
						}

			.footer {
				display: flex;
				justify-content: space-between;
				align-items: center;
				padding: 40px 50px;
			}
				.footer-left {
					width: 70%;
					text-align: left;
					margin-bottom: 0;
					border: solid 0px white;
				}
					.footer-left > img {
						width: 35%;
						margin-bottom: 30px;
					}
					.box-partner {
						display: flex;
						flex-direction: column;
						justify-content: center;
					}
						.isi-partner {
							display: flex;
							flex-wrap: wrap;
							margin-bottom: 15px;
						}
							.isi-partner span {
								text-align: left;
								margin-right: 20px;
							}
							.isi-partner img:first-of-type {
								margin-left: 0;
							}
				.footer-right {
					width: 30%;
					text-align: right;
				}
					.footer-right img {
						width: 80%;
						height: auto;
					}
}


/*Tablet / iPad / Laptop Landscape*/
@media only screen
and (min-width: 1024px) {
			.segment{
				width: 85%;
				margin-bottom: 50px;
			}
				.title-image{
					width: 60%;
					margin-bottom: 50px;
				}
				.text-jadwal {
					margin-bottom: 30px;
				}
					.text-jadwal div {
						font-size: 1.1rem;
						line-height: 1.6rem;
					}
					.text-jadwal div:last-child {
						font-size: .9rem;
						line-height: 1.1rem;
					}
				.text-title{
					width: 60%;
					font-size: 1rem;
					line-height: 1.3rem;
					margin-bottom: 20px;
				}

				.judul-segment{
					font-size: 2.2rem;
					margin-bottom: 10px;
				}
				.box-agenda{
					margin-bottom: 50px;
				}
					.sub-judul-agenda{
						font-size: 1.5rem;
						line-height: 1.7rem;
						margin-bottom: 20px;
					}
					.box-detail-agenda{
						padding: 30px;
						margin-bottom: 10px;
						border-radius: 10px;
					}
						.segment-agenda{
							margin-bottom: 50px;
							font-size: 1rem;
							line-height: 1.3rem;
						}
							.isi-agenda{
								margin-top: 30px;
							}
								.box-pembicara{
									width: 30%;
									border-top-right-radius: 20px;
									border-bottom-right-radius: 20px;
									margin-bottom: 20px;
									margin: 1%;
								}
									.foto-pembicara{
										width: 35%;
										height: 35%;
									}
									.info-pembicara{
										width: 60%;
										padding: 10px;
									}
										.nama-pembicara{
											font-size: 1rem;
											line-height: 1.2rem;
											margin-bottom: 8px;
										}
											.nama-pembiacara-panjang{
												font-size: 1rem;
												line-height: 1.2rem;
											}
										.jabatan-pembicara{
											font-size: .65rem;
											line-height: .75rem;
										}
											.jabatan-pembiacara-panjang{
												font-size: .65rem;
												line-height: .75rem;
											}
									.nama-moderator{
										font-size: 1rem;
										line-height: 1.2rem;
										margin-top: 10px;
									}

					.box-participants {
						grid-template-columns: repeat(4, 1fr);
					}
						.isi-participants {
							font-size: 1.2rem;
							padding: 1rem 1.5rem;
						}
						.participants-panjang {
							font-size: 1.1rem;
							line-height: 1.4rem;
						}

				.box-venue {
					display: flex;
					gap: 30px;
				}
					.info-venue {
						width: 50%;
						margin-bottom: 0;
					}
					.text-vanue {
						font-size: 1rem;
						line-height: 1.3rem;
					}
					.map-venue {
						width: 50%;
						height: 450px;
					}
}


/*Laptop / Desktop*/
@media only screen
and (min-width: 1280px) {
		.body{
			background-image: url('../../images/elemen-kanan.png'), url('../../images/bg-blur.jpg');
			background-position: top 80px right, top 55vw left;
			background-size: 50% auto, 100% auto;
			background-repeat: no-repeat, no-repeat;
		}

			.segment{
				width: 80%;
				margin-bottom: 50px;
			}
				.title-image{
					width: 60%;
					margin-bottom: 50px;
				}
				.text-jadwal {
					margin-bottom: 30px;
				}
					.text-jadwal div {
						font-size: 1.1rem;
						line-height: 1.6rem;
					}
					.text-jadwal div:last-child {
						font-size: .9rem;
						line-height: 1.1rem;
					}
				.text-title{
					width: 60%;
					font-size: 0.9rem;
					margin-bottom: 20px;
				}

				.judul-segment{
					font-size: 2rem;
					margin-bottom: 10px;
				}
				.box-agenda{
					margin-bottom: 50px;
				}
					.sub-judul-agenda{
						font-size: 1.2rem;
						line-height: 1.5rem;
						margin-bottom: 20px;
					}
					.box-detail-agenda{
						padding: 30px;
						margin-bottom: 10px;
						border-radius: 30px;
					}
						.segment-agenda{
							margin-bottom: 50px;
							font-size: .9rem;
							line-height: 1.1rem;
						}
							.isi-agenda{
								margin-top: 30px;
							}
								.box-pembicara{
									width: 30%;
									border-top-right-radius: 20px;
									border-bottom-right-radius: 20px;
									margin-bottom: 20px;
									margin: 1%;
								}
									.foto-pembicara{
										width: 35%;
										height: 35%;
									}
									.info-pembicara{
										width: 60%;
										padding: 10px;
									}
										.nama-pembicara{
											font-size: 1rem;
											line-height: 1.2rem;
											margin-bottom: 8px;
										}
											.nama-pembiacara-panjang{
												font-size: 1rem;
												line-height: 1.2rem;
											}
										.jabatan-pembicara{
											font-size: .72rem;
											line-height: .82rem;
										}
											.jabatan-pembiacara-panjang{
												font-size: .65rem;
												line-height: .75rem;
											}
									.nama-moderator{
										font-size: 1rem;
										line-height: 1.2rem;
										margin-top: 10px;
									}

					.box-participants {
						grid-template-columns: repeat(5, 1fr);
					}
						.isi-participants {
							font-size: 1rem;
							padding: 1rem 1.5rem;
						}
						.participants-panjang {
							font-size: .95rem;
							line-height: 1.4rem;
						}

				.box-venue {
					display: flex;
					gap: 30px;
				}
					.info-venue {
						width: 50%;
						margin-bottom: 0;
					}
						.sub-judul-vanue {
							font-size: 1rem;
						}
						.text-vanue {
							font-size: .9rem;
							line-height: 1.1rem;
						}
					.map-venue {
						width: 50%;
						height: 350px;
					}

		.footer {
				padding: 40px 80px;
			}
				.footer-left {
					width: 80%;
					text-align: left;
					margin-bottom: 0;
					border: solid 0px white;
				}
					.footer-left > img {
						width: 30%;
						margin-bottom: 30px;
					}
					.box-partner {
						display: flex;
						flex-direction: row;
						justify-content: flex-start;
					}
						.isi-partner {
							display: flex;
							flex-wrap: wrap;
							margin-bottom: 15px;
						}
							.isi-partner span {
								text-align: left;
								margin-right: 20px;
							}
							.isi-partner img:first-of-type {
								margin-left: 0;
							}
						.isi-sponsor{
							margin-left: 30px;
						}
				.footer-right {
					width: 20%;
					text-align: right;
				}
					.footer-right img {
						width: 100%;
						height: auto;
					}
}


/*Desktop 1366*/
@media only screen
and (min-width: 1366px) {
		.body{
			background-image: url('../../images/elemen-kanan.png'), url('../../images/bg-blur.jpg');
			background-position: top 80px right, top 55vw left;
			background-size: 45% auto, 100% auto;
			background-repeat: no-repeat, no-repeat;
			font-size: 16px;
		}

			.segment{
				width: 80%;
				margin-bottom: 50px;
			}
				.title-image{
					width: 60%;
					margin-bottom: 50px;
				}
				.text-jadwal {
					margin-bottom: 30px;
				}
					.text-jadwal div {
						font-size: 1.5rem;
						line-height: 1.8rem;
					}
					.text-jadwal div:last-child {
						font-size: 1.1rem;
						line-height: 1.3rem;
					}
				.text-title{
					width: 60%;
					font-size: 1.1rem;
					line-height: 1.4rem;
					margin-bottom: 20px;
				}

				.judul-segment{
					font-size: 2.5rem;
					margin-bottom: 10px;
				}
				.box-agenda{
					margin-bottom: 50px;
					font-size: 1rem;
					line-height: 1.2rem;
				}
					.sub-judul-agenda{
						font-size: 1.5rem;
						line-height: 1.7rem;
						margin-bottom: 20px;
					}
					.box-detail-agenda{
						padding: 30px;
						margin-bottom: 10px;
						border-radius: 30px;
					}
						.segment-agenda{
							margin-bottom: 50px;
						}
							.isi-agenda{
								margin-top: 30px;
							}
								.box-pembicara{
									width: 26%;
									border-top-right-radius: 20px;
									border-bottom-right-radius: 20px;
									margin-bottom: 20px;
									margin: 1%;
								}
									.foto-pembicara{
										width: 35%;
										height: 35%;
									}
									.info-pembicara{
										width: 60%;
										padding: 10px;
									}
										.nama-pembicara{
											font-size: 1rem;
											line-height: 1.2rem;
											margin-bottom: 8px;
										}
											.nama-pembiacara-panjang{
												font-size: 1rem;
												line-height: 1.2rem;
											}
										.jabatan-pembicara{
											font-size: .72rem;
											line-height: .82rem;
										}
											.jabatan-pembiacara-panjang{
												font-size: .65rem;
												line-height: .75rem;
											}
									.nama-moderator{
										font-size: 1rem;
										line-height: 1.2rem;
										margin-top: 10px;
									}

					.box-participants {
						grid-template-columns: repeat(5, 1fr);
					}
						.isi-participants {
							font-size: 1rem;
							padding: 1rem 1.5rem;
						}
						.participants-panjang {
							font-size: .95rem;
							line-height: 1.4rem;
						}

			.footer {
				padding: 40px 80px;
			}
				.footer-left {
					width: 80%;
					text-align: left;
					margin-bottom: 0;
					border: solid 0px white;
				}
					.footer-left > img {
						width: 25%;
						margin-bottom: 30px;
					}
					.box-partner {
						display: flex;
						flex-direction: row;
						justify-content: flex-start;
					}
						.isi-partner {
							display: flex;
							flex-wrap: wrap;
							margin-bottom: 15px;
						}
							.isi-partner span {
								text-align: left;
								margin-right: 20px;
							}
							.isi-partner img:first-of-type {
								margin-left: 0;
							}
						.isi-sponsor{
							margin-left: 30px;
						}
				.footer-right {
					width: 20%;
					text-align: right;
				}
					.footer-right img {
						width: 100%;
						height: auto;
					}
}


/*Desktop MAC*/
@media only screen
and (min-width: 1440px) {
		.body{
			background-image: url('../../images/elemen-kanan.png'), url('../../images/bg-blur.jpg');
			background-position: top 80px right, top 55vw left;
			background-size: 40% auto, 100% auto;
			background-repeat: no-repeat, no-repeat;
		}

			.segment{
				width: 80%;
				margin-bottom: 50px;
			}
				.title-image{
					width: 60%;
					margin-bottom: 50px;
				}
				.text-jadwal {
					margin-bottom: 30px;
				}
					.text-jadwal div {
						font-size: 1.5rem;
						line-height: 1.8rem;
					}
					.text-jadwal div:last-child {
						font-size: 1.1rem;
						line-height: 1.3rem;
					}
				.text-title{
					width: 60%;
					font-size: 1.1rem;
					line-height: 1.4rem;
					margin-bottom: 20px;
				}

				.judul-segment{
					font-size: 2.6rem;
					margin-bottom: 10px;
				}
				.box-agenda{
					margin-bottom: 50px;
				}
					.sub-judul-agenda{
						font-size: 1.5rem;
						line-height: 1.8rem;
						margin-bottom: 20px;
					}
					.box-detail-agenda{
						padding: 30px;
						margin-bottom: 10px;
						border-radius: 30px;
					}
						.segment-agenda{
							margin-bottom: 50px;
							font-size: 1rem;
							line-height: 1.3rem;
						}
							.isi-agenda{
								margin-top: 30px;
							}
								.box-pembicara{
									width: 26%;
									border-top-right-radius: 20px;
									border-bottom-right-radius: 20px;
									margin-bottom: 20px;
									margin: 1%;
								}
									.foto-pembicara{
										width: 35%;
										height: 35%;
									}
									.info-pembicara{
										width: 60%;
										padding: 10px;
									}
										.nama-pembicara{
											font-size: 1.1rem;
											line-height: 1.3rem;
											margin-bottom: 8px;
										}
											.nama-pembiacara-panjang{
												font-size: 1rem;
												line-height: 1.2rem;
											}
										.jabatan-pembicara{
											font-size: .72rem;
											line-height: .82rem;
										}
											.jabatan-pembiacara-panjang{
												font-size: .65rem;
												line-height: .75rem;
											}
									.nama-moderator{
										font-size: 1rem;
										line-height: 1.2rem;
										margin-top: 10px;
									}

					.box-participants {
						grid-template-columns: repeat(5, 1fr);
					}
						.isi-participants {
							font-size: 1rem;
							padding: 1rem 1.5rem;
						}
						.participants-panjang {
							font-size: .95rem;
							line-height: 1.4rem;
						}

			.footer {
				padding: 40px 80px;
			}
				.footer-left {
					width: 80%;
					text-align: left;
					margin-bottom: 0;
					border: solid 0px white;
				}
					.footer-left > img {
						width: 25%;
						margin-bottom: 30px;
					}
					.box-partner {
						display: flex;
						flex-direction: row;
						justify-content: flex-start;
					}
						.isi-partner {
							display: flex;
							flex-wrap: wrap;
							margin-bottom: 15px;
						}
							.isi-partner span {
								text-align: left;
								margin-right: 20px;
							}
							.isi-partner img:first-of-type {
								margin-left: 0;
							}
						.isi-sponsor{
							margin-left: 30px;
						}
				.footer-right {
					width: 20%;
					text-align: right;
				}
					.footer-right img {
						width: 100%;
						height: auto;
					}
}


/*Desktop Full HD MAC*/
@media only screen
and (min-width: 1680px) {
		.body{
			background-image: url('../../images/elemen-kanan.png'), url('../../images/bg-blur.jpg');
			background-position: top 80px right, top 55vw left;
			background-size: 40% auto, 100% auto;
			background-repeat: no-repeat, no-repeat;
		}

			.segment{
				width: 80%;
				margin-bottom: 50px;
			}
				.title-image{
					width: 60%;
					margin-bottom: 50px;
				}
				.text-jadwal {
					margin-bottom: 30px;
				}
					.text-jadwal div {
						font-size: 1.5rem;
						line-height: 1.8rem;
					}
					.text-jadwal div:last-child {
						font-size: 1.1rem;
						line-height: 1.3rem;
					}
				.text-title{
					width: 60%;
					font-size: 1.1rem;
					line-height: 1.4rem;
					margin-bottom: 20px;
				}

				.judul-segment{
					font-size: 2.6rem;
					margin-bottom: 10px;
				}
				.box-agenda{
					margin-bottom: 50px;
				}
					.sub-judul-agenda{
						font-size: 1.5rem;
						line-height: 1.7rem;
						margin-bottom: 20px;
					}
					.box-detail-agenda{
						padding: 30px;
						margin-bottom: 10px;
						border-radius: 35px;
					}
						.segment-agenda{
							margin-bottom: 50px;
						}
							.isi-agenda{
								margin-top: 30px;
							}
								.box-pembicara{
									width: 25%;
									border-top-right-radius: 20px;
									border-bottom-right-radius: 20px;
									margin-bottom: 20px;
									margin: 1%;
								}
									.foto-pembicara{
										width: 35%;
										height: 35%;
									}
									.info-pembicara{
										width: 60%;
										padding: 10px;
									}
										.nama-pembicara{
											font-size: 1.2rem;
											line-height: 1.5rem;
											margin-bottom: 8px;
										}
											.nama-pembiacara-panjang{
												font-size: 1rem;
												line-height: 1.2rem;
											}
										.jabatan-pembicara{
											font-size: .8rem;
											line-height: .9rem;
										}
											.jabatan-pembiacara-panjang{
												font-size: .65rem;
												line-height: .75rem;
											}
									.nama-moderator{
										font-size: 1rem;
										line-height: 1.2rem;
										margin-top: 10px;
									}

					.box-participants {
						grid-template-columns: repeat(6, 1fr);
					}
						.isi-participants {
							font-size: 1rem;
							padding: 1rem 1.5rem;
						}
						.participants-panjang {
							font-size: .95rem;
							line-height: 1.4rem;
						}

			.footer {
				padding: 40px 80px;
			}
				.footer-left {
					width: 80%;
					text-align: left;
					margin-bottom: 0;
					border: solid 0px white;
				}
					.footer-left > img {
						width: 25%;
						margin-bottom: 30px;
					}
					.box-partner {
						display: flex;
						flex-direction: row;
						justify-content: flex-start;
					}
						.isi-partner {
							display: flex;
							flex-wrap: wrap;
							margin-bottom: 15px;
						}
							.isi-partner span {
								text-align: left;
								margin-right: 20px;
							}
							.isi-partner img:first-of-type {
								margin-left: 0;
							}
						.isi-sponsor{
							margin-left: 30px;
						}
				.footer-right {
					width: 20%;
					text-align: right;
				}
					.footer-right img {
						width: 100%;
						height: auto;
					}
}


/*Desktop Full HD*/
@media only screen
and (min-width: 1920px) {
		.body{
			background-image: url('../../images/elemen-kanan.png'), url('../../images/bg-blur.jpg');
			background-position: top 80px right, top 55vw left;
			background-size: 35% auto, 100% auto;
			background-repeat: no-repeat, no-repeat;
		}

			.segment{
				width: 80%;
				margin-bottom: 50px;
			}
				.title-image{
					width: 60%;
					margin-bottom: 50px;
				}
				.text-jadwal {
					margin-bottom: 30px;
				}
					.text-jadwal div {
						font-size: 1.5rem;
						line-height: 1.8rem;
					}
					.text-jadwal div:last-child {
						font-size: 1.1rem;
						line-height: 1.3rem;
					}
				.text-title{
					width: 60%;
					font-size: 1.1rem;
					line-height: 1.4rem;
					margin-bottom: 20px;
				}

				.judul-segment{
					font-size: 2.6rem;
					margin-bottom: 10px;
				}
				.box-agenda{
					margin-bottom: 50px;
				}
					.sub-judul-agenda{
						font-size: 1.5rem;
						line-height: 1.7rem;
						margin-bottom: 20px;
					}
					.box-detail-agenda{
						padding: 30px;
						margin-bottom: 10px;
						border-radius: 40px;
					}
						.segment-agenda{
							margin-bottom: 50px;
						}
							.isi-agenda{
								margin-top: 30px;
							}
								.box-pembicara{
									width: 23%;
									border-top-right-radius: 20px;
									border-bottom-right-radius: 20px;
									margin-bottom: 20px;
									margin: 1%;
								}
									.foto-pembicara{
										width: 35%;
										height: 35%;
									}
									.info-pembicara{
										width: 60%;
										padding: 10px;
									}
										.nama-pembicara{
											font-size: 1.2rem;
											line-height: 1.5rem;
											margin-bottom: 8px;
										}
											.nama-pembiacara-panjang{
												font-size: 1rem;
												line-height: 1.2rem;
											}
										.jabatan-pembicara{
											font-size: .8rem;
											line-height: .9rem;
										}
											.jabatan-pembiacara-panjang{
												font-size: .65rem;
												line-height: .75rem;
											}
									.nama-moderator{
										font-size: 1rem;
										line-height: 1.2rem;
										margin-top: 10px;
									}

					.box-participants {
						grid-template-columns: repeat(6, 1fr);
						gap: 30px;
					}
						.isi-participants {
							font-size: 1.3rem;
							padding: .9rem 2rem;
						}
						.participants-panjang {
							font-size: 1.1rem;
							line-height: 1.5rem;
						}

			.footer {
				padding: 40px 80px;
			}
				.footer-left {
					width: 80%;
					text-align: left;
					margin-bottom: 0;
					border: solid 0px white;
				}
					.footer-left > img {
						width: 22%;
						margin-bottom: 30px;
					}
					.box-partner {
						display: flex;
						flex-direction: row;
						justify-content: flex-start;
					}
						.isi-partner {
							display: flex;
							flex-wrap: wrap;
							margin-bottom: 15px;
						}
							.isi-partner span {
								text-align: left;
								margin-right: 20px;
							}
							.isi-partner img:first-of-type {
								margin-left: 0;
							}
						.isi-sponsor{
							margin-left: 30px;
						}
				.footer-right {
					width: 20%;
					text-align: right;
				}
					.footer-right img {
						width: 80%;
						height: auto;
					}		
}

@media print {
	html, body{
		color: #000;
		background-color: #fff;
		font-family: 'Inter Regular';
	}
		.box-cetak{
			position: relative;
			display: block;
		}
			.nama-cetak{
				position: relative;
				display: block;
				font-size: 20px;
				line-height: 20px;
				font-family: 'Inter Bold';
				text-align: left;
				padding-top: 39%;
				padding-left: 2%;
				margin-bottom: 5px;
			}
			.comp-cetak{
				position: relative;
				display: block;
				font-size: 14px;
				line-height: 16px;
				font-family: 'Inter Regular';
				text-align: left;
				padding-left: 2%;
				margin-bottom: 10px;
			}
			.qr-cetak{
				position: relative;
				display: block;
			}
				.qr-cetak img{
					width: 28%;
				}
}