	.inner-page{
		background-color: #fff;
		color: #0e0e0e;
		font-family: "Poppins",sans-serif;
	}
	.inner_content.agenda{
		padding: 0;
	}
	.inner_content.agenda .tabs-days{
		background-color: #b47cfd;
		padding: 30px 0;
	} 
	.inner_content.agenda .tabs-days ul{
		display: flex;
		align-items: center;
	}
	.inner_content.agenda .tabs-days ul li{
	}
	.inner_content.agenda .tabs-days ul li:last-child{
		border:none;
	}
	.inner_content.agenda .tabs-days ul li a{
		font-size: 18pt;
		color: #fff;
		text-transform: uppercase;
		padding:0 40px;
	}
	.inner_content.agenda .tabs-days ul li a.active{
		color: #c9a7b2;
	}
	.inner_content.agenda .tabs-days ul li:first-child a{
		padding-left: 0;
	}
	.inner_content.agenda .tab-agenda{
		padding: 0;
	}
	.inner_content.agenda .tab-content{
		position: relative;
	}
	.inner_content.agenda .tab-content:before{
		content: ' ';
		background: var(--section-color);
		display: inline-block;
		position: absolute;
		left: 0;
		top:10px;
		width: 1px;
		height: 100%;
	}
	.inner_content.agenda .tab-agenda .section{
		position:relative;
		padding:0;
		margin: 0;
		margin-top: 30px;
	}
	.inner_content.agenda .tab-agenda .section:before{
		content: '';
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background: var(--light-color);;
		position: absolute;
		top:0;
		left: -10px;
		border: 2px solid var(--main-color);
	}
	.inner_content.agenda .tab-agenda .section .text-wrap{
		margin:0;
		padding: 0;
		border-bottom: 1px solid var(--section-color);
		padding-bottom: 30px;
		display: flex;
		justify-content: space-between;
		line-height: 1.8;
	}
	.inner_content.agenda .tab-agenda .section:last-child .text-wrap{
		border: none;
	}
	.inner_content.agenda .tab-agenda .section .text-wrap .left{
		width: 20%;
	}
	.inner_content.agenda .tab-agenda .section .text-wrap .left .img-wrap-logo{
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		padding: 20px;
	}
	.inner_content.agenda .tab-agenda .section .text-wrap .left{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
	.inner_content.agenda .tab-agenda .section .text-wrap .left img{
	}
	.inner_content.agenda .tab-agenda .section .text-wrap .left h3{
		font-size: 12pt;
		color: #0e0e0e;
		font-weight: 600;
		text-align: center;
		margin: 0;
	}
	.inner_content.agenda .tab-agenda .section .text-wrap .right{
		width: 80%;
		font-weight: 400;
	}
	.inner_content.agenda .tab-agenda .section .text-wrap .right h3{
		font-size: 12pt;
		color: #0e0e0e;
		margin: 0;
		line-height:1.5;
		font-weight: 600;
	}
	.inner_content.agenda .tab-agenda .section .text-wrap .right h3 span{
		color: #b47dfb;
		font-size: 14pt;
		text-transform: uppercase;
	}
	.inner_content.agenda .tab-agenda .section .text-wrap .right h5{
		font-size: 14pt;
		color: #c9a7b2;
		font-weight: 600;
		margin: 0;
	}
	.inner_content.agenda .tab-agenda .section .text-wrap .right h4{
		font-size: 14pt;
		color: #c9a7b2;
	}
	.inner_content.agenda .tab-agenda .section .text-wrap .right p{
		font-size: 11pt;
		color: #0e0e0e;
		margin: 0;
		padding-top: 10px;
	}
	.inner_content.agenda .tab-agenda .section .text-wrap .right .img-wrap{
		width: 60px;
		height: 60px;
		border: 1px solid #0e0e0e29;
		border-radius: 50%;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #9d9b9b;
		z-index: 1;
	}
	.inner_content.agenda .tab-agenda .section .text-wrap .right .img-wrap img{
		width: 90%;
		object-fit: cover;
		object-position: 0 3px;
	}
	.inner_content.agenda .tab-agenda .section .text-wrap .right #speaker_3536 img, .inner_content.agenda .tab-agenda .section .text-wrap .right #speaker_3393 img{
		width: 80%;
	}
	.inner_content.agenda .tab-agenda .section .text-wrap .right .widget{
		display: flex;
		flex-direction: column;
		position: relative;
		min-height:170px;
		padding: 0 15px 15px;
		justify-content: flex-start;
		margin: 0 0 10px 0;
		align-items: start;
	}
	.inner_content.agenda .tab-agenda .section .text-wrap .right .widget:before{
		position: absolute;
		content: '';
		top: 15%;
		left: 0;
		width: 100%;
		height: 80%;
		border-radius: 10px;
		border: 1px solid #0e0e0e29;
	}
	.inner_content.agenda .tab-agenda .section .text-wrap .right .widget.moderator{
		align-items: center;
	}
	.inner_content.agenda .tab-agenda .section .text-wrap .right .widget.moderator p.position{
		text-align: center;
	}
	.inner_content.agenda .tab-agenda .section .text-wrap .right .widget.moderator h4.company{
		text-align: center;
	}
	.inner_content.agenda .tab-agenda .text{
		font-size: 11pt;
		color: #fff;
		margin-bottom: 10px;
		background-color: #b47cfd;
		display: inline-block;
		padding: 0 10px;
		border-radius: 4px;
	}
	.inner_content.agenda .tab-agenda .moderator-text{
		font-size: 12pt;
		color: #b47cfd;
		margin-bottom: 10px;
		font-weight: 700;
		text-align: center;
	}
	.inner_content.agenda .tab-agenda div.text:empty{
		display: none;
	}
	.inner_content.agenda .tab-agenda .text.moderator{
		margin: 0;
		position: relative;
		font-size: 11pt;
		margin-top: 20px;
	}
	.inner_content.agenda .tab-agenda .text.moderator::after{
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: #c9a7b2 transparent transparent transparent;
	}
	.inner_content.agenda .tab-agenda .section .text-wrap .right .panel-discussion{
		margin-top: 20px;
	}
	.inner_content.agenda .tab-agenda .section .text-wrap .right ul{
		padding-left:30px;
		padding-top: 10px;
		margin: 0;
	}
	.inner_content.agenda .tab-agenda .section .text-wrap .right ul li{
		font-size: 11pt;
		color: #0e0e0e;
		list-style: disc;
	}
	.inner_content.agenda .tab-agenda .section .text-wrap .right .widget h3.name{
		font-size: 11pt;
		margin: 10px 0 0 0;
		color: var(--main-color);
	}
	.inner_content.agenda .tab-agenda .section .text-wrap .right .widget h4.company{
		font-size: 10pt;
		color: #0e0e0e;
		font-weight: 600;
		text-transform: uppercase;
		margin:0;
		text-align: left;
	}
	.inner_content.agenda .tab-agenda .section .text-wrap .right .widget p.position{
		padding: 0;
		margin: 5px 0;
		line-height: 1.2;
		font-size: 10pt;
		text-align: left;
	}
	.inner_content.agenda .tab-agenda .day{
		opacity: 0;
	}

	.inner_content.agenda .tab-agenda .day.active{
		opacity: 1;
	}
	@keyframes fadeIn {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}

	.inner-page .cs-section_heading.cs-style1 .cs-section_title{
		color: #0e0e0e;
	}
	.cs-tab_links.cs-style1 li.active a {
		background-color: #b47cfd;
	}
	.cs-tabs.cs-style1 .cs-tabs_heading{
		flex-direction: column;
	}
	.inner-page .cs-page_heading.cs-style1 {
		height: 300px;
		border-radius: 0;
	}
	.inner-page .cs-page_heading.cs-style1::before{
		border-radius: 0 !important;
	}
	.section.cards_background_image{
		background-color: #fff;
		margin-top: 0 !important;
		height: 140px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		overflow: hidden;
	}
	.inner_content.agenda .tab-agenda .section.cards_background_image .text-wrap{
		background-repeat: no-repeat;
		background-position: center right;
		background-size: cover;
		border-radius: 15px;
		padding: 0;
		margin: 0;
		border: none;
		min-height: 110px;
		align-items: center;
		overflow: hidden;
	}
	.inner_content.agenda .tab-agenda .section.cards_background_image:before{
		display: none;
	}
	.inner_content.agenda .tab-agenda .section.cards_background_image .text-wrap .left h3{
		color: #fff;
	}
	.no-border{
		border-bottom: none !important;
	}
	.awards-gala .inner_content.agenda .tab-content:before, .awards-gala .inner_content.agenda .tab-agenda .section:before{
		display: none !important
	}
	.awards-gala .inner_content.agenda .tab-agenda .section .text-wrap, .awards-gala .inner_content.agenda .tab-agenda .section{
		padding: 0 !important;
		margin: 0 !important;
	}
	.inner-page.awards-gala{
		background-color: transparent;
	}
	.inner-page.awards-gala .no-bg .award-gala-text h2.cs-pricing_title, .inner-page.awards-gala .award-gala-video-hover h2{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.inner-page.awards-gala .no-bg .award-gala-text h3.cs-white_color, .inner-page.awards-gala .award-gala-video-hover h3{
		font-size: 24px;
	}
	.inner-page.awards-gala p{
		color: #fff;
		text-align: center;
	}
	.inner-page.awards-gala .no-bg{
		position: relative;
	}
	.inner-page.awards-gala .no-bg::before {
		content: "";
		position: absolute;
		right: -55px;
		top: -55px;
		height: 135px;
		width: 135px;
		background: #b47ef9;
		-webkit-filter: blur(125px);
		filter: blur(125px);
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
		opacity: 1;
	}
	.inner-page.awards-gala .cs-section_heading.cs-style1 .cs-section_title{
		color: #fff;
	}
	.inner-page.awards-gala .award-gala-video-hover{
		position: relative;
		z-index: 1;
		padding: 20px 40px;
	}
	.past-speakers .cs-tab_links.cs-style1 li.active a{
		background-color: var(--main-color);
		color: var(--light-color);
	}
	@media screen and (max-width: 767px) {
		.inner_content.agenda {
			padding: 0 5px;
		}
		.inner_content.agenda .tab-agenda .section .text-wrap{
			flex-direction: column;
		}
		.inner_content.agenda .tab-agenda .section .text-wrap .left h3{
			margin-bottom: 10px;
		}
		.inner_content.agenda .tab-agenda .section .text-wrap .right h3{
			text-align: center;
		}
		.cs-tab_links.cs-style1 a{
			padding: 7px 10px;
		}
		.inner_content.agenda .tab-agenda .section .text-wrap .left, .inner_content.agenda .tab-agenda .section .text-wrap .right{
			width: 100%;
		}
		.inner_content.agenda .tab-agenda .section .text-wrap .right{
			padding: 0 5px;
		}
		.inner_content.agenda .tab-agenda .section .text-wrap .right p{
			margin-left: 20px;
		}
		.inner_content.agenda .tab-agenda .section .text-wrap .right .widget{
			margin-left: 10px;
			margin-right: 10px;
		}
		.cs-tab_links.cs-style1{
			display: flex;
			justify-content: center;
		}
		.inner_content.agenda .tab-agenda .text{
			margin: 0 auto;
			width: 50%;
			text-align: center;
			display: block;
			margin-bottom: 10px;
		}
		.inner_content.agenda .tab-agenda .section .text-wrap .left img {
			border: 1px solid #d2d2d245;
			margin: 10px 0 20px;
		}

		.inner_content.agenda .tab-agenda .section.cards_background_image .text-wrap{
			display: flex;
			justify-content: center;
			position: relative;
		}
		.inner_content.agenda .tab-agenda .section.cards_background_image .text-wrap:after{
			content: "";
			position: absolute;
			top:0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: #000000bd;
		}
		.inner_content.agenda .tab-agenda .section.cards_background_image .text-wrap h3{
			position: relative;
			z-index: 1;
		}
		.inner-page.awards-gala{
			background-size: 200%;
		}
		.inner-page.awards-gala .no-bg .award-gala-text {
			padding: 20px !important;
		}
		.inner-page.awards-gala .no-bg::before{
			display: none;
		}
		.inner-page.awards-gala .award-gala-video-hover {
			padding: 20px;
			text-align: center;
		}
	}
	@media screen and (max-width: 991px) {
		.inner_content.agenda .tab-agenda .section .text-wrap .left .img-wrap-logo{
			padding: 5px;
		}
		.inner_content.agenda .tab-agenda .section .text-wrap .right .widget{
			height: 190px;
		}
	}
	@media screen and (min-width: 1680px) {
		.inner_content.agenda .tab-agenda .section .text-wrap .right .widget{
			min-height: 160px;
		}
	}
	#tab_1 .section_7 .widget, #tab_1 .section_16 .widget, #tab_1 .section_14 .widget, #tab_2 .section_6 .widget{
		height: 190px;
	}
	@media screen and (min-width: 992px) {
		#tab_1 .section_7 .widget, #tab_1 .section_16 .widget, #tab_1 .section_14 .widget, #tab_2 .section_6 .widget{
			height: 200px;
		}
	}
