	.c-header .c-header__inner .floating-bar  {
		top: -30px;
}
@media (min-width: 768px) {
	.c-header .c-header__inner .floating-bar  {
	    top: -2.222rem;
	}
}
.c-header .c-header__inner.sticky .floating-bar  {
		top: -1rem;
}

.floating-bar {
	background-color: #000;
	color: #fff;
	overflow: hidden;
	position: sticky;
	top: 0;
	width: 100%;
	height: 0;
	transition: none 0s ease 0s;
	z-index: 100000000;
}

.floating-bar.active {
	/*height: auto;*/
}

@media (max-width: 767.98px) {
	.floating-bar {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.floating-bar > .container {
	padding-bottom: 1rem;
	padding-top: 1rem;
	position: relative;
	text-align: center;
	height: 100%;
	width: 100%;
	max-width: 100%;
}

.floating-bar > .container > *:last-child {
	margin-bottom: 0;
}

.floating-bar .row {
	align-items: center;
	justify-content: center;
	height: 100%;
}

@media (max-width: 767.98px) {
	.floating-bar__text br {
		display: none;
	}
}

.floating-bar__text a {
	color: inherit;
	font-weight: bold;
	text-decoration: underline;
}

.floating-bar .col-text {
	text-align: center;
}

@media (max-width: 1025px) {
	.floating-bar .col-text {
		margin-bottom: 10px;
	}
}

.floating-bar .col-text > *:last-child {
	margin-bottom: 0;
}

.floating-bar__close-btn {
	display: inline-block;
	height: 24px;
	width: 24px;
	margin-left: 50px;
}

@media (max-width: 767.98px) {
	.floating-bar__close-btn {
		position: absolute;
		right: 0;
		top: 10px;
	}

	.floating-bar .col-text > *:last-child {
		margin-bottom: 0;
		padding-right: 10px;
	}
}

@media (max-width: 767.98px) {
	.floating-bar__close-btn {
		height: 24px;
		width: 24px;
	}
}

.floating-bar__close-btn:hover {
	color: inherit;
}

.floating-bar__close-btn svg {
	height: 100%;
	width: 100%;
}

.floating-bar .btn {
	font-size: 14px;
	padding: 10px 20px;
}
