.speaker {
	display: flex;
}

.speaker__image {
	width: 120px;
	margin-right: 16px;
}

.speaker__image img {
	width: 100%;
}

.list>* {
	padding-left: 0;
}

.hero {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 400px;
	padding-top: 74px;
	color: #fff;
	background: url(../../common/img/bg_hero.jpg) no-repeat center/cover;
	text-align: center;
}

.hero h1 {
	margin: 1em 0 .5em;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.4;
}

.hero p {
	font-size: 2rem;
	line-height: 1.4;
}

.hero img {
	max-width: 100%;
}

@media print, screen and (max-width: 767.499px) {
	.hero {
		height: 300px;
		padding: 50px 12px 24px;
	}

	.hero h1 {
		font-size: 2.2rem;
	}

	.hero p {
		font-size: 1.6rem;
		line-height: 1.4;
	}
}

.session-category {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}

.session-category .session-category__label {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 64px;
	padding: 4px 12px;
	background: white;
	font-size: 1.4rem;
}

.session-category .session-category__label:not(:first-child) {
	margin-left: 16px;
}

.session-category .session-category__label.-pink {
	border: 1px solid #dd2a5e;
	color: #dd2a5e;
}

.session-category .session-category__label.-blue {
	border: 1px solid #097B9E;
	color: #097B9E;
}

.session-category .session-category__label.-gray {
	border: 1px solid #686868;
	color: #686868;
}

@media print, screen and (max-width: 767.499px) {
	.session-category .session-category__label {
		min-width: 48px;
		padding: 4px 8px;
		font-size: 1.2rem;
	}

	.session-category .session-category__label:not(:first-child) {
		margin-left: 8px;
	}
}

.c-btns__form .c-btn {
	box-shadow: 0 4px 6px 2px rgb(39 39 39 / 16%);
	min-width: 400px;
	background: #006f46;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	margin: 0 5px;
	padding: 0 30px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
	cursor: pointer;
	transition: 0.3s all;

	border-color: #ebeff3;
	box-shadow: none;
	background: #ebeff3;
	color: #a8a8a8;
	pointer-events: none;
}
.c-btns__form .c-btn:hover {
	opacity: 0.7;
}
.c-btns__form .c-btn.on-click {
	border-color: none;
	pointer-events: auto;
	box-shadow: 0 4px 6px 2px rgb(39 39 39 / 16%);
	min-width: 400px;
	background: #006f46;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	margin: 0 5px;
	padding: 0 30px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
	cursor: pointer;
	transition: 0.3s all;
}
@media print, screen and (max-width: 767.499px) {
	.c-btns__form .c-btn {
		min-width: auto;
		width: 100%;
		height: 50px;
		margin: 0;
    font-size: 100%;
    font-style: inherit;
		position: relative;
	}
	.c-btns__form .c-btn.on-click {
		min-width: auto;
		width: 100%;
		margin: 0;
		height: 50px;
    font-size: 100%;
    font-style: inherit;
		position: relative;
	}
	.c-btns__form .c-btn .icon-fix-right {
    right: 10px;
	}
}
