.text-cis {
	color: #000 !important;
}

.bg-cis {
	background-color: #000 !important;
}

.statistics-style.statistics-style--variant-hashtag {
	position: relative;
	font-size: 80px !important;
	font-weight: 700;
	line-height: 1;
	font-family: oswald;
	padding-left: 20px;
	color: #004a48;
}

.statistics-style.statistics-style--variant-hashtag::before {
	font-size: 30px !important;
	content: "#";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.card--statistics .az-ctnr {
	display: flex;
}

.card--statistics .az-ctnr .az-text {
	padding-left: 20px;
}

.section--homepage-video {
	background: #b3dfde;
	position: relative;
	overflow: hidden;
}

.section--homepage-video:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 500px;
	width: 500px;
	background-color: #4db4b1;
	clip-path: polygon(100% 0, 40% 0, 100% 100%);
	z-index: 1;
}

.section--homepage-video .az-ctnr {
	position: relative;
	z-index: 2;
}

.card--style-1,
.card--style-2 {
	background-color: transparent;
}

.card--style-1 .az-ctnr {
	display: flex;
}

.card--style-1 .card-header,
.card--style-2 .card-header {
	background-color: transparent;
	color: #8a704c;
	font-weight: bold;
}

.card--style-1 .az-image {
	flex: 0 0 30%;
}

.card--programme {
	border-width: 3px;
	border-radius: 0;
}

.card--sticky {
	position: sticky;
	position: -webkit-sticky;
	top: 65px;
	z-index: 2;
}

.card--sticky .card-body {
	padding: 0;
}

@media screen and (min-width: 768px) {
	.az-tabs-responsive.az-tabs .panel-heading, .az-tabs-responsive.az-tabs .card-header, .az-tabs-responsive.az-tabs .accordion-header {
        display: block;
    }

	.az-tabs-responsive.az-tabs > .row > div:nth-child(2) .tab-content > .az-tab.tab-pane > .accordion-header {
		display: none;
	}
}