.section_banner {
	display: table;
	width: 100%;
	height: fit-content;
}

.section_banner img {
	width: 100%;
}

.section_banner .sheda_desktop_larger_banner {
	display: block;
}

.section_banner .sheda_desktop_normal_banner {
	display: none;
}

.section_banner .sheda_tablet_banner {
	display: none;
}

.section_banner .sheda_mobile_banner {
	display: none;
}

@media screen and (max-width: 1499px) {
	.section_banner .sheda_desktop_larger_banner {
		display: none;
	}

	.section_banner .sheda_desktop_normal_banner {
		display: block;
	}

	.section_banner .sheda_tablet_banner {
		display: none;
	}

	.section_banner .sheda_mobile_banner {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.section_banner {
		height: auto;
	}
	
	.section_banner .sheda_desktop_larger_banner {
		display: none;
	}

	.section_banner .sheda_desktop_normal_banner {
		display: none;
	}
	
	.section_banner .sheda_tablet_banner {
		display: block;
	}

	.section_banner .sheda_mobile_banner {
		display: none;
	}
}

@media screen and (max-width: 575px) {
	.section_banner .sheda_desktop_banner {
		display: none;
	}

	.section_banner .sheda_tablet_banner {
		display: none;
	}

	.section_banner .sheda_mobile_banner {
		display: block;
	}
}

.section_banner__title {
	display: table;
	width: 100%;
	color: var(--color-white);
	text-align: center;
	margin-bottom: 78px;
}

@media screen and (max-width: 991px) {
	.section_banner__title {
		margin-bottom: 20px;
	}
}

.section_banner__title h1 {
	display: table;
	width: 100%;
	font-size: 68px;
	font-weight: 900;
	line-height: 68px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	font-family: 'Lato';
}

.section_banner__title h1:before {
	content: '';
	width: 90px;
	height: 30px;
	display: block;
	position: absolute;
	background: url('/images/icons/arrow-up.png') no-repeat;
	background-size: cover;
	left: 0px;
	top: -35px;
	right: 0px;
	margin: 0px auto;
}

.section_banner__title h1 span {
	display: table;
	width: 100%;
	text-transform: uppercase;
	font-size: 54px;
	font-family: 'Lato';
}

@media screen and (max-width: 991px) {
	.section_banner__title h1 {
		font-size: 30px;
		line-height: 35px;
	}

		.section_banner__title h1:before {
			width: 39px;
			height: 12px;
			top: -20px;
		}

	.section_banner__title h1 span {
		font-size: 23px;
	}
}

.section_banner__title img {
	max-width: 397px;
	width: 100%;
	margin: 0px auto;
}

@media screen and (max-width: 991px) {
	.section_banner__title img {
		width: 172px;
		height: 78px;
		object-fit: contain;
	}
}

.section_banner__bottom {
	display: table;
	width: 100%;
}

@media screen and (max-width: 991px) {
	.section_banner__bottom {
		padding-bottom: 20px;
	}
}

.section_banner__bottom--left {
	width: 50%;
	float: left;
	padding: 0px 20px;
}
    
@media screen and (max-width: 991px) {
	.section_banner__bottom--left {
		width: 100%;
	}
}

.section_banner__date {
	border: 4px solid var(--color-white);
	padding: 24px 40px;
	color: var(--color-white);
}
    
@media screen and (max-width: 991px) {
	.section_banner__date {
		width: auto;
		display: table;
		margin: 0px auto;
		padding: 10px 20px;
	}
}

.section_banner__date label {
	display: table;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 800;
	font-family: 'Lato';
	margin-bottom: 5px;
}

.section_banner__date span {
	display: table;
	text-align: center;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Lato';
}

@media screen and (max-width: 991px) {
	.section_banner__date label {
		font-size: 18px;
		font-weight: 800;
	}

	.section_banner__date span {
		font-size: 9px;
	}
}

.section_banner__bottom--right {
	width: 50%;
	float: left;
}
    
@media screen and (max-width: 991px) {
	.section_banner__bottom--right {
		width: 100%;
		padding: 0px 20px;
	}
}

.section_banner__venue {
	padding: 24px 0px;
	color: var(--color-white);
	display: table;
	width: 100%;
}
    
@media screen and (max-width: 991px) {
	.section_banner__venue {
		width: auto;
		margin: 0px auto;
	}
}

.section_banner__venue label {
	float: left;
	width: auto;

	font-size: 60px;
	font-weight: 900;
	font-family: 'Lato';
	line-height: 70px;
	text-align: right;
	padding-right: 15px;
}

.section_banner__venue h2 {
	float: left;
	width: auto;

	font-size: 20px;
	font-weight: 400;
	font-family: 'Lato';
	text-align: left;
}

@media screen and (max-width: 991px) {
	.section_banner__venue label {
		font-size: 37px;
		font-weight: 900;
		line-height: 58px;
	}

	.section_banner__venue h2 {
		font-size: 12px;
		font-weight: 100;
	}
}

.section_why {
    background: #151515;
    color: var(--color-white);
    display: table;
    width: 100%;
    padding-top: 58px;
    padding-bottom: 28px;
}

.section_why h3 {
	font-size: 24px;
	font-weight: 900;
	line-height: 28px;
	margin-bottom: 60px;
	text-align: center;
	display: table;
	width: 100%;
}

@media screen and (max-width: 991px) {
	.section_why h3 {
		font-size: 18px;
		line-height: 22px;
	}
}

.why__wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.why__box {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1; 
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;

	margin-bottom: 100px;
	margin-right: 48px;
}

@media screen and (max-width: 991px) {
	.why__box {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 767px) {
	.why__wrap {
		width: 100%;
		display: table;
		-ms-flex-wrap: inherit;
		flex-wrap: inherit;
	}
	.why__box {
		margin-bottom: 20px;
		margin-right: 0px;
	}
}

.why__box:nth-child(3n) {
	margin-right: 0px;
}

.why__box img {
	width: 30px;
	height: 30px;
	object-fit: contain;
	margin-bottom: 20px;
}

.why__box h4 {
	display: table;
	width: 100%;
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}

.why__box span {
	display: table;
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: #A19E9E;
}

@media screen and (max-width: 767px) {
	.why__box img {
		margin-bottom: 10px;
	}

	.why__box h4 {
		margin-bottom: 20px;
	}

	.why__box span {
	}
}

.section_who {
    background: #151515;
    color: var(--color-white);
    display: table;
    width: 100%;
    padding-bottom: 140px;
}

@media screen and (max-width: 991px) {
	.section_who {
		padding-bottom: 20px;
	}
}

.who__box {
	display: table;
	width: 100%;
	height: 500px;
	background: url('/images/home/participate.png') no-repeat;
	background-size: contain;
	background-position: right;
	max-width: 1140px;
	margin: 0px auto;
}

@media screen and (max-width: 1199px) {
	.who__box {
		background-size: 500px;
	}
}

@media screen and (max-width: 991px) {
	.who__box {
		background: url(/images/home/participate.png) no-repeat;
		background-position: right 65px;
		background-size: 380px;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.who__box {
		background: url(/images/home/participate-full.png) no-repeat;
		background-position: center top;
		background-size: 100%;
	}
}

.who__box--left {
	float: left;
	width: 50%;
	padding: 77px 135px 77px 0px;
}
@media screen and (max-width: 1199px) {
	.who__box--left {
		padding: 77px 70px 77px 0px;
	}
}
@media screen and (max-width: 991px) {
	.who__box--left {
		padding: 20px 0px;
	}
}
@media screen and (max-width: 767px) {
	.who__box--left {
		padding: calc(100vw * 0.75) 0px 20px;
		width: 100%;
	}
}

.who__box--left h3 {
	font-size: 24px;
	font-weight: 900;
	line-height: 28px;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.who__box--left h3 {
		text-align: center;
	}
}

.who__box--left span {
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 40px;
	color: #A19E9E;
	display: table;
	width: 100%;
}
/*
.who__box--left label {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	width: 100%;
	display: table;
	margin-bottom: 20px;
}*/

.who__box--left ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.who__box--left ul li {
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 10px;
	position: relative;
	font-size: 16px;
}

.who__box--left ul li:before {
	content: '';
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	background: linear-gradient(90deg, #E46B96 -1.61%, #FF5089 38.65%, #ED488A 71.68%, #D73E8C 101.61%);
	border-radius: 25px;
	left: 10px;
	top: 10px;
}


.section_press {
    background: #151515;
    color: var(--color-white);
    display: table;
    width: 100%;
    padding-bottom: 48px;
}

.section_press h3 {
	font-size: 24px;
	font-weight: 900;
	line-height: 24px;
	margin-bottom: 60px;
	padding: 0px;
	text-align: center;
	display: table;
	width: 100%;
}

.press_release__wrap {
/*        display: table;
	width: 100%;*/
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.press_release__box {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	margin-right: 24px;
	margin-bottom: 100px;
	margin: auto;
	margin-bottom: 100px;
	max-width: 364px;
}
.press_release__box:nth-child(3n) {
	margin-right: 0px;
}

@media screen and (max-width: 991px) {
	.press_release__wrap {
		display: table;
		width: 100%;
		-ms-flex-wrap: iherit;
		flex-wrap: iherit;
	}

	.press_release__box {
		width: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.press_release__box {
		margin-bottom: 40px;
	}
}

.press_release__box img {
	width: 100%;
	max-width: 364px;
	height: 301px;
	object-fit: cover;
	margin-bottom: 14px;
}

.press_release__box .press_release__box_sheda2024_desktop {
	display: block;
}

.press_release__box .press_release__box_sheda2024_mobile {
	display: none;
}

@media screen and (max-width: 991px) {
	.press_release__box img {
		height: auto;
		max-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.press_release__box .press_release__box_sheda2024_desktop {
		display: none;
	}

	.press_release__box .press_release__box_sheda2024_mobile {
		display: block;
	}
}

.press_release__box a {
	text-decoration: none;
}

.press_release__box span {
	font-size: 14px;
	text-align: right;
	font-weight: 900;
	line-height: 25px;
	color: #A19E9E;
	display: table;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.section_who {
		padding-bottom: 40px;
	}
	
	.section_press {
		padding-bottom: 20px;
	}
	
	.section_why {
		padding-bottom: 40px;
	}
	
	.section_why h3 {
		margin-bottom: 40px;
	}

	.section_press h3 {
		margin-bottom: 40px;
		margin-top: 0px;
	}
	
	.press_release__box span {
/*                text-align: left;*/
	}
}

.meta-hide {
    display: none;
}