@keyframes cloud-shaking {
	0% { transform: translateX(0) }
	25% { transform: translateX(2px) }
	50% { transform: translateX(-2px) }
	75% { transform: translateX(2px) }
	100% { transform: translateX(0) }
}

@keyframes polygon-shaking{
	0% { transform: translateY(0) }
	25% { transform: translateY(-7px) }
	50% { transform: translateY(-15px) }
	75% { transform: translateY(7px) }
	100% { transform: translateY(0) }
}

@keyframes polygon-shaking-horizontal{
	0% { transform: translateX(0) }
	25% { transform: translateX(7px) }
	50% { transform: translateX(-15px) }
	75% { transform: translateX(-7px) }
	100% { transform: translateX(0) }
}


.main-container{
	position: relative;	
}

.holding-bg{
	position: relative;
	width: 100vw;
	height: 100vh; 
	background-color: #66B8E7;
	background-image: url(../images/common/holding_page_background_v2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	min-height: 865px;
	min-width: 375px;
}

.scroll-event-div-parent{
	width: 100%;
	height: 100%;
	overflow: scroll;
}

.scroll-event-div-parent::-webkit-scrollbar { 
	display: none;  /* Safari and Chrome */
}
.scroll-event-div-parent{
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
	scrollbar-width: none;  /* Firefox */
}

.scroll-event-div{
	width: 150vw;
	height: 10px;
}

.cloud-control-bar-div{
	position: absolute;
	left: 27%;
    bottom: 10%;
	height: 10px;
	width: 50%;
}

.cloud-control-bar-div-inner{
	position: relative;
	width: 100%;
}

.bg-bar-div{
	width: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	height: 100%;
}

.bar-pointer{
	width: 20px;
	height: 20px;
	background-color: #5CA5C6;
	border-radius: 100%;
}

.bar-pointer.orange{
	background-color: #FAAF38;
}

.bar-pointer.end.orange{
	position: relative;
}

.bar-pointer.bg-point{
	margin-right: -4px;
}

.bar-pointer.orange.bg-point{
	margin-left: -3px;
}

.cloud-tips{
	position: absolute;
    width: 300px;
    height: 240px;
    background-image: url(../images/common/cloud_tips.png);
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: -10px;
    left: -9em;
    display: flex;
	z-index: 2;
    font-family: "GENSENROUNDED";
}

.dinosaur-tips{
	background-image: url(../images/common/dinosaur-cloud.png);
	bottom: -2.7em;
	left: -15em;
	width: 400px;
    height: 310px;
}

.cloud-tips.dinosaur-tips .info{
	width: 58%;
    margin-left: 27%;
    font-size: small;
    margin-bottom: 3%;
}

.cloud-tips .info{
	align-self: center;
    text-align: center;
    width: 100%;
	color: #1c4854;
	letter-spacing: 0.5px;
}

.cloud-tips .info .spec-text{
	font-weight: bolder;
	font-family: "Circular";
}

.cloud-bg-bar{
	background-color: #5CA5C6;
	width: 100%;
	height: 100%;
	height: 7px;
}

.cloud-control-bar{
	background-color: orange;
	width: 0.1vw;
	height: 7px;
}

.cloud-main, .cloud-main-dotted-line{
	position: absolute;
	width: 100%;
}

.cloud-main{
	position: absolute;
    width: 100%;
	z-index: 1;
	left: -10%;
}

.index-div .cloud-main{
	left: 0;
}

.polygon-triangle{
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    height: 18vw;
    width: 18vw;
    background-color: #00753C;
    transform: rotate(12deg);
    transition-property: transform;
    transition-duration: .3s;
}

.polygon-triangle:hover{
	transform: translateX(15%) translateY(-13%) rotatez(40deg);
}

.polygon-triangle-position{
	position: absolute;
    left: 5%;
    top: 36%;
}

.polygon-inner{
	position: relative;
	width: 100%;
	height: 100%;
}

.polygon-text{
	position: absolute;
	color: white;
	text-align: center;
	font-family: "GENSENROUNDED";
	font-weight: bold;
	letter-spacing: 0.5px;
	font-size: 1.1vw;
}

.polygon-triangle .polygon-text{
	top: 60%;
    left: 17%;
    transform: rotate(-31deg);
}

.polygon-triangle-position .polygon-triangle .polygon-text{
	top: 43%;
    left: 31%;
}

.polygon-circle{
	clip-path: circle(50% at 50% 82%);
    height: 18vw;
    width: 18vw;
    background-color: #EC2024;
    transform: rotate(-24deg);
    transition-property: transform;
    transition-duration: .3s;
}

.polygon-circle:hover{
	transform: translateX(15%) translateY(-13%) rotatez(-4deg);
}

.polygon-circle .polygon-text{
	top: 57%;
    left: 23%;
    transform: rotate(28deg);
}

.polygon-circle-position{
	position: absolute;
	right: 12%;
    top: 39%;
}

.polygon-circle-position .polygon-circle .polygon-text{
	top: 43%;
    left: 35%;
}

.polygon-parallelogram{
	clip-path: polygon(63% 0, 100% 0, 100% 100%, 48% 100%);
    height: 15vw;
    width: 15vw;
    background-color: #FAAF38;
    position: absolute;
    left: -9%;
    top: 12%;
    transform: rotate(-9deg);
}

.polygon-parallelogram-index{
	clip-path: polygon(0% 20%, 20% 10%, 53% 84%, 13% 100%, 0% 71%);
	height: 22vw;
    width: 22vw;
    background-color: #FAAF38;
    position: absolute;
    left: 0%;
    top: 5%;
}

.holding-date{
	position: absolute;
	right: 22%;
    top: 15%;
	width: 7.5vw;
}

.holding-title{
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
	bottom: 34%;
    width: 35vw;
}

.cloud-shake{
	animation: cloud-shaking 0.8s infinite;
}

.cloud-progress {
	height: .5rem;
	width: 100%;
}
.cloud-progress .bar {
	height: 100%;
	background-color: #FAAF38;
	padding-left: 1%;
	padding-right: 5px;
}

#cloud-progress-handle {
	display: block;
	position:absolute;
	z-index: 1;
	margin-top: -7px;
	margin-left: -5px;
	border: 4px solid #FAAF38;
	/* transform: rotate(45deg); */
	border-radius: 100%;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
	cursor:pointer;
	width: 20px;
	height: 20px;
	background-color: #FAAF38;
}

.draggable {
	float: left; 
	margin: 0 10px 10px 0;
}

.cloud-progress-control-bar{
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50%;
}

.progress-inner-div{
	position: relative;
}

.clouds-div{
	position: absolute;
    top: 12%;
    left: 0;
    right: 3%;
    margin: 0 auto;
    width: 38vw;
}

.index-div .clouds-div{
	right: 0;
}

.progress-handle{
	position: relative;
	width: 100%;
    height: 100%;
}

.lang-div{
	position: absolute;
    width: 20em;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 1.3em;
	font-family: "AQUA";
}

.lang-div span{
	padding: 0 5%;
	cursor: pointer;
}

.index-date{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 26%;
    width: 27vw;
}

.polygon-shake.polygon-triangle-position{
	animation: polygon-shaking 6s ease infinite;
}

.polygon-shake.polygon-circle-position{
	animation: polygon-shaking-horizontal 6s ease infinite;
}

.polygon-text .icon{
	width: 5vw;
}

.header-background-div{
	background-image: url(../images/common/menubar.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 20vh;
    padding: 1% 15% 0 15%;
	filter: drop-shadow(7px 7px 7px #a9d0db);
    -webkit-filter: drop-shadow(7px 7px 7px #a9d0db);
    margin-bottom: 4%;
    position: relative;
    z-index: 2;
    min-height: 10em;
}

.header-background-div .header-items .items{
    display: flex;
    justify-content: center;
    align-self: center;
    position: relative;
    color: black;
    text-decoration: none;
}

.hover-image{
    display: none;
    width: auto;
    height: 100%;
    position: absolute;
}

.header-background-div .header-items .items .hover-image.active{
    display: block;
}

.header-background-div span{
    font-family: "Circular";
    letter-spacing: 1.5px;
}

.header-background-div .header-title{
    z-index: 1;
}

.header-background-div .inner,
.function-inners{
	display: flex;
	justify-content: center;
}

.function-inners{
    align-items: baseline;
}

.header-iac-logo{
	width: 6em;
	height: auto;
}

.function-icons{
	width: 25px;
	height: 25px;
	margin-left: 5%;
}

.footer-div .function-icons{
	margin-left: 1%;
    margin-right: 15%;
}

.header-background-div .row{
	padding-top: 1%;
	text-align: center;
}

.footer-div{
	min-height: 45vh;
	background-color: #faaf3b;
	border-radius: 7% 7% 10% 10% / 30% 30% 0% 0%;
	padding: 2% 12% 0 12%;
	position: relative;
}

.footer-div p{
    font-family: "Circular";
    letter-spacing: 2px;
}

.footer-iac-logo{
	width: 6em;
	height: auto;
}

.footer-follow-us{
	font-weight: bold;
    font-size: xx-large;
}

.footer-functions-div,
.footer-functions-div .media-inner{
	display: flex;
	align-items: center;
}

.footer-functions-div .media-inner{
    width: 40%;
    justify-content: space-evenly;
}

.become-iac-friends{
	border: 1px black solid;
    padding: 2px 10px;
    border-radius: 15px;
	display: flex;
    align-items: center;
    color: #212529;
    text-decoration: none;
}

.iac-friends-icon{
	width: 20px;
	height: 20px;
}

.stage-div,
.stage-individual-div,
.news-div,
.download-div{
	min-height: 100vh;
}

header, footer,
.stage-div,
.about-iac-div,
.news-div,
.download-div{
	background-color: #c4ecf7;
}

.stage-inner,
.page-inner{
	padding: 1% 3%;
}

.stage-individual-inner{
    padding: 5% 15%;
}

/* .stage-inner .inner-background{
	background-image: url(../images/common/bg_content_cloud.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	min-height: 1000px;
} */

.filter-icon{
	width: 30px;
	height: 30px;
    cursor: pointer;
}

.content-inner{
	padding: 7% 5%;
}

.news-div .content-inner,
.download-div .content-inner{
    padding: 2% 5%;
    position: relative;
}

.content-inner .inner-top{
    background-image: url(../images/common/bg_content_cloud_top.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
    padding: 0% 5%;
    height: 200px;
}

.news-div .content-inner .inner-top{
    background-size: 100% auto;
    height: 150px;
}

.content-inner .inner-bottom{
    background-image: url(../images/common/bg_content_cloud_bottom.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
    padding: 5%;
    height: 250px;
}

.content-inner .inner-bottom.calendar-bottom-div{
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-title{
	display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
    margin-top: 7%;
}

.content-title .main-title{
	font-size: 1.8em;
	margin-right: 2%;
    font-family: "Circular";
    margin-bottom: 0;
}

.content-inner .content-results{
    background-image: url(../images/common/bg_content_cloud_middle.png);
	background-repeat: repeat;
	background-size: 100% auto;
    padding: 0 10%;
}

.content-results .items-poster,
.pdf-div .items-poster{
	width: 100%;
	height: auto;
	margin-bottom: 5%;
	cursor: pointer;
	transition: all 0.4s linear;
    border-radius: 15px;
}

.content-results .items-poster:not(.online):hover{
	border-radius: 100%;	
}

.content-results .items-title{
	font-size: 1.3em;
    font-family: "Circular";
}

.items-info{
	display: flex;
	justify-content: space-between;
	align-items: center;
    font-family: "Circular";
    font-size: 14px;
    color: #5b5b5b;
    position: relative;
}

.icon-age, .icon-calendar{
	width: 30px;
	height: 30px;
}

.icon-age{
	margin-right: 2%;
}

.icon-calendar{
	cursor: pointer;
}

.icon-video{
    width: auto;
    height: 30px;
}

.items-info .left{
	display: flex;
	align-items: center;
	width: 80%;
}

.content-results .items,
.pdf-div .items{
	padding: 4%;
    position: relative;
}

.pdf-div{
	width: 100%;
    background-color: #ffebd7;
    border-radius: 100px;
    padding: 4%;
}

.pdf-div .row{
    justify-content: center;
}

.pdf-div .items .items-title{
	text-align: center;
    font-family: "Circular";
}

.pdf-div .items a{
    color: #212529;
    text-decoration: none;
}

.footer-mascot-icon{
	position: absolute;
    top: -17%;
    left: 10%;
    width: 10em;
}

.function-inners .lagre-font{
    font-size: 1.2em;
}

.function-inners .default-font{
    font-size: 1em;
}

.function-inners .small-font{
    font-size: 0.8em;
    margin-right: 20px;
}

.function-inners .fonts{
    margin-right: 10px;
    cursor: pointer;
}

.flex{
    display: flex;
}

.function-media-div .function-icons{
    margin-right: 20px;
}

.footer-bottom{
    min-height: 300px;
    background-color: #fff;
    padding: 2% 12% 0 12%;
}

.footer-bottom .col{
    text-align: center;
}

.footer-bottom .logos{
    width: 140px;
}

.copyright-div{
    margin-top: 3%;
}

.copyright-div p{
    margin-bottom: 0;
    color: #6d6d6d;
    text-align: center;
    font-family: "GENSENROUNDED";
}

.filter-div{
    margin: 0;
}

.filter-div .filter-style-icon{
    width: 25px;
    height: 25px;
    margin-right: 2%;
}

.filter-div .items{
    display: flex;
    align-items: center;
    padding-right: 0;
    padding-left: 3px;
}

.filter-div .items .form-select{
    padding-right: 1.3rem;
    border: unset;
    background-color: unset;
    background-image: url(../images/common/arrow_orange.png);
    background-size: 20px 20px;
}

.mobile-menu{
    display: none;
}

.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: rgb(0,0,0);
    background-color: #fff8e9;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 12%;
    width: 100%;
    padding-left: 10%;
    margin-top: 30px; 
}

.overlay a {
    padding: 7px;
    text-decoration: none;
    font-size: 1.2em;
    color: black;
    font-family: 'Circular';
    display: block;
    font-weight: bold;
    transition: 0.3s;
}

.overlay .other-div{
    display: none;
    min-height: 100vh;
}
.overlay .other-div.active{
    display: block;
}

.overlay .other-div a{
    padding: 4px;
    padding-left: 2%;
}

.overlay a:hover, .overlay a:focus {
    color: gray;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.menu-btn-v1{
	user-select: none;
	border: none;
	cursor: pointer;
	background-color: transparent;
    position: absolute;
    right: 10%;
    top: 0;
    bottom: 10%;
    margin: auto 0;
}

.menu-span, .menu-span::before, .menu-span::after{
	width: 2rem;
	height: 3px;
	background-color: black;
}


.menu-span{
	width: 2rem;
}

.menu-span::before{
	width: 2rem;
}

.menu-span::after{
	width: 2rem;
}

.menu-span{
	text-align: right;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	transform: translateY(-1px);
	display: inline-block;
	cursor: pointer;
	user-select: none;
	transition: all 300ms ease 0s;
}

.menu-span::before, .menu-span::after{
	content: "";
	display: inline-block;
	position: absolute;
	right: 0px;
	transform-origin: 50% 50%;
	transition: top 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 300ms, transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s, background-color 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.menu-btn-v1.active .menu-span{
	background: transparent;
}

.menu-btn-v1.active .menu-span:before{
	transform: rotate3d(0, 0, 1, 45deg) scale(1.1);
}

.menu-btn-v1.active .menu-span:after{
	transform: rotate3d(0, 0, 1, -45deg) scale(1.1);
}

.menu-btn-v1.active .menu-span:before, .menu-btn-v1.active .menu-span:after{
	transition: top 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
	top: 0px;
	width: 1.7rem;
}

.menu-span::before{
	top: 0.8rem;
}

.menu-span::after{
	top: -0.8rem;
}

.prog-list-main-row{
	width: 70%;
}

.menu-footer{
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100%;
}

.mobile-menu-dropdown{
    align-items: center;
}

.mobile-menu-dropdown .dropdown-icon{
    width: 25px;
    height: 25px;  
}

.mobile-menu .function-div{
    margin-top: 4%;
    padding: 7px;
}

.mobile-menu .function-div .function-inners{
    margin-right: 5%;
}

.float-div{
    position: fixed;
    display: grid;
    bottom: 5%;
    right: 5%;
    z-index: 3;
}

.float-div .float-icons{
    width: 90px;
    height: 85px;
}

.top-banner-div{
    position: relative;
}

.stage-individual-div .top-banner-div .banner-image{
    width: 100%;
}

.mouse-down-div{
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: min-content;
    cursor: pointer;
}

.mouse-down-div img{
    width: 2em;
}

.hidden{
    display: none;
}

.footer-sitemaps-div .title.active{
    position: relative;
}

.footer-sitemaps-div .title.active::after{
    position: absolute;
    content: ' ';
    display: inline-block;
    background: url("../images/common/footer_hover.png") no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    left: -10%;
}

.stage-individual-div,
.individual-bg-color{
    background-color: #fff8e9;
}

.individual-shadow{
    -webkit-filter: drop-shadow(7px 7px 7px #e5dbc5);
}

.download-prog-div{
    /* justify-content: center; */
    align-items: center;
}
.download-prog-button,
.reset-filter-button{
    border-radius: 35px;
    border: 1px solid black;
    padding: 3% 7%;
    box-shadow: #faaf3b 5px 5px;
    background-color: white;
    cursor: pointer;
}

.content-inner .inner-bottom.calendar-bottom-div .download-prog-button{
    padding: 2% 4%;
    width: auto;
}

.reset-filter-button{
    padding: 1% 3%;
}

.reset-filter-div{
    text-align: right;
    padding-right: 3%;
}

.stage-individual-inner .download-prog-button{
    display: none;
}

.stage-individual-inner .download-prog-button.active{
    display: block;
}

.subscribe_form .download-prog-button{
    padding: 2% 4%;
    margin-top: 5%;
}

.download-prog-button span{
    font-family: "Circular";
    font-weight: bold;
}

.stage-individual-inner .info-div{
    min-height: 280px;
}

.stage-individual-inner .title-div .title{
    font-size: 2em;
    font-family: "Circular";
}

.stage-individual-inner .sub{
    align-items: center;
}

.stage-individual-inner .art-form-title{
    margin-bottom: 0;
    margin-right: 2%;
    font-family: "Circular";
    color: #5e5e5e;
}

.stage-individual-inner .download-icon{
    width: 20px;
    height: 20px;
}

.submit-icon{
    width: 40px;
    height: 40px;
}

.prog-table{
    width: 100%;
    font-family: "Circular";
    margin: 10% 0;
}

.stage-individual-inner .polygon-infos{
    clip-path: polygon(0 15%, 95% 0, 100% 85%, 5% 100%);
    background-color: #fde6bb;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 20% 15%;
}

.polygon-infos a,
.stage-individual-div .content-details table a{
    color: #212529;
    text-decoration: none;
}

.prog-table .infos-icon,
.online-content-infos .infos-icon,
.activity-content .infos-icon,
.online-prog-table .infos-icon,
.prog-inner-table .infos-icon,
.prog-inner-content-infos .infos-icon,
.online-prog-inner .infos-icon{
    width: 20px;
    height: 20px;
}


.prog-table tr td:first-child{
    width: 15%;
}

.prog-table .table-space td{
    padding-bottom: 5%;
}

.online-prog-table tr td:first-child,
.activity-table tr td:first-child,
.prog-inner-table tr td:first-child{
    width: 20%;
}

.online-prog-table tr td
.activity-table tr td,
.prog-inner-table tr td{
    padding-bottom: 2%;
}

.stage-individual-div .main-info .content .content-details{
    display: none;
}

.stage-individual-div .main-info .content .content-details.active{
    display: block;
}

.stage-individual-div .main-info .content .content-details .content-main-title,
.stage-individual-div .main-info .content .content-details .content-desc,
.stage-individual-div .main-info .content .content-details .online-content-main-title,
.stage-individual-div .main-info .content .content-details .activity-content-main-title,
.prog-inner-content-main-title{
    font-family: "Circular";
    font-size: 1.3em;
    margin-bottom: 2%;
}

.stage-individual-div .main-info .content .content-details .content-infos p,
.stage-individual-div .main-info .content .content-details .content-table,
.stage-individual-div .main-info .content .content-details .table-tips,
.stage-individual-div .main-info .content .content-details ,
.stage-individual-div .main-info .content .content-details .online-content-infos p,
.prog-inner-content-infos p{
    font-family: "GENSENROUNDED";
}

.stage-individual-div .main-info .content .content-details .online-content-infos{
    margin-bottom: 2%;
}

.stage-individual-inner .main-info .nav-item{
    margin-right: 25px;
    position: relative;
}

.stage-individual-inner .main-info .nav-item.active::after{
    position: absolute;
    content: ' ';
    display: inline-block;
    background: url(../images/common/menu_hover_05.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.stage-individual-inner .main-info .nav-item .nav-link{
    font-size: 1.5em;
    color: black;
    font-weight: bold;
    font-family: "Circular";
}

.stage-individual-inner .main-info,
.stage-individual-inner .main-info .content{
    margin-top: 5%;
}

.stage-individual-inner .main-info .content.control-height{
    max-height: 200px;
    overflow: hidden;
    position:relative;
}

.stage-individual-inner .main-info .content{
    max-height: 1000vh;	/* 100vh */
    transition: all 0.5s ease-in-out;
}

.stage-individual-inner .main-info .content.control-height:before{
    content:'';
    width:100%;
    height:100%;    
    position:absolute;
    left:0;
    top:0;
    background:linear-gradient(transparent 150px, #fff8e9);
}

.more-hr{
    position: relative;
}

.more-hr-btn{
    position: absolute;
    background: url(../images/common/arrow_open.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    z-index: 1;
    transition: all 300ms ease 0s;
}

.more-hr-btn.down{
    transform: rotate(180deg);
}

.stage-individual-inner .logos-div,
.stage-individual-inner .support-organization-div,
.stage-individual-inner .other-logos-div{
    margin: 10% 0;
}

.logos-div img,
.support-organization-div img,
.stage-individual-inner .other-logos-div img{
    width: auto;
    height: 6em;
    margin-right: 2%;
}

.related-prog-div .related-title{
    font-size: 1.4em;
    margin: 7% 0;
    font-family: "Circular";
    font-weight: bold;
}

.related-prog-div .related-items .item .items-poster{
    width: 100%;
    border-radius: 10px;
}

.related-prog-div .related-items .item{
    padding: 5%;
    cursor: pointer;
}

.online-media-list .related-prog-div .related-items .item{
    padding: 1.5%;
}

.related-prog-div .related-items .item .items-title{
    margin-top: 3%;
    margin-bottom: 1%;
    font-family: "Circular";
}

.related-prog-div .related-items .item .items-sub-infos{
    font-family: "Circular";
    color: #5b5b5b;
}

.related-prog-div-outer .arrow-right,
.related-prog-div-outer .arrow-left{
    display: none;
}

.footer-div .title a{
    color: #212529;
    text-decoration: none;
}

.about-iac-main-div{
    padding: 0% 12%;
    position: relative;
    height: 150vh;
    min-height: 1300px;
}

.about-iac-main-div .title{
    font-size: 2.5em;
    font-family: "Circular";
}

.about-circle-bg{
    clip-path: circle(50% at 50% 50%);
    height: 80em;
    width: 80em;
    background: white;
    position: absolute;
    top: 4%;
    right: -9%;
}

.about-iac-div{
    overflow-x: hidden;
}

.about-iac-div .cirle-inner{
    position: relative;
    height: 100%;
}

.about-iac-info{
    position: absolute;
    left: 0%;
    top: 20%;
    bottom: 0;
    height: fit-content;
    padding-left: 18%;
    padding-right: 27%;
    text-align: justify;
    font-family: "GENSENROUNDED";
}

.polygon-div{
    position: absolute;
    width: 600px;
    height: 300px;
    bottom: 0;
    right: 10%;
}

.about-us-bg-bottom-image{
    position: absolute;
    bottom: -1%;
    width: 37vw;
    min-width: 150px;
    right: 0;
}

.subscribe_form input{
    width: 100%;
    padding: 15px 20px;
    border: 0;
    margin-bottom: 20px;
    background-color: #e5e5e5;
}

.subscribe-title{
    font-size: 1.8em;
    font-weight: bold;
}

.content-table tr td:first-child{
    width: 45%;
    padding-right: 6em;
}

.main-info .content .content-details .content-table{
    min-width: 70%;
}

#map .party-meet-image{
    width: 18em;
}

.news-title{
    padding-left: 6%;
    font-size: 2.5em;
    font-family: "Circular-book";
    font-weight: bold;
}

.download-div .news-title{
    padding-bottom: 12%;
}

.news-div .content-inner .iac-bg-bottom-image,
.download-div .content-inner .iac-bg-bottom-image{
    z-index: -1;
    position: absolute;
    right: 12%;
    top: 0;
    width: 22em;
}

.news-content .items .right{
    padding: 1%;
    font-family: "Circular-book";
    cursor: pointer;
}

.news-content .items .right .icon-cal{
    width: 25px;
    height: 25px;
    margin-right: 1%;
}

.news-content .items .right p{
    margin-bottom: 0;
}

.news-content .items .right .items-title{
    color: #8A3F15;
    font-size: 1.1em;
    background-color: #fcfaf5;
}

.news-content.download .items .right .items-title{
    text-align: center;
    margin-top: 5%;
}

.news-content .items .left .news-image{
    width: 100%;
    box-shadow: #faaf3b 5px 5px;
    border-radius: 15px;
    cursor: pointer;
}

.news-content .items .right .flex{
    align-items: center;
}

.icon_URBTIX{
    width: 150px;
    margin-bottom: 3%;
}

.guide-infos{
    max-height: 80vh;
    overflow-y: scroll;
}
.guide-infos.tips{
    text-align: start;
}

.guide-infos p{
    margin-bottom: 0;
}

.guide-infos .content-infos{
    margin-bottom: 3%;
}

.guide-infos .content-infos .info-title{
    font-weight: bold;
}

.guide-infos.site-map a{
    text-decoration: none;
}

.online-prog-inner .title-div .title{
    margin-bottom: 0;
    margin-right: 2%;
}

.related-items .items-poster.online{
    margin-bottom: 3%;
}

.online-media-list .inner-infos p{
    margin-bottom: 0.3rem;
}

.online-media-list .cover{
    position: relative;   
}

.online-media-list .related-items .items-poster.online{
    margin-bottom: 0;
}

.online-media-list .cover .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.7;
    z-index: 1;
    background-color: rgba(0,0,0,.4);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.online-media-list .cover .overlay img{
    width: 20%;
}

.online-media-list .cover .overlay:hover{
    opacity: 0;
}

.comming-soon-div{
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: 'Circular';
}

.fifty-nine-logos{
    padding: 2.5%;
}

.stage-individual-inner .other-logos-div .logo-spec{
    height: 4em;
}

.content-details ul,
.guide-infos ul{
    padding-left: 1.5rem;
}

.related-items a{
    text-decoration: none;
    color: black;
}

.top-banner-div .index-main-banner{
    width: 100%;
}

.site-links a{
    text-decoration: none;
    color: #5b5b5b
}

.lang-functions-div{
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 50px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 13px 16px;
    z-index: 1;
}
  
.lang-functions-div:hover .dropdown-content {
    display: block;
}

.lang-functions-div .dropdown-content p{
    margin-bottom: 0;
    cursor: pointer;
}

.message-modal{
    display: none;
}

.stage-modal{
    min-height: 200px;
    display: flex;
    align-items: center;
}

.stage-modal .stage-modal-inner{
    width: 100%;
}

.stage-modal p{
    font-size: 1.2rem;
}

.moblie-lang-menu{
    margin-top: 5%;
    justify-content: space-evenly;
}

.contact-us-infos{
    right: 0;
}

.contact-us-infos .content-infos{
    display: flex;
    justify-content: center;
    text-align: left;
}

.contact-us-infos .content-table{
    width: 60%;
}

.contact-us-infos .content-table tr td:first-child{
    width: 25%;
    padding-right: 2em;
}
  
.feedback-form select, .feedback-form input, .feedback-form .captcha_area {
    height: 60px;
    display: inline-block;
    width: -webkit-fill-available;
}

.feedback-form select {
    padding: 10px 20px;
}

.feedback-form select, .feedback-form textarea {
    background-color: #eee;
    margin-bottom: 20px;
    border: 0;
}

.feedback-form input {
    width: 100%;
    padding: 15px 20px;
    border: 0;
    margin-bottom: 20px;
    background-color: #eee;
}

.feedback-form .col-item{
    width: 100%;
}

.feedback-form input[type='checkbox'], .feedback-form label {
    width: auto;
    height: auto;
    vertical-align: middle;
}

.feedback-form input[type='checkbox'] {
    margin-top: 10px;
    margin-right: 10px;
}

.feedback-form textarea {
    width: 100%;
    border: 0;
    padding: 15px 20px;
}

.prog-item-spec-title{
    position: absolute;
    left: 5%;
    top: 4%;
    padding: 3%;
    background-color: rgba(175, 181, 219, 0.8);
}

.prog-item-spec-title-left-bottom{
    position: absolute;
    left: 5%;
    bottom: 10%;
    padding: 3%;
    background-color: rgba(175, 181, 219, 0.8);
    color: red;
}

.content-results .items .item-image-div{
    position: relative;
}

.media-list-episodes-div,
.stage-individual-div .top-banner-div .scroll-banner-div{
    flex-wrap: inherit;
    overflow: scroll;
    position: relative;
}

.stage-individual-div .top-banner-div .scroll-banner-div{
    margin: 0;
}

.stage-individual-div .top-banner-div .scroll-banner-div::-webkit-scrollbar{
    
}



.banner-arrow{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
    scroll-behavior: smooth;
    width: 50px;
}

.banner-arrow.left{
    left: 0;   
}

.banner-arrow.right{
    right: 0;   
}

/* ==========================================================================
   Scroll Bar
   ========================================================================== */
   
/* width */
.related-prog-div-outer ::-webkit-scrollbar {
  width: 10px;
  height:5px;
}

/* Track */
.related-prog-div-outer ::-webkit-scrollbar-track {
  background: #fff8e9; 
}
 
/* Handle */
.related-prog-div-outer ::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.related-prog-div-outer ::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* ==========================================================================
   ========================================================================== */

.add-playlist-icon, .play-list-remove-icon{
    cursor: pointer;
}

.play-list-remove-icon{
    width: 25px;
    position: absolute;
    right: 0;
    top: 23%;
    display: none;
}

.play-list-item:hover .play-list-remove-icon {
    display: block;
}

.list-msg-div{
    justify-content: center;
}

.prog-select-dates{
    display: none;
    position: absolute;
    z-index: 1;
    border-radius: 10px;
    max-height: 350px;
    overflow-y: auto;
    top: auto;
    right: 0;
    bottom: calc(100% + 5px);
    background: white;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.stage-individual-inner .prog-calendar-div .prog-select-dates{
    min-width: 15em;
    bottom: auto;
}

.prog-select-dates .date-item{
    padding: 5px 10px;
    cursor: pointer;
}

.prog-select-dates .date-item:nth-child(even){
    background-color: #c4ecf7;
}

.stage-individual-inner .prog-calendar-div{
    position: relative;
    
}

.stage-individual-inner.exhibition-div .prog-calendar-div{
    margin-bottom: 1em;
}

.polygon-infos .remarks-link{
    color: #0244A7;
    text-decoration: underline;
}

.chatboxInner{
    display: flex;
    width: 100%;
}

.video-hidden{
    display: none;
}

.hr-dotted{
    border: 1px dotted;
}

.online-overlay-inner{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.online-coming-soon{
    color: white;
    position: absolute;
    bottom: 5%;
    left: 5%;
    padding: 5px;
    background-color: rgba(175, 181, 219, 0.8);
    color: red;
}

.chatbot-icon{
    cursor: pointer;
}

.chatbot-float-div{
    position: fixed;
    display: grid;
    bottom: 15%;
    right: 11%;
    z-index: 3;
    border: 1px solid #00753C;
    border-radius: 15px;
}

.chatbot-main{
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
    display: none;
    width: 360px;
    max-height: 700px;
}

.chatbot-main.active{
    display: block;
}

.chatbot-header{
    background-color: #d8e5b3;
    text-align: center;
    padding: 5% 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
}

.chatbot-header p{
    margin-bottom: 0;
    color: #00753C;
    font-weight: bold;
    font-family: "Circular";
    font-weight: bold;
}

div.conv-form-wrapper div#messages{
    padding: 0 5%;
}

.chatbot-main form.convFormDynamic{
    width: 100%;
    /* background-color: #d8e5b3; */
    margin: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: unset;
}

form.convFormDynamic button.submit{
    display: none;
}

.chatbot-main form.convFormDynamic textarea.userInputDynamic{
    width: 100%;
    max-width: 100%;
    text-align: center;
    background-color: #d8e5b3;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin: 0;
    padding: 15px 10px;
}

.chatbot-main div.conv-form-wrapper div.options{
    text-align: right;
    transform: unset;
    position: unset;
    white-space: unset;
}

.chatbot-main form.convFormDynamic textarea.userInputDynamic::placeholder{
    color:#9eaf69;
    font-family: "Circular-book";
}

.chatbot-main div.conv-form-wrapper div#messages div.message.to{
    margin-left: 5%;
    font-family: "Circular-book";
}

.chatbot-icons{
    width: 35px;
    height: 35px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 100%;
}

.chatboxInner.right{
    justify-content: right;
}

div.conv-form-wrapper div.wrapper-messages{
    margin-bottom: unset !important;
}

.chatbox-close-icon{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10%;
    cursor: pointer;
}

.chatbot-main div.conv-form-wrapper div.options div.option{
    border-radius: 10px;
    font-family: "Circular-book";
    color: #36a368;
    border-color: #36a368;
}

.chatbot-main div.conv-form-wrapper div#messages div.message.from{
    background-color: #36a368;
}

.logo-flex{
    display: flex;
}

.tips-content a{
    color: #024CBB;
}

.info-pdo-para{
    position: absolute;
    left: 5px;
    bottom: 2px;
    color: white;
    font-size: 12px;
    text-decoration: none;
}

.footer-bottom .logos.chac-logos{
    width: 90px;
}

.footer-bottom .logos.for-youth-logos{
    width: 100px;
}

.footer-bottom .spec-logos-col{
    max-width: 9.5vw;
}