@charset "UTF-8";
.align-baseline {
	vertical-align: baseline!important
}

.align-top {
	vertical-align: top!important
}

.align-middle {
	vertical-align: middle!important
}

.align-bottom {
	vertical-align: bottom!important
}

.align-text-bottom {
	vertical-align: text-bottom!important
}

.align-text-top {
	vertical-align: text-top!important
}

.bg-primary {
	background-color: #e69898!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #d1b619!important
}

.bg-secondary {
	background-color: #6a846c!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
	background-color: #536855!important
}

.bg-success {
	background-color: #28a745!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #1e7e34!important
}

.bg-info {
	background-color: #17a2b8!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #117a8b!important
}

.bg-warning {
	background-color: #ffc107!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #d39e00!important
}

.bg-danger {
	background-color: #dc3545!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #bd2130!important
}

.bg-light {
	background-color: #f8f9fa!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
	background-color: #dae0e5!important
}

.bg-dark {
	background-color: #343a40!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
	background-color: #1d2124!important
}

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

a.bg-black:focus,
a.bg-black:hover,
button.bg-black:focus,
button.bg-black:hover {
	background-color: #000!important
}

.bg-white {
	background-color: #fff!important
}

a.bg-white:focus,
a.bg-white:hover,
button.bg-white:focus,
button.bg-white:hover {
	background-color: #e6e6e6!important
}

.bg-vesta-green {
	background-color: #6a846c!important
}

a.bg-vesta-green:focus,
a.bg-vesta-green:hover,
button.bg-vesta-green:focus,
button.bg-vesta-green:hover {
	background-color: #536855!important
}

.bg-vesta-yellow {
	background-color: #e7cd36!important
}

a.bg-vesta-yellow:focus,
a.bg-vesta-yellow:hover,
button.bg-vesta-yellow:focus,
button.bg-vesta-yellow:hover {
	background-color: #d1b619!important
}

.bg-white {
	background-color: #fff!important
}

.bg-transparent {
	background-color: transparent!important
}

.border {
	border: 1px solid #dee2e6!important
}

.border-top {
	border-top: 1px solid #dee2e6!important
}

.border-right {
	border-right: 1px solid #dee2e6!important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6!important
}

.border-left {
	border-left: 1px solid #dee2e6!important
}

.border-0 {
	border: 0!important
}

.border-top-0 {
	border-top: 0!important
}

.border-right-0 {
	border-right: 0!important
}

.border-bottom-0 {
	border-bottom: 0!important
}

.border-left-0 {
	border-left: 0!important
}

.border-primary {
	border-color: #e7cd36!important
}

.border-secondary {
	border-color: #6a846c!important
}

.border-success {
	border-color: #28a745!important
}

.border-info {
	border-color: #17a2b8!important
}

.border-warning {
	border-color: #ffc107!important
}

.border-danger {
	border-color: #dc3545!important
}

.border-light {
	border-color: #f8f9fa!important
}

.border-dark {
	border-color: #343a40!important
}

.border-black {
	border-color: #000!important
}

.border-white {
	border-color: #fff!important
}

.border-vesta-green {
	border-color: #6a846c!important
}

.border-vesta-yellow {
	border-color: #e7cd36!important
}

.border-white {
	border-color: #fff!important
}

.rounded-sm {
	border-radius: .2rem!important
}

.rounded {
	border-radius: .25rem!important
}

.rounded-top {
	border-top-left-radius: .25rem!important;
	border-top-right-radius: .25rem!important
}

.rounded-right {
	border-top-right-radius: .25rem!important;
	border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
	border-bottom-right-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important
}

.rounded-left {
	border-top-left-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important
}

.rounded-lg {
	border-radius: .3rem!important
}

.rounded-circle {
	border-radius: 50%!important
}

.rounded-pill {
	border-radius: 50rem!important
}

.rounded-0 {
	border-radius: 0!important
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-table {
	display: table!important
}

.d-table-row {
	display: table-row!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}

.d-inline-flex {
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}

@media (min-width:768px) {
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-row {
		display: table-row!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-md-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:1024px) {
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-row {
		display: table-row!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:1600px) {
	.d-xl-none {
		display: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-row {
		display: table-row!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media print {
	.d-print-none {
		display: none!important
	}
	.d-print-inline {
		display: inline!important
	}
	.d-print-inline-block {
		display: inline-block!important
	}
	.d-print-block {
		display: block!important
	}
	.d-print-table {
		display: table!important
	}
	.d-print-table-row {
		display: table-row!important
	}
	.d-print-table-cell {
		display: table-cell!important
	}
	.d-print-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-print-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.embed-responsive-4by3::before {
	padding-top: 75%
}

.embed-responsive-1by1::before {
	padding-top: 100%
}

.flex-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}

.flex-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}

.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}

.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}

.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}

.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}

.flex-fill {
	-webkit-box-flex: 1!important;
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important
}

.flex-grow-0 {
	-webkit-box-flex: 0!important;
	-ms-flex-positive: 0!important;
	flex-grow: 0!important
}

.flex-grow-1 {
	-webkit-box-flex: 1!important;
	-ms-flex-positive: 1!important;
	flex-grow: 1!important
}

.flex-shrink-0 {
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important
}

.flex-shrink-1 {
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important
}

.justify-content-start {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}

.justify-content-end {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}

.justify-content-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}

.justify-content-between {
	-webkit-box-pack: justify!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}

.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}

.align-items-start {
	-webkit-box-align: start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}

.align-items-end {
	-webkit-box-align: end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}

.align-items-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}

.align-items-baseline {
	-webkit-box-align: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}

.align-items-stretch {
	-webkit-box-align: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}

.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}

.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}

.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}

.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}

.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}

.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}

.align-self-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}

.align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}

.align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}

.align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important
}

.align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}

.align-self-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}

@media (min-width:768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-md-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-md-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-md-grow-0 {
		-webkit-box-flex: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-md-grow-1 {
		-webkit-box-flex: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-md-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-md-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-md-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-md-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-md-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-md-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-md-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-md-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-md-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:1024px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-lg-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-lg-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-lg-grow-0 {
		-webkit-box-flex: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-lg-grow-1 {
		-webkit-box-flex: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-lg-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-lg-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-lg-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-lg-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-lg-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-lg-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-lg-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:1600px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-xl-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-xl-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-xl-grow-0 {
		-webkit-box-flex: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-xl-grow-1 {
		-webkit-box-flex: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-xl-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-xl-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xl-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xl-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-xl-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-xl-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-xl-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

.float-left {
	float: left!important
}

.float-right {
	float: right!important
}

.float-none {
	float: none!important
}

@media (min-width:768px) {
	.float-md-left {
		float: left!important
	}
	.float-md-right {
		float: right!important
	}
	.float-md-none {
		float: none!important
	}
}

@media (min-width:1024px) {
	.float-lg-left {
		float: left!important
	}
	.float-lg-right {
		float: right!important
	}
	.float-lg-none {
		float: none!important
	}
}

@media (min-width:1600px) {
	.float-xl-left {
		float: left!important
	}
	.float-xl-right {
		float: right!important
	}
	.float-xl-none {
		float: none!important
	}
}

.overflow-auto {
	overflow: auto!important
}

.overflow-hidden {
	overflow: hidden!important
}

.position-static {
	position: static!important
}

.position-relative {
	position: relative!important
}

.position-absolute {
	position: absolute!important
}

.position-fixed {
	position: fixed!important
}

.position-sticky {
	position: -webkit-sticky!important;
	position: sticky!important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.shadow-sm {
	-webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.shadow {
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.shadow-lg {
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}

.shadow-none {
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}

.w-25 {
	width: 25%!important
}

.w-50 {
	width: 50%!important
}

.w-75 {
	width: 75%!important
}

.w-100 {
	width: 100%!important
}

.w-auto {
	width: auto!important
}

.h-25 {
	height: 25%!important
}

.h-50 {
	height: 50%!important
}

.h-75 {
	height: 75%!important
}

.h-100 {
	height: 100%!important
}

.h-auto {
	height: auto!important
}

.mw-100 {
	max-width: 100%!important
}

.mh-100 {
	max-height: 100%!important
}

.min-vw-100 {
	min-width: 100vw!important
}

.min-vh-100 {
	min-height: 100vh!important
}

.vw-100 {
	width: 100vw!important
}

.vh-100 {
	height: 100vh!important
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0)
}

.m-0 {
	margin: 0!important
}

.mt-0,
.my-0 {
	margin-top: 0!important
}

.mr-0,
.mx-0 {
	margin-right: 0!important
}

.mb-0,
.my-0 {
	margin-bottom: 0!important
}

.ml-0,
.mx-0 {
	margin-left: 0!important
}

.m-1 {
	margin: 1rem!important
}

.mt-1,
.my-1 {
	margin-top: 1rem!important
}

.mr-1,
.mx-1 {
	margin-right: 1rem!important
}

.mb-1,
.my-1 {
	margin-bottom: 1rem!important
}

.ml-1,
.mx-1 {
	margin-left: 1rem!important
}

.m-2 {
	margin: 2rem!important
}

.mt-2,
.my-2 {
	margin-top: 2rem!important
}

.mr-2,
.mx-2 {
	margin-right: 2rem!important
}

.mb-2,
.my-2 {
	margin-bottom: 2rem!important
}

.ml-2,
.mx-2 {
	margin-left: 2rem!important
}

.m-3 {
	margin: 3rem!important
}

.mt-3,
.my-3 {
	margin-top: 3rem!important
}

.mr-3,
.mx-3 {
	margin-right: 3rem!important
}

.mb-3,
.my-3 {
	margin-bottom: 3rem!important
}

.ml-3,
.mx-3 {
	margin-left: 3rem!important
}

.m-4 {
	margin: 4rem!important
}

.mt-4,
.my-4 {
	margin-top: 4rem!important
}

.mr-4,
.mx-4 {
	margin-right: 4rem!important
}

.mb-4,
.my-4 {
	margin-bottom: 4rem!important
}

.ml-4,
.mx-4 {
	margin-left: 4rem!important
}

.m-5 {
	margin: 5rem!important
}

.mt-5,
.my-5 {
	margin-top: 5rem!important
}

.mr-5,
.mx-5 {
	margin-right: 5rem!important
}

.mb-5,
.my-5 {
	margin-bottom: 5rem!important
}

.ml-5,
.mx-5 {
	margin-left: 5rem!important
}

.m-6 {
	margin: 6rem!important
}

.mt-6,
.my-6 {
	margin-top: 6rem!important
}

.mr-6,
.mx-6 {
	margin-right: 6rem!important
}

.mb-6,
.my-6 {
	margin-bottom: 6rem!important
}

.ml-6,
.mx-6 {
	margin-left: 6rem!important
}

.m-7 {
	margin: 7rem!important
}

.mt-7,
.my-7 {
	margin-top: 7rem!important
}

.mr-7,
.mx-7 {
	margin-right: 7rem!important
}

.mb-7,
.my-7 {
	margin-bottom: 7rem!important
}

.ml-7,
.mx-7 {
	margin-left: 7rem!important
}

.m-8 {
	margin: 8rem!important
}

.mt-8,
.my-8 {
	margin-top: 8rem!important
}

.mr-8,
.mx-8 {
	margin-right: 8rem!important
}

.mb-8,
.my-8 {
	margin-bottom: 8rem!important
}

.ml-8,
.mx-8 {
	margin-left: 8rem!important
}

.m-9 {
	margin: 8rem!important
}

.mt-9,
.my-9 {
	margin-top: 8rem!important
}

.mr-9,
.mx-9 {
	margin-right: 8rem!important
}

.mb-9,
.my-9 {
	margin-bottom: 8rem!important
}

.ml-9,
.mx-9 {
	margin-left: 8rem!important
}

.m-10 {
	margin: 8rem!important
}

.mt-10,
.my-10 {
	margin-top: 8rem!important
}

.mr-10,
.mx-10 {
	margin-right: 8rem!important
}

.mb-10,
.my-10 {
	margin-bottom: 8rem!important
}

.ml-10,
.mx-10 {
	margin-left: 8rem!important
}

.m-11 {
	margin: 11rem!important
}

.mt-11,
.my-11 {
	margin-top: 11rem!important
}

.mr-11,
.mx-11 {
	margin-right: 11rem!important
}

.mb-11,
.my-11 {
	margin-bottom: 11rem!important
}

.ml-11,
.mx-11 {
	margin-left: 11rem!important
}

.m-12 {
	margin: 12rem!important
}

.mt-12,
.my-12 {
	margin-top: 12rem!important
}

.mr-12,
.mx-12 {
	margin-right: 12rem!important
}

.mb-12,
.my-12 {
	margin-bottom: 12rem!important
}

.ml-12,
.mx-12 {
	margin-left: 12rem!important
}

.m-15 {
	margin: 15rem!important
}

.mt-15,
.my-15 {
	margin-top: 15rem!important
}

.mr-15,
.mx-15 {
	margin-right: 15rem!important
}

.mb-15,
.my-15 {
	margin-bottom: 15rem!important
}

.ml-15,
.mx-15 {
	margin-left: 15rem!important
}

.m-grid {
	margin: 2.61111rem!important
}

.mt-grid,
.my-grid {
	margin-top: 2.61111rem!important
}

.mr-grid,
.mx-grid {
	margin-right: 2.61111rem!important
}

.mb-grid,
.my-grid {
	margin-bottom: 2.61111rem!important
}

.ml-grid,
.mx-grid {
	margin-left: 2.61111rem!important
}

.p-0 {
	padding: 0!important
}

.pt-0,
.py-0 {
	padding-top: 0!important
}

.pr-0,
.px-0 {
	padding-right: 0!important
}

.pb-0,
.py-0 {
	padding-bottom: 0!important
}

.pl-0,
.px-0 {
	padding-left: 0!important
}

.p-1 {
	padding: 1rem!important
}

.pt-1,
.py-1 {
	padding-top: 1rem!important
}

.pr-1,
.px-1 {
	padding-right: 1rem!important
}

.pb-1,
.py-1 {
	padding-bottom: 1rem!important
}

.pl-1,
.px-1 {
	padding-left: 1rem!important
}

.p-2 {
	padding: 2rem!important
}

.pt-2,
.py-2 {
	padding-top: 2rem!important
}

.pr-2,
.px-2 {
	padding-right: 2rem!important
}

.pb-2,
.py-2 {
	padding-bottom: 2rem!important
}

.pl-2,
.px-2 {
	padding-left: 2rem!important
}

.p-3 {
	padding: 3rem!important
}

.pt-3,
.py-3 {
	padding-top: 3rem!important
}

.pr-3,
.px-3 {
	padding-right: 3rem!important
}

.pb-3,
.py-3 {
	padding-bottom: 3rem!important
}

.pl-3,
.px-3 {
	padding-left: 3rem!important
}

.p-4 {
	padding: 4rem!important
}

.pt-4,
.py-4 {
	padding-top: 4rem!important
}

.pr-4,
.px-4 {
	padding-right: 4rem!important
}

.pb-4,
.py-4 {
	padding-bottom: 4rem!important
}

.pl-4,
.px-4 {
	padding-left: 4rem!important
}

.p-5 {
	padding: 5rem!important
}

.pt-5,
.py-5 {
	padding-top: 5rem!important
}

.pr-5,
.px-5 {
	padding-right: 5rem!important
}

.pb-5,
.py-5 {
	padding-bottom: 5rem!important
}

.pl-5,
.px-5 {
	padding-left: 5rem!important
}

.p-6 {
	padding: 6rem!important
}

.pt-6,
.py-6 {
	padding-top: 6rem!important
}

.pr-6,
.px-6 {
	padding-right: 6rem!important
}

.pb-6,
.py-6 {
	padding-bottom: 6rem!important
}

.pl-6,
.px-6 {
	padding-left: 6rem!important
}

.p-7 {
	padding: 7rem!important
}

.pt-7,
.py-7 {
	padding-top: 7rem!important
}

.pr-7,
.px-7 {
	padding-right: 7rem!important
}

.pb-7,
.py-7 {
	padding-bottom: 7rem!important
}

.pl-7,
.px-7 {
	padding-left: 7rem!important
}

.p-8 {
	padding: 8rem!important
}

.pt-8,
.py-8 {
	padding-top: 8rem!important
}

.pr-8,
.px-8 {
	padding-right: 8rem!important
}

.pb-8,
.py-8 {
	padding-bottom: 8rem!important
}

.pl-8,
.px-8 {
	padding-left: 8rem!important
}

.p-9 {
	padding: 8rem!important
}

.pt-9,
.py-9 {
	padding-top: 8rem!important
}

.pr-9,
.px-9 {
	padding-right: 8rem!important
}

.pb-9,
.py-9 {
	padding-bottom: 8rem!important
}

.pl-9,
.px-9 {
	padding-left: 8rem!important
}

.p-10 {
	padding: 8rem!important
}

.pt-10,
.py-10 {
	padding-top: 8rem!important
}

.pr-10,
.px-10 {
	padding-right: 8rem!important
}

.pb-10,
.py-10 {
	padding-bottom: 8rem!important
}

.pl-10,
.px-10 {
	padding-left: 8rem!important
}

.p-11 {
	padding: 11rem!important
}

.pt-11,
.py-11 {
	padding-top: 11rem!important
}

.pr-11,
.px-11 {
	padding-right: 11rem!important
}

.pb-11,
.py-11 {
	padding-bottom: 11rem!important
}

.pl-11,
.px-11 {
	padding-left: 11rem!important
}

.p-12 {
	padding: 12rem!important
}

.pt-12,
.py-12 {
	padding-top: 12rem!important
}

.pr-12,
.px-12 {
	padding-right: 12rem!important
}

.pb-12,
.py-12 {
	padding-bottom: 12rem!important
}

.pl-12,
.px-12 {
	padding-left: 12rem!important
}

.p-15 {
	padding: 15rem!important
}

.pt-15,
.py-15 {
	padding-top: 15rem!important
}

.pr-15,
.px-15 {
	padding-right: 15rem!important
}

.pb-15,
.py-15 {
	padding-bottom: 15rem!important
}

.pl-15,
.px-15 {
	padding-left: 15rem!important
}

.p-grid {
	padding: 2.61111rem!important
}

.pt-grid,
.py-grid {
	padding-top: 2.61111rem!important
}

.pr-grid,
.px-grid {
	padding-right: 2.61111rem!important
}

.pb-grid,
.py-grid {
	padding-bottom: 2.61111rem!important
}

.pl-grid,
.px-grid {
	padding-left: 2.61111rem!important
}

.m-n1 {
	margin: -1rem!important
}

.mt-n1,
.my-n1 {
	margin-top: -1rem!important
}

.mr-n1,
.mx-n1 {
	margin-right: -1rem!important
}

.mb-n1,
.my-n1 {
	margin-bottom: -1rem!important
}

.ml-n1,
.mx-n1 {
	margin-left: -1rem!important
}

.m-n2 {
	margin: -2rem!important
}

.mt-n2,
.my-n2 {
	margin-top: -2rem!important
}

.mr-n2,
.mx-n2 {
	margin-right: -2rem!important
}

.mb-n2,
.my-n2 {
	margin-bottom: -2rem!important
}

.ml-n2,
.mx-n2 {
	margin-left: -2rem!important
}

.m-n3 {
	margin: -3rem!important
}

.mt-n3,
.my-n3 {
	margin-top: -3rem!important
}

.mr-n3,
.mx-n3 {
	margin-right: -3rem!important
}

.mb-n3,
.my-n3 {
	margin-bottom: -3rem!important
}

.ml-n3,
.mx-n3 {
	margin-left: -3rem!important
}

.m-n4 {
	margin: -4rem!important
}

.mt-n4,
.my-n4 {
	margin-top: -4rem!important
}

.mr-n4,
.mx-n4 {
	margin-right: -4rem!important
}

.mb-n4,
.my-n4 {
	margin-bottom: -4rem!important
}

.ml-n4,
.mx-n4 {
	margin-left: -4rem!important
}

.m-n5 {
	margin: -5rem!important
}

.mt-n5,
.my-n5 {
	margin-top: -5rem!important
}

.mr-n5,
.mx-n5 {
	margin-right: -5rem!important
}

.mb-n5,
.my-n5 {
	margin-bottom: -5rem!important
}

.ml-n5,
.mx-n5 {
	margin-left: -5rem!important
}

.m-n6 {
	margin: -6rem!important
}

.mt-n6,
.my-n6 {
	margin-top: -6rem!important
}

.mr-n6,
.mx-n6 {
	margin-right: -6rem!important
}

.mb-n6,
.my-n6 {
	margin-bottom: -6rem!important
}

.ml-n6,
.mx-n6 {
	margin-left: -6rem!important
}

.m-n7 {
	margin: -7rem!important
}

.mt-n7,
.my-n7 {
	margin-top: -7rem!important
}

.mr-n7,
.mx-n7 {
	margin-right: -7rem!important
}

.mb-n7,
.my-n7 {
	margin-bottom: -7rem!important
}

.ml-n7,
.mx-n7 {
	margin-left: -7rem!important
}

.m-n8 {
	margin: -8rem!important
}

.mt-n8,
.my-n8 {
	margin-top: -8rem!important
}

.mr-n8,
.mx-n8 {
	margin-right: -8rem!important
}

.mb-n8,
.my-n8 {
	margin-bottom: -8rem!important
}

.ml-n8,
.mx-n8 {
	margin-left: -8rem!important
}

.m-n9 {
	margin: -8rem!important
}

.mt-n9,
.my-n9 {
	margin-top: -8rem!important
}

.mr-n9,
.mx-n9 {
	margin-right: -8rem!important
}

.mb-n9,
.my-n9 {
	margin-bottom: -8rem!important
}

.ml-n9,
.mx-n9 {
	margin-left: -8rem!important
}

.m-n10 {
	margin: -8rem!important
}

.mt-n10,
.my-n10 {
	margin-top: -8rem!important
}

.mr-n10,
.mx-n10 {
	margin-right: -8rem!important
}

.mb-n10,
.my-n10 {
	margin-bottom: -8rem!important
}

.ml-n10,
.mx-n10 {
	margin-left: -8rem!important
}

.m-n11 {
	margin: -11rem!important
}

.mt-n11,
.my-n11 {
	margin-top: -11rem!important
}

.mr-n11,
.mx-n11 {
	margin-right: -11rem!important
}

.mb-n11,
.my-n11 {
	margin-bottom: -11rem!important
}

.ml-n11,
.mx-n11 {
	margin-left: -11rem!important
}

.m-n12 {
	margin: -12rem!important
}

.mt-n12,
.my-n12 {
	margin-top: -12rem!important
}

.mr-n12,
.mx-n12 {
	margin-right: -12rem!important
}

.mb-n12,
.my-n12 {
	margin-bottom: -12rem!important
}

.ml-n12,
.mx-n12 {
	margin-left: -12rem!important
}

.m-n15 {
	margin: -15rem!important
}

.mt-n15,
.my-n15 {
	margin-top: -15rem!important
}

.mr-n15,
.mx-n15 {
	margin-right: -15rem!important
}

.mb-n15,
.my-n15 {
	margin-bottom: -15rem!important
}

.ml-n15,
.mx-n15 {
	margin-left: -15rem!important
}

.m-ngrid {
	margin: -2.61111rem!important
}

.mt-ngrid,
.my-ngrid {
	margin-top: -2.61111rem!important
}

.mr-ngrid,
.mx-ngrid {
	margin-right: -2.61111rem!important
}

.mb-ngrid,
.my-ngrid {
	margin-bottom: -2.61111rem!important
}

.ml-ngrid,
.mx-ngrid {
	margin-left: -2.61111rem!important
}

.m-auto {
	margin: auto!important
}

.mt-auto,
.my-auto {
	margin-top: auto!important
}

.mr-auto,
.mx-auto {
	margin-right: auto!important
}

.mb-auto,
.my-auto {
	margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
	margin-left: auto!important
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0!important
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0!important
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0!important
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0!important
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0!important
	}
	.m-md-1 {
		margin: 1rem!important
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: 1rem!important
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: 1rem!important
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: 1rem!important
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: 1rem!important
	}
	.m-md-2 {
		margin: 2rem!important
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: 2rem!important
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: 2rem!important
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: 2rem!important
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: 2rem!important
	}
	.m-md-3 {
		margin: 3rem!important
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 3rem!important
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 3rem!important
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 3rem!important
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 3rem!important
	}
	.m-md-4 {
		margin: 4rem!important
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 4rem!important
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 4rem!important
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 4rem!important
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 4rem!important
	}
	.m-md-5 {
		margin: 5rem!important
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 5rem!important
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 5rem!important
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 5rem!important
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 5rem!important
	}
	.m-md-6 {
		margin: 6rem!important
	}
	.mt-md-6,
	.my-md-6 {
		margin-top: 6rem!important
	}
	.mr-md-6,
	.mx-md-6 {
		margin-right: 6rem!important
	}
	.mb-md-6,
	.my-md-6 {
		margin-bottom: 6rem!important
	}
	.ml-md-6,
	.mx-md-6 {
		margin-left: 6rem!important
	}
	.m-md-7 {
		margin: 7rem!important
	}
	.mt-md-7,
	.my-md-7 {
		margin-top: 7rem!important
	}
	.mr-md-7,
	.mx-md-7 {
		margin-right: 7rem!important
	}
	.mb-md-7,
	.my-md-7 {
		margin-bottom: 7rem!important
	}
	.ml-md-7,
	.mx-md-7 {
		margin-left: 7rem!important
	}
	.m-md-8 {
		margin: 8rem!important
	}
	.mt-md-8,
	.my-md-8 {
		margin-top: 8rem!important
	}
	.mr-md-8,
	.mx-md-8 {
		margin-right: 8rem!important
	}
	.mb-md-8,
	.my-md-8 {
		margin-bottom: 8rem!important
	}
	.ml-md-8,
	.mx-md-8 {
		margin-left: 8rem!important
	}
	.m-md-9 {
		margin: 8rem!important
	}
	.mt-md-9,
	.my-md-9 {
		margin-top: 8rem!important
	}
	.mr-md-9,
	.mx-md-9 {
		margin-right: 8rem!important
	}
	.mb-md-9,
	.my-md-9 {
		margin-bottom: 8rem!important
	}
	.ml-md-9,
	.mx-md-9 {
		margin-left: 8rem!important
	}
	.m-md-10 {
		margin: 8rem!important
	}
	.mt-md-10,
	.my-md-10 {
		margin-top: 8rem!important
	}
	.mr-md-10,
	.mx-md-10 {
		margin-right: 8rem!important
	}
	.mb-md-10,
	.my-md-10 {
		margin-bottom: 8rem!important
	}
	.ml-md-10,
	.mx-md-10 {
		margin-left: 8rem!important
	}
	.m-md-11 {
		margin: 11rem!important
	}
	.mt-md-11,
	.my-md-11 {
		margin-top: 11rem!important
	}
	.mr-md-11,
	.mx-md-11 {
		margin-right: 11rem!important
	}
	.mb-md-11,
	.my-md-11 {
		margin-bottom: 11rem!important
	}
	.ml-md-11,
	.mx-md-11 {
		margin-left: 11rem!important
	}
	.m-md-12 {
		margin: 12rem!important
	}
	.mt-md-12,
	.my-md-12 {
		margin-top: 12rem!important
	}
	.mr-md-12,
	.mx-md-12 {
		margin-right: 12rem!important
	}
	.mb-md-12,
	.my-md-12 {
		margin-bottom: 12rem!important
	}
	.ml-md-12,
	.mx-md-12 {
		margin-left: 12rem!important
	}
	.m-md-15 {
		margin: 15rem!important
	}
	.mt-md-15,
	.my-md-15 {
		margin-top: 3rem!important
	}
	.mr-md-15,
	.mx-md-15 {
		margin-right: 15rem!important
	}
	.mb-md-15,
	.my-md-15 {
		margin-bottom: 3rem!important
	}
	.ml-md-15,
	.mx-md-15 {
		margin-left: 15rem!important
	}
	.m-md-grid {
		margin: 2.61111rem!important
	}
	.mt-md-grid,
	.my-md-grid {
		margin-top: 2.61111rem!important
	}
	.mr-md-grid,
	.mx-md-grid {
		margin-right: 2.61111rem!important
	}
	.mb-md-grid,
	.my-md-grid {
		margin-bottom: 2.61111rem!important
	}
	.ml-md-grid,
	.mx-md-grid {
		margin-left: 2.61111rem!important
	}
	.p-md-0 {
		padding: 0!important
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0!important
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0!important
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0!important
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0!important
	}
	.p-md-1 {
		padding: 1rem!important
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: 1rem!important
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: 1rem!important
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: 1rem!important
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: 1rem!important
	}
	.p-md-2 {
		padding: 2rem!important
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: 2rem!important
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: 2rem!important
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: 2rem!important
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: 2rem!important
	}
	.p-md-3 {
		padding: 3rem!important
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem!important
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 3rem!important
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 3rem!important
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 3rem!important
	}
	.p-md-4 {
		padding: 4rem!important
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 4rem!important
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 4rem!important
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 4rem!important
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 4rem!important
	}
	.p-md-5 {
		padding: 5rem!important
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 5rem!important
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 5rem!important
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 5rem!important
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 5rem!important
	}
	.p-md-6 {
		padding: 6rem!important
	}
	.pt-md-6,
	.py-md-6 {
		padding-top: 6rem!important
	}
	.pr-md-6,
	.px-md-6 {
		padding-right: 6rem!important
	}
	.pb-md-6,
	.py-md-6 {
		padding-bottom: 6rem!important
	}
	.pl-md-6,
	.px-md-6 {
		padding-left: 6rem!important
	}
	.p-md-7 {
		padding: 7rem!important
	}
	.pt-md-7,
	.py-md-7 {
		padding-top: 7rem!important
	}
	.pr-md-7,
	.px-md-7 {
		padding-right: 7rem!important
	}
	.pb-md-7,
	.py-md-7 {
		padding-bottom: 7rem!important
	}
	.pl-md-7,
	.px-md-7 {
		padding-left: 7rem!important
	}
	.p-md-8 {
		padding: 8rem!important
	}
	.pt-md-8,
	.py-md-8 {
		padding-top: 8rem!important
	}
	.pr-md-8,
	.px-md-8 {
		padding-right: 8rem!important
	}
	.pb-md-8,
	.py-md-8 {
		padding-bottom: 8rem!important
	}
	.pl-md-8,
	.px-md-8 {
		padding-left: 8rem!important
	}
	.p-md-9 {
		padding: 8rem!important
	}
	.pt-md-9,
	.py-md-9 {
		padding-top: 8rem!important
	}
	.pr-md-9,
	.px-md-9 {
		padding-right: 8rem!important
	}
	.pb-md-9,
	.py-md-9 {
		padding-bottom: 8rem!important
	}
	.pl-md-9,
	.px-md-9 {
		padding-left: 8rem!important
	}
	.p-md-10 {
		padding: 8rem!important
	}
	.pt-md-10,
	.py-md-10 {
		padding-top: 2rem!important
	}
	.pr-md-10,
	.px-md-10 {
		padding-right: 8rem!important
	}
	.pb-md-10,
	.py-md-10 {
		padding-bottom: 4rem!important
	}
	.pl-md-10,
	.px-md-10 {
		padding-left: 8rem!important
	}
	.p-md-11 {
		padding: 11rem!important
	}
	.pt-md-11,
	.py-md-11 {
		padding-top: 11rem!important
	}
	.pr-md-11,
	.px-md-11 {
		padding-right: 11rem!important
	}
	.pb-md-11,
	.py-md-11 {
		padding-bottom: 11rem!important
	}
	.pl-md-11,
	.px-md-11 {
		padding-left: 11rem!important
	}
	.p-md-12 {
		padding: 12rem!important
	}
	.pt-md-12,
	.py-md-12 {
		padding-top: 12rem!important
	}
	.pr-md-12,
	.px-md-12 {
		padding-right: 12rem!important
	}
	.pb-md-12,
	.py-md-12 {
		padding-bottom: 12rem!important
	}
	.pl-md-12,
	.px-md-12 {
		padding-left: 12rem!important
	}
	.p-md-15 {
		padding: 15rem!important
	}
	.pt-md-15,
	.py-md-15 {
		padding-top: 15rem!important
	}
	.pr-md-15,
	.px-md-15 {
		padding-right: 15rem!important
	}
	.pb-md-15,
	.py-md-15 {
		padding-bottom: 15rem!important
	}
	.pl-md-15,
	.px-md-15 {
		padding-left: 15rem!important
	}
	.p-md-grid {
		padding: 2.61111rem!important
	}
	.pt-md-grid,
	.py-md-grid {
		padding-top: 2.61111rem!important
	}
	.pr-md-grid,
	.px-md-grid {
		padding-right: 2.61111rem!important
	}
	.pb-md-grid,
	.py-md-grid {
		padding-bottom: 2.61111rem!important
	}
	.pl-md-grid,
	.px-md-grid {
		padding-left: 2.61111rem!important
	}
	.m-md-n1 {
		margin: -1rem!important
	}
	.mt-md-n1,
	.my-md-n1 {
		margin-top: -1rem!important
	}
	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -1rem!important
	}
	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -1rem!important
	}
	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -1rem!important
	}
	.m-md-n2 {
		margin: -2rem!important
	}
	.mt-md-n2,
	.my-md-n2 {
		margin-top: -2rem!important
	}
	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -2rem!important
	}
	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -2rem!important
	}
	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -2rem!important
	}
	.m-md-n3 {
		margin: -3rem!important
	}
	.mt-md-n3,
	.my-md-n3 {
		margin-top: -3rem!important
	}
	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -3rem!important
	}
	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -3rem!important
	}
	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -3rem!important
	}
	.m-md-n4 {
		margin: -4rem!important
	}
	.mt-md-n4,
	.my-md-n4 {
		margin-top: -4rem!important
	}
	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -4rem!important
	}
	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -4rem!important
	}
	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -4rem!important
	}
	.m-md-n5 {
		margin: -5rem!important
	}
	.mt-md-n5,
	.my-md-n5 {
		margin-top: -5rem!important
	}
	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -5rem!important
	}
	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -5rem!important
	}
	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -5rem!important
	}
	.m-md-n6 {
		margin: -6rem!important
	}
	.mt-md-n6,
	.my-md-n6 {
		margin-top: -6rem!important
	}
	.mr-md-n6,
	.mx-md-n6 {
		margin-right: -6rem!important
	}
	.mb-md-n6,
	.my-md-n6 {
		margin-bottom: -6rem!important
	}
	.ml-md-n6,
	.mx-md-n6 {
		margin-left: -6rem!important
	}
	.m-md-n7 {
		margin: -7rem!important
	}
	.mt-md-n7,
	.my-md-n7 {
		margin-top: -7rem!important
	}
	.mr-md-n7,
	.mx-md-n7 {
		margin-right: -7rem!important
	}
	.mb-md-n7,
	.my-md-n7 {
		margin-bottom: -7rem!important
	}
	.ml-md-n7,
	.mx-md-n7 {
		margin-left: -7rem!important
	}
	.m-md-n8 {
		margin: -8rem!important
	}
	.mt-md-n8,
	.my-md-n8 {
		margin-top: -8rem!important
	}
	.mr-md-n8,
	.mx-md-n8 {
		margin-right: -8rem!important
	}
	.mb-md-n8,
	.my-md-n8 {
		margin-bottom: -8rem!important
	}
	.ml-md-n8,
	.mx-md-n8 {
		margin-left: -8rem!important
	}
	.m-md-n9 {
		margin: -8rem!important
	}
	.mt-md-n9,
	.my-md-n9 {
		margin-top: -8rem!important
	}
	.mr-md-n9,
	.mx-md-n9 {
		margin-right: -8rem!important
	}
	.mb-md-n9,
	.my-md-n9 {
		margin-bottom: -8rem!important
	}
	.ml-md-n9,
	.mx-md-n9 {
		margin-left: -8rem!important
	}
	.m-md-n10 {
		margin: -8rem!important
	}
	.mt-md-n10,
	.my-md-n10 {
		margin-top: -8rem!important
	}
	.mr-md-n10,
	.mx-md-n10 {
		margin-right: -8rem!important
	}
	.mb-md-n10,
	.my-md-n10 {
		margin-bottom: -8rem!important
	}
	.ml-md-n10,
	.mx-md-n10 {
		margin-left: -8rem!important
	}
	.m-md-n11 {
		margin: -11rem!important
	}
	.mt-md-n11,
	.my-md-n11 {
		margin-top: -11rem!important
	}
	.mr-md-n11,
	.mx-md-n11 {
		margin-right: -11rem!important
	}
	.mb-md-n11,
	.my-md-n11 {
		margin-bottom: -11rem!important
	}
	.ml-md-n11,
	.mx-md-n11 {
		margin-left: -11rem!important
	}
	.m-md-n12 {
		margin: -12rem!important
	}
	.mt-md-n12,
	.my-md-n12 {
		margin-top: -12rem!important
	}
	.mr-md-n12,
	.mx-md-n12 {
		margin-right: -12rem!important
	}
	.mb-md-n12,
	.my-md-n12 {
		margin-bottom: -12rem!important
	}
	.ml-md-n12,
	.mx-md-n12 {
		margin-left: -12rem!important
	}
	.m-md-n15 {
		margin: -15rem!important
	}
	.mt-md-n15,
	.my-md-n15 {
		margin-top: -15rem!important
	}
	.mr-md-n15,
	.mx-md-n15 {
		margin-right: -15rem!important
	}
	.mb-md-n15,
	.my-md-n15 {
		margin-bottom: -15rem!important
	}
	.ml-md-n15,
	.mx-md-n15 {
		margin-left: -15rem!important
	}
	.m-md-ngrid {
		margin: -2.61111rem!important
	}
	.mt-md-ngrid,
	.my-md-ngrid {
		margin-top: -2.61111rem!important
	}
	.mr-md-ngrid,
	.mx-md-ngrid {
		margin-right: -2.61111rem!important
	}
	.mb-md-ngrid,
	.my-md-ngrid {
		margin-bottom: -2.61111rem!important
	}
	.ml-md-ngrid,
	.mx-md-ngrid {
		margin-left: -2.61111rem!important
	}
	.m-md-auto {
		margin: auto!important
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto!important
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto!important
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto!important
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto!important
	}
}

@media (min-width:1024px) {
	.m-lg-0 {
		margin: 0!important
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0!important
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0!important
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0!important
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0!important
	}
	.m-lg-1 {
		margin: 1rem!important
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: 1rem!important
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 1rem!important
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 1rem!important
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 1rem!important
	}
	.m-lg-2 {
		margin: 2rem!important
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: 2rem!important
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 2rem!important
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 2rem!important
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 2rem!important
	}
	.m-lg-3 {
		margin: 3rem!important
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 3rem!important
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 3rem!important
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 3rem!important
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 3rem!important
	}
	.m-lg-4 {
		margin: 4rem!important
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 4rem!important
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 4rem!important
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 4rem!important
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 4rem!important
	}
	.m-lg-5 {
		margin: 5rem!important
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 5rem!important
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 5rem!important
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 5rem!important
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 5rem!important
	}
	.m-lg-6 {
		margin: 6rem!important
	}
	.mt-lg-6,
	.my-lg-6 {
		margin-top: 6rem!important
	}
	.mr-lg-6,
	.mx-lg-6 {
		margin-right: 6rem!important
	}
	.mb-lg-6,
	.my-lg-6 {
		margin-bottom: 6rem!important
	}
	.ml-lg-6,
	.mx-lg-6 {
		margin-left: 6rem!important
	}
	.m-lg-7 {
		margin: 7rem!important
	}
	.mt-lg-7,
	.my-lg-7 {
		margin-top: 7rem!important
	}
	.mr-lg-7,
	.mx-lg-7 {
		margin-right: 7rem!important
	}
	.mb-lg-7,
	.my-lg-7 {
		margin-bottom: 7rem!important
	}
	.ml-lg-7,
	.mx-lg-7 {
		margin-left: 7rem!important
	}
	.m-lg-8 {
		margin: 8rem!important
	}
	.mt-lg-8,
	.my-lg-8 {
		margin-top: 8rem!important
	}
	.mr-lg-8,
	.mx-lg-8 {
		margin-right: 8rem!important
	}
	.mb-lg-8,
	.my-lg-8 {
		margin-bottom: 8rem!important
	}
	.ml-lg-8,
	.mx-lg-8 {
		margin-left: 8rem!important
	}
	.m-lg-9 {
		margin: 8rem!important
	}
	.mt-lg-9,
	.my-lg-9 {
		margin-top: 8rem!important
	}
	.mr-lg-9,
	.mx-lg-9 {
		margin-right: 8rem!important
	}
	.mb-lg-9,
	.my-lg-9 {
		margin-bottom: 8rem!important
	}
	.ml-lg-9,
	.mx-lg-9 {
		margin-left: 8rem!important
	}
	.m-lg-10 {
		margin: 8rem!important
	}
	.mt-lg-10,
	.my-lg-10 {
		margin-top: 8rem!important
	}
	.mr-lg-10,
	.mx-lg-10 {
		margin-right: 8rem!important
	}
	.mb-lg-10,
	.my-lg-10 {
		margin-bottom: 8rem!important
	}
	.ml-lg-10,
	.mx-lg-10 {
		margin-left: 8rem!important
	}
	.m-lg-11 {
		margin: 11rem!important
	}
	.mt-lg-11,
	.my-lg-11 {
		margin-top: 11rem!important
	}
	.mr-lg-11,
	.mx-lg-11 {
		margin-right: 11rem!important
	}
	.mb-lg-11,
	.my-lg-11 {
		margin-bottom: 11rem!important
	}
	.ml-lg-11,
	.mx-lg-11 {
		margin-left: 11rem!important
	}
	.m-lg-12 {
		margin: 12rem!important
	}
	.mt-lg-12,
	.my-lg-12 {
		margin-top: 12rem!important
	}
	.mr-lg-12,
	.mx-lg-12 {
		margin-right: 12rem!important
	}
	.mb-lg-12,
	.my-lg-12 {
		margin-bottom: 12rem!important
	}
	.ml-lg-12,
	.mx-lg-12 {
		margin-left: 12rem!important
	}
	.m-lg-15 {
		margin: 15rem!important
	}
	.mt-lg-15,
	.my-lg-15 {
		margin-top: 15rem!important
	}
	.mr-lg-15,
	.mx-lg-15 {
		margin-right: 15rem!important
	}
	.mb-lg-15,
	.my-lg-15 {
		margin-bottom: 15rem!important
	}
	.ml-lg-15,
	.mx-lg-15 {
		margin-left: 15rem!important
	}
	.m-lg-grid {
		margin: 2.61111rem!important
	}
	.mt-lg-grid,
	.my-lg-grid {
		margin-top: 2.61111rem!important
	}
	.mr-lg-grid,
	.mx-lg-grid {
		margin-right: 2.61111rem!important
	}
	.mb-lg-grid,
	.my-lg-grid {
		margin-bottom: 2.61111rem!important
	}
	.ml-lg-grid,
	.mx-lg-grid {
		margin-left: 2.61111rem!important
	}
	.p-lg-0 {
		padding: 0!important
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0!important
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0!important
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0!important
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0!important
	}
	.p-lg-1 {
		padding: 1rem!important
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: 1rem!important
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: 1rem!important
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 1rem!important
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: 1rem!important
	}
	.p-lg-2 {
		padding: 2rem!important
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: 2rem!important
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: 2rem!important
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 2rem!important
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: 2rem!important
	}
	.p-lg-3 {
		padding: 3rem!important
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 3rem!important
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 3rem!important
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 3rem!important
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 3rem!important
	}
	.p-lg-4 {
		padding: 4rem!important
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 4rem!important
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 4rem!important
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 4rem!important
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 4rem!important
	}
	.p-lg-5 {
		padding: 5rem!important
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 5rem!important
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 5rem!important
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 5rem!important
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 5rem!important
	}
	.p-lg-6 {
		padding: 6rem!important
	}
	.pt-lg-6,
	.py-lg-6 {
		padding-top: 6rem!important
	}
	.pr-lg-6,
	.px-lg-6 {
		padding-right: 6rem!important
	}
	.pb-lg-6,
	.py-lg-6 {
		padding-bottom: 6rem!important
	}
	.pl-lg-6,
	.px-lg-6 {
		padding-left: 6rem!important
	}
	.p-lg-7 {
		padding: 7rem!important
	}
	.pt-lg-7,
	.py-lg-7 {
		padding-top: 7rem!important
	}
	.pr-lg-7,
	.px-lg-7 {
		padding-right: 7rem!important
	}
	.pb-lg-7,
	.py-lg-7 {
		padding-bottom: 7rem!important
	}
	.pl-lg-7,
	.px-lg-7 {
		padding-left: 7rem!important
	}
	.p-lg-8 {
		padding: 8rem!important
	}
	.pt-lg-8,
	.py-lg-8 {
		padding-top: 8rem!important
	}
	.pr-lg-8,
	.px-lg-8 {
		padding-right: 8rem!important
	}
	.pb-lg-8,
	.py-lg-8 {
		padding-bottom: 8rem!important
	}
	.pl-lg-8,
	.px-lg-8 {
		padding-left: 8rem!important
	}
	.p-lg-9 {
		padding: 8rem!important
	}
	.pt-lg-9,
	.py-lg-9 {
		padding-top: 8rem!important
	}
	.pr-lg-9,
	.px-lg-9 {
		padding-right: 8rem!important
	}
	.pb-lg-9,
	.py-lg-9 {
		padding-bottom: 8rem!important
	}
	.pl-lg-9,
	.px-lg-9 {
		padding-left: 8rem!important
	}
	.p-lg-10 {
		padding: 8rem!important
	}
	.pt-lg-10,
	.py-lg-10 {
		padding-top: 8rem!important
	}
	.pr-lg-10,
	.px-lg-10 {
		padding-right: 8rem!important
	}
	.pb-lg-10,
	.py-lg-10 {
		padding-bottom: 8rem!important
	}
	.pl-lg-10,
	.px-lg-10 {
		padding-left: 8rem!important
	}
	.p-lg-11 {
		padding: 11rem!important
	}
	.pt-lg-11,
	.py-lg-11 {
		padding-top: 11rem!important
	}
	.pr-lg-11,
	.px-lg-11 {
		padding-right: 11rem!important
	}
	.pb-lg-11,
	.py-lg-11 {
		padding-bottom: 11rem!important
	}
	.pl-lg-11,
	.px-lg-11 {
		padding-left: 11rem!important
	}
	.p-lg-12 {
		padding: 12rem!important
	}
	.pt-lg-12,
	.py-lg-12 {
		padding-top: 12rem!important
	}
	.pr-lg-12,
	.px-lg-12 {
		padding-right: 12rem!important
	}
	.pb-lg-12,
	.py-lg-12 {
		padding-bottom: 12rem!important
	}
	.pl-lg-12,
	.px-lg-12 {
		padding-left: 12rem!important
	}
	.p-lg-15 {
		padding: 15rem!important
	}
	.pt-lg-15,
	.py-lg-15 {
		padding-top: 15rem!important
	}
	.pr-lg-15,
	.px-lg-15 {
		padding-right: 15rem!important
	}
	.pb-lg-15,
	.py-lg-15 {
		padding-bottom: 15rem!important
	}
	.pl-lg-15,
	.px-lg-15 {
		padding-left: 15rem!important
	}
	.p-lg-grid {
		padding: 2.61111rem!important
	}
	.pt-lg-grid,
	.py-lg-grid {
		padding-top: 2.61111rem!important
	}
	.pr-lg-grid,
	.px-lg-grid {
		padding-right: 2.61111rem!important
	}
	.pb-lg-grid,
	.py-lg-grid {
		padding-bottom: 2.61111rem!important
	}
	.pl-lg-grid,
	.px-lg-grid {
		padding-left: 2.61111rem!important
	}
	.m-lg-n1 {
		margin: -1rem!important
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -1rem!important
	}
	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -1rem!important
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -1rem!important
	}
	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -1rem!important
	}
	.m-lg-n2 {
		margin: -2rem!important
	}
	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -2rem!important
	}
	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -2rem!important
	}
	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -2rem!important
	}
	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -2rem!important
	}
	.m-lg-n3 {
		margin: -3rem!important
	}
	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -3rem!important
	}
	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -3rem!important
	}
	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -3rem!important
	}
	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -3rem!important
	}
	.m-lg-n4 {
		margin: -4rem!important
	}
	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -4rem!important
	}
	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -4rem!important
	}
	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -4rem!important
	}
	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -4rem!important
	}
	.m-lg-n5 {
		margin: -5rem!important
	}
	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -5rem!important
	}
	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -5rem!important
	}
	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -5rem!important
	}
	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -5rem!important
	}
	.m-lg-n6 {
		margin: -6rem!important
	}
	.mt-lg-n6,
	.my-lg-n6 {
		margin-top: -6rem!important
	}
	.mr-lg-n6,
	.mx-lg-n6 {
		margin-right: -6rem!important
	}
	.mb-lg-n6,
	.my-lg-n6 {
		margin-bottom: -6rem!important
	}
	.ml-lg-n6,
	.mx-lg-n6 {
		margin-left: -6rem!important
	}
	.m-lg-n7 {
		margin: -7rem!important
	}
	.mt-lg-n7,
	.my-lg-n7 {
		margin-top: -7rem!important
	}
	.mr-lg-n7,
	.mx-lg-n7 {
		margin-right: -7rem!important
	}
	.mb-lg-n7,
	.my-lg-n7 {
		margin-bottom: -7rem!important
	}
	.ml-lg-n7,
	.mx-lg-n7 {
		margin-left: -7rem!important
	}
	.m-lg-n8 {
		margin: -8rem!important
	}
	.mt-lg-n8,
	.my-lg-n8 {
		margin-top: -8rem!important
	}
	.mr-lg-n8,
	.mx-lg-n8 {
		margin-right: -8rem!important
	}
	.mb-lg-n8,
	.my-lg-n8 {
		margin-bottom: -8rem!important
	}
	.ml-lg-n8,
	.mx-lg-n8 {
		margin-left: -8rem!important
	}
	.m-lg-n9 {
		margin: -8rem!important
	}
	.mt-lg-n9,
	.my-lg-n9 {
		margin-top: -8rem!important
	}
	.mr-lg-n9,
	.mx-lg-n9 {
		margin-right: -8rem!important
	}
	.mb-lg-n9,
	.my-lg-n9 {
		margin-bottom: -8rem!important
	}
	.ml-lg-n9,
	.mx-lg-n9 {
		margin-left: -8rem!important
	}
	.m-lg-n10 {
		margin: -8rem!important
	}
	.mt-lg-n10,
	.my-lg-n10 {
		margin-top: -8rem!important
	}
	.mr-lg-n10,
	.mx-lg-n10 {
		margin-right: -8rem!important
	}
	.mb-lg-n10,
	.my-lg-n10 {
		margin-bottom: -8rem!important
	}
	.ml-lg-n10,
	.mx-lg-n10 {
		margin-left: -8rem!important
	}
	.m-lg-n11 {
		margin: -11rem!important
	}
	.mt-lg-n11,
	.my-lg-n11 {
		margin-top: -11rem!important
	}
	.mr-lg-n11,
	.mx-lg-n11 {
		margin-right: -11rem!important
	}
	.mb-lg-n11,
	.my-lg-n11 {
		margin-bottom: -11rem!important
	}
	.ml-lg-n11,
	.mx-lg-n11 {
		margin-left: -11rem!important
	}
	.m-lg-n12 {
		margin: -12rem!important
	}
	.mt-lg-n12,
	.my-lg-n12 {
		margin-top: -12rem!important
	}
	.mr-lg-n12,
	.mx-lg-n12 {
		margin-right: -12rem!important
	}
	.mb-lg-n12,
	.my-lg-n12 {
		margin-bottom: -12rem!important
	}
	.ml-lg-n12,
	.mx-lg-n12 {
		margin-left: -12rem!important
	}
	.m-lg-n15 {
		margin: -15rem!important
	}
	.mt-lg-n15,
	.my-lg-n15 {
		margin-top: -15rem!important
	}
	.mr-lg-n15,
	.mx-lg-n15 {
		margin-right: -15rem!important
	}
	.mb-lg-n15,
	.my-lg-n15 {
		margin-bottom: -15rem!important
	}
	.ml-lg-n15,
	.mx-lg-n15 {
		margin-left: -15rem!important
	}
	.m-lg-ngrid {
		margin: -2.61111rem!important
	}
	.mt-lg-ngrid,
	.my-lg-ngrid {
		margin-top: -2.61111rem!important
	}
	.mr-lg-ngrid,
	.mx-lg-ngrid {
		margin-right: -2.61111rem!important
	}
	.mb-lg-ngrid,
	.my-lg-ngrid {
		margin-bottom: -2.61111rem!important
	}
	.ml-lg-ngrid,
	.mx-lg-ngrid {
		margin-left: -2.61111rem!important
	}
	.m-lg-auto {
		margin: auto!important
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto!important
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto!important
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto!important
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto!important
	}
}

@media (min-width:1600px) {
	.m-xl-0 {
		margin: 0!important
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0!important
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0!important
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0!important
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0!important
	}
	.m-xl-1 {
		margin: 1rem!important
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: 1rem!important
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 1rem!important
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 1rem!important
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 1rem!important
	}
	.m-xl-2 {
		margin: 2rem!important
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: 2rem!important
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 2rem!important
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 2rem!important
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 2rem!important
	}
	.m-xl-3 {
		margin: 3rem!important
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 3rem!important
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 3rem!important
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 3rem!important
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 3rem!important
	}
	.m-xl-4 {
		margin: 4rem!important
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 4rem!important
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 4rem!important
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 4rem!important
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 4rem!important
	}
	.m-xl-5 {
		margin: 5rem!important
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 5rem!important
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 5rem!important
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 5rem!important
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 5rem!important
	}
	.m-xl-6 {
		margin: 6rem!important
	}
	.mt-xl-6,
	.my-xl-6 {
		margin-top: 6rem!important
	}
	.mr-xl-6,
	.mx-xl-6 {
		margin-right: 6rem!important
	}
	.mb-xl-6,
	.my-xl-6 {
		margin-bottom: 6rem!important
	}
	.ml-xl-6,
	.mx-xl-6 {
		margin-left: 6rem!important
	}
	.m-xl-7 {
		margin: 7rem!important
	}
	.mt-xl-7,
	.my-xl-7 {
		margin-top: 7rem!important
	}
	.mr-xl-7,
	.mx-xl-7 {
		margin-right: 7rem!important
	}
	.mb-xl-7,
	.my-xl-7 {
		margin-bottom: 7rem!important
	}
	.ml-xl-7,
	.mx-xl-7 {
		margin-left: 7rem!important
	}
	.m-xl-8 {
		margin: 8rem!important
	}
	.mt-xl-8,
	.my-xl-8 {
		margin-top: 8rem!important
	}
	.mr-xl-8,
	.mx-xl-8 {
		margin-right: 8rem!important
	}
	.mb-xl-8,
	.my-xl-8 {
		margin-bottom: 8rem!important
	}
	.ml-xl-8,
	.mx-xl-8 {
		margin-left: 8rem!important
	}
	.m-xl-9 {
		margin: 8rem!important
	}
	.mt-xl-9,
	.my-xl-9 {
		margin-top: 8rem!important
	}
	.mr-xl-9,
	.mx-xl-9 {
		margin-right: 8rem!important
	}
	.mb-xl-9,
	.my-xl-9 {
		margin-bottom: 8rem!important
	}
	.ml-xl-9,
	.mx-xl-9 {
		margin-left: 8rem!important
	}
	.m-xl-10 {
		margin: 8rem!important
	}
	.mt-xl-10,
	.my-xl-10 {
		margin-top: 8rem!important
	}
	.mr-xl-10,
	.mx-xl-10 {
		margin-right: 8rem!important
	}
	.mb-xl-10,
	.my-xl-10 {
		margin-bottom: 8rem!important
	}
	.ml-xl-10,
	.mx-xl-10 {
		margin-left: 8rem!important
	}
	.m-xl-11 {
		margin: 11rem!important
	}
	.mt-xl-11,
	.my-xl-11 {
		margin-top: 11rem!important
	}
	.mr-xl-11,
	.mx-xl-11 {
		margin-right: 11rem!important
	}
	.mb-xl-11,
	.my-xl-11 {
		margin-bottom: 11rem!important
	}
	.ml-xl-11,
	.mx-xl-11 {
		margin-left: 11rem!important
	}
	.m-xl-12 {
		margin: 12rem!important
	}
	.mt-xl-12,
	.my-xl-12 {
		margin-top: 12rem!important
	}
	.mr-xl-12,
	.mx-xl-12 {
		margin-right: 12rem!important
	}
	.mb-xl-12,
	.my-xl-12 {
		margin-bottom: 12rem!important
	}
	.ml-xl-12,
	.mx-xl-12 {
		margin-left: 12rem!important
	}
	.m-xl-15 {
		margin: 15rem!important
	}
	.mt-xl-15,
	.my-xl-15 {
		margin-top: 15rem!important
	}
	.mr-xl-15,
	.mx-xl-15 {
		margin-right: 15rem!important
	}
	.mb-xl-15,
	.my-xl-15 {
		margin-bottom: 15rem!important
	}
	.ml-xl-15,
	.mx-xl-15 {
		margin-left: 15rem!important
	}
	.m-xl-grid {
		margin: 2.61111rem!important
	}
	.mt-xl-grid,
	.my-xl-grid {
		margin-top: 2.61111rem!important
	}
	.mr-xl-grid,
	.mx-xl-grid {
		margin-right: 2.61111rem!important
	}
	.mb-xl-grid,
	.my-xl-grid {
		margin-bottom: 2.61111rem!important
	}
	.ml-xl-grid,
	.mx-xl-grid {
		margin-left: 2.61111rem!important
	}
	.p-xl-0 {
		padding: 0!important
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0!important
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0!important
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0!important
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0!important
	}
	.p-xl-1 {
		padding: 1rem!important
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: 1rem!important
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: 1rem!important
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 1rem!important
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: 1rem!important
	}
	.p-xl-2 {
		padding: 2rem!important
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: 2rem!important
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: 2rem!important
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 2rem!important
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: 2rem!important
	}
	.p-xl-3 {
		padding: 3rem!important
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 3rem!important
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 3rem!important
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 3rem!important
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 3rem!important
	}
	.p-xl-4 {
		padding: 4rem!important
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 4rem!important
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 4rem!important
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 4rem!important
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 4rem!important
	}
	.p-xl-5 {
		padding: 5rem!important
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 5rem!important
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 5rem!important
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 5rem!important
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 5rem!important
	}
	.p-xl-6 {
		padding: 6rem!important
	}
	.pt-xl-6,
	.py-xl-6 {
		padding-top: 6rem!important
	}
	.pr-xl-6,
	.px-xl-6 {
		padding-right: 6rem!important
	}
	.pb-xl-6,
	.py-xl-6 {
		padding-bottom: 6rem!important
	}
	.pl-xl-6,
	.px-xl-6 {
		padding-left: 6rem!important
	}
	.p-xl-7 {
		padding: 7rem!important
	}
	.pt-xl-7,
	.py-xl-7 {
		padding-top: 7rem!important
	}
	.pr-xl-7,
	.px-xl-7 {
		padding-right: 7rem!important
	}
	.pb-xl-7,
	.py-xl-7 {
		padding-bottom: 7rem!important
	}
	.pl-xl-7,
	.px-xl-7 {
		padding-left: 7rem!important
	}
	.p-xl-8 {
		padding: 8rem!important
	}
	.pt-xl-8,
	.py-xl-8 {
		padding-top: 8rem!important
	}
	.pr-xl-8,
	.px-xl-8 {
		padding-right: 8rem!important
	}
	.pb-xl-8,
	.py-xl-8 {
		padding-bottom: 8rem!important
	}
	.pl-xl-8,
	.px-xl-8 {
		padding-left: 8rem!important
	}
	.p-xl-9 {
		padding: 8rem!important
	}
	.pt-xl-9,
	.py-xl-9 {
		padding-top: 8rem!important
	}
	.pr-xl-9,
	.px-xl-9 {
		padding-right: 8rem!important
	}
	.pb-xl-9,
	.py-xl-9 {
		padding-bottom: 8rem!important
	}
	.pl-xl-9,
	.px-xl-9 {
		padding-left: 8rem!important
	}
	.p-xl-10 {
		padding: 8rem!important
	}
	.pt-xl-10,
	.py-xl-10 {
		padding-top: 8rem!important
	}
	.pr-xl-10,
	.px-xl-10 {
		padding-right: 8rem!important
	}
	.pb-xl-10,
	.py-xl-10 {
		padding-bottom: 8rem!important
	}
	.pl-xl-10,
	.px-xl-10 {
		padding-left: 8rem!important
	}
	.p-xl-11 {
		padding: 11rem!important
	}
	.pt-xl-11,
	.py-xl-11 {
		padding-top: 11rem!important
	}
	.pr-xl-11,
	.px-xl-11 {
		padding-right: 11rem!important
	}
	.pb-xl-11,
	.py-xl-11 {
		padding-bottom: 11rem!important
	}
	.pl-xl-11,
	.px-xl-11 {
		padding-left: 11rem!important
	}
	.p-xl-12 {
		padding: 12rem!important
	}
	.pt-xl-12,
	.py-xl-12 {
		padding-top: 12rem!important
	}
	.pr-xl-12,
	.px-xl-12 {
		padding-right: 12rem!important
	}
	.pb-xl-12,
	.py-xl-12 {
		padding-bottom: 12rem!important
	}
	.pl-xl-12,
	.px-xl-12 {
		padding-left: 12rem!important
	}
	.p-xl-15 {
		padding: 15rem!important
	}
	.pt-xl-15,
	.py-xl-15 {
		padding-top: 15rem!important
	}
	.pr-xl-15,
	.px-xl-15 {
		padding-right: 15rem!important
	}
	.pb-xl-15,
	.py-xl-15 {
		padding-bottom: 15rem!important
	}
	.pl-xl-15,
	.px-xl-15 {
		padding-left: 15rem!important
	}
	.p-xl-grid {
		padding: 2.61111rem!important
	}
	.pt-xl-grid,
	.py-xl-grid {
		padding-top: 2.61111rem!important
	}
	.pr-xl-grid,
	.px-xl-grid {
		padding-right: 2.61111rem!important
	}
	.pb-xl-grid,
	.py-xl-grid {
		padding-bottom: 2.61111rem!important
	}
	.pl-xl-grid,
	.px-xl-grid {
		padding-left: 2.61111rem!important
	}
	.m-xl-n1 {
		margin: -1rem!important
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -1rem!important
	}
	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -1rem!important
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -1rem!important
	}
	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -1rem!important
	}
	.m-xl-n2 {
		margin: -2rem!important
	}
	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -2rem!important
	}
	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -2rem!important
	}
	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -2rem!important
	}
	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -2rem!important
	}
	.m-xl-n3 {
		margin: -3rem!important
	}
	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -3rem!important
	}
	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -3rem!important
	}
	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -3rem!important
	}
	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -3rem!important
	}
	.m-xl-n4 {
		margin: -4rem!important
	}
	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -4rem!important
	}
	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -4rem!important
	}
	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -4rem!important
	}
	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -4rem!important
	}
	.m-xl-n5 {
		margin: -5rem!important
	}
	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -5rem!important
	}
	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -5rem!important
	}
	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -5rem!important
	}
	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -5rem!important
	}
	.m-xl-n6 {
		margin: -6rem!important
	}
	.mt-xl-n6,
	.my-xl-n6 {
		margin-top: -6rem!important
	}
	.mr-xl-n6,
	.mx-xl-n6 {
		margin-right: -6rem!important
	}
	.mb-xl-n6,
	.my-xl-n6 {
		margin-bottom: -6rem!important
	}
	.ml-xl-n6,
	.mx-xl-n6 {
		margin-left: -6rem!important
	}
	.m-xl-n7 {
		margin: -7rem!important
	}
	.mt-xl-n7,
	.my-xl-n7 {
		margin-top: -7rem!important
	}
	.mr-xl-n7,
	.mx-xl-n7 {
		margin-right: -7rem!important
	}
	.mb-xl-n7,
	.my-xl-n7 {
		margin-bottom: -7rem!important
	}
	.ml-xl-n7,
	.mx-xl-n7 {
		margin-left: -7rem!important
	}
	.m-xl-n8 {
		margin: -8rem!important
	}
	.mt-xl-n8,
	.my-xl-n8 {
		margin-top: -8rem!important
	}
	.mr-xl-n8,
	.mx-xl-n8 {
		margin-right: -8rem!important
	}
	.mb-xl-n8,
	.my-xl-n8 {
		margin-bottom: -8rem!important
	}
	.ml-xl-n8,
	.mx-xl-n8 {
		margin-left: -8rem!important
	}
	.m-xl-n9 {
		margin: -8rem!important
	}
	.mt-xl-n9,
	.my-xl-n9 {
		margin-top: -8rem!important
	}
	.mr-xl-n9,
	.mx-xl-n9 {
		margin-right: -8rem!important
	}
	.mb-xl-n9,
	.my-xl-n9 {
		margin-bottom: -8rem!important
	}
	.ml-xl-n9,
	.mx-xl-n9 {
		margin-left: -8rem!important
	}
	.m-xl-n10 {
		margin: -8rem!important
	}
	.mt-xl-n10,
	.my-xl-n10 {
		margin-top: -8rem!important
	}
	.mr-xl-n10,
	.mx-xl-n10 {
		margin-right: -8rem!important
	}
	.mb-xl-n10,
	.my-xl-n10 {
		margin-bottom: -8rem!important
	}
	.ml-xl-n10,
	.mx-xl-n10 {
		margin-left: -8rem!important
	}
	.m-xl-n11 {
		margin: -11rem!important
	}
	.mt-xl-n11,
	.my-xl-n11 {
		margin-top: -11rem!important
	}
	.mr-xl-n11,
	.mx-xl-n11 {
		margin-right: -11rem!important
	}
	.mb-xl-n11,
	.my-xl-n11 {
		margin-bottom: -11rem!important
	}
	.ml-xl-n11,
	.mx-xl-n11 {
		margin-left: -11rem!important
	}
	.m-xl-n12 {
		margin: -12rem!important
	}
	.mt-xl-n12,
	.my-xl-n12 {
		margin-top: -12rem!important
	}
	.mr-xl-n12,
	.mx-xl-n12 {
		margin-right: -12rem!important
	}
	.mb-xl-n12,
	.my-xl-n12 {
		margin-bottom: -12rem!important
	}
	.ml-xl-n12,
	.mx-xl-n12 {
		margin-left: -12rem!important
	}
	.m-xl-n15 {
		margin: -15rem!important
	}
	.mt-xl-n15,
	.my-xl-n15 {
		margin-top: -15rem!important
	}
	.mr-xl-n15,
	.mx-xl-n15 {
		margin-right: -15rem!important
	}
	.mb-xl-n15,
	.my-xl-n15 {
		margin-bottom: -15rem!important
	}
	.ml-xl-n15,
	.mx-xl-n15 {
		margin-left: -15rem!important
	}
	.m-xl-ngrid {
		margin: -2.61111rem!important
	}
	.mt-xl-ngrid,
	.my-xl-ngrid {
		margin-top: -2.61111rem!important
	}
	.mr-xl-ngrid,
	.mx-xl-ngrid {
		margin-right: -2.61111rem!important
	}
	.mb-xl-ngrid,
	.my-xl-ngrid {
		margin-bottom: -2.61111rem!important
	}
	.ml-xl-ngrid,
	.mx-xl-ngrid {
		margin-left: -2.61111rem!important
	}
	.m-xl-auto {
		margin: auto!important
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto!important
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto!important
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto!important
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto!important
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace!important
}

.text-justify {
	text-align: justify!important
}

.text-wrap {
	white-space: normal!important
}

.text-nowrap {
	white-space: nowrap!important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left!important
	}
	.text-md-right {
		text-align: right!important
	}
	.text-md-center {
		text-align: center!important
	}
}

@media (min-width:1024px) {
	.text-lg-left {
		text-align: left!important
	}
	.text-lg-right {
		text-align: right!important
	}
	.text-lg-center {
		text-align: center!important
	}
}

@media (min-width:1600px) {
	.text-xl-left {
		text-align: left!important
	}
	.text-xl-right {
		text-align: right!important
	}
	.text-xl-center {
		text-align: center!important
	}
}

.text-lowercase {
	text-transform: lowercase!important
}

.text-uppercase {
	text-transform: uppercase!important
}

.text-capitalize {
	text-transform: capitalize!important
}

.font-weight-light {
	font-weight: 300!important
}

.font-weight-lighter {
	font-weight: lighter!important
}

.font-weight-normal {
	font-weight: 300!important
}

.font-weight-bold {
	font-weight: 500!important
}

.font-weight-bolder {
	font-weight: bolder!important
}

.font-italic {
	font-style: italic!important
}

.text-white {
	color: #fff!important
}

.text-primary {
	color: #e7cd36!important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #baa216!important
}

.text-secondary {
	color: #6a846c!important
}

a.text-secondary:focus,
a.text-secondary:hover {
	color: #485a49!important
}

.text-success {
	color: #28a745!important
}

a.text-success:focus,
a.text-success:hover {
	color: #19692c!important
}

.text-info {
	color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
	color: #0f6674!important
}

.text-warning {
	color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #ba8b00!important
}

.text-danger {
	color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #a71d2a!important
}

.text-light {
	color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
	color: #cbd3da!important
}

.text-dark {
	color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
	color: #121416!important
}

.text-black {
	color: #000!important
}

a.text-black:focus,
a.text-black:hover {
	color: #000!important
}

.text-white {
	color: #fff!important
}

a.text-white:focus,
a.text-white:hover {
	color: #d9d9d9!important
}

.text-vesta-green {
	color: #6a846c!important
}

a.text-vesta-green:focus,
a.text-vesta-green:hover {
	color: #485a49!important
}

.text-vesta-yellow {
	color: #e7cd36!important
}

a.text-vesta-yellow:focus,
a.text-vesta-yellow:hover {
	color: #baa216!important
}

.text-body {
	color: #000!important
}

.text-muted {
	color: #6c757d!important
}

.text-black-50 {
	color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
	color: rgba(255, 255, 255, .5)!important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-decoration-none {
	text-decoration: none!important
}

.text-break {
	word-break: break-word!important;
	overflow-wrap: break-word!important
}

.text-reset {
	color: inherit!important
}

.visible {
	visibility: visible!important
}

.invisible {
	visibility: hidden!important
}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: "Styrene B", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.44;
	color: #000;
	text-align: left;
	background-color: #ff3c3c
}

[tabindex="-1"]:focus {
	outline: 0!important
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0;
	border-style: none;
	border-width: 5px;
	padding: 5px;
}

p {
	margin-top: 0;
	margin-bottom: 0
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 500
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #e7cd36;
	text-decoration-color: #ff9e9e;
	background-color: transparent
}

a:hover {
	color: #baa216;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none!important
}

.container {
	width: 100%;
	padding-right: 1.30556rem;
	padding-left: 1.30556rem;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:1024px) {
	.container {
		max-width: 73.33333rem
	}
}

.container-fluid {
	width: 100%;
	padding-right: 1.30556rem;
	padding-left: 1.30556rem;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -1.30556rem;
	margin-left: -1.30556rem
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 1.30556rem;
	padding-left: 1.30556rem
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.33333%
	}
	.offset-md-2 {
		margin-left: 16.66667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333%
	}
	.offset-md-5 {
		margin-left: 41.66667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333%
	}
	.offset-md-8 {
		margin-left: 66.66667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333%
	}
	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:1024px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.33333%
	}
	.offset-lg-2 {
		margin-left: 16.66667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333%
	}
	.offset-lg-5 {
		margin-left: 41.66667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333%
	}
	.offset-lg-8 {
		margin-left: 66.66667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333%
	}
	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:1600px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.33333%
	}
	.offset-xl-2 {
		margin-left: 16.66667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333%
	}
	.offset-xl-5 {
		margin-left: 41.66667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333%
	}
	.offset-xl-8 {
		margin-left: 66.66667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333%
	}
	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .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'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .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'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	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")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	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")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	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'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	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'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-webkit-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	-webkit-transition: .2s transform, .2s top, .2s -webkit-transform;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-webkit-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	-webkit-transition: .2s transform, .2s left, .2s -webkit-transform;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-webkit-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	-webkit-transition: .2s transform, .2s right, .2s -webkit-transform;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	font-family: "object-fit:contain";
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

@font-face {
font-family: 'fontello';
      src: url('./font/fontello.eot?50212944');
      src: url('./font/fontello.eot?50212944#iefix') format('embedded-opentype'),
           url('./font/fontello.woff?50212944') format('woff'),
           url('./font/fontello.ttf?50212944') format('truetype'),
           url('./font/fontello.svg?50212944#fontello') format('svg');
font-weight: 400;
	font-style: normal
}

[class*=" icon-"]::before,
[class^=icon-]::before {
	display: inline;
	font-family: fontello;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	margin-left: .2em;
	margin-right: .2em;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none
}

.icon-arrow-left::before {
	content: ""
}

.icon-arrow-right::before {
	content: ""
}

@font-face {
	font-family: 'Styrene B';
	font-weight: 500;
	src: url(./StyreneB-Medium-Web.woff2) format("woff2"), url(./StyreneB-Medium-Web.woff) format("woff")
}

@font-face {
	font-family: 'Styrene B';
	font-weight: 300;
	src: url(./StyreneB-Light-Web.woff2) format("woff2"), url(./StyreneB-Light-Web.woff) format("woff")
}

.text-general {
	font-family: 'Styrene B';
	font-weight: 300;
	font-size: .88889rem;
	line-height: 1.44
}

@media (min-width:768px) {
	.text-general {
		font-size: 1rem
	}
}

.text-contact {
	font-family: 'Styrene B';
	font-weight: 300;
	font-size: .88889rem;
	line-height: 1.44;
	text-transform: uppercase
}

@media (min-width:768px) {
	.text-contact {
		font-size: 1rem
	}
}

.credits {
	font-family: 'Styrene B';
	font-weight: 300;
	font-size: .72222rem;
	line-height: 1.31
}

.title-section {
	font-family: 'Styrene B';
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.33;
	text-transform: uppercase
}

.title-menu-section {
	font-family: 'Styrene B';
	font-weight: 300;
	font-size: .88889rem;
	line-height: 1.33;
	text-transform: uppercase
}

.link-reservation {
	font-family: 'Styrene B';
	font-weight: 500;
	position: relative;
	color: #e7cd36;
	display: inline-block;
	font-size: .72222rem;
	letter-spacing: .16481rem;
	line-height: 1.31;
	padding-bottom: .94444rem;
	padding-top: 1rem;
	text-transform: uppercase;
	-webkit-transition: color .2s ease-out;
	transition: color .2s ease-out;
	white-space: nowrap
}

@media screen and (max-width:350px) {
	.link-reservation {
		font-size: .54167rem
	}
}

.link-reservation::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 0;
	background-color: #e7cd36;
	-webkit-transition: width .5s ease;
	transition: width .5s ease
}

.link-reservation:active,
.link-reservation:focus,
.link-reservation:hover {
	color: #e7cd36;
	text-decoration: none
}

.link-reservation:active::after,
.link-reservation:focus::after,
.link-reservation:hover::after {
	width: 100%
}

.is-active .link-reservation::after {
	background-color: #000
}

.link-call-to-action {
	font-family: 'Styrene B';
	font-weight: 300;
	font-size: .88889rem;
	line-height: 1.44;
	position: relative;
	display: inline-block;
	letter-spacing: .16481rem;
	line-height: 1.31;
	padding-bottom: .94444rem;
	padding-top: 1rem;
	text-transform: uppercase;
	-webkit-transition: color .2s ease-out;
	transition: color .2s ease-out;
	white-space: nowrap
}

@media (min-width:768px) {
	.link-call-to-action {
		font-size: 2rem
	}
}

@media screen and (max-width:350px) {
	.link-call-to-action {
		font-size: 1.11111rem!important
	}
}

.link-call-to-action::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #000
}

.link-call-to-action:active,
.link-call-to-action:focus,
.link-call-to-action:hover {
	color: #000;
	text-decoration: none
}

.is-active .link-call-to-action::after {
	background-color: #000
}

.link-socials {
	font-family: 'Styrene B';
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: .88889rem;
	position: relative
}

.link-socials::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 0;
	background-color: #000;
	-webkit-transition: width .5s ease;
	transition: width .5s ease
}

.link-socials:active,
.link-socials:focus,
.link-socials:hover {
	border-color: #000
}

.link-socials:active::after,
.link-socials:focus::after,
.link-socials:hover::after {
	width: 100%
}

.menu-menu {
	font-family: 'Styrene B';
	font-weight: 500;
	padding-bottom: .66667rem;
	font-size: 1.33333rem;
	line-height: 1.8;
	text-transform: uppercase;
	-webkit-transition: border-color .2s ease-out;
	transition: border-color .2s ease-out;
	position: relative
}

@media (min-width:768px) {
	.menu-menu {
		font-size: 2rem;
		padding-bottom: .66667rem;
		line-height: 1.33
	}
}

.menu-menu::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 0;
	background-color: #000;
	-webkit-transition: width .5s ease;
	transition: width .5s ease
}

.menu-menu:active,
.menu-menu:focus,
.menu-menu:hover {
	border-color: #000
}

.menu-menu:active::after,
.menu-menu:focus::after,
.menu-menu:hover::after {
	width: 100%
}

.menu-item {
	font-family: 'Styrene B';
	font-weight: 500;
	font-size: 1.77222rem;
	line-height: 1;
	text-transform: uppercase
}

@media (min-width:768px) {
	.menu-item {
		font-size: 2.57778rem
	}
}

@media (min-width:1320px) {
	.menu-item {
		font-size: 3.22222rem
	}
}

@media (min-width:1320px) and (max-height:699px) {
	.menu-item {
		font-size: 2.57778rem
	}
}

.menu-content {
	font-family: 'Styrene B';
	font-weight: 300;
	font-size: .88889rem;
	line-height: 1.31
}

.menu-footer {
	font-family: 'Styrene B';
	font-weight: 500;
	font-size: .72222rem;
	line-height: 1.31;
	text-transform: uppercase
}

body,
html {
	width: 100%;
	height: 100%;
	font-size: 18px
}

@media (min-width:768px) and (max-width:1023.98px) {
	body,
	html {
		font-size: 18px
	}
}

body {
	font-family: 'Styrene B';
	font-weight: 300;
	font-size: .88889rem;
	line-height: 1.44;
	color: #fff;
}

@media (min-width:768px) {
	body {
		font-size: 1rem
	}
}

@media (min-width:1600px) {
	body,
	html {
		font-size: 19px
	}
}

::-moz-selection {
	background-color: #e7cd36;
	color: #fff
}

::selection {
	background-color: #e7cd36;
	color: #fff
}

.app {
	min-width: 320px;
	padding-top: 7.66667rem;
	position: relative;
	height: 100%
}

picture {
	display: block
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle
}

button {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0
}

button:active,
button:focus {
	outline: 0
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

ul li {
	margin: 0;
	padding: 0
}

a {
	color: inherit
}

a:hover {
	color: inherit;
	text-decoration: none
}

p {
	font-family: 'Styrene B';
	font-weight: 300;
	font-size: .88889rem;
	line-height: 1.44;
}

@media (min-width:768px) {
	p {
		font-size: 1rem
	}
}

h2 {
	font-family: 'Styrene B';
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.33;
	text-transform: uppercase
}

.picture {
	overflow: hidden;
	position: relative;
	padding-top: 100%;
	background: #e7cd36
}

.picture img {
	height: 100%;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 1.5s, -webkit-transform .5s ease-out;
	transition: opacity 1.5s, -webkit-transform .5s ease-out;
	transition: opacity 1.5s, transform .5s ease-out;
	transition: opacity 1.5s, transform .5s ease-out, -webkit-transform .5s ease-out;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	position: absolute;
	top: 0;
	width: 100%
}

.no-js .picture img {
	opacity: 1
}

.contact-socials li {
	display: inline-block
}

.contact-socials li:not(:last-child)::after {
	content: '|';
	display: inline-block
}

.menus-list li {
	min-width: 6rem;
	margin: 0 .44444rem .88889rem
}

@media (min-width:768px) {
	.menus-list li {
		display: inline-block;
		min-width: 9rem;
		margin: 0 1.66667rem 2.77778rem
	}
}

@media (min-width:1024px) {
	.menus-list li {
		margin: 0 2.77778rem 2.77778rem
	}
}

.context-general>h1+h1,
.context-general>h1+h2,
.context-general>h1+h3,
.context-general>h1+p,
.context-general>h1+picture,
.context-general>h1+ul,
.context-general>h2+h1,
.context-general>h2+h2,
.context-general>h2+h3,
.context-general>h2+p,
.context-general>h2+picture,
.context-general>h2+ul,
.context-general>h3+h1,
.context-general>h3+h2,
.context-general>h3+h3,
.context-general>h3+p,
.context-general>h3+picture,
.context-general>h3+ul,
.context-general>p+h1,
.context-general>p+h2,
.context-general>p+h3,
.context-general>p+p,
.context-general>p+picture,
.context-general>p+ul,
.context-general>picture+h1,
.context-general>picture+h2,
.context-general>picture+h3,
.context-general>picture+p,
.context-general>picture+picture,
.context-general>picture+ul,
.context-general>ul+h1,
.context-general>ul+h2,
.context-general>ul+h3,
.context-general>ul+p,
.context-general>ul+picture,
.context-general>ul+ul {
	margin-top: 1em
}

@media (min-width:768px) {
	.context-general>h1+.title-menu-section,
	.context-general>h2+.title-menu-section,
	.context-general>h3+.title-menu-section,
	.context-general>p+.title-menu-section,
	.context-general>picture+.title-menu-section,
	.context-general>ul+.title-menu-section {
		margin-top: 2.77778rem
	}
}

@media (min-width:768px) {
	.context-general .link-call-to-action {
		margin-top: 1.77778rem
	}
}

@media (min-width:768px) {
	.context-general>h2+p,
	.context-general>h2+ul,
	.context-general>h3+p,
	.context-general>h3+ul,
	.context-general>h4+p,
	.context-general>h4+ul {
		margin-top: 0px
	}
}

@media (min-width:768px) {
	.context-general .title-section+p,
	.context-general .title-section+ul {
		margin-top: 5.83333rem
	}
}

.context-general .title-section+.text-contact {
	margin-top: 2.22222rem
}

.context-general .d-none+p,
.context-general .d-none+ul,
.context-general .sr-only+p,
.context-general .sr-only+ul {
	margin-top: 0
}

.context-news>h1+h1,
.context-news>h1+h2,
.context-news>h1+h3,
.context-news>h1+p,
.context-news>h1+picture,
.context-news>h1+ul,
.context-news>h2+h1,
.context-news>h2+h2,
.context-news>h2+h3,
.context-news>h2+p,
.context-news>h2+picture,
.context-news>h2+ul,
.context-news>h3+h1,
.context-news>h3+h2,
.context-news>h3+h3,
.context-news>h3+p,
.context-news>h3+picture,
.context-news>h3+ul,
.context-news>p+h1,
.context-news>p+h2,
.context-news>p+h3,
.context-news>p+p,
.context-news>p+picture,
.context-news>p+ul,
.context-news>picture+h1,
.context-news>picture+h2,
.context-news>picture+h3,
.context-news>picture+p,
.context-news>picture+picture,
.context-news>picture+ul,
.context-news>ul+h1,
.context-news>ul+h2,
.context-news>ul+h3,
.context-news>ul+p,
.context-news>ul+picture,
.context-news>ul+ul {
	margin-top: 1em
}

.context-news h2,
.context-news h3,
.context-news h4 {
	font-family: 'Styrene B';
	font-weight: 300;
	font-size: .88889rem;
	line-height: 1.44;
	text-transform: uppercase
}

@media (min-width:768px) {
	.context-news h2,
	.context-news h3,
	.context-news h4 {
		font-size: 1rem
	}
}

.context-news p+h2,
.context-news p+h3,
.context-news ul+h2,
.context-news ul+h3 {
	margin-top: 1.5em
}

.mb-section .row>.col>div>h1+h1,
.mb-section .row>.col>div>h1+h2,
.mb-section .row>.col>div>h1+h3,
.mb-section .row>.col>div>h1+p,
.mb-section .row>.col>div>h1+picture,
.mb-section .row>.col>div>h1+ul,
.mb-section .row>.col>div>h2+h1,
.mb-section .row>.col>div>h2+h2,
.mb-section .row>.col>div>h2+h3,
.mb-section .row>.col>div>h2+p,
.mb-section .row>.col>div>h2+picture,
.mb-section .row>.col>div>h2+ul,
.mb-section .row>.col>div>h3+h1,
.mb-section .row>.col>div>h3+h2,
.mb-section .row>.col>div>h3+h3,
.mb-section .row>.col>div>h3+p,
.mb-section .row>.col>div>h3+picture,
.mb-section .row>.col>div>h3+ul,
.mb-section .row>.col>div>p+h1,
.mb-section .row>.col>div>p+h2,
.mb-section .row>.col>div>p+h3,
.mb-section .row>.col>div>p+p,
.mb-section .row>.col>div>p+picture,
.mb-section .row>.col>div>p+ul,
.mb-section .row>.col>div>picture+h1,
.mb-section .row>.col>div>picture+h2,
.mb-section .row>.col>div>picture+h3,
.mb-section .row>.col>div>picture+p,
.mb-section .row>.col>div>picture+picture,
.mb-section .row>.col>div>picture+ul,
.mb-section .row>.col>div>ul+h1,
.mb-section .row>.col>div>ul+h2,
.mb-section .row>.col>div>ul+h3,
.mb-section .row>.col>div>ul+p,
.mb-section .row>.col>div>ul+picture,
.mb-section .row>.col>div>ul+ul {
	margin-top: 1em
}

@media (min-width:768px) {
	.mb-section .row>.col>div>h1+.title-menu-section,
	.mb-section .row>.col>div>h2+.title-menu-section,
	.mb-section .row>.col>div>h3+.title-menu-section,
	.mb-section .row>.col>div>p+.title-menu-section,
	.mb-section .row>.col>div>picture+.title-menu-section,
	.mb-section .row>.col>div>ul+.title-menu-section {
		margin-top: 2.77778rem
	}
}

@media (min-width:768px) {
	.mb-section .row>.col>div .link-call-to-action {
		margin-top: 1.77778rem
	}
}

@media (min-width:768px) {
	.mb-section .row>.col>div>h2+p,
	.mb-section .row>.col>div>h2+ul,
	.mb-section .row>.col>div>h3+p,
	.mb-section .row>.col>div>h3+ul,
	.mb-section .row>.col>div>h4+p,
	.mb-section .row>.col>div>h4+ul {
		margin-top: 2.22222rem
	}
}

@media (min-width:768px) {
	.mb-section .row>.col>div .title-section+p,
	.mb-section .row>.col>div .title-section+ul {
		margin-top: 5.83333rem
	}
}

.mb-section .row>.col>div .title-section+.text-contact {
	margin-top: 2.22222rem
}

.mb-section .row>.col>div .d-none+p,
.mb-section .row>.col>div .d-none+ul,
.mb-section .row>.col>div .sr-only+p,
.mb-section .row>.col>div .sr-only+ul {
	margin-top: 0
}

.no-scroll {
	overflow-y: hidden
}

.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 6.27778rem;
	overflow: hidden;
	position: fixed;
	top: 0;
	-webkit-transition: background-color 50ms, height 0s .2s;
	transition: background-color 50ms, height 0s .2s;
	width: 100%;
	z-index: 5000
}

.header.is-active {
	background-color: #e7cd36;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	position: fixed;
	-webkit-transition: background-color .05s, height 0s;
	transition: background-color .05s, height 0s
}

.header__wrapper {
	background-color: #ffcc00;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

.header__static {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 6.27778rem;
	width: 100%
}

.header__container {
	width: 100%;
	padding-right: 1.30556rem;
	padding-left: 1.30556rem;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (min-width:1024px) {
	.header__container {
		max-width: 73.33333rem
	}
}

.header.is-active .header__reserve-link {
	color: #000
}

.header.is-active .header__reserve-link:hover {
	border-color: #000;
	color: #000
}

.menu-button {
	display: block;
	height: 2.66667rem;
	position: relative;
	width: 2.61111rem
}

.menu-button::after,
.menu-button::before {
	content: '';
	background-color: #e7cd36;
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: background-color .2s ease-out, top .2s ease-out, -webkit-transform .2s ease-out;
	transition: background-color .2s ease-out, top .2s ease-out, -webkit-transform .2s ease-out;
	transition: background-color .2s ease-out, top .2s ease-out, transform .2s ease-out;
	transition: background-color .2s ease-out, top .2s ease-out, transform .2s ease-out, -webkit-transform .2s ease-out;
	left: 50%
}

.menu-button::before {
	top: .88889rem
}

.menu-button::after {
	top: 1.83333rem
}

.menu-button:hover::after,
.menu-button:hover::before {
	background-color: #fff
}

.menu-button.is-active::after,
.menu-button.is-active::before {
	background-color: #000;
	top: 50%
}

.menu-button.is-active::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}

.menu-button.is-active::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}

.menu-button.is-active:hover::after,
.menu-button.is-active:hover::before {
	background-color: #fff
}

.menu {
	color: #000;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	opacity: 0;
	-webkit-transition: opacity .2s ease-out, visibility .2s ease-out;
	transition: opacity .2s ease-out, visibility .2s ease-out;
	visibility: hidden;
	width: 100%
}

.menu.is-active {
	opacity: 1;
	visibility: visible
}

.menu__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding-top: 1.11111rem;
	padding-bottom: 1.11111rem
}

@media (min-width:1024px) {
	.menu__wrapper {
		padding-bottom: 0
	}
}

@media (min-width:768px) and (max-height:699px) {
	.menu__wrapper {
		padding-top: 0rem;
		padding-bottom: 0rem
	}
}

.menu__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	width: 100%
}

.menu__content::before {
	display: none;
	content: '';
	width: 1px;
	height: 1px
}

@media (min-width:1024px) {
	.menu__content::before {
		display: block
	}
}

.menu__main {
	margin-bottom: auto
}

@media (min-width:768px) {
	.menu__main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

@media (min-width:768px) and (max-height:699px) {
	.menu__main {
		margin-bottom: 1.11111rem
	}
}

.menu__column {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0 ease 0, visibility 0 ease 0;
	transition: opacity 0 ease 0, visibility 0 ease 0
}

@media (min-width:768px) {
	.menu__column {
		width: 50%
	}
}

.is-active .menu__column {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .5s ease .375s, visibility .5s ease .375s;
	transition: opacity .5s ease .375s, visibility .5s ease .375s
}

@media (min-width:768px) {
	.is-active .menu__column {
		-webkit-transition-delay: .6667s, .6667s;
		transition-delay: .6667s, .6667s
	}
}

.menu__column--nav {
	padding: 0 1.30556rem
}

@media (min-width:768px) {
	.menu__column--nav {
		padding: 0
	}
}

.menu__column--news {
	margin-top: 4.44444rem
}

@media (min-width:768px) {
	.menu__column--news {
		margin-top: 0
	}
}

.is-active .menu__column--news {
	-webkit-transition-delay: .375s;
	transition-delay: .375s
}

@media (min-width:768px) {
	.menu__nav {
		margin-left: auto;
		max-width: 36.66667rem;
		padding-left: 1.30556rem
	}
}

.menu__news {
	padding-left: 1.30556rem
}

@media (min-width:768px) {
	.menu__news {
		margin-left: auto;
		max-width: 31.72222rem;
		padding-left: 2.61111rem
	}
}

.menu__news-heading {
	font-family: 'Styrene B';
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.33;
	text-transform: uppercase;
	padding-bottom: 1.11111rem;
	border-bottom: 1px solid #000
}

.menu__news-content {
	padding-right: 1.30556rem;
	padding-top: 2.22222rem
}

@media (min-width:768px) {
	.menu__news-content {
		margin-right: auto;
		max-width: 23.13889rem
	}
}

@media (min-width:768px) and (max-height:699px) {
	.menu__news-content {
		padding-top: 1.11111rem
	}
}

.menu__extra {
	width: 100%;
	padding-right: 1.30556rem;
	padding-left: 1.30556rem;
	margin-right: auto;
	margin-left: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0 ease 0, visibility 0 ease 0;
	transition: opacity 0 ease 0, visibility 0 ease 0;
	margin-bottom: 2.77778rem;
	margin-top: 2.77778rem
}

@media (min-width:1024px) {
	.menu__extra {
		max-width: 73.33333rem
	}
}

@media (min-width:768px) and (max-height:699px) {
	.menu__extra {
		margin-top: 1.11111rem;
		margin-bottom: 1.11111rem
	}
}

.is-active .menu__extra {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .5s ease .375s, visibility .5s ease .375s;
	transition: opacity .5s ease .375s, visibility .5s ease .375s
}

@media (min-width:768px) {
	.is-active .menu__extra {
		-webkit-transition-delay: .6667s, .6667s;
		transition-delay: .6667s, .6667s
	}
}

.menu__extra a {
	-webkit-transition: color .2s ease-out;
	transition: color .2s ease-out
}

.menu__extra a:hover {
	color: #fff
}

.menu__footer {
	border-top: 1px solid #000;
	padding: .83333rem 0
}

.menu__footer-wrapper {
	width: 100%;
	padding-right: 1.30556rem;
	padding-left: 1.30556rem;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:1024px) {
	.menu__footer-wrapper {
		max-width: 73.33333rem
	}
}

.nav-primary__item {
	margin-top: .33em
}

.nav-primary__item:first-child {
	margin-top: 0
}

.nav-primary__link {
	font-family: 'Styrene B';
	font-weight: 500;
	font-size: 1.77222rem;
	line-height: 1;
	text-transform: uppercase;
	display: block;
	-webkit-transition: color .2s ease-out;
	transition: color .2s ease-out
}

@media (min-width:768px) {
	.nav-primary__link {
		font-size: 2.57778rem
	}
}

@media (min-width:1320px) {
	.nav-primary__link {
		font-size: 3.22222rem
	}
}

@media (min-width:1320px) and (max-height:699px) {
	.nav-primary__link {
		font-size: 2.57778rem
	}
}

.nav-primary__link:hover {
	color: #fff
}

.nav-external {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0 ease 0, visibility 0 ease 0;
	transition: opacity 0 ease 0, visibility 0 ease 0
}

.is-active .nav-external {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .5s ease .375s, visibility .5s ease .375s;
	transition: opacity .5s ease .375s, visibility .5s ease .375s
}

@media (min-width:768px) {
	.is-active .nav-external {
		-webkit-transition-delay: .6667s, .6667s;
		transition-delay: .6667s, .6667s
	}
}

.nav-external__item {
	margin-right: 2.05556rem;
	padding: .55556rem 0
}

.nav-external__item:last-child {
	margin-right: 0
}

.nav-external__link {
	font-family: 'Styrene B';
	font-weight: 500;
	font-size: .72222rem;
	line-height: 1.31;
	text-transform: uppercase;
	-webkit-transition: color .2s ease-out;
	transition: color .2s ease-out;
	display: block
}

.nav-external__link:hover {
	color: #fff
}

.footer__text {
	position: relative;
	width: 100%;
	padding-right: 1.30556rem;
	padding-left: 1.30556rem;
	text-align: center
}

@media (min-width:768px) {
	.footer__text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (min-width:768px) {
	.footer__text--copyright {
		text-align: left
	}
}

.footer__text--credits {
	margin-top: 1rem
}

@media (min-width:768px) {
	.footer__text--credits {
		margin-top: 0;
		text-align: right
	}
}

.grid-dual {
	width: 100%;
	padding-right: 1.30556rem;
	padding-left: 1.30556rem;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:768px) {
	.grid-dual {
		padding-right: 0
	}
}

@media (min-width:768px) and (min-width:1024px) {
	.grid-dual {
		max-width: 73.33333rem
	}
}

@media (min-width:768px) {
	.grid-dual__row {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.grid-dual__col {
	margin-top: 2.22222rem
}

@media (min-width:768px) {
	.grid-dual__col {
		margin-top: 0;
		width: 50%
	}
}

.grid-dual__col:first-child {
	margin-top: 0
}

@media (min-width:768px) {
	.grid-dual__col:first-child .grid-dual__wrapper {
		margin-left: auto
	}
}

@media (min-width:768px) {
	.grid-dual__col:first-child .grid-dual__content {
		margin-right: auto;
		max-width: 30.55556rem;
		padding-right: 2.61111rem
	}
	.grid-dual__col:last-child .grid-dual__content {
		margin-left: auto;
		max-width: 35.55556rem
	}
}

.grid-dual+.grid-dual {
	margin-top: 10rem
}

@media (min-width:768px) {
	.grid-dual--reverse {
		width: 100%;
		padding-right: 1.30556rem;
		padding-left: 1.30556rem;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0
	}
}

@media (min-width:768px) and (min-width:768px) {
	.grid-dual--reverse .grid-dual__row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}

@media (min-width:768px) {
	.grid-dual--reverse .grid-dual__col:last-child .grid-dual__content {
		margin-left: 0
	}
	.grid-dual--reverse .grid-dual__col:first-child .grid-dual__content {
		padding-right: 0;
		padding-left: 2.61111rem
	}
}

.brand {
	opacity: 1;
}

.brand__wrapper {
	border: none;
	width: 100%;
	padding-right: 1.30556rem;
	padding-left: 1.30556rem;
	margin-right: auto;
	margin-left: auto
}

.brand__image {
	display: block;
	max-width: 75%;
	margin: 0 auto
}


.carousel {
	padding: 0 2.22222rem;
	position: relative
}

@media (min-width:1024px) {
	.carousel {
		padding: 0 3.88889rem
	}
}

.carousel__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.carousel__content {
	-webkit-transition: -webkit-transform .333s ease-out;
	transition: -webkit-transform .333s ease-out;
	transition: transform .333s ease-out;
	transition: transform .333s ease-out, -webkit-transform .333s ease-out;
	-webkit-transform: scale(.72);
	transform: scale(.72)
}

.swiper-slide-active .carousel__content,
.swiper-slide-duplicate-active .carousel__content {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.carousel__navigation-item {
	bottom: 0;
	font-size: 2.22222rem;
	height: 2.22222rem;
	line-height: 1;
	margin: auto;
	position: absolute;
	top: 0
}

@media (min-width:1024px) {
	.carousel__navigation-item {
		font-size: 4.66667rem;
		height: 4.66667rem
	}
}

.carousel__navigation-item--prev {
	left: 0
}

.carousel__navigation-item--next {
	right: 0
}

.carousel__navigation-button {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding: 0;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.carousel__navigation-button::-moz-focus-inner {
	border: 0;
	padding: 0
}

.carousel__navigation-button:focus {
	outline: 0
}

.carousel__navigation-button::before {
	display: inline;

	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	margin-left: 0;
	margin-right: 0;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none
}

.carousel__navigation-button:hover {
	color: #e7cd36;
	-webkit-transform: scaleX(1.25);
	transform: scaleX(1.25)
}

.carousel__navigation-button--prev {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%
}

.carousel__navigation-button--prev::before {
	content: "<"
}

.carousel__navigation-button--next::before {
	content: ">"
}

/*
*  Typography
*/

@font-face {
  font-family: 'Styrene B';
  font-weight: 500;
  src: url('StyreneB-Medium-Web.woff2') format('woff2'),
       url('StyreneB-Medium-Web.woff') format('woff');
}

@font-face {
  font-family: 'Styrene B';
  font-weight: 300;
  src: url('StyreneB-Light-Web.woff2') format('woff2'),
       url('StyreneB-Light-Web.woff') format('woff');
}


@mixin font-styrene-medium {
  font-family: 'Styrene B';
  font-weight: 500;
}

@mixin font-styrene-light {
  font-family: 'Styrene B';
  font-weight: 300;
}

/*
* Texts
*/

@mixin text-general($font-size: 18) {
  @include font-styrene-light;

  font-size: rem(16);
  line-height: 1.44;

  @include media-breakpoint-up(md) {
    font-size: rem($font-size);
  }
}

.text-general {
  @include text-general;
}

@mixin text-contact($font-size: 18) {
  @include text-general($font-size);

  text-transform: uppercase;
}

.text-contact {
  @include text-contact;
}

@mixin credits($font-size: 13) {
  @include font-styrene-light;

  font-size: rem($font-size);
  line-height: 1.31;
}

.credits {
  @include credits;
}

/*
* Titre
*/

@mixin title-section($font-size: 18) {
  @include font-styrene-medium;

  font-size: rem($font-size);
  line-height: 1.33;
  text-transform: uppercase;
}

.title-section {
  @include title-section;
}

@mixin title-menu-section($font-size: 16) {
  @include font-styrene-light;

  font-size: rem($font-size);
  line-height: 1.33;
  text-transform: uppercase;
}

.title-menu-section {
  @include title-menu-section;
}

/*
* Links
*/

@mixin link-reservation($font-size: 13) {
  @include font-styrene-medium;

  position: relative;
  color: $primary;
  display: inline-block;
  font-size: rem($font-size);
  letter-spacing: $font-letter-spacing;
  line-height: 1.31;
  padding-bottom: rem(17);
  padding-top: rem(18);
  text-transform: uppercase;
  transition: color $transition-base;
  white-space: nowrap;

  @media screen and (max-width: 350px) {
    font-size: rem($font-size * 3 / 4);
  }

  &::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: $primary;
    transition: width .5s ease;
  }

  &:hover,
  &:active,
  &:focus {
    color: $primary;
    text-decoration: none;

    &::after {
      width: 100%;
    }
  }

  .is-active & {
    &::after {
      background-color: $black;
    }
  }
}

.link-reservation {
  @include link-reservation;
}

@mixin link-call-to-action {
  @include text-general(36);
  position: relative;
  display: inline-block;
  letter-spacing: $font-letter-spacing;
  line-height: 1.31;
  padding-bottom: rem(17);
  padding-top: rem(18);
  text-transform: uppercase;
  transition: color $transition-base;
  white-space: nowrap;

  @media screen and (max-width: 350px) {
    font-size: rem(20) !important;
  }

  &::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: $black;
  }

  &:hover,
  &:active,
  &:focus {
    color: $black;
    text-decoration: none;
  }

  .is-active & {
    &::after {
      background-color: $black;
    }
  }
}

.link-call-to-action {
  @include link-call-to-action;
}

@mixin link-socials {
  @include font-styrene-medium;

  text-transform: uppercase;
  padding-bottom: rem(16);
  position: relative;

  &::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: $black;
    transition: width .5s ease;
  }

  &:hover,
  &:active,
  &:focus {
    border-color: $body-color;

    &::after {
      width: 100%;
    }
  }
}

.link-socials {
  @include link-socials;
}

@mixin menu-menu($font-size: 36) {
  @include font-styrene-medium;

  padding-bottom: rem(12);
  font-size: rem($font-size * 2 / 3);
  line-height: 1.8;
  text-transform: uppercase;
  transition: border-color $transition-base;
  position: relative;

  @include media-breakpoint-up(md) {
    font-size: rem($font-size);
    padding-bottom: rem(12);
    line-height: 1.33;
  }

  &::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: $black;
    transition: width .5s ease;
  }

  &:hover,
  &:active,
  &:focus {
    border-color: $black;

    &::after {
      width: 100%;
    }
  }
}

.menu-menu {
  @include menu-menu;
}

@mixin menu-item($font-size: 58) {
  @include font-styrene-medium;

  font-size: rem($font-size * .55);
  line-height: 1;
  text-transform: uppercase;

  @include media-breakpoint-up(md) {
    font-size: rem($font-size * .8);
  }

  @media (min-width: $grid-breakpoint-container) {
    font-size: rem($font-size);

    @media (max-height: 699px) {
      font-size: rem($font-size * .8);
    }
  }
}

.menu-item {
  @include menu-item;
}

@mixin menu-content($font-size: 16) {
  @include font-styrene-light;

  font-size: rem($font-size);
  line-height: 1.31;
}

.menu-content {
  @include menu-content;
}

@mixin menu-footer($font-size: 13) {
  @include font-styrene-medium;

  font-size: rem($font-size);
  line-height: 1.31;
  text-transform: uppercase;
}

.menu-footer {
  @include menu-footer;
}


/*# sourceMappingURL=styles.min.css.map */