
html {
	overflow-y: scroll;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	font-size: 18px;
}

#prefader.active {
	display: none;
}

.fs-6 {
	font-size: 6px;
}

.fs-7 {
	font-size: 7px;
}

.fs-8 {
	font-size: 8px;
}

.fs-9 {
	font-size: 9px;
}

.fs-10 {
	font-size: 10px;
}

.fs-11 {
	font-size: 11px;
}

.fs-12 {
	font-size: 12px;
}

.fs-13 {
	font-size: 13px;
}

.fs-14 {
	font-size: 14px;
}

.fs-15 {
	font-size: 15px;
}

.fs-16 {
	font-size: 16px;
}

.fs-17 {
	font-size: 17px;
}

.fs-18 {
	font-size: 18px;
}

.fs-19 {
	font-size: 19px;
}

.fs-20 {
	font-size: 20px;
}

.fs-21 {
	font-size: 21px;
}

.fs-22 {
	font-size: 22px;
}

.fs-23 {
	font-size: 23px;
}

.fs-24 {
	font-size: 24px;
}

.fs-25 {
	font-size: 25px;
}

.fs-26 {
	font-size: 26px;
}

.fs-27 {
	font-size: 27px;
}

.fs-28 {
	font-size: 28px;
}

.fs-29 {
	font-size: 29px;
}

.fs-30 {
	font-size: 30px;
}

.fs-31 {
	font-size: 31px;
}

.fs-32 {
	font-size: 32px;
}

.fs-33 {
	font-size: 33px;
}

.fs-34 {
	font-size: 34px;
}

.fs-35 {
	font-size: 35px;
}

.fs-36 {
	font-size: 36px;
}

.fs-37 {
	font-size: 37px;
}

.fs-38 {
	font-size: 38px;
}

.fs-39 {
	font-size: 39px;
}

.fs-40 {
	font-size: 40px;
}

.wow {
	visibility: hidden;
}

.loader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	padding: 25%;
	font-size: 2rem;
	z-index: 10;
	color: #0fc373;
	background: rgba(0, 0, 0, .5);
	display: none;
}

::-webkit-scrollbar {
	width: .625rem;
	background: #181818;
}

::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: #181818;
}

.absolute-bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.bg-img, .bg-img-cover, .bg-img-contain {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.bg-img-cover {
	background-size: cover;
}

.fader {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background: rgba(24, 24, 24, .6);
	width: 100%;
	height: 100%;
}

.fader.fader-dark {
	background: linear-gradient(0deg, rgba(82, 181, 224, 0) 0%, #001933 100%);
}

p {
	font-family: "Ericsson Hilda", sans-serif;
}

b, strong {
	font-weight: 700;
}

h1, .display-1 {
	font-size: 4rem;
}

h2, .display-2 {
	font-size: 1.65rem;
}

@media (max-width: 767.98px) {
	h2, .display-2 {
		font-size: 1.3rem;
	}
}

h3, .display-3 {
	font-size: 1.3rem;
}

@media (max-width: 767.98px) {
	h3, .display-3 {
		font-size: 1.125rem;
	}
}

h4, .display-4 {
	font-size: 1.125rem;
}

@media (max-width: 767.98px) {
	h4, .display-4 {
		font-size: 1rem;
	}
}

h5, .display-5 {
	font-size: 1rem;
}

h6, .display-6 {
	font-size: .65rem;
	text-transform: uppercase;
	color: #181818;
	opacity: .5;
	letter-spacing: 4px;
	font-weight: 400;
}

.btn {
	text-transform: uppercase;
	font-weight: 600;
}

.btn.btn-link {
	color: #181818;
	border-bottom: 2px solid #181818;
	padding-bottom: .2rem;
}

.display-linea {
	position: relative;
	width: fit-content;
}

.display-linea:after {
	content: "";
	height: .375rem;
	margin-top: .875rem;
	display: block;
	background-color: #0fc373;
}

a {
	text-decoration: none !important;
}

p a {
	text-decoration: none !important;
	color: #181818;
	display: inline-block;
}

p a:hover {
	color: #0fc373;
	opacity: .8;
}

p a:hover:after {
	background-color: #0fc373;
	width: 110%;
}

.anchor-link {
	margin-top: -8rem;
	padding-top: 8rem;
}

.bg-linear {
	background: linear-gradient(152deg, #c7c6c4 46%, #d9d8d6 67%);
}

.bg-gray-100 {
	background: #f2f2f2;
}

.bg-fader-gradient {
	background: #0fc373;
	background: linear-gradient(0deg, #52b5e0 0%, #001933 100%);
}

.bg-fader {
	background: #0fc373;
	opacity: .8;
}

.bg-fix {
	background-attachment: fixed;
}

.btn-large {
	width: 20rem;
	height: 5rem;
}

a.btn-large {
	line-height: 3.2rem;
}

a.btn-large:hover {
	color: #fff;
}

a.btn-large:hover:after {
	background-color: #fff;
	width: 100%;
}

.successful-page, .auth {
	height: 100vh;
	min-height: 45rem;
}

@media (max-width: 767.98px) {
	.successful-page .w-75, .auth .w-75 {
		width: 100% !important;
	}
}

@media (min-width: 992px) {
	.successful-page, .auth {
		height: calc(100vh - 9.2rem);
	}
}

.successful-page img, .auth img {
	max-width: 16rem;
}

.registration {
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	width: 26rem;
	max-width: 70%;
	margin: 0 !important;
	z-index: 8;
	border-radius: 0;
	font-size: 1em;
	background: #fff;
	padding: 2rem;
}

.registration .btn-icon {
	top: 0;
	right: 0;
	position: absolute;
	padding: .2rem;
}

.game-room-bg {
	background-size: cover;
	background-repeat: no-repeat;
}

.modal {
	display: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.modal .modal-header button {
	float: right;
}

.modal .modal-buttons {
	text-align: center;
}

.modal .modal-buttons .btn {
	padding: .5rem 1rem;
}

.modal-backdrop {
	display: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.index-carousel .carousel-cell {
	height: 100vh;
	min-height: 30rem;
}

@media (max-width: 767.98px) {
	.index-carousel .carousel-caption {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	
	.index-carousel .carousel-cell {
		height: auto;
	}
	
	.index-carousel .carousel-cell .carousel-background {
		height: 56rem !important;
	}
	
	.index-carousel .carousel-cell h1 {
		font-size: 1.65rem;
	}
}

@media (min-width: 768px) {
	.index-video .embed-responsive {
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@media (min-width: 768px) {
	.index-video .embed-responsive {
		-ms-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

.index-image.bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index-image .fader-dark {
	position: absolute;
	width: 100%;
	height: 100%;
	background: radial-gradient(closest-side, rgba(233, 233, 233, 0) 61%, #e9e9e9 100%);
}

.index-image img {
	width: 100%;
	height: auto;
}

.carousel {
	overflow-y: hidden;
	position: relative;
}

.carousel.carousel-hero .carousel-cell {
	width: 100%;
	height: 80vh;
	min-height: 36rem;
	max-height: 50rem;
}

.carousel.carousel-hero .carousel-cell .fader-dark {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #52b5e0 0%, #001933 100%);
}

.carousel .carousel-caption {
	text-align: left;
	position: relative;
	right: auto;
	left: auto;
	top: auto;
	color: #000 !important;
}

.carousel .carousel-indicators {
	display: none;
	text-align: center;
}

.carousel .carousel-indicators > li {
	width: .875rem;
	height: .875rem;
	border-radius: 50%;
	display: inline-block;
}

.carousel .carousel-indicators > li.is-selected {
	background-color: #fff;
	opacity: 1;
}

.carousel .carousel-control-prev-icon, .carousel .carousel-control-next-icon {
	width: 3rem;
	height: 3rem;
	background-size: 100%;
	background-image: url("/static/images/icons/arrow_light.svg");
}

.carousel .carousel-control-prev {
	opacity: 1;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: .8rem;
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.carousel .carousel-control-next {
	opacity: 1;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: .8rem;
}

.carousel .carousel + .carousel-overlay {
	width: 30rem;
	padding-top: 15rem;
	margin: 0 auto -10rem;
}

.carousel.carousel-cards, .carousel.carousel-logos {
	overflow: hidden;
}

.carousel.carousel-cards .carousel-control-prev, .carousel.carousel-logos .carousel-control-prev, .carousel.carousel-cards .carousel-control-next, .carousel.carousel-logos .carousel-control-next {
	z-index: 13;
	width: auto;
	background: transparent;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.carousel.carousel-cards .carousel-control-prev-icon, .carousel.carousel-logos .carousel-control-prev-icon, .carousel.carousel-cards .carousel-control-next-icon, .carousel.carousel-logos .carousel-control-next-icon {
	width: 2rem;
	height: 2rem;
}

.carousel.carousel-cards .carousel-inner, .carousel.carousel-logos .carousel-inner {
	overflow: visible;
}

.carousel.carousel-cards .carousel-inner > *, .carousel.carousel-logos .carousel-inner > * {
	overflow: visible;
}

.carousel.carousel-cards .carousel-inner:after, .carousel.carousel-logos .carousel-inner:after, .carousel.carousel-cards .carousel-inner:before, .carousel.carousel-logos .carousel-inner:before {
	content: "";
	height: 100%;
	width: 10%;
	top: 0;
	position: absolute;
	z-index: 11;
}

.carousel.carousel-cards .carousel-inner:before, .carousel.carousel-logos .carousel-inner:before {
	left: 0;
	background: linear-gradient(270deg, transparent, #fff 100%);
}

.carousel.carousel-cards .carousel-inner:after, .carousel.carousel-logos .carousel-inner:after {
	right: 0;
	background: linear-gradient(90deg, transparent, #fff 100%);
}

@media (min-width: 992px) {
	.carousel.carousel-cards .carousel-caption .carousel-text, .carousel.carousel-logos .carousel-caption .carousel-text {
		max-width: 100vw;
	}
}

@media (min-width: 768px) {
	.carousel.carousel-cards .carousel-inner, .carousel.carousel-logos .carousel-inner {
		padding: 0 10%;
	}
}

@media (max-width: 992px) {
	.carousel .carousel-caption .carousel-text {
		max-width: 100vw;
	}
	
	.carousel .carousel .image-holder img {
		max-width: 70%;
	}
}

.pictures .picture-img-holder img {
	box-shadow: 0px 2.8px 2.2px rgba(0, 0, 0, .02), 0px 6.7px 5.3px rgba(0, 0, 0, .028), 0px 12.5px 10px rgba(0, 0, 0, .035), 0px 22.3px 18px rgba(0, 0, 0, .042), 0px 42px 33px rgba(0, 0, 0, .05), 0px 100px 80px rgba(0, 0, 0, .07);
}

.pictures .picture-img-holder {
	padding-top: 66%;
}

@media (max-width: 570px) {
	.pictures .picture-img-holder, .pictures .u-name, .pictures .u-comment, .pictures .p-like-holder, .pictures .vot-btn-holder {
		text-align: center;
	}
}

.broadcast-holder .broadcast-embed {
	min-height: calc(100vh - 10rem) !important;
}

.content-page .lead {
	font-size: 1em;
	font-weight: 700;
}

.content-page.content-page-hero {
	background: #fff;
}

.content-page.content-page-hero .jumbotron {
	height: calc(100vh - 16rem);
	min-height: 30rem;
	max-height: 50rem;
}

.content-page.content-page-hero .jumbotron h1, .content-page.content-page-hero .jumbotron .display-1 {
	font-size: 9rem;
}

.content-page.content-page-hero .jumbotron + .container {
	position: relative;
	background: #fff;
}

.content-page.content-page-default .content-page-content-holder table {
	margin: 1rem 0;
}

.content-page.content-page-default .content-page-content-holder table td {
	border: 1px solid #000;
	padding: 1rem;
}

.content-page.content-page-default .content-page-content-holder table td p {
	margin: 0;
}

.content-page .content-page-content-holder h1, .content-page .content-page-content-holder h2, .content-page .content-page-content-holder h3 {
	color: #181818;
	margin-top: 3rem;
}

.content-page .content-page-content-holder img {
	max-width: 100%;
	height: auto;
}

.content-page .content-page-content-holder p {
	margin: 2rem 0;
}

.content-page .widget h3 {
	margin-bottom: 2rem;
}

.content-page .widget .widget-content {
	padding: 2rem 0;
}

.content-page .widget .widget-image img {
	max-width: 100%;
	height: auto;
}

.content-page ol {
	padding-left: 0;
}

form .select2-container {
	display: block;
	padding: .5rem !important;
}

form .select2-container .select2-choice {
	height: 30px;
	line-height: 28px;
	border-color: #495057;
}

form .select2-container .select2-choice .select2-arrow b:after {
	content: "";
	font-family: "Font Awesome 5 Free";
	color: #181818;
}

form .select2-container .select2-choice abbr:after {
	font-family: "Font Awesome 5 Free";
	color: #343a40;
}

form .select2-container.select2-dropdown-open {
	border-bottom-color: transparent !important;
}

form .select2-container.select2-dropdown-open .select2-choice .select2-arrow b:after {
	content: "";
}

form .select2-container .select2-default {
	color: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input {
	padding: 1px !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
	padding: .5rem .5rem .5rem 1.1rem !important;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
	top: calc(50% - 5px);
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover:after {
	color: #181818;
}

.select2-container.select2-container-active .select2-choice {
	border-color: transparent;
}

.select2-search {
	position: relative;
	padding: 0 6px;
}

.select2-search:after {
	font-family: "Font Awesome 5 Free" !important;
	color: #343a40;
}

.select2-search input {
	border-color: #495057;
	background: #fff;
}

.select2-search input.select2-active {
	background: none;
}

.select2-drop {
	box-shadow: none;
	-webkit-transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out;
}

.select2-drop.select2-drop-above .select2-search:after {
	top: 8px;
}

.select2-results .select2-highlighted {
	background-color: #181818;
}

.select2-container-multi .select2-choices {
	border: 1px solid #495057;
}

.select2-container-multi .select2-choices .select2-search-choice {
	border: 1px solid #495057;
	background-color: #fff;
}

.form-control.select2-container.select2-dropdown {
	box-shadow: none;
	-webkit-transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out;
}

.form-control.select2-container.select2-dropdown-open {
	color: #495057;
	background-color: #fff;
	border-color: #585858;
	outline: 0;
	box-shadow: 0 -.2rem 0 .2rem rgba(24, 24, 24, .25);
}

.form-control.select2-container.select2-dropdown-open.select2-drop-above {
	border-top: 2px solid #7d7d7d;
	box-shadow: 0 .2rem 0 .2rem rgba(24, 24, 24, .25);
}

.select2-drop-active {
	border-color: #585858;
	box-shadow: 0 .265rem 0 .2rem rgba(24, 24, 24, .25);
}

.select2-drop.select2-drop-above.select2-drop-active {
	border-top: 0;
}

.select2-drop-above {
	box-shadow: 0 -.265rem 0 .2rem rgba(24, 24, 24, .25);
}

.select2-drop-active {
	border-top: 0;
}

.select2-search-choice-close:after {
	font-family: "Font Awesome 5 Free" !important;
	color: #343a40;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
	border-color: transparent;
}

.select2-more-results.select2-active, .select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
	background: #fff;
	padding: 3px 7px 4px;
}

.datepicker {
	padding: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	direction: ltr;
}

.datepicker-inline {
	width: 220px;
}

.datepicker-rtl {
	direction: rtl;
}

.datepicker-rtl.dropdown-menu {
	left: auto;
}

.datepicker-rtl table tr td span {
	float: right;
}

.datepicker-dropdown {
	top: 0;
	left: 0;
}

.datepicker-dropdown:before {
	content: "";
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #919ea5;
	border-top: 0;
	border-bottom-color: rgba(0, 0, 0, .2);
	position: absolute;
}

.datepicker-dropdown:after {
	content: "";
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-top: 0;
	position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
	left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
	left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
	right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
	right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
	top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
	top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid #919ea5;
}

.datepicker-dropdown.datepicker-orient-top:after {
	bottom: -6px;
	border-bottom: 0;
	border-top: 6px solid #fff;
}

.datepicker table {
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.datepicker td, .datepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
	background-color: transparent;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
	background: #eee;
	cursor: pointer;
}

.datepicker table tr td.old, .datepicker table tr td.new {
	color: #919ea5;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
	background: none;
	color: #919ea5;
	cursor: default;
}

.datepicker table tr td.highlighted {
	background: #d9edf7;
	border-radius: 0;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
	background-color: #fde19a;
	background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
	background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-repeat: repeat-x;
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-color: #fdf59a #fdf59a #fbed50;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #000;
}

.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] {
	background-color: #fdf59a;
}

.datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active {
	background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
	color: #000;
}

.datepicker table tr td.today.active:hover {
	color: #fff;
}

.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
	background: #eee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
	background-color: #f3d17a;
	background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
	background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
	background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
	background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
	background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
	background-repeat: repeat-x;
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-color: #f3e97a #f3e97a #edde34;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover[disabled] {
	background-color: #f3e97a;
}

.datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active {
	background-color: #efe24b \9;
}

.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
	background-color: #9e9e9e;
	background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
	background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
	background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
	background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
	background-image: linear-gradient(to bottom, #b3b3b3, #808080);
	background-repeat: repeat-x;
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-color: #808080 #808080 #595959;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover[disabled] {
	background-color: #808080;
}

.datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active {
	background-color: #666 \9;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
	background-color: #181818;
	background-image: linear-gradient(to bottom, #181818, black);
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
	background-color: #181818;
}

.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
	background-color: black;
}

.datepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.datepicker table tr td span:hover, .datepicker table tr td span.focused {
	background: #eee;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
	background: none;
	color: #919ea5;
	cursor: default;
}

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
	background-color: #181818;
	background-image: linear-gradient(to bottom, #181818, black);
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
	background-color: #181818;
}

.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
	background-color: black;
}

.datepicker table tr td span.old, .datepicker table tr td span.new {
	color: #919ea5;
}

.datepicker .datepicker-switch {
	width: 145px;
}

.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next, .datepicker tfoot tr th {
	cursor: pointer;
}

.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
	background: #eee;
}

.datepicker .prev.disabled, .datepicker .next.disabled {
	visibility: hidden;
}

.datepicker .cw {
	font-size: 10px;
	width: 12px;
	padding: 0 2px 0 5px;
	vertical-align: middle;
}

.input-append.date .add-on, .input-prepend.date .add-on {
	cursor: pointer;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
	margin-top: 3px;
}

.input-daterange input {
	text-align: center;
}

.input-daterange input:first-child {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
	display: inline-block;
	width: auto;
	min-width: 16px;
	height: 18px;
	padding: 4px 5px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-left: -5px;
	margin-right: -5px;
}

form .form-group {
	padding: .5rem;
	width: 100%;
	margin-bottom: .4rem;
}

form .form-group a {
	text-decoration: underline !important;
}

form .form-group > div {
	padding: .5rem 0;
}

form .form-group > div.input-group {
	padding: 0;
}

form button i {
	margin-right: .5rem;
}

form label {
	padding-left: 1rem;
	font-weight: 700;
}

form.form-columns {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

form.form-columns .form-group {
	width: 50%;
}

form .form-element-description {
	display: block;
	font-style: italic;
	color: #181818;
	opacity: .9;
	margin: 1rem .5rem;
}

form .form-element-description i {
	margin-left: 1px;
}

form .error-list {
	margin-bottom: 0;
	padding: .5rem 0;
	color: #d11149;
	font-weight: 700;
}

form .error-list li {
	list-style: none;
}

form .form-control {
	height: auto;
	padding: 1rem;
	background-color: transparent;
	border: 2px solid #181818;
}

form .form-control.error {
	border-color: #d11149;
}

form .form-control:focus {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: #fff;
	border-color: #fff;
	border-bottom-color: #181818;
	box-shadow: none;
}

form textarea.form-control {
	min-height: 10rem;
}

form select.form-control {
	background-image: url("data:image/svg+xml,%3Csvg width=\'11\' height=\'7\' viewBox=\'0 0 11 7\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M0.653125 0L5.5 5.46875L10.3469 0L11 0.765625L5.5 7L0 0.765625L0.653125 0Z\' fill=\'%23FB3640\'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
}

form select.form-control {
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-position: calc(100% - .75rem) center;
}

form input[type="radio"], form input[type="checkbox"] {
	width: 1.375rem;
	height: 1.375rem;
	position: relative;
	vertical-align: middle;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

form input[type="radio"]:focus, form input[type="checkbox"]:focus {
	outline: 0;
}

form input[type="radio"]:after, form input[type="checkbox"]:after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-family: "Font Awesome 5 Free";
	border: 2px solid #181818;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-align: center;
	color: transparent;
}

form input[type="radio"]:checked:after, form input[type="checkbox"]:checked:after {
	background: #181818;
	color: #fff;
}

form input[type="radio"]:disabled:after, form input[type="checkbox"]:disabled:after {
	cursor: default;
}

form input[type="radio"].error:after, form input[type="checkbox"].error:after {
	border-color: #d11149;
}

form input[type="radio"].error:checked:after, form input[type="checkbox"].error:checked:after {
	background: #d11149;
}

form input[type="radio"] + label, form input[type="checkbox"] + label {
	display: inline;
	vertical-align: middle;
	margin: 0 .25rem 0;
	line-height: 1.375rem;
	padding-left: 0;
}

form input[type="checkbox"]:after {
	border-radius: 0;
	content: "";
}

form input[type="radio"]:after {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

form input[type="radio"]:checked:after {
	background-color: #181818;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

form .input-group input + .input-group-addon {
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	padding-left: .75rem;
	padding-right: .75rem;
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 1.25rem;
	cursor: pointer;
}

form .input-group input + .input-group-addon.input-group-addon-password-toggle:before {
	font-family: "Ionicons";
	content: "";
	color: #181818;
}

form .input-group input[type="password"] + .input-group-addon-password-toggle:before {
	content: "";
}

form .char-count {
	margin-top: .5rem;
	text-align: right;
}

form .char-count.char-valid .char-count-current {
	color: #0fc373;
	font-weight: 700;
}

form .char-count.char-error .char-count-current {
	color: #d11149;
	font-weight: 700;
}

form .char-count.char-error .char-count-current:before {
	font-family: "Font Awesome 5 Free";
	content: "";
	display: inline-block;
	margin-right: .25rem;
}

form .char-count .char-count-current + .char-count-max {
	font-weight: 700;
}

form .char-count .char-count-current + .char-count-max:before {
	content: " / ";
}

form.contact-form .contact-form-column {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

form.contact-form .contact-form-column .form-group {
	width: 100%;
}

form.contact-form .contact-form-column .form-group textarea.form-control {
	min-height: 9.5rem;
}

form.contact-form .row + .row {
	margin-top: 1rem;
}

form + .success-page {
	display: none;
}

.grecaptcha-badge {
	right: -9999rem !important;
}

form .bootstrap-filestyle .group-span-filestyle {
	padding: .5rem;
	min-width: 4rem;
	position: relative;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/static/images/icons/upload-icon.svg");
}

form .bootstrap-filestyle .group-span-filestyle label {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}

form .bootstrap-filestyle .form-control:disabled, form .bootstrap-filestyle .form-control[readonly] {
	background: #fff;
}

.form-element-smsnotificationrule, .form-element-passwordrules, .form-element-heartheeventrule {
	border-top: 2px solid #0fc373;
}

.form-element-heartheeventrule, .form-element-attendedeventrule {
	padding-bottom: 0 !important;
}

.form-element-heartheeventrule div, .form-element-attendedeventrule div {
	padding-bottom: 0 !important;
}

.form-element-email, .form-element-smsnotifications {
	margin-bottom: 1rem !important;
}

.news > * {
	margin: 1rem 0;
}

.news.news-success .news-article {
	background: transparent;
	box-shadow: none;
	color: #fff;
	text-align: center;
}

.news.news-success .news-article a {
	color: #fff;
}

.news.news-success .news-article .news-description {
	color: #fff !important;
}

.news.news-success .news-article img {
	border-radius: 50%;
}

.news .news-article {
	height: 100%;
	font-size: .875rem;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #fff;
	padding-bottom: 1rem;
	box-shadow: 0 42px 33px rgba(0, 0, 0, .05), 0 22.3px 18px rgba(0, 0, 0, .042), 0 12.5px 10px rgba(0, 0, 0, .035), 0 6.7px 5.3px rgba(0, 0, 0, .028), 0 2.8px 2.2px rgba(0, 0, 0, .02);
}

.news .news-article:hover .news-image {
	-ms-transform: scale(.95);
	-webkit-transform: scale(.95);
	transform: scale(.95);
}

.news .news-article .news-article-content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.news .news-article .news-article-content i {
	width: 1rem;
	margin-right: .25rem;
	text-align: center;
}

.news .news-article .news-article-content .news-image {
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.news .news-article .news-article-content .news-user, .news .news-article .news-article-content .news-date {
	padding: 1rem;
	padding-bottom: .25rem;
	color: #d11149;
}

.news .news-article .news-article-content .news-description {
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 1rem;
	color: #0082f0;
	line-height: 1.5;
}

.news .news-article .news-article-content .news-tags {
	width: 100%;
	color: #d11149;
	padding: .25rem 1rem;
}

.news .news-article .news-article-content .news-title {
	padding: 1rem;
}

.news .news-article .news-buttons {
	-ms-flex-item-align: end;
	align-self: flex-end;
	width: 50%;
}

.news .news-article .news-buttons .btn {
	padding: 1rem;
}

.news-page {
	margin-bottom: 3rem;
}

.news-page.news-page-hero {
	background-color: #fff;
}

.news-page.news-page-hero .jumbotron {
	height: calc(100vh - 16rem);
	min-height: 30rem;
	max-height: 50rem;
}

.news-page.news-page-hero .jumbotron + .container {
	position: relative;
}

.news-page.news-page-hero .jumbotron + .container .news-page-bg {
	background: #fff;
}

.news-page.news-page-hero .news-user {
	padding-bottom: 2rem;
}

.news-page.news-page-hero .news-user img {
	max-width: 4rem;
	height: auto;
	box-shadow: 0 42px 33px rgba(0, 0, 0, .05), 0 22.3px 18px rgba(0, 0, 0, .042), 0 12.5px 10px rgba(0, 0, 0, .035), 0 6.7px 5.3px rgba(0, 0, 0, .028), 0 2.8px 2.2px rgba(0, 0, 0, .02);
}

.news-page.news-page-hero .news-user .news-user-name {
	padding-top: .5rem;
	margin-bottom: 0;
	letter-spacing: .0625rem;
}

.news-page.news-page-hero .news-date, .news-page.news-page-hero .news-tags {
	color: #181818;
}

.news-page.news-page-hero .news-date i, .news-page.news-page-hero .news-tags i {
	margin-right: .25rem;
}

.news-page.news-page-hero .news-title {
	margin: 2rem 0;
}

.news-page .news-page-news-holder h1, .news-page .news-page-news-holder h2, .news-page .news-page-news-holder h3 {
	color: #181818;
	margin-top: 3rem;
}

.news-page .news-page-news-holder img {
	max-width: 100%;
	height: auto;
}

.news-page .news-page-news-holder p {
	margin: 2rem 0;
}

.news-page .news-page-news-holder .lead {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.7;
}

.news-page .news-share {
	font-size: 1.5rem;
}

.gallery .gallery-image a {
	padding-bottom: 80%;
}

.fslightbox-caption-inner {
	max-width: 40rem;
}

.fslightbox-caption-inner h3 {
	color: #0fc373;
}

#main-footer {
	position: relative;
}

#main-footer p, #main-footer a, #main-footer ul, #main-footer li {
	font-size: .875rem;
}

#main-footer .nav-link {
	padding: .2rem 1rem;
}

#main-footer.footer-light {
	color: #000;
}

#main-footer.footer-light a {
	color: #000;
}

#main-footer.footer-light .nav-link {
	color: #000;
}

#main-footer.footer-dark {
	color: #fff;
}

#main-footer.footer-dark a {
	color: #fff;
}

#main-footer.footer-dark .nav-link {
	color: #fff;
}

.btn {
	padding: .75rem 2.5rem;
}

.btn.btn-transparent {
	background: transparent;
	color: #181818;
}

.widget.widget-type-blocks + .widget-type-event {
	padding-top: 0;
}

.widget .widget-content-holder {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.widget .widget-item-image img {
	height: auto;
}

.widget.widget-type-content.widget-layout-content-image-left + .widget.widget-type-content.widget-layout-content-image-right .widget-content-holder {
	padding-top: 0;
}

.widget.widget-type-simple-text + .widget-layout-content-image-left .widget-content-holder {
	padding-top: 0;
}

.widget.widget-layout-list-partners img {
	width: 60%;
}

.widget.widget-layout-list-profiles img {
	border-radius: 50%;
}

.widget.widget-type-event .agenda-item .date {
	color: #0fc373;
}

.widget.widget-type-event .agenda-item .title {
	text-decoration: none;
	margin-bottom: .5rem;
}

.widget.widget-type-event .agenda-item .subtitle, .widget.widget-type-event .agenda-item .people {
	color: #919ea5;
}

.widget.widget-type-event.widget-layout-event-default .title {
	margin: 1rem;
}

.widget.widget-type-event.widget-layout-event-default .date {
	color: #fff;
}

.widget.widget-type-event.widget-layout-event-default .widget-agenda-holder .py-5 {
	border-top: 2px solid #0fc373;
}

.widget.widget-type-event.widget-layout-event-default .widget-agenda-holder .py-5:first-child {
	border-top: none;
}

.widget.widget-type-event.widget-layout-event-description .agenda-item {
	border-left: 2px solid #181818;
	padding-left: 1rem;
}

.widget.widget-type-event.widget-layout-event-tabs .agenda-item {
	border-bottom: 1px solid #919ea5;
}

.widget.widget-type-event.widget-layout-event-tabs .agenda-item:last-child {
	border-bottom: none;
}

.widget.widget-type-event.widget-layout-event-tabs .nav-link {
	border-radius: 0;
	font-weight: 600;
}

.widget.widget-type-event.widget-layout-event-tabs .nav-link.active {
	background: #fff;
	color: #181818;
}

.broadcast .widget-layout-event-tabs .widget-content-holder {
	padding-bottom: 0;
}

.contact {
	background-image: url("/static/images/background/bg-contact.svg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}

.footer-contact .bg {
	background-position: center;
	background-size: cover;
	height: 100%;
}

.events.speaker .speaker-link {
	cursor: pointer;
}

.events.speaker .speaker-image {
	height: 12rem;
	object-position: center;
	object-fit: cover;
}

.events.speaker.speaker-page .jumbotron {
	padding: 10rem 2rem;
}

.events.speaker.speaker-page .speaker-content {
	position: relative;
	z-index: 10;
	margin-top: -8rem;
}

.icon {
	width: 1.5rem;
	height: 1.5rem;
	display: inline-block;
	font-style: normal;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.icon.icon-camera {
	background-image: url("/static/images/icons/icon-camera.svg");
	max-height: 13px;
}

.icon.icon-cup {
	background-image: url("/static/images/icons/icon-cup.svg");
	max-height: 13px;
}

.icon.icon-chevron-down, .speakers-holder .chevron.icon-chevron.active.icon {
	background-image: url("/static/images/icons/icon-chevron-down.svg");
	max-height: 13px;
}

.icon.icon-chevron-up, .speakers-holder .chevron.icon-chevron.icon {
	background-image: url("/static/images/icons/icon-chevron-up.svg");
	max-height: 13px;
}

.product-grid .row > * {
	padding-bottom: 2rem;
}

.product-grid .product-item {
	height: 100%;
}

.product-grid .product-item .card-img-top {
	padding-bottom: 100%;
}

.product-grid .product-item .card-img-top img {
	display: none;
}

.product-grid .product-item .card-body {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.product-grid .product-item .card-body > * {
	width: 100%;
}

.product-grid .product-item .card-body .product-item-buttons {
	margin-top: 1rem;
	text-align: center;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.cookie-consent {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 !important;
	z-index: 10;
	border-radius: 0;
	font-size: 1em;
}

.cookie-consent.alert-dark {
	background: #000;
	border-color: #000;
	color: #fff;
}

.cookie-consent.alert-dark a {
	color: #fff;
}

.cookie-consent.alert-light {
	background: #fff;
	border-color: #fff;
	color: #000;
}

.cookie-consent p {
	display: contents;
}

.cookie-consent a {
	text-decoration: underline;
}

.cookie-consent .btn {
	margin-left: .7rem;
	vertical-align: baseline;
}

#game-room-modal .modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 200px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, .4);
}

.modal-content {
	margin: auto;
	padding: 20px;
	width: 70%;
}

.close {
	color: #d11149;
	text-align: right;
	font-size: 28px;
	font-weight: bold;
	opacity: 1;
	text-shadow: none;
}

.close:hover {
	text-decoration: none;
	cursor: pointer;
}

#timeline {
	position: relative;
	overflow: hidden;
	padding: 0 2rem;
}

#timeline::before {
	content: "";
	background: #ced4da;
	width: 5px;
	height: 100%;
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#timeline .timeline-item {
	width: 100%;
	padding-bottom: 70px;
	position: relative;
}

#timeline .timeline-item:nth-child(even) .timeline-content {
	float: right;
}

#timeline .timeline-item:nth-child(even) .timeline-content .date {
	right: auto;
	left: 0;
}

#timeline .timeline-item:nth-child(even) .timeline-content::after {
	content: "";
	position: absolute;
	border-style: solid;
	width: 0;
	height: 0;
	top: 30px;
	left: -15px;
	border-width: 10px 15px 10px 0;
	border-color: transparent #f5f5f5 transparent transparent;
}

#timeline .timeline-item::after {
	content: "";
	display: block;
	clear: both;
}

#timeline .timeline-content {
	position: relative;
	width: 45%;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

#timeline .timeline-img {
	width: 30px;
	height: 30px;
	background: #181818;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-top: 25px;
	margin-left: -15px;
	z-index: 10;
}

#timeline .timeline-img.timeline-img-last {
	z-index: 5;
	background: #fff;
	bottom: 0;
	border-radius: 0;
	height: calc(100% - 40px);
}

#timeline a {
	background: #181818;
	color: #fff;
	padding: 8px 20px;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 10px;
	display: inline-block;
	border-radius: 2px;
	box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .6);
}

#timeline a:hover, #timeline a:active, #timeline a:focus {
	background: black;
	color: #fff;
	text-decoration: none;
}

#timeline .timeline-card {
	padding: 0 !important;
}

#timeline .timeline-card p {
	padding: 0 20px;
}

#timeline .timeline-card a {
	margin-left: 20px;
}

#timeline .timeline-item .timeline-img-header {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#timeline .timeline-img-header {
	height: 15rem;
	position: relative;
	margin-bottom: 20px;
}

#timeline .timeline-img-header h2 {
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 20px;
}

#timeline blockquote {
	margin-top: 30px;
	border-left-color: #181818;
	padding: 0 20px;
}

#timeline .date {
	background: #181818;
	display: inline-block;
	color: #fff;
	padding: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

@media (max-width: 767.98px) {
	#timeline::before {
		left: 50px;
	}
	
	#timeline .timeline-img {
		left: 50px;
	}
	
	#timeline .timeline-content {
		max-width: 100%;
		width: auto;
		margin-left: 70px;
	}
	
	#timeline .timeline-item:nth-child(even) .timeline-content {
		float: none;
	}
	
	#timeline .timeline-item:nth-child(odd) .timeline-content::after {
		content: "";
		position: absolute;
		border-style: solid;
		width: 0;
		height: 0;
		top: 30px;
		left: -15px;
		border-width: 10px 15px 10px 0;
		border-color: transparent #f5f5f5 transparent transparent;
	}
	
	#timeline .timeline-item:nth-child(odd) .timeline-content .date {
		left: 0;
		right: auto;
	}
}

#main-header {
	position: relative;
	z-index: 10000;
}

#main-header #header-bg {
	position: fixed;
	overflow: hidden;
	width: 100%;
}

#main-header {
	height: 100px;
}

#main-header .bg-holder {
	position: absolute;
	top: 0;
}

#main-header #header-bg {
	height: 100px;
}

#main-header #header-bg .bg-holder {
	background: url("/static/images/backgrounds/bg-main.jpg") no-repeat;
	background-position: top;
	background-size: cover;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

#main-header.header-landing {
	height: 385px;
}

#main-header.header-landing .content-holder {
	position: relative;
	top: 120px;
	height: calc(100% - 120px);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1rem;
}

#main-header.header-landing #header-bg {
	height: 385px;
}

#main-header.header-landing #header-bg .bg-holder {
	background: url("/static/images/backgrounds/bg-main.jpg") no-repeat;
	background-position: top;
	background-size: cover;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

#main-header.header-swiper {
	height: 485px;
}

#main-header.header-swiper .content-holder {
	position: relative;
	top: 90px;
	height: calc(100% - 120px);
	padding-bottom: 80px;
}

#main-header.header-swiper #header-bg {
	height: 485px;
}

#main-header.header-swiper #header-bg .bg-holder {
	background: url("/static/images/backgrounds/bg-main.jpg") no-repeat;
	background-position: top;
	background-size: cover;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

#main-header.header-swiper .swiper-wrapper {
	height: 300px;
}

#main-header.header-demo {
	height: 485px;
}

#main-header.header-demo h2, #main-header.header-demo p {
	color: #fff;
}

#main-header.header-demo .btn.btn-primary {
	background: #fff;
	color: #181818;
	padding: 10px 20px;
}

#main-header.header-demo .programme-type {
	display: inline-block;
	padding: 2px 20px;
	border-radius: 20px;
}

@media (max-width: 767.98px) {
	#main-header.header-demo .programme-type {
		font-size: .85rem;
	}
}

#main-header.header-demo .type-1 .programme-type {
	background: #0fc373;
	color: #fff;
}

#main-header.header-demo .type-2 .programme-type {
	background: #0082f0;
	color: #fff;
}

#main-header.header-demo .type-3 .programme-type {
	background: #ff8c0a;
	color: #fff;
}

#main-header.header-demo .content-holder {
	position: relative;
	top: 90px;
	height: calc(100% - 120px);
	padding: 1.5rem;
}

#main-header.header-demo #header-bg {
	height: 485px;
}

#main-header.header-demo #header-bg .bg-holder {
	background: url("/static/images/backgrounds/bg-main.jpg") no-repeat;
	background-position: top;
	background-size: cover;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

#main-header.header-demo .programme-saved {
	background: url("/static/images/icons/icon-fav-add-white.svg") no-repeat;
	background-size: contain;
	height: 25px;
	background-position: right;
}

#main-header.header-demo .programme-saved.active {
	background: url("/static/images/icons/icon-fav-remove-white.svg") no-repeat;
	background-size: contain;
	height: 25px;
	background-position: right;
}

#main-header.header-quiz {
	height: 220px;
}

#main-header.header-quiz h1, #main-header.header-quiz p {
	color: #fff;
	font-weight: lighter;
	margin-bottom: 0;
}

#main-header.header-quiz .content-holder {
	position: relative;
	top: 90px;
	height: calc(100% - 120px);
	padding: 1.5rem;
}

#main-header.header-quiz #header-bg {
	height: 220px;
}

#main-header.header-quiz #header-bg .bg-holder {
	background: url("/static/images/backgrounds/bg-main.jpg") no-repeat;
	background-position: top;
	background-size: cover;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

#main-header.header-speaker {
	height: 300px;
}

#main-header.header-speaker h1, #main-header.header-speaker p {
	color: #fff;
	font-weight: lighter;
	margin-bottom: 0;
}

#main-header.header-speaker .content-holder {
	position: relative;
	top: 90px;
	height: calc(100% - 120px);
	padding: 1.5rem;
}

#main-header.header-speaker #header-bg {
	height: 300px;
}

#main-header.header-speaker #header-bg .bg-holder {
	background: url("/static/images/backgrounds/bg-main.jpg") no-repeat;
	background-position: top;
	background-size: cover;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

#main-header.header-speaker .programme-speaker-photo img {
	width: 50px;
	height: 50px;
	object-position: center;
	object-fit: cover;
	border-radius: 25px;
	overflow: hidden;
}

#main-header.header-program {
	height: 415px;
}

#main-header.header-program h2, #main-header.header-program p {
	color: #fff;
}

#main-header.header-program .btn.btn-primary {
	background: #fff;
	color: #181818;
	padding: 10px 20px;
}

#main-header.header-program .programme-type {
	display: inline-block;
	padding: 2px 20px;
	border-radius: 20px;
}

@media (max-width: 767.98px) {
	#main-header.header-program .programme-type {
		font-size: .85rem;
	}
}

#main-header.header-program .type-1 .programme-type {
	background: #0fc373;
	color: #fff;
}

#main-header.header-program .type-2 .programme-type {
	background: #0082f0;
	color: #fff;
}

#main-header.header-program .type-3 .programme-type {
	background: #ff8c0a;
	color: #fff;
}

#main-header.header-program .content-holder {
	position: relative;
	top: 90px;
	height: calc(100% - 120px);
	padding: 1.5rem;
}

#main-header.header-program #header-bg {
	height: 415px;
}

#main-header.header-program #header-bg .bg-holder {
	background: url("/static/images/backgrounds/bg-main.jpg") no-repeat;
	background-position: top;
	background-size: cover;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

#main-header.header-program .programme-saved {
	background: url("/static/images/icons/icon-fav-add-white.svg") no-repeat;
	background-size: contain;
	height: 25px;
	background-position: right;
}

#main-header.header-program .programme-saved.active {
	background: url("/static/images/icons/icon-fav-remove-white.svg") no-repeat;
	background-size: contain;
	height: 25px;
	background-position: right;
}

#main-header.header-program .programme-speaker-photo img {
	width: 50px;
	height: 50px;
	object-position: center;
	object-fit: cover;
	border-radius: 25px;
	overflow: hidden;
}

#main-header .swiper {
	width: 100vw;
	height: 100%;
	position: relative;
}

#main-header .swiper .swiper-wrapper {
	-ms-flex-align: center;
	align-items: center;
}

#main-header .swiper .swiper-wrapper .swiper-slide {
	padding: 1rem 1rem;
}

#main-header .swiper .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E") !important;
	height: 16px;
	margin-top: 0;
	background-size: inherit;
	right: 0;
	top: calc(50% - 8px);
}

#main-header .swiper .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E") !important;
	height: 16px;
	margin-top: 0;
	background-size: inherit;
	left: 0;
	top: calc(50% - 8px);
}

#main-header.header-full {
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100vh;
	width: 100vw;
}

#main-header.header-full + div {
	position: relative;
	top: 130px;
}

#main-header.header-full #header-bg {
	height: 100vh;
}

#main-header.header-full #header-bg .bg-holder {
	background: url("/static/images/backgrounds/bg-main.jpg") no-repeat;
	background-position: top;
	background-size: cover;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

.auth-holder, .auth {
	padding: 1rem;
}

.auth-holder .form-row, .auth .form-row {
	position: relative;
}

.auth-holder .form-row .form-group:nth-child(2), .auth .form-row .form-group:nth-child(2) {
	position: absolute;
	right: 0;
	display: inline-block;
	width: inherit;
	height: 90px;
}

.auth-holder .form-row button, .auth .form-row button {
	height: 63px;
	background: transparent;
	color: transparent;
}

.auth-holder .form-row button span, .auth .form-row button span {
	display: none;
}

.auth-holder .form-row button:after, .auth .form-row button:after {
	content: "";
	background: url("/static/images/icons/icon-arrow-login.svg") no-repeat;
	background-size: contain;
	width: 30px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 4px;
	right: -13px;
}

.index-holder {
	padding: 1rem;
	background: #f2f2f2;
}

.index-holder .programme-item.live {
	margin: 15px;
	position: relative;
}

.index-holder .programme-item.live:before {
	content: "";
	background: url("/static/images/icons/icon-trans-live.svg") no-repeat;
	position: absolute;
	top: -10px;
	left: 20px;
	width: 60px;
	height: 20px;
	background-size: contain;
}

.index-holder .programme-speaker-photo img {
	width: 50px;
	height: 50px;
	object-position: center;
	object-fit: cover;
	border-radius: 25px;
	overflow: hidden;
}

.index-holder .programme-item {
	padding: 1rem 0;
}

.index-holder .programme-item .programme-speaker-photo img {
	width: 50px;
	height: 50px;
	object-position: center;
	object-fit: cover;
	border-radius: 25px;
	overflow: hidden;
}

.index-holder .programme-item .programme-date .programme-time {
	font-size: 14px;
}

.index-holder .programme-item .programme-date .programme-time span {
	font-size: 12px;
}

#footer {
	padding: 2rem 1rem;
	background: #181818;
	background-position: top;
	background-size: cover;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

#wrap-ericcson {
	min-height: calc(100vh - 95px);
}

#no-mobile {
	display: none;
}

.no-android.no-ios.no-iemobile {
	overflow: hidden;
}

.no-android.no-ios.no-iemobile #no-mobile {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: white;
	z-index: 99999;
}

.demos-holder .demos-item {
	margin: 15px;
	position: relative;
}

.demos-holder .demos-item .type-1.demos-category-item {
	border-color: #0fc373;
	color: #0fc373;
	-webkit-transition: .2s;
	transition: .2s;
	border-radius: 25px;
}

.demos-holder .demos-item .type-1.demos-category-item.active {
	border-color: #0fc373;
	background: #0fc373;
	color: #fff;
	-webkit-transition: .2s;
	transition: .2s;
}

.demos-holder .demos-item .type-2.demos-category-item {
	border-color: #0082f0;
	color: #0082f0;
	-webkit-transition: .2s;
	transition: .2s;
	border-radius: 25px;
}

.demos-holder .demos-item .type-2.demos-category-item.active {
	border-color: #0082f0;
	background: #0082f0;
	color: #fff;
	-webkit-transition: .2s;
	transition: .2s;
}

.demos-holder .demos-item .type-3.demos-category-item {
	border-color: #ff8c0a;
	color: #ff8c0a;
	-webkit-transition: .2s;
	transition: .2s;
	border-radius: 25px;
}

.demos-holder .demos-item .type-3.demos-category-item.active {
	border-color: #ff8c0a;
	background: #ff8c0a;
	color: #fff;
	-webkit-transition: .2s;
	transition: .2s;
}

.demos-holder .demos-item .demos-category {
	margin-bottom: 25px;
}

.demos-holder .demos-item .demos-category .demos-category-item {
	border: 2px solid;
	margin-right: 5px;
	padding: 5px 15px;
	margin-bottom: 5px;
}

.demos-holder .demos-item .demos-content {
	display: none;
}

.demos-holder .demos-item .demos-content.active {
	display: block;
}

.demos-holder .demos-item .demos-content .programme-item {
	padding: 1rem 0;
	border: 3px solid #181818;
}

.demos-holder .demos-item .demos-content .programme-item sup {
	font-size: 10px;
}

.demos-holder .demos-item .demos-content .programme-item .programme-speaker-photo img {
	width: 50px;
	height: 50px;
	object-position: center;
	object-fit: cover;
	border-radius: 25px;
	overflow: hidden;
}

.demos-holder .demos-item .demos-content .programme-item .programme-time {
	text-align: right;
	font-size: 14px;
}

.demos-holder .demos-item .demos-content .programme-item .programme-time span {
	font-size: 12px;
}

.demos-holder .demos-item .demos-content .programme-item .programme-saved {
	background: url("/static/images/icons/icon-fav-add.svg") no-repeat;
	background-size: contain;
	height: 25px;
	background-position: right;
}

.demos-holder .demos-item .demos-content .programme-item .programme-saved.disabled {
	opacity: .1;
}

.demos-holder .demos-item .demos-content .programme-item .programme-saved.active {
	background: url("/static/images/icons/icon-fav-remove.svg") no-repeat;
	background-size: contain;
	height: 25px;
	background-position: right;
}

.demos-holder .demos-item .demos-content .programme-type {
	display: inline-block;
	padding: 2px 20px;
	border-radius: 20px;
}

@media (max-width: 767.98px) {
	.demos-holder .demos-item .demos-content .programme-type {
		font-size: .85rem;
	}
}

.demos-holder .demos-item .demos-content.type-1 > .programme-item {
	border-color: #0fc373;
}

.demos-holder .demos-item .demos-content.type-1 > .programme-item .programme-type {
	background: #0fc373;
	color: #fff;
}

.demos-holder .demos-item .demos-content.type-2 > .programme-item {
	border-color: #0082f0;
}

.demos-holder .demos-item .demos-content.type-2 > .programme-item .programme-type {
	background: #0082f0;
	color: #fff;
}

.demos-holder .demos-item .demos-content.type-3 > .programme-item {
	border-color: #ff8c0a;
}

.demos-holder .demos-item .demos-content.type-3 > .programme-item .programme-type {
	background: #ff8c0a;
	color: #fff;
}

.demos-read {
	padding: 3rem 1rem;
}

.demos-read iframe {
	max-width: 100%;
}

#fav-modal {
	z-index: 100000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	-ms-transform: translate3d(0, -100vh, 0);
	-webkit-transform: translate3d(0, -100vh, 0);
	transform: translate3d(0, -100vh, 0);
	-webkit-transition: .2s;
	transition: .2s;
	transition-delay: .1s;
	overflow: hidden;
	background: url("/static/images/backgrounds/bg-main.jpg") no-repeat;
	background-size: cover;
	padding: 1rem;
	opacity: 0;
}

#fav-modal.active {
	opacity: 1;
	z-index: 100000;
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: .2s;
	transition: .2s;
	transition-delay: .1s;
}

#fav-modal.active .qr-backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .6);
	-webkit-transition: .2s;
	transition: .2s;
}

#fav-modal .fav-content {
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#fav-modal .fav-content > .row {
	-ms-flex-align: center;
	align-items: center;
}

.programme-holder {
	padding: 1rem;
	overflow-x: hidden;
}

.programme-holder .programme-item.live {
	border: 3px solid #181818;
	margin: 15px;
	position: relative;
}

.programme-holder .programme-item.live:before {
	content: "";
	background: url("/static/images/icons/icon-live.svg") no-repeat;
	position: absolute;
	top: -10px;
	left: 20px;
	width: 60px;
	height: 20px;
	background-size: contain;
}

.programme-holder .programme-item {
	border-bottom: 1px solid rgba(24, 24, 24, .16);
	padding: 1rem 0;
	margin-left: -1rem;
	margin-right: -1rem;
}

.programme-holder .programme-item .programme-speaker-photo img {
	width: 50px;
	height: 50px;
	object-position: center;
	object-fit: cover;
	border-radius: 25px;
	overflow: hidden;
}

.programme-holder .programme-item .programme-date .programme-time {
	font-size: 14px;
}

.programme-holder .programme-item .programme-date .programme-time span {
	font-size: 12px;
}

.programme-read {
	padding: 1rem;
}

.programme-read .programme-speaker-photo img {
	width: 50px;
	height: 50px;
	object-position: center;
	object-fit: cover;
	border-radius: 25px;
	overflow: hidden;
}

#wp-menu {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	z-index: 1000;
	position: fixed;
}

#wp-menu .wp-menu-content {
	padding-top: 35px;
}

@media screen and (max-width: 400px) {
	#wp-menu .wp-menu-logo {
		max-width: 100px;
	}
}

#wp-menu #wp-desktop-holder {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	background: transparent;
	text-align: left;
	margin-left: inherit;
	margin-right: inherit;
	padding: inherit;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#wp-menu #wp-desktop-holder .nav-link:hover {
	color: #181818;
}

#wp-menu #wp-desktop-holder .nav-link:hover span {
	color: #181818;
}

#wp-menu #wp-desktop-holder .dropdown-menu {
	background: #181818;
	text-align: center;
}

#wp-menu #wp-desktop-holder .dropdown-menu .nav-link {
	color: #fff;
}

#wp-menu #wp-desktop-holder .dropdown-menu .nav-link:hover span {
	color: #fff !important;
	opacity: .8 !important;
}

@media screen and (max-width: 1400px) {
	#wp-menu #wp-desktop-holder .nav-link {
		padding-left: .5rem;
		padding-right: .5rem;
	}
	
	#wp-menu #wp-desktop-holder .nav-link span {
		font-size: 1rem;
	}
}

#wp-menu #wp-mobile-holder {
	position: fixed;
	right: 0;
	width: 100vw;
	top: 0;
	z-index: 10;
	min-height: 100vh;
	background: #181818;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	-ms-transform: translateX(100vw);
	-webkit-transform: translateX(100vw);
	transform: translateX(100vw);
	-webkit-transition: .1s;
	transition: .1s;
}

#wp-menu #wp-mobile-holder ::-webkit-scrollbar {
	width: .125rem;
	background: #181818;
}

#wp-menu #wp-mobile-holder ::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: #181818;
}

#wp-menu #wp-mobile-holder.open {
	-ms-transform: translateX(0vw);
	-webkit-transform: translateX(0vw);
	transform: translateX(0vw);
	-webkit-transition: .2s;
	transition: .2s;
}

#wp-menu #wp-mobile-holder .wp-menu-logo-holder {
	padding-top: 30px;
}

#wp-menu #wp-mobile-holder .wp-mobile-content {
	padding-top: .4rem;
}

#wp-menu #wp-mobile-holder .wp-mobile-content h5 {
	letter-spacing: 4px;
	opacity: .5;
	margin-top: 5rem;
	padding-right: 15px;
}

#wp-menu #wp-mobile-holder .wp-mobile-content h5.first {
	margin-top: 2rem;
}

#wp-menu #wp-mobile-holder .wp-mobile-content li {
	text-align: center;
	list-style: none;
	padding-right: 15px;
	padding-top: 5px;
}

#wp-menu #wp-mobile-holder .wp-mobile-content li a {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: end;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 1.1rem;
}

#wp-menu #wp-mobile-holder .wp-mobile-content .dropdown .dropdown-menu {
	background: #181818;
	border: 0;
	box-shadow: none;
}

#wp-menu #wp-mobile-holder .wp-mobile-content .dropdown .dropdown-menu.show .nav-link {
	color: #fff;
}

#wp-menu #wp-mobile-holder .wp-mobile-content .dropdown .dropdown-menu.show .nav-link span {
	color: #fff;
}

#wp-menu #wp-mobile-holder .wp-mobile-content .navbar-cart {
	-ms-flex-align: end;
	align-items: end;
}

#wp-menu #wp-mobile-holder .wp-mobile-content .navbar-cart a {
	width: 4rem;
	height: 4rem;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

#wp-menu #wp-backdrop {
	position: fixed;
	display: none;
	z-index: 0;
	background: rgba(24, 24, 24, .95);
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	opacity: 0;
	-webkit-transition: .2s;
	transition: .2s;
}

#wp-menu #wp-backdrop.active {
	opacity: 1;
	-webkit-transition: .2s;
	transition: .2s;
}

#wp-menu #wp-menu-logo {
	padding-left: 15px;
}

#wp-menu #wp-menu-close {
	text-align: right;
	padding-right: 15px;
}

#wp-menu #wp-menu-close svg {
	max-width: 25px;
	max-height: 25px;
}

#wp-menu #wp-menu-open {
	position: relative;
}

#wp-menu #wp-menu-open svg rect {
	fill: #fff;
}

#qr-scanner-modal, #qr-scanner-modal-quiz {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	-ms-transform: translate3d(0, -100vh, 0);
	-webkit-transform: translate3d(0, -100vh, 0);
	transform: translate3d(0, -100vh, 0);
	-webkit-transition: .2s;
	transition: .2s;
	transition-delay: .1s;
	overflow: hidden;
	overflow-y: scroll;
	background: white;
}

#qr-scanner-modal.active, #qr-scanner-modal-quiz.active {
	z-index: 10000;
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: .2s;
	transition: .2s;
	transition-delay: .1s;
}

#qr-scanner-modal.active .qr-backdrop, #qr-scanner-modal-quiz.active .qr-backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .6);
	-webkit-transition: .2s;
	transition: .2s;
}

#qr-scanner-modal .qr-back svg path, #qr-scanner-modal-quiz .qr-back svg path {
	fill: #181818;
}

#qr-scanner-modal .qr-backdrop, #qr-scanner-modal-quiz .qr-backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: .2s;
	transition: .2s;
}

#qr-scanner-modal .qr-content, #qr-scanner-modal-quiz .qr-content {
	position: relative;
	top: 0;
	left: 0;
	width: calc(100vw);
	height: calc(100vh);
	background: #fff;
	padding: 1rem;
}

#qr-scanner-modal .qr-content #qr-video, #qr-scanner-modal-quiz .qr-content #qr-video {
	position: relative;
	top: 2rem;
	left: 0;
	background: #eee;
	object-fit: cover;
	object-position: center;
}

#qr-scanner-modal .qr-content #qr-button-holder, #qr-scanner-modal-quiz .qr-content #qr-button-holder {
	margin-top: 40px;
}

#qr-scanner-modal .qr-content #qr-button-holder button, #qr-scanner-modal-quiz .qr-content #qr-button-holder button {
	min-width: 100%;
	border: 1px solid;
}

@media (max-width: 767.98px) {
	#qr-scanner-modal .qr-content #qr-button-holder button, #qr-scanner-modal-quiz .qr-content #qr-button-holder button {
		font-size: .85rem;
		padding-left: 0;
		padding-right: 0;
	}
}

#qr-scanner-modal .qr-content #qr-button-holder button i, #qr-scanner-modal-quiz .qr-content #qr-button-holder button i {
	display: block;
}

.survey, .quiz {}

.survey .survey-form, .quiz .survey-form {
	margin-top: 35px;
}

.survey .survey-answers .star-rating, .quiz .survey-answers .star-rating {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: inherit;
	position: relative;
	width: 270px;
}

.survey .survey-answers .star-rating input, .quiz .survey-answers .star-rating input {
	display: none;
}

.survey .survey-answers .star-rating > label, .quiz .survey-answers .star-rating > label {
	width: 50px;
	height: 50px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	position: relative;
}

.survey .survey-answers .star-rating label:hover, .quiz .survey-answers .star-rating label:hover {
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.survey .survey-answers .star-rating label::before, .quiz .survey-answers .star-rating label::before {
	content: "";
	background: url("/static/images/icons/icon-star-rating.svg") no-repeat;
	background-size: contain;
	width: 100%;
	height: 51px;
	position: absolute;
	top: 0px;
	line-height: 26px;
}

.survey .survey-answers .star-rating input:checked ~ label:before, .quiz .survey-answers .star-rating input:checked ~ label:before {
	background: url("/static/images/icons/icon-star-rating-filled.svg") no-repeat;
	background-size: contain;
	width: 100%;
	height: 51px;
	position: absolute;
	top: 0px;
	line-height: 26px;
}

@-moz-document url-prefix() {
	.survey .survey-answers .star-rating input:checked ~ label:before, .quiz .survey-answers .star-rating input:checked ~ label:before {
		font-size: 36px;
		line-height: 21px;
	}
}

.survey .survey-answer, .quiz .survey-answer {
	padding: 5px 0;
}

.survey form input[type="radio"]:before, .quiz form input[type="radio"]:before, .survey form input[type="checkbox"]:before, .quiz form input[type="checkbox"]:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 25px;
	background: #fff;
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 1;
}

#quiz-holder {
	padding: 1rem;
}

#quiz-holder .form-group {
	padding-left: 0;
}

#quiz-holder button {
	margin-top: 25px;
}

#quiz-holder form.answered .false {
	color: #d11149;
}

#quiz-holder form.answered .true {
	color: #0fc373;
}

.survey-result {
	padding-top: 160px;
}

.survey-all-holder {
	padding: 1rem;
}

.survey-all-holder > .row {
	text-align: center;
}

.speakers-holder {
	padding: 1rem;
}

.speakers-holder .programme-type {
	display: inline-block;
	padding: 2px 20px;
	border-radius: 20px;
}

@media (max-width: 767.98px) {
	.speakers-holder .programme-type {
		font-size: .85rem;
	}
}

.speakers-holder .programme-type.type-1 {
	background: #0fc373;
}

.speakers-holder .programme-type.type-2 {
	background: #0082f0;
}

.speakers-holder .programme-type.type-3 {
	background: #ff8c0a;
}

.speakers-holder .programme-speaker-photo img {
	width: 50px;
	height: 50px;
	object-position: center;
	object-fit: cover;
	border-radius: 25px;
	overflow: hidden;
}

.speakers-holder .programme-speaker-item {
	padding-top: 1rem;
}

.speakers-holder .programme-speaker-item .programme-speaker-details {
	display: none;
}

.speakers-holder .programme-speaker-item.active {
	background: #f2f2f2;
	margin-left: -15px;
	padding-left: 15px;
	margin-right: -15px;
	padding-right: 15px;
}

.speakers-holder .programme-speaker-item.active .programme-speaker-details {
	display: block;
}

.speaker-read {
	padding: 2rem 1rem;
}

.leaderboard-holder {
	padding: 1rem;
}

.leaderboard-holder .result-item {
	background: black;
	color: white;
	padding: 2rem 0;
}

.leaderboard-holder .result-item p {
	font-size: 22px;
	line-height: 1;
}

.leaderboard-holder .result-item h2 {
	font-size: 40px;
	font-weight: lighter;
}

.leaderboard-holder .leaderboard-item {
	padding: 1rem 0;
	border-bottom: 1px solid #f2f2f2;
}

.leaderboard-holder .leaderboard-item .point {
	font-weight: bold;
	font-size: 1.5rem;
}

.widget-type-swiper.widget-layout-swiper-default h2, .widget-type-swiper.widget-layout-swiper-default p {
	color: #fff;
}

.widget-type-swiper.widget-layout-swiper-default .swiper {
	width: 100%;
	height: 100%;
}

.widget-type-swiper.widget-layout-swiper-default .swiper-wrapper {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	min-width: 100%;
}

.widget-type-swiper.widget-layout-swiper-default .swiper-slide {
	font-size: 18px;
	display: block;
	min-width: 100%;
	padding: 0 25px;
}

.widget-type-swiper.widget-layout-swiper-default .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
