
a {
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.col-lg-12 {
	padding-left: 0px;
	padding-right: 0px;
}
.team-banner {
	background-image: url(/static/images/banners/team-banner.png);
	min-height: 240px;
	flex-direction: row;
	justify-content: space-around;
	background-position: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.role.users {
	flex-wrap: wrap;
	flex: 0 1 auto;
	row-gap: 32px;
	column-gap: 32px;
	padding: 0 32px;
	min-width: 40%;
}
.main-banner:before {
	background: none !important;
	height: 240px;
}
.team-banner-text {
	color: white;
	font-size: 18px;
	font-weight: 600;
	position: relative;
}
@media(max-width: 576px){
	.team-banner-text {
		display: none;
	}
}
.main-block {
	display: flex;
	flex-direction: column;
	background-color: white;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	color: #8f8f8f;
	padding: 24px 0;
	box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
}
.role-block {
	display: flex;
	justify-content: space-between;
	width: 100%;
    padding-bottom: 80px;
	gap: 32px;
}
.main-block .role-block:nth-child(2n){
	flex-direction: row-reverse;
}
.main-block .role-block:nth-child(2n) .text {
	flex-direction: row-reverse;
}
.main-block .role-block:nth-child(2n) .role-disc {
	margin-left: 0px;
	margin-right: 32px;
}
.main-block .role-block:nth-child(2n) .disc-topic {
	text-align: right;
}
.main-block .role-block:nth-child(2n) .disc-text {
	text-align: right;
}
.role {
	display: flex;
	align-items: center;
	justify-content: center;
}
.text {
	flex-direction: row;
}
.users, .text {
	flex: 1;
}
.border-line {
	background-color: hsl(var(--base) 100% 70%);
	width: 18px;
	height: 74px;
}
.role-disc {
	display: flex;
	flex-direction: column;
	margin-left: 32px;
	width: 100%;
}
.disc-topic {
	color: hsl(var(--base) 100% 70%);
	font-weight: 800;
	font-size: 36px;
	margin-bottom: 4px;
	line-height: 1.3;
}
.disc-text {
	font-size: 15px;
}
.single-user {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 12px;
	padding-bottom: 14px;
}

.single-user:hover .user-avatar {
	filter: brightness(1.2);
}

.single-user>.user-avatar {
	width: 128px;
	height: 128px;
	background-size: cover;
	border-radius: 100px;
	transition: 0.2s filter;
	display: block;
}

.user-name {
	align-items: baseline;
	font-size: 15px;
	color: #716d6d;
	margin-top: 12px;
	font-weight: 700;
	position: relative;
}
.user-role {
	color: #b8b8b8;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
}
.user-socials {
	display: flex;
	color: #afafaf;
	font-size: 16px;
	margin-top: 10px;
}
.social-icon {
	cursor: pointer;
	transition: 0.2s all;
	margin-right: 8px;
}
.social-icon:last-child{
	margin-right: 0;
}
.social-icon:hover {
	color: #868686;
}
.bat-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 64px;
	padding-bottom: 64px;
}
.bat-row {
	display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
	justify-content: space-around;
	width: 80%;
	row-gap: 32px;
}
@media (max-width: 1200px) {
	.role-block {
		flex-direction: column !important;
		row-gap: 32px;
	}
	.main-block .role-block:nth-child(2n){
		align-items: flex-end;
	}
	.text {
		width: 90%;
	}
	.users {
		width: 100%;
		padding-top: 48px;
	}
	.bat-block .disc-text {
		text-align: center;
	}
}
@media (max-width: 992px) {
	.text{
		width: 100%;
		padding-right: 18px;
	}
	.main-block .role-block:nth-child(2n) .text{
		padding-right: 0;
		padding-left: 18px;
	}
	.bat-row{
		width: 100%;
	}
	.bat-block{
		padding: 64px 24px;
	}
	.disc-topic{
		font-size: 30px;
	}
}
@media (max-width: 576px) {
	.users {
		flex-direction: column;
	}
	.single-user {
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.role-disc {
		padding-right: 8px;
		
	}
	.bat-row .single-user{
		margin-right: 14px;
		margin-left: 14px;
	}
}
.user-status{
    position: absolute;
    margin-right: -16px;
    margin-top: 3px;
    width: 12px;
    height: 12px;
    right: 0;
}

#snow-container {
    height: 240px;
}