
.product-rotation__help {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(../images/rotation.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

@media (min-width: 768px) {
    .product-rotation__help {
        width: 48px;
        height: 48px;
    }
}

.flex-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}



.flex-last {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.flex-unordered {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

.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
}

.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:576px) {
	.flex-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.flex-sm-last {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.flex-sm-unordered {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width:768px) {
	.flex-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.flex-md-last {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.flex-md-unordered {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.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
	}

	.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:992px) {
	.flex-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.flex-lg-last {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.flex-lg-unordered {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.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
	}

	.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:1260px) {
	.flex-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.flex-xl-last {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.flex-xl-unordered {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.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
	}

	.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:576px) {
	.float-sm-left {
		float: left !important
	}

	.float-sm-right {
		float: right !important
	}

	.float-sm-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:992px) {
	.float-lg-left {
		float: left !important
	}

	.float-lg-right {
		float: right !important
	}

	.float-lg-none {
		float: none !important
	}
}

@media (min-width:1260px) {
	.float-xl-left {
		float: left !important
	}

	.float-xl-right {
		float: right !important
	}

	.float-xl-none {
		float: none !important
	}
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.m-0 {
	margin: 0 0 !important
}

.mt-0 {
	margin-top: 0 !important
}

.mr-0 {
	margin-right: 0 !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.ml-0 {
	margin-left: 0 !important
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.m-1 {
	margin: .25rem .25rem !important
}

.mt-1 {
	margin-top: .25rem !important
}

.mr-1 {
	margin-right: .25rem !important
}

.mb-1 {
	margin-bottom: .25rem !important
}

.ml-1 {
	margin-left: .25rem !important
}

.mx-1 {
	margin-right: .25rem !important;
	margin-left: .25rem !important
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important
}

.m-2 {
	margin: .5rem .5rem !important
}

.mt-2 {
	margin-top: .5rem !important
}

.mr-2 {
	margin-right: .5rem !important
}

.mb-2 {
	margin-bottom: .5rem !important
}

.ml-2 {
	margin-left: .5rem !important
}

.mx-2 {
	margin-right: .5rem !important;
	margin-left: .5rem !important
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important
}

.m-3 {
	margin: 1rem 1rem !important
}

.mt-3 {
	margin-top: 1rem !important
}

.mr-3 {
	margin-right: 1rem !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

.ml-3 {
	margin-left: 1rem !important
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.m-4 {
	margin: 1.5rem 1.5rem !important
}

.mt-4 {
	margin-top: 1.5rem !important
}

.mr-4 {
	margin-right: 1.5rem !important
}

.mb-4 {
	margin-bottom: 1.5rem !important
}

.ml-4 {
	margin-left: 1.5rem !important
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.m-5 {
	margin: 3rem 3rem !important
}

.mt-5 {
	margin-top: 3rem !important
}

.mr-5 {
	margin-right: 3rem !important
}

.mb-5 {
	margin-bottom: 3rem !important
}

.ml-5 {
	margin-left: 3rem !important
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.p-0 {
	padding: 0 0 !important
}

.pt-0 {
	padding-top: 0 !important
}

.pr-0 {
	padding-right: 0 !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pl-0 {
	padding-left: 0 !important
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.p-1 {
	padding: .25rem .25rem !important
}

.pt-1 {
	padding-top: .25rem !important
}

.pr-1 {
	padding-right: .25rem !important
}

.pb-1 {
	padding-bottom: .25rem !important
}

.pl-1 {
	padding-left: .25rem !important
}

.px-1 {
	padding-right: .25rem !important;
	padding-left: .25rem !important
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important
}

.p-2 {
	padding: .5rem .5rem !important
}

.pt-2 {
	padding-top: .5rem !important
}

.pr-2 {
	padding-right: .5rem !important
}

.pb-2 {
	padding-bottom: .5rem !important
}

.pl-2 {
	padding-left: .5rem !important
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important
}

.p-3 {
	padding: 1rem 1rem !important
}

.pt-3 {
	padding-top: 1rem !important
}

.pr-3 {
	padding-right: 1rem !important
}

.pb-3 {
	padding-bottom: 1rem !important
}

.pl-3 {
	padding-left: 1rem !important
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.p-4 {
	padding: 1.5rem 1.5rem !important
}

.pt-4 {
	padding-top: 1.5rem !important
}

.pr-4 {
	padding-right: 1.5rem !important
}

.pb-4 {
	padding-bottom: 1.5rem !important
}

.pl-4 {
	padding-left: 1.5rem !important
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

.p-5 {
	padding: 3rem 3rem !important
}

.pt-5 {
	padding-top: 3rem !important
}

.pr-5 {
	padding-right: 3rem !important
}

.pb-5 {
	padding-bottom: 3rem !important
}

.pl-5 {
	padding-left: 3rem !important
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto {
	margin-top: auto !important
}

.mr-auto {
	margin-right: auto !important
}

.mb-auto {
	margin-bottom: auto !important
}

.ml-auto {
	margin-left: auto !important
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0 0 !important
	}

	.mt-sm-0 {
		margin-top: 0 !important
	}

	.mr-sm-0 {
		margin-right: 0 !important
	}

	.mb-sm-0 {
		margin-bottom: 0 !important
	}

	.ml-sm-0 {
		margin-left: 0 !important
	}

	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.m-sm-1 {
		margin: .25rem .25rem !important
	}

	.mt-sm-1 {
		margin-top: .25rem !important
	}

	.mr-sm-1 {
		margin-right: .25rem !important
	}

	.mb-sm-1 {
		margin-bottom: .25rem !important
	}

	.ml-sm-1 {
		margin-left: .25rem !important
	}

	.mx-sm-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.my-sm-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.m-sm-2 {
		margin: .5rem .5rem !important
	}

	.mt-sm-2 {
		margin-top: .5rem !important
	}

	.mr-sm-2 {
		margin-right: .5rem !important
	}

	.mb-sm-2 {
		margin-bottom: .5rem !important
	}

	.ml-sm-2 {
		margin-left: .5rem !important
	}

	.mx-sm-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.my-sm-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.m-sm-3 {
		margin: 1rem 1rem !important
	}

	.mt-sm-3 {
		margin-top: 1rem !important
	}

	.mr-sm-3 {
		margin-right: 1rem !important
	}

	.mb-sm-3 {
		margin-bottom: 1rem !important
	}

	.ml-sm-3 {
		margin-left: 1rem !important
	}

	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem 1.5rem !important
	}

	.mt-sm-4 {
		margin-top: 1.5rem !important
	}

	.mr-sm-4 {
		margin-right: 1.5rem !important
	}

	.mb-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-sm-4 {
		margin-left: 1.5rem !important
	}

	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem 3rem !important
	}

	.mt-sm-5 {
		margin-top: 3rem !important
	}

	.mr-sm-5 {
		margin-right: 3rem !important
	}

	.mb-sm-5 {
		margin-bottom: 3rem !important
	}

	.ml-sm-5 {
		margin-left: 3rem !important
	}

	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.p-sm-0 {
		padding: 0 0 !important
	}

	.pt-sm-0 {
		padding-top: 0 !important
	}

	.pr-sm-0 {
		padding-right: 0 !important
	}

	.pb-sm-0 {
		padding-bottom: 0 !important
	}

	.pl-sm-0 {
		padding-left: 0 !important
	}

	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.p-sm-1 {
		padding: .25rem .25rem !important
	}

	.pt-sm-1 {
		padding-top: .25rem !important
	}

	.pr-sm-1 {
		padding-right: .25rem !important
	}

	.pb-sm-1 {
		padding-bottom: .25rem !important
	}

	.pl-sm-1 {
		padding-left: .25rem !important
	}

	.px-sm-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.py-sm-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.p-sm-2 {
		padding: .5rem .5rem !important
	}

	.pt-sm-2 {
		padding-top: .5rem !important
	}

	.pr-sm-2 {
		padding-right: .5rem !important
	}

	.pb-sm-2 {
		padding-bottom: .5rem !important
	}

	.pl-sm-2 {
		padding-left: .5rem !important
	}

	.px-sm-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.py-sm-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.p-sm-3 {
		padding: 1rem 1rem !important
	}

	.pt-sm-3 {
		padding-top: 1rem !important
	}

	.pr-sm-3 {
		padding-right: 1rem !important
	}

	.pb-sm-3 {
		padding-bottom: 1rem !important
	}

	.pl-sm-3 {
		padding-left: 1rem !important
	}

	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem 1.5rem !important
	}

	.pt-sm-4 {
		padding-top: 1.5rem !important
	}

	.pr-sm-4 {
		padding-right: 1.5rem !important
	}

	.pb-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-sm-4 {
		padding-left: 1.5rem !important
	}

	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem 3rem !important
	}

	.pt-sm-5 {
		padding-top: 3rem !important
	}

	.pr-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-5 {
		padding-bottom: 3rem !important
	}

	.pl-sm-5 {
		padding-left: 3rem !important
	}

	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mt-sm-auto {
		margin-top: auto !important
	}

	.mr-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-auto {
		margin-bottom: auto !important
	}

	.ml-sm-auto {
		margin-left: auto !important
	}

	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0 0 !important
	}

	.mt-md-0 {
		margin-top: 0 !important
	}

	.mr-md-0 {
		margin-right: 0 !important
	}

	.mb-md-0 {
		margin-bottom: 0 !important
	}

	.ml-md-0 {
		margin-left: 0 !important
	}

	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.m-md-1 {
		margin: .25rem .25rem !important
	}

	.mt-md-1 {
		margin-top: .25rem !important
	}

	.mr-md-1 {
		margin-right: .25rem !important
	}

	.mb-md-1 {
		margin-bottom: .25rem !important
	}

	.ml-md-1 {
		margin-left: .25rem !important
	}

	.mx-md-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.my-md-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.m-md-2 {
		margin: .5rem .5rem !important
	}

	.mt-md-2 {
		margin-top: .5rem !important
	}

	.mr-md-2 {
		margin-right: .5rem !important
	}

	.mb-md-2 {
		margin-bottom: .5rem !important
	}

	.ml-md-2 {
		margin-left: .5rem !important
	}

	.mx-md-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.my-md-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.m-md-3 {
		margin: 1rem 1rem !important
	}

	.mt-md-3 {
		margin-top: 1rem !important
	}

	.mr-md-3 {
		margin-right: 1rem !important
	}

	.mb-md-3 {
		margin-bottom: 1rem !important
	}

	.ml-md-3 {
		margin-left: 1rem !important
	}

	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem 1.5rem !important
	}

	.mt-md-4 {
		margin-top: 1.5rem !important
	}

	.mr-md-4 {
		margin-right: 1.5rem !important
	}

	.mb-md-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-md-4 {
		margin-left: 1.5rem !important
	}

	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem 3rem !important
	}

	.mt-md-5 {
		margin-top: 3rem !important
	}

	.mr-md-5 {
		margin-right: 3rem !important
	}

	.mb-md-5 {
		margin-bottom: 3rem !important
	}

	.ml-md-5 {
		margin-left: 3rem !important
	}

	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.p-md-0 {
		padding: 0 0 !important
	}

	.pt-md-0 {
		padding-top: 0 !important
	}

	.pr-md-0 {
		padding-right: 0 !important
	}

	.pb-md-0 {
		padding-bottom: 0 !important
	}

	.pl-md-0 {
		padding-left: 0 !important
	}

	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.p-md-1 {
		padding: .25rem .25rem !important
	}

	.pt-md-1 {
		padding-top: .25rem !important
	}

	.pr-md-1 {
		padding-right: .25rem !important
	}

	.pb-md-1 {
		padding-bottom: .25rem !important
	}

	.pl-md-1 {
		padding-left: .25rem !important
	}

	.px-md-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.py-md-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.p-md-2 {
		padding: .5rem .5rem !important
	}

	.pt-md-2 {
		padding-top: .5rem !important
	}

	.pr-md-2 {
		padding-right: .5rem !important
	}

	.pb-md-2 {
		padding-bottom: .5rem !important
	}

	.pl-md-2 {
		padding-left: .5rem !important
	}

	.px-md-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.py-md-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.p-md-3 {
		padding: 1rem 1rem !important
	}

	.pt-md-3 {
		padding-top: 1rem !important
	}

	.pr-md-3 {
		padding-right: 1rem !important
	}

	.pb-md-3 {
		padding-bottom: 1rem !important
	}

	.pl-md-3 {
		padding-left: 1rem !important
	}

	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem 1.5rem !important
	}

	.pt-md-4 {
		padding-top: 1.5rem !important
	}

	.pr-md-4 {
		padding-right: 1.5rem !important
	}

	.pb-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-md-4 {
		padding-left: 1.5rem !important
	}

	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem 3rem !important
	}

	.pt-md-5 {
		padding-top: 3rem !important
	}

	.pr-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-5 {
		padding-bottom: 3rem !important
	}

	.pl-md-5 {
		padding-left: 3rem !important
	}

	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mt-md-auto {
		margin-top: auto !important
	}

	.mr-md-auto {
		margin-right: auto !important
	}

	.mb-md-auto {
		margin-bottom: auto !important
	}

	.ml-md-auto {
		margin-left: auto !important
	}

	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0 0 !important
	}

	.mt-lg-0 {
		margin-top: 0 !important
	}

	.mr-lg-0 {
		margin-right: 0 !important
	}

	.mb-lg-0 {
		margin-bottom: 0 !important
	}

	.ml-lg-0 {
		margin-left: 0 !important
	}

	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.m-lg-1 {
		margin: .25rem .25rem !important
	}

	.mt-lg-1 {
		margin-top: .25rem !important
	}

	.mr-lg-1 {
		margin-right: .25rem !important
	}

	.mb-lg-1 {
		margin-bottom: .25rem !important
	}

	.ml-lg-1 {
		margin-left: .25rem !important
	}

	.mx-lg-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.my-lg-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem .5rem !important
	}

	.mt-lg-2 {
		margin-top: .5rem !important
	}

	.mr-lg-2 {
		margin-right: .5rem !important
	}

	.mb-lg-2 {
		margin-bottom: .5rem !important
	}

	.ml-lg-2 {
		margin-left: .5rem !important
	}

	.mx-lg-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.my-lg-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.m-lg-3 {
		margin: 1rem 1rem !important
	}

	.mt-lg-3 {
		margin-top: 1rem !important
	}

	.mr-lg-3 {
		margin-right: 1rem !important
	}

	.mb-lg-3 {
		margin-bottom: 1rem !important
	}

	.ml-lg-3 {
		margin-left: 1rem !important
	}

	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem 1.5rem !important
	}

	.mt-lg-4 {
		margin-top: 1.5rem !important
	}

	.mr-lg-4 {
		margin-right: 1.5rem !important
	}

	.mb-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-lg-4 {
		margin-left: 1.5rem !important
	}

	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem 3rem !important
	}

	.mt-lg-5 {
		margin-top: 3rem !important
	}

	.mr-lg-5 {
		margin-right: 3rem !important
	}

	.mb-lg-5 {
		margin-bottom: 3rem !important
	}

	.ml-lg-5 {
		margin-left: 3rem !important
	}

	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.p-lg-0 {
		padding: 0 0 !important
	}

	.pt-lg-0 {
		padding-top: 0 !important
	}

	.pr-lg-0 {
		padding-right: 0 !important
	}

	.pb-lg-0 {
		padding-bottom: 0 !important
	}

	.pl-lg-0 {
		padding-left: 0 !important
	}

	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.p-lg-1 {
		padding: .25rem .25rem !important
	}

	.pt-lg-1 {
		padding-top: .25rem !important
	}

	.pr-lg-1 {
		padding-right: .25rem !important
	}

	.pb-lg-1 {
		padding-bottom: .25rem !important
	}

	.pl-lg-1 {
		padding-left: .25rem !important
	}

	.px-lg-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.py-lg-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem .5rem !important
	}

	.pt-lg-2 {
		padding-top: .5rem !important
	}

	.pr-lg-2 {
		padding-right: .5rem !important
	}

	.pb-lg-2 {
		padding-bottom: .5rem !important
	}

	.pl-lg-2 {
		padding-left: .5rem !important
	}

	.px-lg-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.py-lg-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem 1rem !important
	}

	.pt-lg-3 {
		padding-top: 1rem !important
	}

	.pr-lg-3 {
		padding-right: 1rem !important
	}

	.pb-lg-3 {
		padding-bottom: 1rem !important
	}

	.pl-lg-3 {
		padding-left: 1rem !important
	}

	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem 1.5rem !important
	}

	.pt-lg-4 {
		padding-top: 1.5rem !important
	}

	.pr-lg-4 {
		padding-right: 1.5rem !important
	}

	.pb-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-lg-4 {
		padding-left: 1.5rem !important
	}

	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem 3rem !important
	}

	.pt-lg-5 {
		padding-top: 3rem !important
	}

	.pr-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-5 {
		padding-bottom: 3rem !important
	}

	.pl-lg-5 {
		padding-left: 3rem !important
	}

	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mt-lg-auto {
		margin-top: auto !important
	}

	.mr-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-auto {
		margin-bottom: auto !important
	}

	.ml-lg-auto {
		margin-left: auto !important
	}

	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
}

@media (min-width:1260px) {
	.m-xl-0 {
		margin: 0 0 !important
	}

	.mt-xl-0 {
		margin-top: 0 !important
	}

	.mr-xl-0 {
		margin-right: 0 !important
	}

	.mb-xl-0 {
		margin-bottom: 0 !important
	}

	.ml-xl-0 {
		margin-left: 0 !important
	}

	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.m-xl-1 {
		margin: .25rem .25rem !important
	}

	.mt-xl-1 {
		margin-top: .25rem !important
	}

	.mr-xl-1 {
		margin-right: .25rem !important
	}

	.mb-xl-1 {
		margin-bottom: .25rem !important
	}

	.ml-xl-1 {
		margin-left: .25rem !important
	}

	.mx-xl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.my-xl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.m-xl-2 {
		margin: .5rem .5rem !important
	}

	.mt-xl-2 {
		margin-top: .5rem !important
	}

	.mr-xl-2 {
		margin-right: .5rem !important
	}

	.mb-xl-2 {
		margin-bottom: .5rem !important
	}

	.ml-xl-2 {
		margin-left: .5rem !important
	}

	.mx-xl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.my-xl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.m-xl-3 {
		margin: 1rem 1rem !important
	}

	.mt-xl-3 {
		margin-top: 1rem !important
	}

	.mr-xl-3 {
		margin-right: 1rem !important
	}

	.mb-xl-3 {
		margin-bottom: 1rem !important
	}

	.ml-xl-3 {
		margin-left: 1rem !important
	}

	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem 1.5rem !important
	}

	.mt-xl-4 {
		margin-top: 1.5rem !important
	}

	.mr-xl-4 {
		margin-right: 1.5rem !important
	}

	.mb-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-xl-4 {
		margin-left: 1.5rem !important
	}

	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem 3rem !important
	}

	.mt-xl-5 {
		margin-top: 3rem !important
	}

	.mr-xl-5 {
		margin-right: 3rem !important
	}

	.mb-xl-5 {
		margin-bottom: 3rem !important
	}

	.ml-xl-5 {
		margin-left: 3rem !important
	}

	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.p-xl-0 {
		padding: 0 0 !important
	}

	.pt-xl-0 {
		padding-top: 0 !important
	}

	.pr-xl-0 {
		padding-right: 0 !important
	}

	.pb-xl-0 {
		padding-bottom: 0 !important
	}

	.pl-xl-0 {
		padding-left: 0 !important
	}

	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.p-xl-1 {
		padding: .25rem .25rem !important
	}

	.pt-xl-1 {
		padding-top: .25rem !important
	}

	.pr-xl-1 {
		padding-right: .25rem !important
	}

	.pb-xl-1 {
		padding-bottom: .25rem !important
	}

	.pl-xl-1 {
		padding-left: .25rem !important
	}

	.px-xl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.py-xl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.p-xl-2 {
		padding: .5rem .5rem !important
	}

	.pt-xl-2 {
		padding-top: .5rem !important
	}

	.pr-xl-2 {
		padding-right: .5rem !important
	}

	.pb-xl-2 {
		padding-bottom: .5rem !important
	}

	.pl-xl-2 {
		padding-left: .5rem !important
	}

	.px-xl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.py-xl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.p-xl-3 {
		padding: 1rem 1rem !important
	}

	.pt-xl-3 {
		padding-top: 1rem !important
	}

	.pr-xl-3 {
		padding-right: 1rem !important
	}

	.pb-xl-3 {
		padding-bottom: 1rem !important
	}

	.pl-xl-3 {
		padding-left: 1rem !important
	}

	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem 1.5rem !important
	}

	.pt-xl-4 {
		padding-top: 1.5rem !important
	}

	.pr-xl-4 {
		padding-right: 1.5rem !important
	}

	.pb-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-xl-4 {
		padding-left: 1.5rem !important
	}

	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem 3rem !important
	}

	.pt-xl-5 {
		padding-top: 3rem !important
	}

	.pr-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-5 {
		padding-bottom: 3rem !important
	}

	.pl-xl-5 {
		padding-left: 3rem !important
	}

	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mt-xl-auto {
		margin-top: auto !important
	}

	.mr-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-auto {
		margin-bottom: auto !important
	}

	.ml-xl-auto {
		margin-left: auto !important
	}

	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
}

.text-justify {
	text-align: justify !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-truncate {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	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:576px) {
	.text-sm-left {
		text-align: left !important
	}

	.text-sm-right {
		text-align: right !important
	}

	.text-sm-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:992px) {
	.text-lg-left {
		text-align: left !important
	}

	.text-lg-right {
		text-align: right !important
	}

	.text-lg-center {
		text-align: center !important
	}
}

@media (min-width:1260px) {
	.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-normal {
	font-weight: 400
}

.font-weight-bold {
	font-weight: 700
}

.font-italic {
	font-style: italic
}

.text-white {
	color: #fff !important
}

.text-muted {
	color: #636c72 !important
}

a.text-muted:focus,
a.text-muted:hover {
	color: #4b5257 !important
}

.text-primary {
	color: #b2101d !important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #830c15 !important
}

.text-success {
	color: #37a237 !important
}

a.text-success:focus,
a.text-success:hover {
	color: #2a7c2a !important
}

.text-info {
	color: #5bc0de !important
}

a.text-info:focus,
a.text-info:hover {
	color: #31b0d5 !important
}

.text-warning {
	color: #f0ad4e !important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #ec971f !important
}

.text-danger {
	color: #b2101d !important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #830c15 !important
}

.text-gray-dark {
	color: #292b2c !important
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
	color: #101112 !important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.invisible {
	visibility: hidden !important
}

.hidden-xs-up {
	display: none !important
}

@media (max-width:575px) {
	.hidden-xs-down {
		display: none !important
	}
}

@media (min-width:576px) {
	.hidden-sm-up {
		display: none !important
	}
}

@media (max-width:767px) {
	.hidden-sm-down {
		display: none !important
	}
}

@media (min-width:768px) {
	.hidden-md-up {
		display: none !important
	}
}

@media (max-width:991px) {
	.hidden-md-down {
		display: none !important
	}
}

@media (min-width:992px) {
	.hidden-lg-up {
		display: none !important
	}
}

@media (max-width:1259px) {
	.hidden-lg-down {
		display: none !important
	}
}

@media (min-width:1260px) {
	.hidden-xl-up {
		display: none !important
	}
}

.hidden-xl-down {
	display: none !important
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

.svg-responsive {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%
}

.svg-responsive__content {
	position: absolute;
	top: 0;
	left: 0
}

.object-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.object-contain {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.hide-overflow {
	overflow: hidden
}

.lazy-hidden {
	opacity: 0
}

.lazy-loaded {
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
	opacity: 1
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1rem;
	font-size: 1rem;
	border-radius: .25rem;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.btn:focus,
.btn:hover {
	text-decoration: none
}

.btn.focus,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(178, 16, 29, .25);
	box-shadow: 0 0 0 2px rgba(178, 16, 29, .25)
}

.btn.disabled,
.btn:disabled {
	cursor: not-allowed;
	opacity: .65
}

.btn.active,
.btn:active {
	background-image: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #b2101d;
	border-color: #b2101d
}

.btn-primary:hover {
	color: #fff;
	background-color: #830c15;
	border-color: #7a0b14
}

.btn-primary.focus,
.btn-primary:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(178, 16, 29, .5);
	box-shadow: 0 0 0 2px rgba(178, 16, 29, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #b2101d;
	border-color: #b2101d
}

.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #830c15;
	background-image: none;
	border-color: #7a0b14
}

.btn-secondary {
	color: #292b2c;
	background-color: #fff;
	border-color: #ccc
}

.btn-secondary:hover {
	color: #292b2c;
	background-color: #e6e5e5;
	border-color: #adadad
}

.btn-secondary.focus,
.btn-secondary:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, .5);
	box-shadow: 0 0 0 2px rgba(204, 204, 204, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	background-color: #fff;
	border-color: #ccc
}

.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
	color: #292b2c;
	background-color: #e6e5e5;
	background-image: none;
	border-color: #adadad
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #5bc0de
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #2aabd2
}

.btn-info.focus,
.btn-info:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, .5);
	box-shadow: 0 0 0 2px rgba(91, 192, 222, .5)
}

.btn-info.disabled,
.btn-info:disabled {
	background-color: #5bc0de;
	border-color: #5bc0de
}

.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	background-image: none;
	border-color: #2aabd2
}

.btn-success {
	color: #fff;
	background-color: #37a237;
	border-color: #37a237
}

.btn-success:hover {
	color: #fff;
	background-color: #2a7c2a;
	border-color: #277427
}

.btn-success.focus,
.btn-success:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(55, 162, 55, .5);
	box-shadow: 0 0 0 2px rgba(55, 162, 55, .5)
}

.btn-success.disabled,
.btn-success:disabled {
	background-color: #37a237;
	border-color: #37a237
}

.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #2a7c2a;
	background-image: none;
	border-color: #277427
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #f0ad4e
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #eb9316
}

.btn-warning.focus,
.btn-warning:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, .5);
	box-shadow: 0 0 0 2px rgba(240, 173, 78, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	background-color: #f0ad4e;
	border-color: #f0ad4e
}

.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	background-image: none;
	border-color: #eb9316
}

.btn-danger {
	color: #fff;
	background-color: #b2101d;
	border-color: #b2101d
}

.btn-danger:hover {
	color: #fff;
	background-color: #830c15;
	border-color: #7a0b14
}

.btn-danger.focus,
.btn-danger:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(178, 16, 29, .5);
	box-shadow: 0 0 0 2px rgba(178, 16, 29, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	background-color: #b2101d;
	border-color: #b2101d
}

.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #830c15;
	background-image: none;
	border-color: #7a0b14
}

.btn-outline-primary {
	color: #b2101d;
	background-image: none;
	background-color: transparent;
	border-color: #b2101d
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #b2101d;
	border-color: #b2101d
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(178, 16, 29, .5);
	box-shadow: 0 0 0 2px rgba(178, 16, 29, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #b2101d;
	background-color: transparent
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #b2101d;
	border-color: #b2101d
}

.btn-outline-secondary {
	color: #ccc;
	background-image: none;
	background-color: transparent;
	border-color: #ccc
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #ccc;
	border-color: #ccc
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, .5);
	box-shadow: 0 0 0 2px rgba(204, 204, 204, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #ccc;
	background-color: transparent
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #ccc;
	border-color: #ccc
}

.btn-outline-info {
	color: #5bc0de;
	background-image: none;
	background-color: transparent;
	border-color: #5bc0de
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #5bc0de;
	border-color: #5bc0de
}

.btn-outline-info.focus,
.btn-outline-info:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, .5);
	box-shadow: 0 0 0 2px rgba(91, 192, 222, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #5bc0de;
	background-color: transparent
}

.btn-outline-info.active,
.btn-outline-info:active,
.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #5bc0de;
	border-color: #5bc0de
}

.btn-outline-success {
	color: #37a237;
	background-image: none;
	background-color: transparent;
	border-color: #37a237
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #37a237;
	border-color: #37a237
}

.btn-outline-success.focus,
.btn-outline-success:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(55, 162, 55, .5);
	box-shadow: 0 0 0 2px rgba(55, 162, 55, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #37a237;
	background-color: transparent
}

.btn-outline-success.active,
.btn-outline-success:active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #37a237;
	border-color: #37a237
}

.btn-outline-warning {
	color: #f0ad4e;
	background-image: none;
	background-color: transparent;
	border-color: #f0ad4e
}

.btn-outline-warning:hover {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #f0ad4e
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, .5);
	box-shadow: 0 0 0 2px rgba(240, 173, 78, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #f0ad4e;
	background-color: transparent
}

.btn-outline-warning.active,
.btn-outline-warning:active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #f0ad4e
}

.btn-outline-danger {
	color: #b2101d;
	background-image: none;
	background-color: transparent;
	border-color: #b2101d
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #b2101d;
	border-color: #b2101d
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(178, 16, 29, .5);
	box-shadow: 0 0 0 2px rgba(178, 16, 29, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #b2101d;
	background-color: transparent
}

.btn-outline-danger.active,
.btn-outline-danger:active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #b2101d;
	border-color: #b2101d
}

.btn-link {
	font-weight: 400;
	color: #b2101d;
	border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
	background-color: transparent
}

.btn-link,
.btn-link:active,
.btn-link:focus {
	border-color: transparent
}

.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
	color: #000;
	text-decoration: none;
	background-color: transparent
}

.btn-link:disabled {
	color: #636c72
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
	text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
	padding: .75rem 1.5rem;
	font-size: 1rem;
	border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.btn {
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	text-transform: uppercase;
	cursor: pointer
}

.btn:focus {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.btn:hover {
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-primary:focus {
	color: #fff
}

.btn-primary .svg__path {
	fill: #fff
}

.btn-group-lg>.btn,
.btn-lg {
	padding-top: .625rem;
	padding-bottom: .5rem
}

.btn-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.btn-icon__icon {
	width: .75em;
	height: .75em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: .5em
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
	padding: .2rem .4rem;
	font-size: 90%;
	color: #bd4147;
	background-color: #f3f3f3;
	border-radius: .25rem
}

a>code {
	padding: 0;
	color: inherit;
	background-color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: 90%;
	color: #fff;
	background-color: #292b2c;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 90%;
	color: #292b2c
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: .25rem;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #636c72
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem
}

.table td,
.table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #e5e5e5
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #e5e5e5
}

.table tbody+tbody {
	border-top: 2px solid #e5e5e5
}

.table .table {
	background-color: #fff
}

.table-sm td,
.table-sm th {
	padding: .3rem
}

.table-bordered {
	border: 1px solid #e5e5e5
}

.table-bordered td,
.table-bordered th {
	border: 1px solid #e5e5e5
}

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, .075)
}

.table-active,
.table-active>td,
.table-active>th {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, .075)
}

.table-success,
.table-success>td,
.table-success>th {
	background-color: #dff0d8
}

.table-hover .table-success:hover {
	background-color: #d0e9c6
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #d0e9c6
}

.table-info,
.table-info>td,
.table-info>th {
	background-color: #d9edf7
}

.table-hover .table-info:hover {
	background-color: #c4e3f3
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #c4e3f3
}

.table-warning,
.table-warning>td,
.table-warning>th {
	background-color: #fcf8e3
}

.table-hover .table-warning:hover {
	background-color: #faf2cc
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #faf2cc
}

.table-danger,
.table-danger>td,
.table-danger>th {
	background-color: #f2dede
}

.table-hover .table-danger:hover {
	background-color: #ebcccc
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #ebcccc
}

.thead-inverse th {
	color: #fff;
	background-color: #292b2c
}

.thead-default th {
	color: #464a4c;
	background-color: #e5e5e5
}

.table-inverse {
	color: #fff;
	background-color: #292b2c
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
	border-color: #fff
}

.table-inverse.table-bordered {
	border: 0
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive.table-bordered {
	border: 0
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

a.badge:focus,
a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.badge-default {
	background-color: #636c72
}

.badge-default[href]:focus,
.badge-default[href]:hover {
	background-color: #4b5257
}

.badge-primary {
	background-color: #b2101d
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
	background-color: #830c15
}

.badge-success {
	background-color: #37a237
}

.badge-success[href]:focus,
.badge-success[href]:hover {
	background-color: #2a7c2a
}

.badge-info {
	background-color: #5bc0de
}

.badge-info[href]:focus,
.badge-info[href]:hover {
	background-color: #31b0d5
}

.badge-warning {
	background-color: #f0ad4e
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
	background-color: #ec971f
}

.badge-danger {
	background-color: #b2101d
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
	background-color: #830c15
}

.badge {
	border-radius: 0;
	font-weight: 600
}

.badge-success {
	color: #37a237;
	border: 1px solid #37a237;
	background-color: transparent
}

.badge-primary {
	color: #b2101d;
	border: 1px solid #b2101d;
	background-color: transparent
}

.dropdown,
.dropup {
	position: relative
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent
}

.dropdown-toggle:focus {
	outline: 0
}

.dropup .dropdown-toggle::after {
	border-top: 0;
	border-bottom: .3em solid
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #000;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.dropdown-divider {
	height: 1px;
	margin: .5rem 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 3px 1.5rem;
	clear: both;
	font-weight: 400;
	color: #292b2c;
	text-align: inherit;
	white-space: nowrap;
	background: 0 0;
	border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #1d1e1f;
	text-decoration: none;
	background-color: #f3f3f3
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #b2101d
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #636c72;
	cursor: not-allowed;
	background-color: transparent
}

.show>.dropdown-menu {
	display: block
}

.show>a {
	outline: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #636c72;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: .125rem
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
	background-color: #f3f3f3;
	color: #000
}

.lang-select {
	font-size: .75rem
}

.lang-select .svg--angle-down {
	width: .5rem;
	height: .3125rem
}

@media (min-width:768px) {
	.lang-select .svg--angle-down {
		margin-left: .375rem
	}
}

.lang-select .svg--angle-down .svg__path {
	fill: #000;
	-webkit-transition: fill .5s;
	-o-transition: fill .5s;
	transition: fill .5s
}

.lang-select__flag {
	margin-right: .5rem;
	width: 1.25rem;
	height: .9375rem
}

@media (max-width:767px) {
	.lang-select .dropdown-toggle__label {
		display: none
	}
}

.lang-select .dropdown-toggle {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	padding: .5rem;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s
}

.lang-select .dropdown-toggle .svg__path {
	fill: #fff
}

.lang-select .dropdown-toggle:focus,
.lang-select .dropdown-toggle:hover {
	text-decoration: none;
	color: #b2101d
}

.lang-select .dropdown-toggle:focus .svg__path,
.lang-select .dropdown-toggle:hover .svg__path {
	fill: #b2101d
}

.lang-select .dropdown-toggle::after {
	display: none
}

.lang-select .dropdown-menu {
	min-width: 0;
	padding: 0;
	left: auto;
	right: 0;
	border-radius: 0;
	background-color: #000;
	border-top: 1px solid #565656
}

.lang-select .dropdown-item {
	padding: .25rem .75rem;
	font-size: .75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	border-bottom: 1px solid #565656;
	border-right: 1px solid #565656;
	border-left: 1px solid #565656
}

.lang-select .dropdown-item:focus,
.lang-select .dropdown-item:hover {
	background-color: #292b2c
}

.custom-control {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-height: 1.5rem;
	padding-left: 1.5rem;
	margin-right: 1rem;
	cursor: pointer
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-control-input:checked~.custom-control-indicator {
	color: #fff;
	background-color: #b2101d
}

.custom-control-input:focus~.custom-control-indicator {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #b2101d;
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px #b2101d
}

.custom-control-input:active~.custom-control-indicator {
	color: #fff;
	background-color: #f4818a
}

.custom-control-input:disabled~.custom-control-indicator {
	cursor: not-allowed;
	background-color: #e5e5e5
}

.custom-control-input:disabled~.custom-control-description {
	color: #636c72;
	cursor: not-allowed
}

.custom-control-indicator {
	position: absolute;
	top: .25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #ddd;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
	border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
	background-color: #b2101d;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-indicator {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-controls-stacked {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.custom-controls-stacked .custom-control {
	margin-bottom: .25rem
}

.custom-controls-stacked .custom-control+.custom-control {
	margin-left: 0
}

.custom-select {
	display: inline-block;
	max-width: 100%;
	height: -webkit-calc(2.25rem + 2px);
	height: calc(2.25rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	line-height: 1.25;
	color: #464a4c;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
	background-size: 8px 10px;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
	-moz-appearance: none;
	-webkit-appearance: none
}

.custom-select:focus {
	border-color: #ef525f;
	outline: 0
}

.custom-select:focus::-ms-value {
	color: #464a4c;
	background-color: #fff
}

.custom-select:disabled {
	color: #636c72;
	cursor: not-allowed;
	background-color: #e5e5e5
}

.custom-select::-ms-expand {
	opacity: 0
}

.custom-select-sm {
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 75%
}

.custom-file {
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: 2.5rem;
	margin-bottom: 0;
	cursor: pointer
}

.custom-file-input {
	min-width: 14rem;
	max-width: 100%;
	height: 2.5rem;
	margin: 0;
	opacity: 0
}

.custom-file-control {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
	height: 2.5rem;
	padding: .5rem 1rem;
	line-height: 1.5;
	color: #464a4c;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.custom-file-control:lang(en)::after {
	content: "Choose file..."
}

.custom-file-control::before {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	z-index: 6;
	display: block;
	height: 2.5rem;
	padding: .5rem 1rem;
	line-height: 1.5;
	color: #464a4c;
	background-color: #e5e5e5;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0 .25rem .25rem 0
}

.custom-file-control:lang(en)::before {
	content: "Browse"
}

.custom-file {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .75rem
}

.custom-file__button {
	background-color: #e5e5e5;
	border: none;
	padding: .375em .875em .25em;
	text-transform: uppercase
}

.custom-file__button:focus {
	outline: 0
}

.custom-file__label {
	margin-left: 1em
}

.custom-file__icon {
	width: 1.25rem;
	height: 1.25rem;
	margin-right: .5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.custom-file__icon .svg {
	width: 100%;
	height: 100%
}

.custom-control {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.custom-control .form-control-feedback {
	width: 100%
}

.custom-control-indicator {
	top: .125rem
}

.custom-control-input:focus~.custom-control-indicator {
	-webkit-box-shadow: none;
	box-shadow: none
}

.custom-checkbox .custom-control-indicator {
	border-radius: 0
}

.custom-control-description a {
	text-decoration: underline
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5em 1em
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.nav-link.disabled {
	color: #636c72;
	cursor: not-allowed
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-right-radius: .25rem;
	border-top-left-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e5e5e5 #e5e5e5 #ddd
}

.nav-tabs .nav-link.disabled {
	color: #636c72;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #464a4c;
	background-color: #fff;
	border-color: #ddd #ddd #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.nav-pills .nav-link {
	border-radius: .25rem
}

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
	color: #fff;
	cursor: default;
	background-color: #b2101d
}

.nav-fill .nav-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav .nav__item:not(.nav__products__item) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (min-width:768px) {
	.nav .nav__item:not(.nav__products__item)+.nav__item {
		margin-left: .5rem
	}
}

@media (min-width:1350px) {
	.nav .nav__item:not(.nav__products__item)+.nav__item {
		margin-left: .75rem
	}
}

@media (min-width:1400px) {
	.nav .nav__item:not(.nav__products__item)+.nav__item {
		margin-left: 1rem
	}
}

.nav .nav__item:not(.nav__products__item):hover>.submenu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.nav .nav__item.active>.nav__link,
.nav .nav__item:hover>.nav__link {
	text-decoration: none;
	color: #b2101d
}

.nav .nav__item.active>.nav__link .submenu-indicator .svg__path,
.nav .nav__item:hover>.nav__link .submenu-indicator .svg__path {
	fill: #b2101d
}

.nav .nav__link {
	font-weight: 600;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	text-transform: uppercase;
	padding: 0 .5rem;
	font-size: .75rem
}

@media (min-width:576px) {
	.nav .nav__link {
		font-size: .8125rem
	}
}

.nav .nav__link:focus {
	text-decoration: none
}

@media (max-width:767px) {

	.nav>.nav__item,
	.nav>.nav__products>.nav__item {
		font-size: .75rem
	}
}

.nav__products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.nav__products__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (min-width:768px) {
	.nav__products__item {
		margin-right: .5rem
	}
}

.nav__products__item>.nav__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (min-width:1260px) {
	.nav__products__item>.nav__link {
		display: none
	}
}

@media (max-width:1259px) {
	.nav__products__item.active .nav__products__categories {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		z-index: 10;
		background-color: #000
	}
}

.nav__products__categories {
	display: none;
	max-height: -webkit-calc(100vh - 3.125rem);
	max-height: calc(100vh - 3.125rem);
	overflow: auto
}

@media (min-width:768px) {
	.nav__products__categories {
		max-height: -webkit-calc(100vh - 3.125rem);
		max-height: calc(100vh - 3.125rem)
	}
}

@media (min-width:1260px) {
	.nav__products__categories {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

@media (max-width:1259px) {
	.nav .nav__products__categories>.nav__item {
		display: block;
		font-size: .9375rem
	}

	.nav .nav__products__categories>.nav__item+.nav__item {
		margin-left: 0
	}

	.nav .nav__products__categories>.nav__item .nav__link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.nav .nav__products__categories>.nav__item.active .submenu-nav.submenu-nav--level-1 {
		display: block
	}
}

@media (max-width:1259px) {
	.nav__products__categories {
		border-top: 1px solid #292b2c;
		border-bottom: 1px solid #292b2c
	}

	.nav__products__categories>.nav__item:first-child .nav__link {
		border-top: none
	}

	.nav__products__categories .nav__link,
	.nav__products__categories .submenu-nav__item .submenu-nav__link {
		border-top: 1px solid #292b2c
	}

	.nav__products__categories .submenu-nav--level-2 .submenu-nav__link {
		padding-left: 40px
	}

	.nav__products__categories .submenu-nav--level-3 .submenu-nav__link {
		padding-left: 60px
	}

	.nav__products__categories .nav__link {
		padding: .425em 20px
	}

	.nav__products__categories .nav__item.active>.nav__link .submenu-indicator {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}

	.nav__products__categories .submenu-nav__item:not(.active)>.submenu-nav__link .submenu-indicator {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg)
	}
}

.nav__link .svg {
	width: .5rem;
	height: .3125rem;
	margin-left: .5em;
	-webkit-transition: fill .5s;
	-o-transition: fill .5s;
	transition: fill .5s
}

@media (min-width:1260px) {
	.submenu {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		z-index: 10;
		background-color: #000;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		-webkit-transform: translateY(1rem);
		-ms-transform: translateY(1rem);
		transform: translateY(1rem);
		border-top: 1px solid #565656;
		border-bottom: 1px solid #565656;
		padding: 2.5rem 0
	}
}

.submenu .submenu__title {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: .5rem;
	color: #000;
	font-weight: 600;
	font-size: 1.5rem;
	text-transform: uppercase;
	padding: 0 20px;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s
}

.submenu .submenu__title .svg {
	width: .3125em;
	height: .5em;
	margin-left: .5em;
	-webkit-transition: fill .5s;
	-o-transition: fill .5s;
	transition: fill .5s
}

.submenu .submenu__title:focus,
.submenu .submenu__title:hover {
	text-decoration: none;
	color: #b2101d;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s
}

.submenu .submenu__title:focus .svg,
.submenu .submenu__title:hover .svg {
	fill: #b2101d
}

@media (min-width:1260px) {
	.submenu-nav {
		width: 100%;
		border-right: 1px solid #565656;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 100%
	}
}

@media (min-width:1600px) {
	.submenu-nav {
		width: 18rem;
		left: 18rem
	}
}

.submenu-nav:not(.submenu-nav--level-1) {
	display: none
}

@media (min-width:1260px) and (max-width:1599px) {
	.submenu-nav.submenu-nav--level-1 {
		width: 33.33%
	}
}

@media (max-width:1259px) {
	.submenu-nav.submenu-nav--level-1 {
		display: none
	}
}

.submenu-nav--level-1 {
	position: relative;
	left: 0
}

.submenu-nav__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:1260px) {
	.submenu-nav__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.submenu-nav__link {
	padding: .425em 20px;
	font-size: .75rem;
	color: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1 1;
	text-transform: lowercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (min-width:576px) {
	.submenu-nav__link {
		font-size: .9375rem
	}
}

.submenu-nav__link.waves-effect {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.submenu-nav__link:focus,
.submenu-nav__link:hover {
	text-decoration: none;
	color: #b2101d
}

.submenu-indicator {
	width: .3125rem;
	height: .5rem;
	-webkit-transition: fill .5s;
	-o-transition: fill .5s;
	transition: fill .5s;
	fill: #fff
}

.submenu-indicator .svg__path {
	-webkit-transition: fill .5s;
	-o-transition: fill .5s;
	transition: fill .5s
}

.submenu-nav__item.active>.submenu-nav {
	display: block
}

.submenu-nav__item.active>.submenu-nav__link {
	text-decoration: none;
	color: #b2101d
}

.submenu-nav__item.active>.submenu-nav__link .submenu-indicator {
	fill: #b2101d
}

@media (min-width:1260px) {
	.submenu-nav__item:hover>.submenu-nav {
		display: block
	}

	.submenu-nav__item:hover>.submenu-nav__link {
		text-decoration: none;
		color: #b2101d
	}

	.submenu-nav__item:hover>.submenu-nav__link .submenu-indicator {
		fill: #b2101d
	}
}

@media (min-width:1260px) {
	.submenu-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

@media (min-width:1260px) {
	.submenu-row__nav {
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
}

@media (min-width:1260px) and (max-width:1599px) {
	.submenu-row__nav {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1 1
	}
}

@media (min-width:1600px) {
	.submenu-row__nav {
		max-width: none;
		width: 54rem
	}
}

@media (min-width:1260px) {
	.submenu-row__category {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1 1;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		min-width: 38rem;
		max-width: 38rem
	}
}

@media (min-width:1600px) {
	.submenu-row__category {
		min-width: 0;
		max-width: none
	}
}

@media (max-width:1259px) {
	.submenu-row__category {
		display: none
	}
}

.submenu-category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 38rem;
	padding: 0 1rem;
	color: #fff
}

@media (min-width:1600px) {
	.submenu-category {
		max-width: 50rem;
		padding: 0 2rem
	}
}

.submenu-category__image {
	width: 12rem;
	height: 8.9756rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	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;
	margin-left: 1.5rem
}

@media (min-width:1600px) {
	.submenu-category__image {
		width: 15.625rem;
		height: 11.6875rem;
		margin-left: 3rem
	}
}

.submenu-category__image img {
	max-width: 100%;
	height: auto
}

.submenu-category__description {
	max-width: 27.375rem
}

.submenu-category__description p {
	text-align: justify
}

.submenu-category__date {
	color: #636c72;
	font-weight: 700;
	font-size: .75rem
}

.submenu-category__title {
	display: block;
	font-size: 1.0675rem;
	font-weight: 600;
	color: #fff;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
	margin-bottom: .5em;
	margin-left: -.5em;
	padding: 0 .5em;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 100%
}

.submenu-category__title:focus,
.submenu-category__title:hover {
	text-decoration: none;
	color: #b2101d
}

.submenu-category__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -.5em;
	padding: 0 .5em;
	color: #b2101d
}

.submenu-category__link .svg {
	fill: #b2101d;
	-webkit-transition: fill .5s;
	-o-transition: fill .5s;
	transition: fill .5s;
	margin-left: .5em
}

.submenu-category__link .svg--angle-right {
	width: .3125rem;
	height: .5rem
}

.submenu-category__link:focus,
.submenu-category__link:hover {
	text-decoration: none;
	color: #fff
}

.submenu-category__link:focus .svg,
.submenu-category__link:hover .svg {
	fill: #fff
}

@media (min-width:576px) {
	.footer-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.footer-nav__item {
	margin-bottom: .0675rem
}

@media (min-width:576px) {
	.footer-nav__item {
		width: 50%;
		max-width: 50%
	}
}

@media (min-width:768px) {
	.footer-nav__item {
		width: 33.3333333333%;
		max-width: 33.3333333333%
	}
}

.footer-nav__item.active .footer-nav__link {
	color: #b2101d
}

.footer-nav__link {
	font-weight: 500;
	color: #fff
}

.footer-nav__link:focus,
.footer-nav__link:hover {
	color: #b2101d
}


.breadcrumb__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.breadcrumb__item:before {
	content: '<';
	display: inline-block;
	margin: 0 .5em;
	color: #636c72
}

@media (min-width:992px) {
	.breadcrumb__item:before {
		content: '/'
	}
}

@media (min-width:992px) {
	.breadcrumb__item:first-child:before {
		display: none
	}
}

.breadcrumb__item {
	color: #000
}

.breadcrumb__item:hover {
	color: #b2101d
}

.breadcrumb__item.active {
	color: #b2101d
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-bottom-left-radius: .25rem;
	border-top-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-bottom-right-radius: .25rem;
	border-top-right-radius: .25rem
}

.page-item.active .page-link {
	z-index: 2;
	color: #fff;
	background-color: #b2101d;
	border-color: #b2101d
}

.page-item.disabled .page-link {
	color: #636c72;
	pointer-events: none;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #b2101d;
	background-color: #fff;
	border: 1px solid #ddd
}

.page-link:focus,
.page-link:hover {
	color: #000;
	text-decoration: none;
	background-color: #e5e5e5;
	border-color: #ddd
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1rem
}

.pagination-lg .page-item:first-child .page-link {
	border-bottom-left-radius: .3rem;
	border-top-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-bottom-right-radius: .3rem;
	border-top-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
	border-bottom-left-radius: .2rem;
	border-top-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-bottom-right-radius: .2rem;
	border-top-right-radius: .2rem
}

.alert {
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible .close {
	position: relative;
	top: -.75rem;
	right: -1.25rem;
	padding: .75rem 1.25rem;
	color: inherit
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d0e9c6;
	color: #3c763d
}

.alert-success hr {
	border-top-color: #c1e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bcdff1;
	color: #31708f
}

.alert-info hr {
	border-top-color: #a6d5ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faf2cc;
	color: #8a6d3b
}

.alert-warning hr {
	border-top-color: #f7ecb5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebcccc;
	color: #a94442
}

.alert-danger hr {
	border-top-color: #e4b9b9
}

.alert-danger .alert-link {
	color: #843534
}

.success {
	font-weight: 700;
	color: #37a237
}

.danger {
	font-weight: 700;
	color: #b2101d
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	font-size: .75rem;
	line-height: 1rem;
	text-align: center;
	background-color: #e5e5e5;
	border-radius: .25rem
}

.progress-bar {
	height: 1rem;
	color: #fff;
	background-color: #b2101d
}

.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: Raleway, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

.tooltip.bs-tether-element-attached-bottom,
.tooltip.tooltip-top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,
.tooltip.tooltip-top .tooltip-inner::before {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	content: "";
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.bs-tether-element-attached-left,
.tooltip.tooltip-right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bs-tether-element-attached-left .tooltip-inner::before,
.tooltip.tooltip-right .tooltip-inner::before {
	top: 50%;
	left: 0;
	margin-top: -5px;
	content: "";
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.bs-tether-element-attached-top,
.tooltip.tooltip-bottom {
	padding: 5px 0;
	margin-top: 3px
}

.tooltip.bs-tether-element-attached-top .tooltip-inner::before,
.tooltip.tooltip-bottom .tooltip-inner::before {
	top: 0;
	left: 50%;
	margin-left: -5px;
	content: "";
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bs-tether-element-attached-right,
.tooltip.tooltip-left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip.bs-tether-element-attached-right .tooltip-inner::before,
.tooltip.tooltip-left .tooltip-inner::before {
	top: 50%;
	right: 0;
	margin-top: -5px;
	content: "";
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

.tooltip-inner::before {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip {
	font-size: .75rem
}

.tooltip-inner {
	border-radius: 0
}

.tooltip-inner a {
	color: #fff;
	text-decoration: underline;
	font-weight: 600
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	padding: 1px;
	font-family: Raleway, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem
}

.popover.bs-tether-element-attached-bottom,
.popover.popover-top {
	margin-top: -10px
}

.popover.bs-tether-element-attached-bottom::after,
.popover.bs-tether-element-attached-bottom::before,
.popover.popover-top::after,
.popover.popover-top::before {
	left: 50%;
	border-bottom-width: 0
}

.popover.bs-tether-element-attached-bottom::before,
.popover.popover-top::before {
	bottom: -11px;
	margin-left: -11px;
	border-top-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-bottom::after,
.popover.popover-top::after {
	bottom: -10px;
	margin-left: -10px;
	border-top-color: #fff
}

.popover.bs-tether-element-attached-left,
.popover.popover-right {
	margin-left: 10px
}

.popover.bs-tether-element-attached-left::after,
.popover.bs-tether-element-attached-left::before,
.popover.popover-right::after,
.popover.popover-right::before {
	top: 50%;
	border-left-width: 0
}

.popover.bs-tether-element-attached-left::before,
.popover.popover-right::before {
	left: -11px;
	margin-top: -11px;
	border-right-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-left::after,
.popover.popover-right::after {
	left: -10px;
	margin-top: -10px;
	border-right-color: #fff
}

.popover.bs-tether-element-attached-top,
.popover.popover-bottom {
	margin-top: 10px
}

.popover.bs-tether-element-attached-top::after,
.popover.bs-tether-element-attached-top::before,
.popover.popover-bottom::after,
.popover.popover-bottom::before {
	left: 50%;
	border-top-width: 0
}

.popover.bs-tether-element-attached-top::before,
.popover.popover-bottom::before {
	top: -11px;
	margin-left: -11px;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-top::after,
.popover.popover-bottom::after {
	top: -10px;
	margin-left: -10px;
	border-bottom-color: #f7f7f7
}

.popover.bs-tether-element-attached-top .popover-title::before,
.popover.popover-bottom .popover-title::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 20px;
	margin-left: -10px;
	content: "";
	border-bottom: 1px solid #f7f7f7
}

.popover.bs-tether-element-attached-right,
.popover.popover-left {
	margin-left: -10px
}

.popover.bs-tether-element-attached-right::after,
.popover.bs-tether-element-attached-right::before,
.popover.popover-left::after,
.popover.popover-left::before {
	top: 50%;
	border-right-width: 0
}

.popover.bs-tether-element-attached-right::before,
.popover.popover-left::before {
	right: -11px;
	margin-top: -11px;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-right::after,
.popover.popover-left::after {
	right: -10px;
	margin-top: -10px;
	border-left-color: #fff
}

.popover-title {
	padding: 8px 14px;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-right-radius: -webkit-calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
	border-top-left-radius: -webkit-calc(.3rem - 1px);
	border-top-left-radius: calc(.3rem - 1px)
}

.popover-title:empty {
	display: none
}

.popover-content {
	padding: 9px 14px
}

.popover::after,
.popover::before {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover::before {
	content: "";
	border-width: 11px
}

.popover::after {
	content: "";
	border-width: 10px
}

svg.error-bot path {
	fill: #636c72;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-animation: error-bot_neon 2.5s ease-in-out infinite alternate;
	animation: error-bot_neon 2.5s ease-in-out infinite alternate;
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

svg.error-bot path.error-bot__bug {
	-webkit-animation: error-bot_neon_bug 2s ease-in-out infinite alternate;
	animation: error-bot_neon_bug 2s ease-in-out infinite alternate;
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s
}

@-webkit-keyframes error-bot_neon {
	0% {
		fill: #636c72;
		-webkit-filter: drop-shadow(0 0 0 #fff);
		filter: drop-shadow(0 0 0 #fff)
	}

	10% {
		fill: #fff;
		-webkit-filter: drop-shadow(0 0 10px #fff);
		filter: drop-shadow(0 0 10px #fff)
	}

	15% {
		fill: #c5c8db;
		-webkit-filter: drop-shadow(0 0 5px #fff);
		filter: drop-shadow(0 0 5px #fff)
	}

	25% {
		fill: #fff;
		-webkit-filter: drop-shadow(0 0 10px #fff);
		filter: drop-shadow(0 0 10px #fff)
	}

	100% {
		-webkit-filter: drop-shadow(0 0 5px #fff);
		filter: drop-shadow(0 0 5px #fff)
	}
}

@keyframes error-bot_neon {
	0% {
		fill: #636c72;
		-webkit-filter: drop-shadow(0 0 0 #fff);
		filter: drop-shadow(0 0 0 #fff)
	}

	10% {
		fill: #fff;
		-webkit-filter: drop-shadow(0 0 10px #fff);
		filter: drop-shadow(0 0 10px #fff)
	}

	15% {
		fill: #c5c8db;
		-webkit-filter: drop-shadow(0 0 5px #fff);
		filter: drop-shadow(0 0 5px #fff)
	}

	25% {
		fill: #fff;
		-webkit-filter: drop-shadow(0 0 10px #fff);
		filter: drop-shadow(0 0 10px #fff)
	}

	100% {
		-webkit-filter: drop-shadow(0 0 5px #fff);
		filter: drop-shadow(0 0 5px #fff)
	}
}

@-webkit-keyframes error-bot_neon_bug {
	0% {
		fill: #636c72;
		-webkit-filter: drop-shadow(0 0 0 #fff);
		filter: drop-shadow(0 0 0 #fff)
	}

	10% {
		fill: #fff;
		-webkit-filter: drop-shadow(0 0 10px #fff);
		filter: drop-shadow(0 0 10px #fff)
	}

	15% {
		fill: #c5c8db;
		-webkit-filter: drop-shadow(0 0 5px #fff);
		filter: drop-shadow(0 0 5px #fff)
	}

	25% {
		fill: #fff;
		-webkit-filter: drop-shadow(0 0 10px #fff);
		filter: drop-shadow(0 0 10px #fff)
	}

	100% {
		-webkit-filter: drop-shadow(0 0 5px #fff);
		filter: drop-shadow(0 0 5px #fff)
	}
}

@keyframes error-bot_neon_bug {
	0% {
		fill: #636c72;
		-webkit-filter: drop-shadow(0 0 0 #fff);
		filter: drop-shadow(0 0 0 #fff)
	}

	10% {
		fill: #fff;
		-webkit-filter: drop-shadow(0 0 10px #fff);
		filter: drop-shadow(0 0 10px #fff)
	}

	15% {
		fill: #c5c8db;
		-webkit-filter: drop-shadow(0 0 5px #fff);
		filter: drop-shadow(0 0 5px #fff)
	}

	25% {
		fill: #fff;
		-webkit-filter: drop-shadow(0 0 10px #fff);
		filter: drop-shadow(0 0 10px #fff)
	}

	100% {
		-webkit-filter: drop-shadow(0 0 5px #fff);
		filter: drop-shadow(0 0 5px #fff)
	}
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent
}

.waves-effect .waves-ripple {
	position: absolute;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	opacity: 0;
	background: rgba(0, 0, 0, .2);
	background: -webkit-radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
	background: -o-radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-transition-property: -webkit-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: scale(0) translate(0, 0);
	-ms-transform: scale(0) translate(0, 0);
	transform: scale(0) translate(0, 0);
	pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
	background: rgba(255, 255, 255, .4);
	background: -webkit-radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%);
	background: -o-radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%)
}

.waves-effect.waves-classic .waves-ripple {
	background: rgba(0, 0, 0, .2)
}

.waves-effect.waves-classic.waves-light .waves-ripple {
	background: rgba(255, 255, 255, .4)
}

.waves-notransition {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important
}

.waves-button,
.waves-circle {
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%)
}

.waves-button,
.waves-button-input,
.waves-button:hover,
.waves-button:visited {
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	outline: 0;
	color: inherit;
	background-color: rgba(0, 0, 0, 0);
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	z-index: 1
}

.waves-button {
	padding: .85em 1.1em;
	border-radius: .2em
}

.waves-button-input {
	margin: 0;
	padding: .85em 1.1em
}

.waves-input-wrapper {
	border-radius: .2em;
	vertical-align: bottom
}

.waves-input-wrapper.waves-button {
	padding: 0
}

.waves-input-wrapper .waves-button-input {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1
}

.waves-circle {
	text-align: center;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	border-radius: 50%
}

.waves-float {
	-webkit-mask-image: none;
	-webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
	box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.waves-float:active {
	-webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3);
	box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3)
}

.waves-block {
	display: block
}

.waves-link {
	margin-right: -.5em;
	margin-left: -.5em;
	padding-right: .5em;
	padding-left: .5em
}

.video-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	margin-left: -.5rem;
	padding: 0 .5rem
}

.video-link .svg {
	margin-top: -.05em
}

.video-link:focus,
.video-link:hover {
	text-decoration: none;
	outline: 0
}

.video-link:focus .svg__path,
.video-link:hover .svg__path {
	fill: #000
}

.video-link .svg--youtube {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 1.25em;
	height: .9375em;
	margin-right: .375em
}

.video-link .svg__path {
	fill: #b2101d;
	-webkit-transition: fill .5s;
	-o-transition: fill .5s;
	transition: fill .5s
}

.media-video {
	position: relative;
	overflow: hidden;
	height: 100%
}

.media-video__preview {
	padding-bottom: 56.25%;
	position: relative
}

.media-video__preview-image {
	position: relative
}

.media-video__preview-overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1
}

.media-video__preview-overlay img {
	-webkit-transition: opacity .4s, -webkit-transform .75s;
	transition: opacity .4s, -webkit-transform .75s;
	-o-transition: transform .75s, opacity .4s;
	transition: transform .75s, opacity .4s;
	transition: transform .75s, opacity .4s, -webkit-transform .75s;
	max-width: 100%;
	height: auto
}

.media-video__preview-overlay__play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2.4375em;
	margin-left: -3.5em;
	-webkit-transition: -webkit-transform .75s;
	transition: -webkit-transform .75s;
	-o-transition: transform .75s;
	transition: transform .75s;
	transition: transform .75s, -webkit-transform .75s;
	font-size: .75rem;
	z-index: 5
}

@media (min-width:576px) {
	.media-video__preview-overlay__play {
		font-size: 1rem
	}
}

.media-video__preview-overlay__play::before {
	content: '';
	display: block;
	width: 3em;
	height: 3em;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1.5em;
	margin-left: -1.5em;
	z-index: 4
}

.media-video__preview-overlay__play .svg {
	width: 7em;
	height: 4.875em;
	position: relative;
	z-index: 5
}

.media-video__preview-overlay__play .svg__path {
	fill: #b2101d
}

.media-video__preview-overlay:hover .media-video__preview-overlay__play {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.media-video__iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2
}

.scrolltop {
	background: 0 0;
	border: none;
	position: fixed;
	right: 1.5rem;
	bottom: 1.5rem;
	padding: .5rem;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: opacity .5s, visibility .5s, -webkit-transform 1s;
	transition: opacity .5s, visibility .5s, -webkit-transform 1s;
	-o-transition: opacity .5s, visibility .5s, transform 1s;
	transition: opacity .5s, visibility .5s, transform 1s;
	transition: opacity .5s, visibility .5s, transform 1s, -webkit-transform 1s;
	z-index: 20
}

@media (min-width:576px) {
	.scrolltop {
		right: 3rem;
		bottom: 3.5rem
	}
}

.scrolltop .svg {
	width: 2.75rem;
	height: 2.325rem;
	padding: .125rem
}

.scrolltop .svg__path {
	fill: #b2101d;
	-webkit-transition: fill .5s;
	-o-transition: fill .5s;
	transition: fill .5s;
	stroke: #fff;
	stroke-width: .75
}

.scrolltop:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.scrolltop:hover .svg__path {
	fill: #830c15
}

.scrolltop:focus {
	outline: 0
}

.scrolltop--hidden {
	opacity: 0;
	visibility: hidden
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	padding: 10px 10px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	-o-transition-property: opacity, filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible
}

.hamburger:hover {
	opacity: .7
}

.hamburger-box {
	width: 30px;
	height: 15px;
	display: inline-block;
	position: relative
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -.5px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
	width: 30px;
	height: 1px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease
}

.hamburger-inner::after,
.hamburger-inner::before {
	content: "";
	display: block
}

.hamburger-inner::before {
	top: -7px
}

.hamburger-inner::after {
	bottom: -7px
}

.hamburger--3dx .hamburger-box {
	-webkit-perspective: 60px;
	perspective: 60px
}

.hamburger--3dx .hamburger-inner {
	-webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
	transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
	-o-transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx .hamburger-inner::after,
.hamburger--3dx .hamburger-inner::before {
	-webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	-o-transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.hamburger--3dx.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
	transform: translate3d(0, 7px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
	transform: translate3d(0, -7px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
	-webkit-perspective: 60px;
	perspective: 60px
}

.hamburger--3dx-r .hamburger-inner {
	-webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
	transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
	-o-transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx-r .hamburger-inner::after,
.hamburger--3dx-r .hamburger-inner::before {
	-webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	-o-transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx-r.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
	transform: translate3d(0, 7px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
	transform: translate3d(0, -7px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
	-webkit-perspective: 60px;
	perspective: 60px
}

.hamburger--3dy .hamburger-inner {
	-webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
	transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
	-o-transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy .hamburger-inner::after,
.hamburger--3dy .hamburger-inner::before {
	-webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	-o-transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg)
}

.hamburger--3dy.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
	transform: translate3d(0, 7px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
	transform: translate3d(0, -7px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
	-webkit-perspective: 60px;
	perspective: 60px
}

.hamburger--3dy-r .hamburger-inner {
	-webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
	transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
	-o-transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy-r .hamburger-inner::after,
.hamburger--3dy-r .hamburger-inner::before {
	-webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	-o-transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy-r.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
	transform: translate3d(0, 7px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
	transform: translate3d(0, -7px, 0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
	-webkit-perspective: 60px;
	perspective: 60px
}

.hamburger--3dxy .hamburger-inner {
	-webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
	transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
	-o-transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy .hamburger-inner::after,
.hamburger--3dxy .hamburger-inner::before {
	-webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	-o-transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateX(180deg) rotateY(180deg);
	transform: rotateX(180deg) rotateY(180deg)
}

.hamburger--3dxy.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
	transform: translate3d(0, 7px, 0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
	transform: translate3d(0, -7px, 0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
	-webkit-perspective: 60px;
	perspective: 60px
}

.hamburger--3dxy-r .hamburger-inner {
	-webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
	transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
	-o-transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy-r .hamburger-inner::after,
.hamburger--3dxy-r .hamburger-inner::before {
	-webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	-o-transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy-r.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
	transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
	transform: translate3d(0, 7px, 0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
	transform: translate3d(0, -7px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(.7, 1);
	transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrow.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(-6px, 0, 0) rotate(45deg) scale(.7, 1);
	transform: translate3d(-6px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrow-r.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(6px, 0, 0) rotate(45deg) scale(.7, 1);
	transform: translate3d(6px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(6px, 0, 0) rotate(-45deg) scale(.7, 1);
	transform: translate3d(6px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrowalt .hamburger-inner::before {
	-webkit-transition: top .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
	transition: top .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
	-o-transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
	transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
	transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner::after {
	-webkit-transition: bottom .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
	transition: bottom .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
	-o-transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
	transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
	transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(.7, 1);
	transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(.7, 1);
	-webkit-transition: top .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
	transition: top .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
	-o-transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
	transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
	transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(.7, 1);
	transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(.7, 1);
	-webkit-transition: bottom .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
	transition: bottom .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
	-o-transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
	transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
	transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt-r .hamburger-inner::before {
	-webkit-transition: top .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
	transition: top .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
	-o-transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
	transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
	transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner::after {
	-webkit-transition: bottom .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
	transition: bottom .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
	-o-transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
	transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
	transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(.7, 1);
	transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(.7, 1);
	-webkit-transition: top .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
	transition: top .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
	-o-transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
	transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
	transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(.7, 1);
	transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(.7, 1);
	-webkit-transition: bottom .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
	transition: bottom .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
	-o-transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
	transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
	transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowturn.is-active .hamburger-inner {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1);
	transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1);
	transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1);
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1);
	transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::after,
.hamburger--boring .hamburger-inner::before {
	-webkit-transition-property: none;
	-o-transition-property: none;
	transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0
}

.hamburger--boring.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	-webkit-transition-duration: .13s;
	-o-transition-duration: .13s;
	transition-duration: .13s;
	-webkit-transition-delay: .13s;
	-o-transition-delay: .13s;
	transition-delay: .13s;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner::after {
	top: -14px;
	-webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
	-o-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
	transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse .hamburger-inner::before {
	-webkit-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
	-o-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
	transform: translate3d(0, -7px, 0) rotate(-45deg);
	-webkit-transition-delay: .22s;
	-o-transition-delay: .22s;
	transition-delay: .22s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	-webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
	-o-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}

.hamburger--collapse.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
	transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
	-o-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
	transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
	transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse-r .hamburger-inner {
	top: auto;
	bottom: 0;
	-webkit-transition-duration: .13s;
	-o-transition-duration: .13s;
	transition-duration: .13s;
	-webkit-transition-delay: .13s;
	-o-transition-delay: .13s;
	transition-delay: .13s;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r .hamburger-inner::after {
	top: -14px;
	-webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
	-o-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
	transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner::before {
	-webkit-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
	-o-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, -7px, 0) rotate(45deg);
	transform: translate3d(0, -7px, 0) rotate(45deg);
	-webkit-transition-delay: .22s;
	-o-transition-delay: .22s;
	transition-delay: .22s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	-webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
	-o-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
	transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
	-o-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
	transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
	transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--elastic .hamburger-inner {
	top: .5px;
	-webkit-transition-duration: 275ms;
	-o-transition-duration: 275ms;
	transition-duration: 275ms;
	-webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	-o-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic .hamburger-inner::before {
	top: 7px;
	-webkit-transition: opacity 125ms 275ms ease;
	-o-transition: opacity 125ms 275ms ease;
	transition: opacity 125ms 275ms ease
}

.hamburger--elastic .hamburger-inner::after {
	top: 14px;
	-webkit-transition: -webkit-transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
	transition: -webkit-transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
	-o-transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
	transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
	transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform 275ms cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 7px, 0) rotate(135deg);
	transform: translate3d(0, 7px, 0) rotate(135deg);
	-webkit-transition-delay: 75ms;
	-o-transition-delay: 75ms;
	transition-delay: 75ms
}

.hamburger--elastic.is-active .hamburger-inner::before {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -14px, 0) rotate(-270deg);
	transform: translate3d(0, -14px, 0) rotate(-270deg);
	-webkit-transition-delay: 75ms;
	-o-transition-delay: 75ms;
	transition-delay: 75ms
}

.hamburger--elastic-r .hamburger-inner {
	top: .5px;
	-webkit-transition-duration: 275ms;
	-o-transition-duration: 275ms;
	transition-duration: 275ms;
	-webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	-o-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r .hamburger-inner::before {
	top: 7px;
	-webkit-transition: opacity 125ms 275ms ease;
	-o-transition: opacity 125ms 275ms ease;
	transition: opacity 125ms 275ms ease
}

.hamburger--elastic-r .hamburger-inner::after {
	top: 14px;
	-webkit-transition: -webkit-transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
	transition: -webkit-transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
	-o-transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
	transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
	transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform 275ms cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 7px, 0) rotate(-135deg);
	transform: translate3d(0, 7px, 0) rotate(-135deg);
	-webkit-transition-delay: 75ms;
	-o-transition-delay: 75ms;
	transition-delay: 75ms
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -14px, 0) rotate(270deg);
	transform: translate3d(0, -14px, 0) rotate(270deg);
	-webkit-transition-delay: 75ms;
	-o-transition-delay: 75ms;
	transition-delay: 75ms
}

.hamburger--emphatic {
	overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
	-webkit-transition: background-color 125ms 175ms ease-in;
	-o-transition: background-color 125ms 175ms ease-in;
	transition: background-color 125ms 175ms ease-in
}

.hamburger--emphatic .hamburger-inner::before {
	left: 0;
	-webkit-transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
	transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
	-o-transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in;
	transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in;
	transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic .hamburger-inner::after {
	top: 7px;
	right: 0;
	-webkit-transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
	transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
	-o-transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in;
	transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in;
	transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic.is-active .hamburger-inner {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background-color: transparent
}

.hamburger--emphatic.is-active .hamburger-inner::before {
	left: -60px;
	top: -60px;
	-webkit-transform: translate3d(60px, 60px, 0) rotate(45deg);
	transform: translate3d(60px, 60px, 0) rotate(45deg);
	-webkit-transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
	transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
	-o-transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
	transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
	transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic.is-active .hamburger-inner::after {
	right: -60px;
	top: -60px;
	-webkit-transform: translate3d(-60px, 60px, 0) rotate(-45deg);
	transform: translate3d(-60px, 60px, 0) rotate(-45deg);
	-webkit-transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
	transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
	-o-transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
	transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
	transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic-r {
	overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
	-webkit-transition: background-color 125ms 175ms ease-in;
	-o-transition: background-color 125ms 175ms ease-in;
	transition: background-color 125ms 175ms ease-in
}

.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	-webkit-transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
	transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
	-o-transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in;
	transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in;
	transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic-r .hamburger-inner::after {
	top: 7px;
	right: 0;
	-webkit-transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
	transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
	-o-transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in;
	transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in;
	transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic-r.is-active .hamburger-inner {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background-color: transparent
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
	left: -60px;
	top: 60px;
	-webkit-transform: translate3d(60px, -60px, 0) rotate(-45deg);
	transform: translate3d(60px, -60px, 0) rotate(-45deg);
	-webkit-transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
	transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
	-o-transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
	transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
	transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
	right: -60px;
	top: 60px;
	-webkit-transform: translate3d(-60px, -60px, 0) rotate(45deg);
	transform: translate3d(-60px, -60px, 0) rotate(45deg);
	-webkit-transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
	transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
	-o-transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
	transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
	transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.hamburger--minus .hamburger-inner::after,
.hamburger--minus .hamburger-inner::before {
	-webkit-transition: bottom 80ms 0s ease-out, top 80ms 0s ease-out, opacity 0s linear;
	-o-transition: bottom 80ms 0s ease-out, top 80ms 0s ease-out, opacity 0s linear;
	transition: bottom 80ms 0s ease-out, top 80ms 0s ease-out, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner::after,
.hamburger--minus.is-active .hamburger-inner::before {
	opacity: 0;
	-webkit-transition: bottom 80ms ease-out, top 80ms ease-out, opacity 0s 80ms linear;
	-o-transition: bottom 80ms ease-out, top 80ms ease-out, opacity 0s 80ms linear;
	transition: bottom 80ms ease-out, top 80ms ease-out, opacity 0s 80ms linear
}

.hamburger--minus.is-active .hamburger-inner::before {
	top: 0
}

.hamburger--minus.is-active .hamburger-inner::after {
	bottom: 0
}

.hamburger--slider .hamburger-inner {
	top: .5px
}

.hamburger--slider .hamburger-inner::before {
	top: 7px;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.hamburger--slider .hamburger-inner::after {
	top: 14px
}

.hamburger--slider.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
	transform: translate3d(0, 7px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner::before {
	-webkit-transform: rotate(-45deg) translate3d(-4.2857142857px, -6px, 0);
	transform: rotate(-45deg) translate3d(-4.2857142857px, -6px, 0);
	opacity: 0
}

.hamburger--slider.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
	transform: translate3d(0, -14px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
	top: .5px
}

.hamburger--slider-r .hamburger-inner::before {
	top: 7px;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.hamburger--slider-r .hamburger-inner::after {
	top: 14px
}

.hamburger--slider-r.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 7px, 0) rotate(-45deg);
	transform: translate3d(0, 7px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner::before {
	-webkit-transform: rotate(45deg) translate3d(4.2857142857px, -6px, 0);
	transform: rotate(45deg) translate3d(4.2857142857px, -6px, 0);
	opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -14px, 0) rotate(90deg);
	transform: translate3d(0, -14px, 0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
	-webkit-transition-duration: .22s;
	-o-transition-duration: .22s;
	transition-duration: .22s;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin .hamburger-inner::before {
	-webkit-transition: top .1s .25s ease-in, opacity .1s ease-in;
	-o-transition: top .1s .25s ease-in, opacity .1s ease-in;
	transition: top .1s .25s ease-in, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner::after {
	-webkit-transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	-o-transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-transition-delay: .12s;
	-o-transition-delay: .12s;
	transition-delay: .12s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top .1s ease-out, opacity .1s .12s ease-out;
	-o-transition: top .1s ease-out, opacity .1s .12s ease-out;
	transition: top .1s ease-out, opacity .1s .12s ease-out
}

.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
	transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
	-o-transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
	transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
	transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin-r .hamburger-inner {
	-webkit-transition-duration: .22s;
	-o-transition-duration: .22s;
	transition-duration: .22s;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r .hamburger-inner::before {
	-webkit-transition: top .1s .25s ease-in, opacity .1s ease-in;
	-o-transition: top .1s .25s ease-in, opacity .1s ease-in;
	transition: top .1s .25s ease-in, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner::after {
	-webkit-transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	-o-transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
	-webkit-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
	-webkit-transition-delay: .12s;
	-o-transition-delay: .12s;
	transition-delay: .12s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top .1s ease-out, opacity .1s .12s ease-out;
	-o-transition: top .1s ease-out, opacity .1s .12s ease-out;
	transition: top .1s ease-out, opacity .1s .12s ease-out
}

.hamburger--spin-r.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
	transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
	-o-transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
	transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
	transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spring .hamburger-inner {
	top: .5px;
	-webkit-transition: background-color 0s .13s linear;
	-o-transition: background-color 0s .13s linear;
	transition: background-color 0s .13s linear
}

.hamburger--spring .hamburger-inner::before {
	top: 7px;
	-webkit-transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
	-o-transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner::after {
	top: 14px;
	-webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
	-o-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
	-webkit-transition-delay: .22s;
	-o-transition-delay: .22s;
	transition-delay: .22s;
	background-color: transparent
}

.hamburger--spring.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	-o-transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
	transform: translate3d(0, 7px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner::after {
	top: 0;
	-webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	-o-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: translate3d(0, 7px, 0) rotate(-45deg);
	transform: translate3d(0, 7px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
	top: auto;
	bottom: 0;
	-webkit-transition-duration: .13s;
	-o-transition-duration: .13s;
	transition-duration: .13s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r .hamburger-inner::after {
	top: -14px;
	-webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity 0s linear;
	-o-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity 0s linear;
	transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity 0s linear
}

.hamburger--spring-r .hamburger-inner::before {
	-webkit-transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
	-o-transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
	transform: translate3d(0, -7px, 0) rotate(-45deg);
	-webkit-transition-delay: .22s;
	-o-transition-delay: .22s;
	transition-delay: .22s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spring-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	-webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s .22s linear;
	-o-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s .22s linear;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s .22s linear
}

.hamburger--spring-r.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	-o-transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
	transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand .hamburger-inner {
	-webkit-transition: background-color 0s 75ms linear, -webkit-transform 75ms .15s cubic-bezier(.55, .055, .675, .19);
	transition: background-color 0s 75ms linear, -webkit-transform 75ms .15s cubic-bezier(.55, .055, .675, .19);
	-o-transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear;
	transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear;
	transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear, -webkit-transform 75ms .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand .hamburger-inner::before {
	-webkit-transition: top 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
	transition: top 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
	-o-transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
	transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
	transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand .hamburger-inner::after {
	-webkit-transition: bottom 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
	transition: bottom 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
	-o-transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
	transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
	transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand.is-active .hamburger-inner {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: transparent;
	-webkit-transition: background-color 0s .15s linear, -webkit-transform 75ms 0s cubic-bezier(.215, .61, .355, 1);
	transition: background-color 0s .15s linear, -webkit-transform 75ms 0s cubic-bezier(.215, .61, .355, 1);
	-o-transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear;
	transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear;
	transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear, -webkit-transform 75ms 0s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: top 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
	transition: top 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
	-o-transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
	transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
	transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1), -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: bottom 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
	transition: bottom 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
	-o-transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
	transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
	transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1), -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand-r .hamburger-inner {
	-webkit-transition: background-color 0s 75ms linear, -webkit-transform 75ms .15s cubic-bezier(.55, .055, .675, .19);
	transition: background-color 0s 75ms linear, -webkit-transform 75ms .15s cubic-bezier(.55, .055, .675, .19);
	-o-transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear;
	transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear;
	transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear, -webkit-transform 75ms .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r .hamburger-inner::before {
	-webkit-transition: top 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
	transition: top 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
	-o-transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
	transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
	transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r .hamburger-inner::after {
	-webkit-transition: bottom 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
	transition: bottom 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
	-o-transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
	transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
	transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r.is-active .hamburger-inner {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background-color: transparent;
	-webkit-transition: background-color 0s .15s linear, -webkit-transform 75ms 0s cubic-bezier(.215, .61, .355, 1);
	transition: background-color 0s .15s linear, -webkit-transform 75ms 0s cubic-bezier(.215, .61, .355, 1);
	-o-transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear;
	transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear;
	transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear, -webkit-transform 75ms 0s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand-r.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: top 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
	transition: top 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
	-o-transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
	transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
	transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1), -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand-r.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: bottom 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
	transition: bottom 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
	-o-transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
	transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
	transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1), -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze .hamburger-inner {
	-webkit-transition-duration: 75ms;
	-o-transition-duration: 75ms;
	transition-duration: 75ms;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze .hamburger-inner::before {
	-webkit-transition: top 75ms .12s ease, opacity 75ms ease;
	-o-transition: top 75ms .12s ease, opacity 75ms ease;
	transition: top 75ms .12s ease, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner::after {
	-webkit-transition: bottom 75ms .12s ease, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
	transition: bottom 75ms .12s ease, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
	-o-transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19);
	transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19);
	transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: .12s;
	-o-transition-delay: .12s;
	transition-delay: .12s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top 75ms ease, opacity 75ms .12s ease;
	-o-transition: top 75ms ease, opacity 75ms .12s ease;
	transition: top 75ms ease, opacity 75ms .12s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: bottom 75ms ease, -webkit-transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
	transition: bottom 75ms ease, -webkit-transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
	-o-transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
	transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
	transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform 75ms .12s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--vortex .hamburger-inner {
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex .hamburger-inner::after,
.hamburger--vortex .hamburger-inner::before {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear
}

.hamburger--vortex .hamburger-inner::before {
	-webkit-transition-property: top, opacity;
	-o-transition-property: top, opacity;
	transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner::after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, -webkit-transform;
	-o-transition-property: bottom, transform;
	transition-property: bottom, transform;
	transition-property: bottom, transform, -webkit-transform
}

.hamburger--vortex.is-active .hamburger-inner {
	-webkit-transform: rotate(765deg);
	-ms-transform: rotate(765deg);
	transform: rotate(765deg);
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex.is-active .hamburger-inner::after,
.hamburger--vortex.is-active .hamburger-inner::before {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex-r .hamburger-inner::after,
.hamburger--vortex-r .hamburger-inner::before {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear
}

.hamburger--vortex-r .hamburger-inner::before {
	-webkit-transition-property: top, opacity;
	-o-transition-property: top, opacity;
	transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner::after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, -webkit-transform;
	-o-transition-property: bottom, transform;
	transition-property: bottom, transform;
	transition-property: bottom, transform, -webkit-transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
	-webkit-transform: rotate(-765deg);
	-ms-transform: rotate(-765deg);
	transform: rotate(-765deg);
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex-r.is-active .hamburger-inner::after,
.hamburger--vortex-r.is-active .hamburger-inner::before {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.load-more {
	text-align: center;
	margin-bottom: 2rem
}

@media (min-width:768px) {
	.load-more {
		margin-bottom: 3rem
	}
}

@media (min-width:992px) {
	.load-more {
		margin-bottom: 5rem
	}
}

.load-more .btn {
	max-width: 100%
}

.page-control {
	position: fixed;
	z-index: 50;
	right: 1.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	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-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 2rem
}

@media (min-width:1260px) {
	.page-control {
		right: 2.25rem
	}
}

@media (max-width:767px) {
	.page-control {
		display: none
	}
}

.page-control__item {
	color: transparent;
	background-color: rgba(178, 16, 29, .5);
	max-width: 1.25rem;
	height: 1.25rem;
	margin-bottom: .625rem;
	overflow: hidden;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.page-control__item:focus {
	color: transparent
}

.page-control__item:hover {
	max-width: 200px;
	background-color: #b2101d;
	color: #fff
}

.page-control__item.active {
	background-color: #b2101d
}

.page-control__item__text {
	position: relative;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: block;
	min-width: 1.25rem;
	max-width: 100%;
	padding: .5rem;
	font-size: .75rem
}

.map {
	margin-bottom: 3rem
}

.map--contact {
	height: 300px
}

@-webkit-keyframes czech {
	0% {
		fill: #fff;
		stroke: #fff
	}

	12.5% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	35% {
		fill: #b2101d;
		stroke: #b2101d;
		-webkit-transform: scale(3);
		transform: scale(3)
	}

	75% {
		fill: #b2101d;
		stroke: #b2101d;
		-webkit-transform: scale(3);
		transform: scale(3)
	}

	100% {
		fill: #830c15;
		stroke: #830c15;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes czech {
	0% {
		fill: #fff;
		stroke: #fff
	}

	12.5% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	35% {
		fill: #b2101d;
		stroke: #b2101d;
		-webkit-transform: scale(3);
		transform: scale(3)
	}

	75% {
		fill: #b2101d;
		stroke: #b2101d;
		-webkit-transform: scale(3);
		transform: scale(3)
	}

	100% {
		fill: #830c15;
		stroke: #830c15;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes point {
	0% {
		opacity: 0
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes point {
	0% {
		opacity: 0
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}

	50% {
		opacity: .5
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes pulsate {
	0% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}

	50% {
		opacity: .5
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.svg--world-map .svg__path {
	fill: #fff;
	stroke: #fff;
	stroke-width: 1px
}

.svg--world-map .svg__path--point {
	fill: #b2101d;
	stroke-width: 0;
	-webkit-transition: opacity 1s, -webkit-transform 4s;
	transition: opacity 1s, -webkit-transform 4s;
	-o-transition: transform 4s, opacity 1s;
	transition: transform 4s, opacity 1s;
	transition: transform 4s, opacity 1s, -webkit-transform 4s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0
}

.in-viewport.svg--world-map .svg__path--czech {
	-webkit-transform-origin: 519px 303px;
	-ms-transform-origin: 519px 303px;
	transform-origin: 519px 303px;
	-webkit-animation-name: czech;
	animation-name: czech;
	-webkit-animation-duration: 14s;
	animation-duration: 14s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	fill: #b2101d;
	stroke: #b2101d
}

.in-viewport.svg--world-map .svg__path--point {
	-webkit-animation: point 3s 12s ease-out, pulsate 3s 14.5s infinite ease-in-out;
	animation: point 3s 12s ease-out, pulsate 3s 14.5s infinite ease-in-out
}

.world-map-wrap {
	padding-bottom: -webkit-calc(100%/1120*730);
	padding-bottom: calc(100%/1120*730);
	position: relative
}

.world-map-wrap .world-map {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

@-webkit-keyframes animateLine {
	0% {
		stroke-dashoffset: 460
	}

	50% {
		stroke-dashoffset: 0
	}

	100% {
		stroke-dashoffset: -460
	}
}

@keyframes animateLine {
	0% {
		stroke-dashoffset: 460
	}

	50% {
		stroke-dashoffset: 0
	}

	100% {
		stroke-dashoffset: -460
	}
}

.svg--world-map .st0 {
	opacity: .75
}

.svg--world-map .st1 {
	fill: #848383;
	stroke: #848383;
	stroke-width: .5
}

.svg--world-map .st2 {
	fill: #fff;
	stroke: #fff;
	stroke-width: .5
}

.svg--world-map .svg__path--line {
	fill: none;
	stroke: #b2101d;
	stroke-miterlimit: 10;
	stroke-width: 1;
	stroke-dasharray: 0;
	stroke-dashoffset: 0
}

.in-viewport.svg--world-map .svg__path--line {
	-webkit-transition: all 6s linear;
	-o-transition: all 6s linear;
	transition: all 6s linear
}

.product-comparison {
	margin-right: 0;
	font-size: .875em;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.product-comparison .custom-control-indicator {
	top: .25rem
}

.product-comparison-panel {
	position: fixed;
	z-index: 1;
	top: 3rem;
	right: 0;
	background-color: #b2101d;
	color: #fff;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: right bottom 0;
	-ms-transform-origin: right bottom 0;
	transform-origin: right bottom 0;
	float: right;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}

@media (min-width:768px) {
	.product-comparison-panel {
		top: 5rem
	}
}

.product-comparison-panel--closed {
	-webkit-transform: rotate(-90deg) translateY(100%);
	-ms-transform: rotate(-90deg) translateY(100%);
	transform: rotate(-90deg) translateY(100%)
}

.product-comparison-panel__label {
	display: block;
	padding: 0 2em 0 .5em;
	font-size: .8125rem;
	font-weight: 600
}

@media (min-width:768px) {
	.product-comparison-panel__label {
		padding: .75em 2.25em .75em 1em
	}
}

.product-comparison-panel__label:hover {
	color: #fff
}

.product-comparison-panel__close {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	width: 1.25rem;
	padding: .375rem;
	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
}

.product-comparison-panel__close .svg {
	width: 100%;
	height: 100%
}

.product-comparison-panel__close .svg__path {
	fill: #fff
}

.product-comparison-panel__label__icon {
	display: block;
	width: 1.75rem;
	height: 2.5rem;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	padding-top: .375rem;
	padding-bottom: .375rem
}

.form-control {
	display: block;
	width: 100%;
	padding: .5rem .75rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #464a4c;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #464a4c;
	background-color: #fff;
	border-color: #ef525f;
	outline: 0
}

.form-control::-webkit-input-placeholder {
	color: #636c72;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #636c72;
	opacity: 1
}

.form-control::placeholder {
	color: #636c72;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e5e5e5;
	opacity: 1
}

.form-control:disabled {
	cursor: not-allowed
}

select.form-control:not([size]):not([multiple]) {
	height: -webkit-calc(2.25rem + 2px);
	height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
	color: #464a4c;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block
}

.col-form-label {
	padding-top: -webkit-calc(.5rem - 1px * 2);
	padding-top: calc(.5rem - 1px * 2);
	padding-bottom: -webkit-calc(.5rem - 1px * 2);
	padding-bottom: calc(.5rem - 1px * 2);
	margin-bottom: 0
}

.col-form-label-lg {
	padding-top: -webkit-calc(.75rem - 1px * 2);
	padding-top: calc(.75rem - 1px * 2);
	padding-bottom: -webkit-calc(.75rem - 1px * 2);
	padding-bottom: calc(.75rem - 1px * 2);
	font-size: 1rem
}

.col-form-label-sm {
	padding-top: -webkit-calc(.25rem - 1px * 2);
	padding-top: calc(.25rem - 1px * 2);
	padding-bottom: -webkit-calc(.25rem - 1px * 2);
	padding-bottom: calc(.25rem - 1px * 2);
	font-size: .875rem
}

.col-form-legend {
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin-bottom: 0;
	font-size: 1rem
}

.form-control-static {
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin-bottom: 0;
	line-height: 1.25;
	border: solid transparent;
	border-width: 1px 0
}

.form-control-static.form-control-lg,
.form-control-static.form-control-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
	height: 1.8125rem
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	padding: .75rem 1.5rem;
	font-size: 1rem;
	border-radius: .3rem
}

.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
	height: 2.8333333333rem
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-check {
	position: relative;
	display: block;
	margin-bottom: .5rem
}

.form-check.disabled .form-check-label {
	color: #636c72;
	cursor: not-allowed
}

.form-check-label {
	padding-left: 1.25rem;
	margin-bottom: 0;
	cursor: pointer
}

.form-check-input {
	position: absolute;
	margin-top: .25rem;
	margin-left: -1.25rem
}

.form-check-input:only-child {
	position: static
}

.form-check-inline {
	display: inline-block
}

.form-check-inline .form-check-label {
	vertical-align: middle
}

.form-check-inline+.form-check-inline {
	margin-left: .75rem
}

.form-control-feedback {
	margin-top: .25rem
}

.form-control-danger,
.form-control-success,
.form-control-warning {
	padding-right: 2.25rem;
	background-repeat: no-repeat;
	background-position: center right .5625rem;
	background-size: 1.125rem 1.125rem
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
	color: #37a237
}

.has-success .form-control {
	border-color: #37a237
}

.has-success .input-group-addon {
	color: #37a237;
	border-color: #37a237;
	background-color: #bde8bd
}

.has-success .form-control-success {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2337a237' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
	color: #f0ad4e
}

.has-warning .form-control {
	border-color: #f0ad4e
}

.has-warning .input-group-addon {
	color: #f0ad4e;
	border-color: #f0ad4e;
	background-color: #fff
}

.has-warning .form-control-warning {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
	color: #b2101d
}

.has-danger .form-control {
	border-color: #b2101d
}

.has-danger .input-group-addon {
	color: #b2101d;
	border-color: #b2101d;
	background-color: #f698a0
}

.has-danger .form-control-danger {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b2101d' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

.form-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media (min-width:576px) {
	.form-inline label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0
	}

	.form-inline .form-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-static {
		display: inline-block
	}

	.form-inline .input-group {
		width: auto
	}

	.form-inline .form-control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-check {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		margin-top: 0;
		margin-bottom: 0
	}

	.form-inline .form-check-label {
		padding-left: 0
	}

	.form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}

	.form-inline .custom-control {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 0
	}

	.form-inline .custom-control-indicator {
		position: static;
		display: inline-block;
		margin-right: .25rem;
		vertical-align: text-bottom
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-group {
	position: relative;
	margin-bottom: 1.5rem
}

@media (min-width:768px) {
	.form-group {
		margin-bottom: 2rem
	}
}

.form-control {
	border: none;
	border-bottom: 1px solid #e5e5e5;
	background-color: transparent;
	font-size: .875rem;
	padding: .25em 0;
	-webkit-transition: border-bottom-color .5s;
	-o-transition: border-bottom-color .5s;
	transition: border-bottom-color .5s
}

.form-control:focus {
	background-color: transparent
}

.form-control-label {
	margin-bottom: 0;
	font-size: .875rem;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.form-group .form-control-label {
	position: absolute;
	top: .1em;
	left: 0
}

.form-group.focus .form-control-label {
	top: -.875em;
	font-size: 85%
}

@media (min-width:768px) {
	.form-group.focus .form-control-label {
		top: -1.3em
	}
}

.form-group.focus .form-control {
	border-bottom-color: #636c72
}

.form-control-feedback {
	display: none;
	font-size: .8757em
}

.form-group.has-danger .form-control-feedback {
	display: block
}

.form-group.has-danger .form-control-danger {
	background-image: none
}

.search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	min-width: 2.25rem;
	width: 2.25rem
}

.search-form:not(.search-form--closed) {
	min-width: 12.25rem;
	width: 12.25rem
}

@media (min-width:576px) {
	.search-form:not(.search-form--closed) {
		min-width: 15.25rem;
		width: 15.25rem
	}
}

.search-form .form-control-label {
	text-transform: lowercase
}

.search-form .form-group {
	margin-bottom: 0;
	width: 10rem;
	-webkit-transition: width .5s, opacity .5s;
	-o-transition: width .5s, opacity .5s;
	transition: width .5s, opacity .5s;
	overflow: visible
}

@media (min-width:576px) {
	.search-form .form-group {
		width: 13rem
	}
}

.search-form .form-control {
	width: 100%;
	color: #fff
}

.search-form .form-control-feedback {
	position: absolute;
	top: -webkit-calc(100% - 12px);
	top: calc(100% - 12px);
	font-size: .75rem
}

.search-form--closed .form-group {
	width: 0;
	overflow: hidden;
	opacity: 0
}

.search-form__button {
	background-color: transparent;
	border: none;
	padding: .5rem;
	font-size: 0
}

.search-form__button .svg {
	width: 1.25rem;
	height: 1.25rem;
	fill: #fff;
	-webkit-transition: fill .5s;
	-o-transition: fill .5s;
	transition: fill .5s
}

.search-form__button:focus {
	outline: 0
}

.search-form__button:hover .svg {
	fill: #b2101d
}

@media (min-width:768px) {
	.basic-form-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) and (min-width:576px) {
	.basic-form-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) and (min-width:768px) {
	.basic-form-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) and (min-width:992px) {
	.basic-form-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) and (min-width:1260px) {
	.basic-form-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) {
	.basic-form-grid__col {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 10px;
		padding-left: 10px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (min-width:768px) and (min-width:576px) {
	.basic-form-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:768px) and (min-width:768px) {
	.basic-form-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:768px) and (min-width:992px) {
	.basic-form-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:768px) and (min-width:1260px) {
	.basic-form-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:768px) {
	.basic-form__footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.basic-form__footer__alert {
	margin-top: 1rem
}

@media (min-width:768px) {
	.basic-form__footer__alert {
		margin-top: 0;
		margin-left: 1rem
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
	z-index: 2
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
	z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.btn+.dropdown-toggle-split::after {
	margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
	padding-right: 1.125rem;
	padding-left: 1.125rem
}

.btn-group-vertical {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
	width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
	z-index: 3
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
	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: center;
	-ms-flex-pack: center;
	justify-content: center
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	color: #464a4c;
	text-align: center;
	background-color: #e5e5e5;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
	padding: .75rem 1.5rem;
	font-size: 1rem;
	border-radius: .3rem
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.input-group-addon:not(:last-child) {
	border-right: 0
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
.input-group-btn:not(:last-child)>.btn:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.form-control+.input-group-addon:not(:first-child) {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1 1
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
	z-index: 3
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
	margin-right: -1px
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
	z-index: 2;
	margin-left: -1px
}

.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:hover,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:hover {
	z-index: 3
}

.list-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.list-group-item-action {
	width: 100%;
	color: #464a4c;
	text-align: inherit
}

.list-group-item-action .list-group-item-heading {
	color: #292b2c
}

.list-group-item-action:focus,
.list-group-item-action:hover {
	color: #464a4c;
	text-decoration: none;
	background-color: #f3f3f3
}

.list-group-item-action:active {
	color: #000;
	background-color: #e5e5e5
}

.list-group-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
	border-top-right-radius: .25rem;
	border-top-left-radius: .25rem
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
	text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #636c72;
	cursor: not-allowed;
	background-color: #fff
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item:disabled .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item:disabled .list-group-item-text {
	color: #636c72
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #b2101d;
	border-color: #b2101d
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small {
	color: inherit
}

.list-group-item.active .list-group-item-text {
	color: #fac7cb
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
	border-bottom: 0
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,
button.list-group-item-success.active {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,
button.list-group-item-info.active {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.card {
	background-color: #fff;
	padding: 1.5rem .5rem;
	color: #000;
	width: 100%;
	margin: 0 auto;
	display: block;
	position: relative
}

@media (min-width:576px) {
	.card {
		padding: 3.5rem 1.5rem 3rem
	}
}

.card:focus {
	outline: 0
}

@media (min-width:992px) {
	.card:hover {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}

	.card:hover .card__border {
		opacity: 1;
		border-top-color: #e5e5e5;
		-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
	}
}

.card__border {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-top: 1px solid transparent
}

.card__border:after,
.card__border:before {
	content: '';
	display: block;
	background-color: #e5e5e5;
	position: absolute
}

.card__border--horizontal:after,
.card__border--horizontal:before {
	right: 0;
	left: 0;
	height: 1px
}

.card__border--horizontal:before {
	top: -2px;
	opacity: 0;
	background-color: #fff;
	z-index: 1;
	height: 3px
}

.card__border--horizontal:after {
	bottom: 0
}

.card__border--vertical {
	opacity: 0
}

.card__border--vertical:after,
.card__border--vertical:before {
	top: 0;
	bottom: 0;
	width: 1px
}

.card__border--vertical:before {
	left: 0
}

.card__border--vertical:after {
	right: 0
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e5e5e5;
	border-radius: .3rem
}

@media (min-width:576px) {
	.jumbotron {
		padding: 4rem 2rem
	}
}

.jumbotron-hr {
	border-top-color: #cccbcb
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}

.media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.media-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1 1
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-item {
	position: relative;
	display: none;
	width: 100%
}

@media (-webkit-transform-3d) {
	.carousel-item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		transition: -webkit-transform .6s ease-in-out;
		-o-transition: transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}
}

@supports ((-webkit-transform:translate3d(0, 0, 0)) or (transform:translate3d(0, 0, 0))) {
	.carousel-item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		transition: -webkit-transform .6s ease-in-out;
		-o-transition: transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.carousel-item-next,
.carousel-item-prev {
	position: absolute;
	top: 0
}

@media (-webkit-transform-3d) {

	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	.active.carousel-item-right,
	.carousel-item-next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	.active.carousel-item-left,
	.carousel-item-prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@supports ((-webkit-transform:translate3d(0, 0, 0)) or (transform:translate3d(0, 0, 0))) {

	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	.active.carousel-item-right,
	.carousel-item-next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	.active.carousel-item-left,
	.carousel-item-prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	max-width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}

.carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}

.carousel-indicators .active {
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}

.owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.owl-dot {
	display: block;
	width: 1.5rem;
	height: .375rem;
	background-color: #000;
	background-clip: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 .5rem;
	opacity: .3;
	padding: .5rem 0
}

@media (min-width:576px) {
	.owl-dot {
		width: 2rem
	}
}

.owl-dot.active {
	opacity: 1
}

.homepage-carousel {
	cursor: -webkit-grab
}

.homepage-carousel-item {
	position: relative;
	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;
	height: -webkit-calc(100vh - 3.125rem - 12.5rem) !important;
	height: calc(100vh - 3.125rem - 12.5rem) !important
}

@media (max-width:575px) {
	.homepage-carousel-item {
		max-height: 280px
	}
}

.homepage-carousel-item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, .125)
}

@-webkit-keyframes showLineLeft {
	0% {
		left: -webkit-calc(100% + 100px);
		left: calc(100% + 100px)
	}

	100% {
		left: -100px
	}
}

@keyframes showLineLeft {
	0% {
		left: -webkit-calc(100% + 100px);
		left: calc(100% + 100px)
	}

	100% {
		left: -100px
	}
}

@-webkit-keyframes showLineRight {
	0% {
		right: -webkit-calc(100% + 100px);
		right: calc(100% + 100px)
	}

	100% {
		right: -100px
	}
}

@keyframes showLineRight {
	0% {
		right: -webkit-calc(100% + 100px);
		right: calc(100% + 100px)
	}

	100% {
		right: -100px
	}
}

.homepage-carousel-item__content {
	position: relative;
	z-index: 3;
	color: #fff;
	font-size: 1.25rem;
	max-width: 90%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.25;
	overflow: hidden;
	padding: 1rem 0
}

@media (min-width:576px) {
	.homepage-carousel-item__content {
		font-size: 1.5rem;
		max-width: 30rem
	}
}

@media (min-width:768px) {
	.homepage-carousel-item__content {
		font-size: 2rem;
		max-width: 40rem
	}
}

@media (min-width:992px) {
	.homepage-carousel-item__content {
		font-size: 2.5rem;
		max-width: 50rem
	}
}

@media (min-width:1260px) {
	.homepage-carousel-item__content {
		font-size: 3rem;
		max-width: 61rem
	}
}

.homepage-carousel-item__content:after,
.homepage-carousel-item__content:before {
	content: '';
	display: block;
	height: .25rem;
	width: 100px;
	-webkit-animation-duration: 1.75s;
	animation-duration: 1.75s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	background-color: #fff;
	position: absolute
}

.homepage-carousel-item__content:before {
	top: 0;
	left: 0
}

.homepage-carousel-item__content:after {
	right: 0;
	bottom: 0
}

.homepage-carousel-item__content p {
	text-shadow: 1px 1px 5px #000
}

.homepage-carousel-item__btn,
.homepage-carousel-item__description {
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}

.homepage-carousel .owl-nav .owl-next,
.homepage-carousel .owl-nav .owl-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20%
}

.homepage-carousel .owl-nav .owl-prev {
	left: 0;
	cursor: url(../img/carousel-prev.png), auto
}

.homepage-carousel .owl-nav .owl-next {
	right: 0;
	cursor: url(../img/carousel-next.png), auto
}

.homepage-carousel .owl-dots {
	position: absolute;
	right: 0;
	bottom: 2rem;
	left: 0
}

.homepage-carousel .owl-dot {
	background-color: #fff
}

@-webkit-keyframes showDescription {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes showDescription {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes showButton {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes showButton {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.homepage-carousel .owl-item.active .homepage-carousel-item__content:before {
	-webkit-animation-name: showLineLeft;
	animation-name: showLineLeft
}

.homepage-carousel .owl-item.active .homepage-carousel-item__content:after {
	-webkit-animation-name: showLineRight;
	animation-name: showLineRight
}

.homepage-carousel .owl-item.active .homepage-carousel-item__description {
	-webkit-animation-name: showDescription;
	animation-name: showDescription;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.homepage-carousel .owl-item.active .homepage-carousel-item__btn {
	-webkit-animation-name: showButton;
	animation-name: showButton;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.homepage-carousel .owl-item.owl-animated-out .homepage-carousel-item__description {
	opacity: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.homepage-carousel .owl-item.owl-animated-out .homepage-carousel-item__btn {
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.ie .homepage-carousel-item__content:after,
.ie .homepage-carousel-item__content:before {
	display: none
}

.news-slider {
	margin-top: -1rem
}

.news-slider .news-item {
	padding-right: 10px;
	padding-left: 10px
}

@media (min-width:768px) {
	.news-slider .news-item {
		padding-right: 20px;
		padding-left: 20px
	}
}

.references-slider__item {
	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
}

.news-slider .owl-dots,
.references-slider .owl-dots {
	position: absolute;
	right: 0;
	bottom: -1.5rem;
	left: 0
}

.references-slider .owl-item.active.middle .references-logo__img {
	-webkit-filter: none;
	filter: none
}

.news-slider .owl-nav .owl-next,
.news-slider .owl-nav .owl-prev,
.references-slider .owl-nav .owl-next,
.references-slider .owl-nav .owl-prev {
	position: absolute;
	top: -2rem;
	bottom: -3rem;
	width: -webkit-calc((100vw - 100%)/ 2);
	width: calc((100vw - 100%)/ 2)
}

.news-slider .owl-nav .owl-prev,
.references-slider .owl-nav .owl-prev {
	left: -webkit-calc((100vw - 100%)/ -2);
	left: calc((100vw - 100%)/ -2);
	cursor: url(../img/carousel-prev-black.png), auto
}

.news-slider .owl-nav .owl-next,
.references-slider .owl-nav .owl-next {
	right: -webkit-calc((100vw - 100%)/ -2);
	right: calc((100vw - 100%)/ -2);
	cursor: url(../img/carousel-next-black.png), auto
}

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	-o-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 15px
}

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 15px;
	border-top: 1px solid #e5e5e5
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem
}

.modal-footer>:not(:last-child) {
	margin-right: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 30px auto
	}

	.modal-sm {
		max-width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		max-width: 800px
	}
}

.news-item {
	display: block;
	padding-top: 1rem
}

.news-item:hover {
	text-decoration: none
}

.news-item:hover .news-item__title {
	text-decoration: none;
	color: #b2101d
}

.news-item:focus {
	text-decoration: none;
	color: #b2101d
}

.news-item__title {
	margin-bottom: .25rem;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #000;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s
}

.news-item__date {
	color: #636c72;
	font-weight: 700;
	display: inline-block;
	font-size: .75rem;
	margin-bottom: .25rem
}

.news-item__description {
	color: #000
}

.world-map {
	margin: 3rem auto 0
}

.social-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (min-width:992px) {
	.social-icons {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.social-icon__item+.social-icon__item {
	margin-left: 1rem
}

.social-icon__item .svg {
	width: 1.25rem;
	height: 1.25rem
}

.social-icon__item .svg__path {
	fill: #fff;
	-webkit-transition: fill .5s;
	-o-transition: fill .5s;
	transition: fill .5s
}

.social-icon__item:hover .svg__path {
	fill: #b2101d
}

.product-rotation {
	cursor: -webkit-grab;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative
}

.product-rotation__help {
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(../images/rotation.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10
}

@media (min-width:768px) {
	.product-rotation__help {
		width: 48px;
		height: 48px
	}
}

.product-rotation__controls {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.product-rotation__control {
	position: absolute;
	background: 0 0;
	border: none;
	width: 1.5rem;
	height: 1.5rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	background-image: url(../img/svg/angle-down.svg);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}

.product-rotation__control:focus {
	outline: 0
}

.product-rotation__control:active {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8)
}

.product-rotation__control--up {
	top: 10px;
	left: 50%;

}

.product-rotation__control--up:active {
	-webkit-transform: scale(.8) rotate(180deg);
	-ms-transform: scale(.8) rotate(180deg);
	transform: scale(.8) rotate(180deg)
}

.product-rotation__control--down {
	bottom: 10px;
	left: 50%;
	margin-left: -.75rem
}

.product-rotation__control--right {
	top: 50%;
	right: 10px;
	margin-top: -.75rem;

}

.product-rotation__control--right:active {

}

.product-rotation__control--left {
	top: 50%;
	left: 10px;
	margin-top: -.75rem;

}

.product-rotation__control--left:active {

}

.product-rotation-layers__layer {
	display: none
}

.product-rotation-layers__layer.active {
	display: block
}

.image-gallery img {
	max-width: 100%;
	height: auto
}

.image-gallery img.owl-lazy {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}

.image-gallery .owl-dots {
	position: relative;
	bottom: -1rem
}

.navbar {
	background-color: #000;
	position: relative;
	z-index: 150;
	border-bottom: 1px solid #565656
}

@-webkit-keyframes navbarShow {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes navbarShow {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

.navbar.navbar--fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 150
}

.navbar.navbar--fixed:not(.navbar--fixed-force) {
	-webkit-animation-name: navbarShow;
	animation-name: navbarShow;
	-webkit-animation-duration: 1s;
	animation-duration: 1s
}

.navbar-brand {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: relative;
	z-index: 20;
	padding: .75rem .5rem .125rem
}

@media (min-width:768px) {
	.navbar-brand {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:1260px) {
	.navbar-brand {
		background-color: #fff;
		-webkit-box-shadow: 0 0 1px #b9b9b9;
		box-shadow: 0 0 1px #b9b9b9;
		padding: 1.5rem .5rem
	}
}

@media (min-width:1260px) {
	.navbar.navbar--fixed .navbar-brand {
		padding: .5rem .5rem .0625rem;
		background-color: #000;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar.navbar--fixed .navbar-brand .svg__path {
		fill: #fff
	}
}

.navbar-brand .svg--avex-logo {
	width: 90px;
	height: 30px
}

@media (min-width:1260px) {
	.navbar-brand .svg--avex-logo {
		width: 120px;
		height: 35px
	}
}

.navbar-brand .svg--avex-logo .svg__path {
	-webkit-transition: fill .5s;
	-o-transition: fill .5s;
	transition: fill .5s;
	fill: #fff
}

@media (min-width:1260px) {
	.navbar-brand .svg--avex-logo .svg__path {
		fill: #000
	}
}

body:not(.menu-overlay) .navbar-row .nav {
	overflow: auto
}

.navbar-row {
	height: 3.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (min-width:768px) {
	.navbar-row {
		height: 3.125rem
	}
}

.navbar-row .navbar-brand {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.navbar-row .nav {
	margin-right: auto;
	margin-left: auto
}

@media (max-width:575px) {
	.navbar-row .nav {
		display: none
	}
}

@media (max-width:575px) {
	.navbar-row .nav.nav--toggled {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		z-index: 99;
		background-color: #000;
		border-top: 1px solid #292b2c;
		border-bottom: 1px solid #292b2c;
		height: 3rem
	}
}

.navbar-row .navbar-toggler {
	margin-left: auto
}

@media (min-width:576px) {
	.navbar-row .navbar-toggler {
		display: none
	}
}

.navbar-toggler {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 1px solid #292b2c
}

.navbar-toggler__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.navbar-toggler__btn:focus {
	outline: 0
}

.navbar-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 .5rem;
	position: relative;
	width: 3.375rem;
	color: #fff
}

@media (min-width:576px) {
	.navbar-search {
		padding-right: 1rem;
		padding-left: 1rem
	}
}

@media (min-width:1350px) {
	.navbar-search {
		width: 4.375rem
	}
}

.navbar-search__form-wrap {
	background-color: #000;
	border-left: 1px solid #565656;
	position: absolute;
	z-index: 50;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 .5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (min-width:1350px) {
	.navbar-search__form-wrap {
		padding: 0 1rem
	}
}

.navbar-lang-select {
	border-left: 1px solid #565656;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 0 .5rem
}

@media (min-width:1350px) {
	.navbar-lang-select {
		padding: 0 1rem
	}
}

.section--fullpage {
	min-height: -webkit-calc(65vh - 3.125rem);
	min-height: calc(65vh - 3.125rem);
	overflow: hidden
}

@media (min-width:768px) {
	.section--fullpage {
		min-height: -webkit-calc(65vh - 3.125rem);
		min-height: calc(65vh - 3.125rem)
	}
}

@media (min-width:992px) {
	.section--fullpage {
		height: -webkit-calc(80vh - 3.125rem);
		height: calc(80vh - 3.125rem)
	}
}

.section__heading {
	text-transform: uppercase;
	margin-bottom: 2rem
}

.homepage-carousel-section {
	position: relative;
	height: -webkit-calc(100vh - 3.125rem - 12.5rem);
	height: calc(100vh - 3.125rem - 12.5rem)
}

@media (max-width:575px) {
	.homepage-carousel-section {
		max-height: 280px
	}
}

.news-slider-section {
	padding: 0;
	overflow: hidden
}

.news-slider-section--fixed-height {
	height: 12.5rem
}

.news-slider-section .container {
	padding-top: 3rem;
	padding-bottom: 3rem
}

@media (min-width:1260px) {
	.news-slider-section .container {
		padding-right: 0;
		padding-left: 0
	}
}

.news-slider-section .h2 {
	margin-bottom: 2rem
}

.signpost-section {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

@media (min-width:576px) {
	.signpost-section {
		height: 39.375rem
	}
}

@media (max-width:575px) {
	.signpost-section:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
		background-color: rgba(0, 0, 0, .5)
	}
}

.signpost-section .section-bg-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%
}

.company-section {
	padding-top: 3rem
}

@media (min-width:768px) {
	.company-section {
		padding-top: 5rem
	}
}

.references-section {
	padding-top: 3rem;
	padding-bottom: 3rem;
	overflow: hidden
}

@media (min-width:768px) {
	.references-section {
		padding-top: 5rem;
		padding-bottom: 5rem
	}
}

.policy--section {
	padding-top: 2rem;
	padding-bottom: 1rem
}

@media (min-width:768px) {
	.policy--section {
		padding-bottom: 2rem
	}
}

@media (min-width:1260px) {
	.policy--section {
		padding-bottom: 0
	}
}

@media (min-width:992px) {
	body.video-overlay {
		overflow: hidden
	}
}

.intro-video {
	overflow: hidden;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 125;
	height: -webkit-calc(100vh - 3.125rem);
	height: calc(100vh - 3.125rem)
}

@media (max-width:991px) {
	.intro-video {
		display: none
	}
}

.intro-video__video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1
}

.intro-video__video.lazy-hidden {
	opacity: 1
}

.intro-video__btn {
	position: absolute;
	z-index: 2;
	bottom: 3rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media (max-width:1259px) {
	.signpost-container {
		width: 100%;
		max-width: none;
		padding: 0
	}
}

.signpost {
	color: #fff;
	padding: 1rem 0;
	position: relative;
	z-index: 2
}

@media (min-width:576px) {
	.signpost {
		width: 100%;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

@media (max-width:575px) {
	.signpost {
		width: 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
	}
}

.signpost .signpost-row {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1 1
}

@media (min-width:576px) {
	.signpost-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:576px) and (min-width:576px) {
	.signpost-row {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:576px) and (min-width:768px) {
	.signpost-row {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:576px) and (min-width:992px) {
	.signpost-row {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:576px) and (min-width:1260px) {
	.signpost-row {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:576px) {
	.signpost-row:before {
		content: '';
		display: block;
		border-right: 1px solid rgba(255, 255, 255, .25);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%
	}
}

.signpost-row__col {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}

@media (min-width:576px) {
	.signpost-row__col {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 10px;
		padding-left: 10px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-top: 5rem;
		padding-bottom: 2rem
	}
}

@media (min-width:576px) and (min-width:576px) {
	.signpost-row__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:576px) and (min-width:768px) {
	.signpost-row__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:576px) and (min-width:992px) {
	.signpost-row__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:576px) and (min-width:1260px) {
	.signpost-row__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:768px) {
	.signpost-row__col {
		padding-bottom: 3rem
	}
}

@media (min-width:992px) {
	.signpost-row__col {
		padding-bottom: 1.75rem
	}
}

@media (min-width:576px) {
	.signpost-row__col--first {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
		padding-right: 1.5rem
	}
}

@media (min-width:768px) {
	.signpost-row__col--first {
		padding-right: 5rem
	}
}

@media (min-width:576px) {

	.signpost-row__col--first .btn,
	.signpost-row__col--first .video-link {
		-ms-flex-item-align: end;
		align-self: flex-end
	}
}

@media (min-width:576px) {
	.signpost-row__col--last {
		padding-left: 1.5rem
	}
}

@media (min-width:768px) {
	.signpost-row__col--last {
		padding-left: 5rem
	}
}

.signpost-row__col--last .btn,
.signpost-row__col--last .video-link {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.signpost__block-content {
	text-shadow: 1px 1px 1px #000;
	max-width: 20rem
}

@media (min-width:576px) {
	.signpost__block-content {
		max-width: 22rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (min-width:768px) {
	.signpost__block-content {
		font-size: 1rem
	}
}

@media (max-width:575px) {
	.signpost__block-content {
		text-align: center;
		margin: 0 auto
	}
}

.signpost__block-content .video-link {
	margin-top: .5rem;
	margin-bottom: .75rem;
	color: #fff;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	opacity: .7
}

.signpost__block-content .video-link .svg__path {
	fill: #fff
}

.signpost__block-content .video-link:hover {
	opacity: 1
}

.signpost__block-content .btn {
	margin-top: auto
}

.about-company-content {
	max-width: 52rem;
	margin: 0 auto 3rem
}

@media (min-width:768px) {
	.about-company-content {
		margin-bottom: 5rem;
		font-size: 1rem
	}
}

.about-company-content .h1 {
	margin-bottom: 1.5rem;
	text-align: center
}

.about-company-content .h2 {
	margin-bottom: 1rem
}

.about-company-content p {
	margin-bottom: 1.75rem;
	line-height: 1.7;
	text-align: justify
}

.about-company-bg {
	color: #fff;
	padding-top: 3rem;
	padding-bottom: 2rem;
	position: relative;
	overflow: hidden
}

@media (min-width:768px) {
	.about-company-bg {
		padding-top: 5rem
	}
}

@media (min-width:992px) {
	.about-company-bg {
		padding-bottom: 5rem
	}
}

.about-company-content__btn {
	margin-top: 2.5rem;
	text-align: center
}

.about-company-map .h2 {
	font-size: 1rem;
	text-align: center
}

@media (min-width:768px) {
	.about-company-map .h2 {
		font-size: 1.25rem
	}
}

.world-map {
	width: 100%
}

.benefits__head {
	text-align: center;
	font-size: 1rem;
	padding: 3rem 0 1rem
}

@media (min-width:576px) {
	.benefits__head {
		padding-top: 5rem
	}
}

@media (min-width:768px) {
	.benefits__head {
		font-size: 1.125rem
	}
}

.benefits__head .h1 {
	margin-bottom: 1.5rem
}

.benefits-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px
}

@media (min-width:576px) {
	.benefits-row {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) {
	.benefits-row {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:992px) {
	.benefits-row {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:1260px) {
	.benefits-row {
		margin-right: -10px;
		margin-left: -10px
	}
}

.benefits-row__col {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: .25rem;
	padding-left: .25rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: .5rem
}

@media (min-width:576px) {
	.benefits-row__col {
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (min-width:576px) {
	.benefits-row__col {
		margin-bottom: 60px
	}
}

@media (min-width:992px) {
	.benefits-row__col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		margin-bottom: 0
	}
}

@media (min-width:1260px) {
	.benefits-row__col {
		padding-right: 30px;
		padding-left: 30px
	}
}

.benefit {
	text-align: center;
	max-width: 17rem;
	font-size: .75rem
}

@media (min-width:576px) {
	.benefit {
		font-size: 1em
	}
}

.benefit__title {
	font-size: 1.125rem;
	text-transform: uppercase;
	margin-bottom: 1rem
}

@media (min-width:576px) {
	.benefit__title {
		font-size: 1.5rem;
		margin-bottom: 1.25rem
	}
}

.benefit__icon {
	font-size: 2.5rem;
	height: 1em;
	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;
	margin-bottom: 1.5rem;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s
}

@media (min-width:576px) {
	.benefit__icon {
		margin-bottom: 2rem;
		font-size: 3.5rem
	}
}

.benefit__icon .svg {
	width: auto;
	height: 1em
}

.benefit__icon .svg__path {
	fill: #b2101d
}

.benefit__description {
	margin-bottom: 0;
	line-height: 1.7;
	color: #292b2c
}

.references__head {
	text-align: center;
	margin-bottom: 2rem
}

.references-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (min-width:576px) {
	.references-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) {
	.references-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:992px) {
	.references-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:1260px) {
	.references-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

.references-grid__col {
	width: auto;
	margin: 0 40px
}

.references-logo {
	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;
	max-width: 100%
}

.references-logo__link {
	display: block
}

.references-logo__img {
	-webkit-filter: invert(.5) opacity(.7);
	filter: invert(.5) opacity(.7);
	-webkit-transition: -webkit-filter .5s;
	transition: -webkit-filter .5s;
	-o-transition: filter .5s;
	transition: filter .5s;
	transition: filter .5s, -webkit-filter .5s;
	max-width: 100%;
	height: 80px
}

@media (min-width:768px) {
	.references-logo__img {
		height: 100px
	}
}

@media (min-width:992px) {
	.references-logo__img {
		height: 120px
	}
}

.references-logo__img:hover {
	-webkit-filter: none;
	filter: none
}

.references-slider .references-slider__item .references-logo__img {
	width: auto
}

.footer {
	background-color: #000;
	color: #fff;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-top: 1px solid #565656
}

@media (min-width:992px) {
	.footer-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -10px;
		margin-left: -10px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media (min-width:992px) and (min-width:576px) {
	.footer-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:992px) and (min-width:768px) {
	.footer-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:992px) and (min-width:992px) {
	.footer-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:992px) and (min-width:1260px) {
	.footer-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

.footer-grid__col {
	padding-top: 2rem
}

@media (min-width:992px) {
	.footer-grid__col {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 10px;
		padding-left: 10px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
		padding-bottom: 1rem
	}
}

@media (min-width:992px) and (min-width:576px) {
	.footer-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:992px) and (min-width:768px) {
	.footer-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:992px) and (min-width:992px) {
	.footer-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:992px) and (min-width:1260px) {
	.footer-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:1260px) {
	.footer-grid__col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
}

.footer-grid__col--last {
	padding-bottom: 1rem;
	margin-left: auto
}

@media (min-width:992px) {
	.footer-grid__col--last {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 13.3333333333%;
		flex: 0 0 13.3333333333%;
		max-width: 13.3333333333%
	}
}

.footer-grid__col .h2 {
	text-transform: uppercase;
	font-size: 1.125rem;
	margin-bottom: .5rem
}

.footer-bottom {
	background-color: #000;
	color: #fff;
	font-size: .875em
}

.footer-bottom a {
	color: #fff
}

.footer-bottom a:hover {
	text-decoration: underline
}

@media (min-width:576px) {
	.footer-bottom-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:576px) and (min-width:576px) {
	.footer-bottom-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:576px) and (min-width:768px) {
	.footer-bottom-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:576px) and (min-width:992px) {
	.footer-bottom-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:576px) and (min-width:1260px) {
	.footer-bottom-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

.footer-bottom-grid__col {
	text-align: center;
	padding-bottom: 1rem
}

@media (min-width:576px) {
	.footer-bottom-grid__col {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 10px;
		padding-left: 10px;
		text-align: left;
		padding-top: 1rem
	}
}

@media (min-width:576px) and (min-width:576px) {
	.footer-bottom-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:576px) and (min-width:768px) {
	.footer-bottom-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:576px) and (min-width:992px) {
	.footer-bottom-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:576px) and (min-width:1260px) {
	.footer-bottom-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

.footer-bottom-grid__col--copyright {
	padding-top: 1rem
}

@media (min-width:576px) {
	.footer-bottom-grid__col--copyright {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
}

@media (min-width:576px) {
	.footer-bottom-grid__col--author {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		text-align: right
	}
}

@media (min-width:1260px) {
	.policy-wrap {
		width: 100vw
	}
}

@media (min-width:1260px) {
	.policy-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:1260px) and (min-width:576px) {
	.policy-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:1260px) and (min-width:768px) {
	.policy-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:1260px) and (min-width:992px) {
	.policy-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:1260px) and (min-width:1260px) {
	.policy-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:1260px) {
	.policy-grid__col {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:1260px) and (min-width:576px) {
	.policy-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:1260px) and (min-width:768px) {
	.policy-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:1260px) and (min-width:992px) {
	.policy-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:1260px) and (min-width:1260px) {
	.policy-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:1260px) {
	.policy-grid__col--video {
		margin-left: -webkit-calc(-50vw + 50%);
		margin-left: calc(-50vw + 50%);
		width: -webkit-calc(50% + (50vw - 50%));
		width: calc(50% + (50vw - 50%));
		max-width: -webkit-calc(50% + (50vw - 50%));
		max-width: calc(50% + (50vw - 50%));
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		padding: 0 10px 0 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

.policy-grid__col--content {
	margin-bottom: 1rem
}

@media (min-width:576px) {
	.policy-grid__col--content {
		margin-bottom: 3rem
	}
}

@media (min-width:1260px) {
	.policy-grid__col--content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		-ms-flex-item-align: center;
		align-self: center;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 0
	}
}

@media (min-width:1260px) {

	.policy-grid__col--video .image-gallery .owl-item img,
	.policy-grid__col--video .media-video__preview {
		min-height: 475px
	}
}

@media (min-width:1260px) {
	.policy-content {
		padding: 0 0 0 3rem
	}
}

.policy-content .h1 {
	margin-bottom: 2rem;
	text-align: center
}

@media (min-width:1260px) {
	.policy-content .h1 {
		text-align: left
	}
}

.policy-content p,
.policy-content ul {
	line-height: 1.7;
	margin-bottom: 1.75rem
}

.policy-content ul li {
	margin-bottom: .25rem
}

@media (min-width:576px) {
	.policy-files {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-left: 1.5625rem
	}
}

.policy-files__item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	margin-left: -.5rem;
	padding: .125rem .5rem
}

.policy-files__item+.policy-files__item {
	margin-top: .5rem
}

@media (min-width:576px) {
	.policy-files__item+.policy-files__item {
		margin-top: 0;
		margin-left: 1rem
	}
}

.policy-files__item .svg {
	width: 1rem;
	height: 1.3125rem;
	margin-right: .5rem
}

.policy-files__item .svg__path {
	fill: #b2101d;
	-webkit-transition: fill .5s;
	-o-transition: fill .5s;
	transition: fill .5s
}

.policy-files__item:focus,
.policy-files__item:hover {
	text-decoration: none;
	outline: 0
}

.policy-files__item:focus .svg__path,
.policy-files__item:hover .svg__path {
	fill: #000
}

.products-list-wrap .container>.h2 {
	margin-bottom: 1.5rem
}

.products-list {
	margin-bottom: 3rem
}

@media (min-width:576px) {
	.products-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:576px) and (min-width:576px) {
	.products-list {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:576px) and (min-width:768px) {
	.products-list {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:576px) and (min-width:992px) {
	.products-list {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:576px) and (min-width:1260px) {
	.products-list {
		margin-right: -10px;
		margin-left: -10px
	}
}

.products-list__item {
	margin-bottom: 1rem
}

@media (min-width:576px) {
	.products-list__item {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 10px;
		padding-left: 10px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (min-width:576px) and (min-width:576px) {
	.products-list__item {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:576px) and (min-width:768px) {
	.products-list__item {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:576px) and (min-width:992px) {
	.products-list__item {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:576px) and (min-width:1260px) {
	.products-list__item {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:992px) {
	.products-list__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		margin-bottom: 4rem
	}
}

.products-list__item:hover {
	z-index: 5
}

.product-preview {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.5rem 1rem;
	width: auto
}

@media (min-width:576px) {
	.product-preview {
		max-width: 225px;
		margin: 0 auto
	}
}

@media (min-width:1260px) {
	.product-preview {
		padding: 2rem 1.5rem
	}
}

.product-preview .product-preview__col--content .h2 {
	text-align: center
}

@media (min-width:992px) {
	.product-preview.hover {
		z-index: 5;
		position: absolute;
		top: 0;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		left: 0
	}
}

@media (min-width:1260px) {
	.product-preview.hover {
		left: 50%;
		margin-left: -112px
	}
}

@media (min-width:992px) {
	.product-preview.hover .product-preview__col--content .h2 {
		margin-top: 3rem
	}

	.product-preview.hover .product-preview__btn {
		display: inline-block
	}

	.product-preview.hover .product-preview__description {
		display: block
	}
}

.product-preview--even .product-preview__col--content {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.product-preview--even .product-preview__col--image {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.product-preview__tags {
	position: absolute;
	bottom: .25rem;
	right: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product-preview__tags .badge {
	background-color: #fff;
	padding-right: 1.125em;
	padding-left: 1.125em;
	text-align: center
}

.product-preview__tags .badge+.badge {
	margin-left: .25rem
}

.product-preview__image {
	display: block;
	margin-right: -.9375rem;
	margin-left: -.9375rem
}

@media (min-width:1260px) {
	.product-preview__image {
		margin-right: -1.4375rem;
		margin-left: -1.4375rem
	}
}

.product-preview__image img {
	max-width: 100%;
	height: auto
}

.product-preview__btn {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: .75rem
}

.product-preview__description {
	display: none;
	font-size: .75rem
}

.product-preview__col--image {
	position: relative
}

.product-preview__col--content .h2 {
	font-size: 1rem;
	margin-bottom: 0
}

.product-preview__col--content .h2 a {
	color: #000
}

.product-preview__col--content .h2 a:hover {
	color: #b2101d
}

.product-preview__col--content p {
	text-align: justify;
	margin-bottom: 0
}

.product-preview__comparison {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: .75rem;
	margin-bottom: 0
}

.product-list-group {
	padding-top: 1rem;
	margin-bottom: 4.25rem
}

@media (min-width:768px) {
	.product-list-group>.h2 {
		margin-bottom: 2rem;
		font-size: 1.75rem
	}
}

@media (min-width:768px) {
	.product-list-group>.h2+.page-description {
		margin-top: -1.5rem;
		margin-bottom: 2rem
	}
}

.subcategory-heading__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000
}

.subcategory-heading__link:hover {
	color: #b2101d
}

.subcategory-heading__link:hover .svg {
	fill: #b2101d
}

.subcategory-heading__link .svg {
	width: .75rem;
	height: .75rem;
	margin-left: .5rem;
	-webkit-transition: fill .5s;
	-o-transition: fill .5s;
	transition: fill .5s
}

.gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0;
	margin-left: 0;
	margin-top: 2rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.gallery__item {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 0;
	padding-left: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

@media (min-width:576px) {
	.gallery__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
}

@media (min-width:768px) {
	.gallery__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
}

.gallery--fluid {
	margin-right: -10px;
	margin-left: -10px
}

@media (min-width:576px) {
	.gallery--fluid {
		margin-right: -20px;
		margin-left: -20px
	}
}

@media (min-width:1260px) {
	.gallery--fluid .gallery__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 14.2857142857%;
		flex: 0 0 14.2857142857%;
		max-width: 14.2857142857%
	}
}

.gallery-img {
	overflow: hidden;
	display: block
}

.gallery-img img {
	width: 100%;
	height: auto;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}

.gallery-img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.gallery--random .gallery__item {
	position: relative
}

.gallery--random .gallery__item.hidden {
	display: none
}

.gallery--random .gallery__item.swiping .gallery-img:not(:first-child) {
	opacity: 0
}

.gallery--random .gallery__item .gallery-img:not(:first-child) {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s
}

.certificates {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (min-width:576px) {
	.certificates {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) {
	.certificates {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:992px) {
	.certificates {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:1260px) {
	.certificates {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:992px) {
	.certificates {
		margin-bottom: 3rem
	}
}

.certificates__item {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2rem
}

@media (min-width:576px) {
	.certificates__item {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:768px) {
	.certificates__item {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:992px) {
	.certificates__item {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:1260px) {
	.certificates__item {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:768px) {
	.certificates__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
}

@media (min-width:992px) {
	.certificates__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
}

@media (min-width:1260px) {
	.certificates__item {
		padding-right: 40px;
		padding-left: 40px
	}
}

.certificate__title {
	text-align: center;
	margin-top: auto;
	margin-bottom: 0;
	min-height: 3.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .875rem;
	padding-top: 1rem
}

@media (min-width:576px) {
	.certificate__title {
		font-size: 1rem
	}
}

.certificate {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 2.5rem;
	max-width: 225px;
	margin: 0 auto
}

.certificate__thumb {
	max-width: 200px;
	width: 100%;
	height: auto;
	margin-top: auto;
	margin-bottom: auto
}

.news-list-section {
	overflow: hidden
}

.news-preview {
	margin-bottom: 3rem
}

@media (min-width:992px) {
	.news-preview {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media (min-width:1260px) {
	.news-preview {
		margin-bottom: 5rem
	}
}

.news-preview__col--image {
	margin-bottom: 1rem
}

@media (min-width:992px) {
	.news-preview__col--image {
		width: 284px;
		max-width: 284px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-bottom: 0
	}
}

.news-preview__col--content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1 1
}

@media (min-width:768px) {
	.news-preview--mirror .news-preview__col--image {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

@media (min-width:768px) and (max-width:991px) {
	.news-preview--mirror .news-preview__col--image .news-thumb {
		text-align: right
	}
}

@media (min-width:768px) {
	.news-preview--mirror .news-preview__col--content {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		text-align: right
	}
}

@media (min-width:992px) {
	.news-preview--mirror .news-preview__col--content {
		padding-left: 10px;
		padding-right: 40px
	}
}

@media (min-width:992px) {
	.news-preview__col--content {
		padding-left: 40px
	}
}

.news-preview__col--content p {
	text-align: justify
}

.news-thumb {
	display: block
}

@media (max-width:767px) {
	.news-thumb {
		text-align: center
	}
}

.news-thumb img {
	max-width: 100%;
	height: auto
}

.news-title {
	margin-bottom: 1rem
}

@media (min-width:1260px) {
	.news-title {
		text-align: right
	}
}

.news-title a {
	color: #000
}

.news-title a:focus,
.news-title a:hover {
	color: #b2101d
}

@media (min-width:1260px) {
	.news-head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.news-head__date {
	margin-bottom: .25rem
}

@media (min-width:1260px) {
	.news-head__date {
		margin-right: 2rem;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-bottom: 0
	}
}

.catalogues-popup {
	display: none;
	background-color: transparent
}

.catalogues-popup .fancybox-close-small {
	position: fixed;
	top: 0;
	right: 0
}

.catalogues-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.catalogues-list__item {
	padding: 10px
}

.catalogue-preview {
	display: block;
	width: 300px
}

.catalogue-preview:focus {
	outline: 0
}

.catalogue-preview__img {
	width: 100%;
	height: auto;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}

.catalogue-preview:hover .catalogue-preview__img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.catalogue-wrap {
	position: relative;
	height: -webkit-calc(100vh - 51px - 100px);
	height: calc(100vh - 51px - 100px)
}

.compare-table {
	overflow: hidden;
	position: relative
}

.compare-table__inner {
	overflow: auto
}

.compare-table__inner>table {
	margin: 0 auto
}

.compare-table__row {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5
}

.compare-table__row:not(.compare-table__row--group):not(.compare-table__row--image):not(.compare-table__row--title):hover {
	background-color: #f8f8f8
}

.compare-table__row--image {
	border-bottom: none
}

.compare-table__row--image+.compare-table__row {
	border-top: none
}

.compare-table__row__col {
	width: 13rem;
	padding: 10px;
	vertical-align: top;
	text-align: center
}

@media (min-width:768px) {
	.compare-table__row__col {
		width: 18rem
	}
}

@media (min-width:992px) {
	.compare-table__row__col {
		width: 20rem
	}
}

@media (max-width:767px) {
	.compare-table__row__col {
		font-size: .75rem
	}
}

.compare-table__row__col--autospace {
	width: 100%
}

.compare-table__row__col--image {
	position: relative
}

.compare-table__image {
	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;
	width: 13rem;
	height: 8.1rem
}

@media (min-width:768px) {
	.compare-table__image {
		width: 18rem;
		height: 11.3rem
	}
}

@media (min-width:992px) {
	.compare-table__image {
		width: 20rem;
		height: 12.5rem
	}
}

.compare-table__image img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto
}

.compare-table__row__col--title {
	text-align: center;
	padding-top: 0;
	padding-bottom: 20px
}

.compare-table__row__col--title a {
	color: #000;
	font-weight: 600;
	font-size: 1rem
}

.compare-table__row__col--title a:hover {
	color: #b2101d
}

.compare-table__row--group {
	background-color: #f3f3f3
}

.compare-table__row__col--group {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1rem
}

@media (min-width:768px) {
	.compare-table__row__col--group {
		font-size: 1.25rem
	}
}

@media (max-width:767px) {
	.compare-table__row__col--group {
		text-align: left
	}
}

.compare-table__param-name {
	display: block
}

.compare-table__remove {
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 10px;
	right: 10px;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}

.compare-table__remove:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

@media (min-width:768px) {
	.error-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -10px;
		margin-left: -10px;
		padding-top: 3rem;
		padding-bottom: 3rem
	}
}

@media (min-width:768px) and (min-width:576px) {
	.error-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) and (min-width:768px) {
	.error-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) and (min-width:992px) {
	.error-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) and (min-width:1260px) {
	.error-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) {
	.error-grid__col {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 10px;
		padding-left: 10px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (min-width:768px) and (min-width:576px) {
	.error-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:768px) and (min-width:768px) {
	.error-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:768px) and (min-width:992px) {
	.error-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:768px) and (min-width:1260px) {
	.error-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:768px) {
	.error-grid__col--smile {
		text-align: right;
		padding-right: 100px
	}
}

.error-heading {
	margin-top: 4rem
}

.error-code {
	font-size: 1.5rem;
	text-transform: uppercase
}

.error-smile {
	display: none
}

@media (min-width:768px) {
	.error-smile {
		font-size: 150px;
		display: block
	}
}

.page-content {
	margin-top: 2rem;
	padding-bottom: 2rem;
	overflow: hidden
}

@media (min-width:768px) {
	.page-content {
		margin-top: 3rem;
		padding-bottom: 3rem
	}
}

.page-content__banner {
	margin-top: 2rem;
	margin-bottom: 2rem;
	text-align: center
}

@media (min-width:992px) {
	.page-content__banner {
		margin-top: 4rem;
		margin-bottom: 4rem
	}
}

.page-content__banner__img {
	width: 100%;
	height: auto
}

.page-head {
	margin: 1.5rem 0 1rem
}

@media (min-width:768px) {
	.page-head {
		margin: 3rem 0 2rem
	}
}

.page-head__breadcrumb {
	margin-bottom: 1rem
}

@media (min-width:768px) {
	.page-head__title {
		font-size: 1.75rem
	}
}

.page-offset {
	padding-top: 4rem
}

.product-detail {
	overflow: hidden
}

.product-detail .h1,
.product-detail .h2,
.product-detail p {
	margin-bottom: 1rem
}

@media (min-width:768px) {

	.product-detail .h1,
	.product-detail .h2,
	.product-detail p {
		margin-bottom: 1.5rem
	}
}

.product-grid {
	padding-bottom: 2rem
}

@media (min-width:992px) {
	.product-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px
	}
}

@media (min-width:1260px) {
	.product-grid {
		padding-bottom: 0
	}
}

@media (min-width:992px) {
	.product-grid__col {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (min-width:992px) {
	.product-grid__col--gallery {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

@media (min-width:992px) {
	.product-grid__col--info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
		-ms-flex-item-align: center;
		align-self: center;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

@media (min-width:768px) {
	.product-gallery {
		position: relative;
		padding-top: 40px;
		padding-right: 2rem;
		padding-bottom: 40px;
		padding-left: 7.125rem
	}
}

.product-gallery__image {
	padding-bottom: 62.7536231884%;
	position: relative
}

.product-gallery__image__inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.product-gallery__item {
	display: none;
	text-align: center
}

.product-gallery__item.active {
	display: block
}

body:not(.ie) .product-gallery__item picture {
	display: block;
	position: relative;
	padding-bottom: 62.7536231884%
}

body:not(.ie) .product-gallery__item picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

@media (min-width:576px) {
	body.ie .product-gallery__item picture img {
		max-height: 326px
	}
}

@media (min-width:768px) {
	body.ie .product-gallery__item picture img {
		max-height: 347px
	}
}

@media (min-width:992px) {
	body.ie .product-gallery__item picture img {
		max-height: 252px
	}
}

@media (min-width:1260px) {
	body.ie .product-gallery__item picture img {
		max-height: 433px
	}
}

.product-gallery__item img {
	max-width: 100%;
	height: auto
}

@media (min-width:768px) {
	.product-gallery__thumbs {
		position: absolute;
		top: 50%;
		left: -.125rem;
		width: 5rem;
		z-index: 50;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.product-thumbs__item {
	padding: 2px
}

.product-thumbs__item:focus {
	outline: 0
}

.product-thumb {
	display: block;
	border: 1px solid #e5e5e5;
	-webkit-transition: border-color .5s;
	-o-transition: border-color .5s;
	transition: border-color .5s;
	position: relative
}

.product-thumb:focus {
	outline: 0
}

.product-thumb img {
	max-width: 100%;
	height: auto
}

.product-thumbs .product-thumbs__item.selected .product-thumb {
	border-color: #000
}

.product-thumb--360:before {
	content: '';
	display: block;
	width: 1rem;
	height: 1rem;
	background-image: url(../img/svg/rotation.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: .25rem;
	right: .25rem;
	z-index: 2
}

@media (max-width:767px) {
	.product-grid__col--info {
		padding-bottom: 2rem
	}
}

.product-grid__col--info p {
	line-height: 1.7;
	text-align: justify
}

.product-price {
	font-size: 1.125rem;
	font-weight: 600;
	margin-top: -.5rem;
	margin-bottom: .75rem
}

@media (min-width:768px) {
	.product-price {
		margin-top: -1rem
	}
}

.product-description {
	margin-bottom: 2rem
}

.product-order-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:576px) {
	.product-order-button {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

@media (min-width:992px) {
	.product-order-button {
		margin-bottom: 2rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (min-width:1260px) {
	.product-order-button {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.product-order-button .btn {
	padding: .75em 1em
}

.product-order-button .btn+.btn {
	margin-top: .5rem
}

@media (min-width:576px) {
	.product-order-button .btn+.btn {
		margin-top: 0;
		margin-left: .5rem
	}
}

@media (min-width:992px) and (max-width:1259px) {
	.product-order-button .btn+.btn {
		margin-top: .5rem;
		margin-left: 0
	}
}

.product-meta {
	margin-bottom: .5rem
}

@media (min-width:576px) {
	.product-meta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.product-code {
	color: #464a4c;
	text-transform: uppercase;
	font-size: .875em
}

.product-code__code {
	color: #000
}

@media (min-width:576px) {
	.product-tags {
		margin-left: .75rem;
		position: relative;
		top: -1px
	}
}

.product-order {
	border: 1px solid #e5e5e5;
	max-width: 55rem;
	margin: 0 auto
}

.product-order__inner {
	padding: 20px;
	position: relative
}

.product-order__inner .close {
	position: absolute;
	top: 20px;
	right: 20px
}

.product-files-wrap .h2 {
	text-align: center;
	margin-bottom: 3rem
}

.product-files {
	width: 100%;
	margin-bottom: 3rem
}

@media (min-width:576px) {
	.product-files {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (min-width:768px) {
	.product-files {
		margin-bottom: 7rem
	}
}

.product-file {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1 1;
	margin-bottom: .5em;
	font-size: 1.125rem;
	text-align: center
}

@media (min-width:576px) {
	.product-file {
		width: 50%;
		max-width: 50%
	}
}

@media (min-width:768px) {
	.product-file {
		width: auto;
		max-width: none
	}
}

@media (min-width:576px) and (max-width:767px) {
	.product-file:nth-child(even) {
		border-left: 1px solid #e5e5e5
	}
}

@media (min-width:768px) {
	.product-file+.product-file {
		border-left: 1px solid #e5e5e5
	}
}

.product-file__link {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px
}

.product-file__type {
	margin-top: .5em;
	color: #464a4c;
	font-size: .75em
}

.technical-parameters-wrap {
	margin-top: 1.5rem
}

@media (min-width:768px) {
	.technical-parameters-wrap {
		margin-top: 3rem
	}
}

.technical-parameters-wrap .h2 {
	text-align: center;
	margin-bottom: 3rem
}

.technical-parameters-heading {
	margin-top: 1rem
}

@media (min-width:768px) {
	.technical-parameters-heading {
		margin-top: 3rem
	}
}

.technical-parameters {
	width: 100%;
	margin-bottom: 4rem;
	overflow: hidden;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (min-width:576px) {
	.technical-parameters {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.technical-parameter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1 1;
	min-width: 185px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1em;
	padding: 10px;
	margin-bottom: 1rem;
	margin-top: 1rem
}

@media (min-width:576px) {
	.technical-parameter {
		width: 50%;
		max-width: 50%
	}
}

@media (min-width:768px) {
	.technical-parameter {
		width: auto;
		min-width: 170px
	}
}

@media (min-width:1260px) {
	.technical-parameter {
		min-width: 155px
	}
}

.technical-parameter__col {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.technical-parameter__col--value {
	font-size: 1.063em;
	font-weight: 700
}

@media (min-width:768px) {
	.technical-parameter+.technical-parameter {
		border-left: 1px solid #e5e5e5
	}
}

@media (max-width:991px) {
	.technical-parameter:nth-child(4n)+.technical-parameter {
		border-left: none
	}
}

@media (min-width:992px) and (max-width:1259px) {
	.technical-parameter:nth-child(5n)+.technical-parameter {
		border-left: none
	}
}

@media (min-width:1260px) {
	.technical-parameter:nth-child(8n)+.technical-parameter {
		border-left: none
	}
}

@media (min-width:576px) and (max-width:767px) {
	.technical-parameter:nth-child(even) {
		border-left: 1px solid #e5e5e5 !important
	}
}

@media (min-width:1260px) {

	.technical-parameter:nth-child(1),
	.technical-parameter:nth-child(2) {
		-webkit-transition: opacity 1s cubic-bezier(.6, .2, .1, 1) 0s, -webkit-transform 1s cubic-bezier(.6, .2, .1, 1) 0s;
		transition: opacity 1s cubic-bezier(.6, .2, .1, 1) 0s, -webkit-transform 1s cubic-bezier(.6, .2, .1, 1) 0s;
		-o-transition: transform 1s cubic-bezier(.6, .2, .1, 1) 0s, opacity 1s cubic-bezier(.6, .2, .1, 1) 0s;
		transition: transform 1s cubic-bezier(.6, .2, .1, 1) 0s, opacity 1s cubic-bezier(.6, .2, .1, 1) 0s;
		transition: transform 1s cubic-bezier(.6, .2, .1, 1) 0s, opacity 1s cubic-bezier(.6, .2, .1, 1) 0s, -webkit-transform 1s cubic-bezier(.6, .2, .1, 1) 0s;
		-webkit-transform: translateX(-500px);
		-ms-transform: translateX(-500px);
		transform: translateX(-500px);
		opacity: 0
	}
}

.technical-parameter:nth-child(1).in-viewport,
.technical-parameter:nth-child(2).in-viewport {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

@media (min-width:1260px) {

	.technical-parameter:nth-child(7),
	.technical-parameter:nth-child(8) {
		-webkit-transition: opacity 1s cubic-bezier(.6, .2, .1, 1) 0s, -webkit-transform 1s cubic-bezier(.6, .2, .1, 1) 0s;
		transition: opacity 1s cubic-bezier(.6, .2, .1, 1) 0s, -webkit-transform 1s cubic-bezier(.6, .2, .1, 1) 0s;
		-o-transition: transform 1s cubic-bezier(.6, .2, .1, 1) 0s, opacity 1s cubic-bezier(.6, .2, .1, 1) 0s;
		transition: transform 1s cubic-bezier(.6, .2, .1, 1) 0s, opacity 1s cubic-bezier(.6, .2, .1, 1) 0s;
		transition: transform 1s cubic-bezier(.6, .2, .1, 1) 0s, opacity 1s cubic-bezier(.6, .2, .1, 1) 0s, -webkit-transform 1s cubic-bezier(.6, .2, .1, 1) 0s;
		-webkit-transform: translateX(500px);
		-ms-transform: translateX(500px);
		transform: translateX(500px);
		opacity: 0
	}
}

.technical-parameter:nth-child(7).in-viewport,
.technical-parameter:nth-child(8).in-viewport {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.news-content {
	overflow: hidden
}

.news-content__inner {
	margin-bottom: 2rem
}

@media (min-width:992px) {
	.news-content__inner {
		margin-bottom: 3rem
	}
}

.news-content__inner:after {
	content: '';
	clear: both;
	display: table
}

.news-img {
	display: block;
	margin: 0 auto 2rem;
	max-width: 100%;
	height: auto
}

@media (min-width:1260px) {
	.news-img {
		display: inline;
		float: left;
		width: 500px;
		height: 375px;
		margin-right: 3rem;
		margin-bottom: 2rem
	}
}

.news-date {
	display: block;
	margin-bottom: .25rem;
	font-weight: 700;
	color: #636c72;
	font-size: .75rem
}

.news-more {
	padding: 0 0 3rem;
	overflow: hidden
}

@media (min-width:992px) {
	.news-more {
		padding-top: 3rem
	}
}

.news-more .h2 {
	text-align: center;
	margin-bottom: 2rem
}

.news-more .container {
	padding-right: 0;
	padding-left: 0
}

@media (min-width:992px) {
	.news-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -10px;
		margin-left: -10px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

@media (min-width:992px) and (min-width:992px) {
	.news-grid {
		margin-right: -20px;
		margin-left: -20px
	}
}

@media (min-width:992px) and (min-width:1260px) {
	.news-grid {
		margin-right: -30px;
		margin-left: -30px
	}
}

.news-grid__col--content {
	margin-bottom: 3rem
}

@media (min-width:992px) {
	.news-grid__col--content {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 10px;
		padding-left: 10px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1 1;
		margin-bottom: 0
	}
}

@media (min-width:992px) and (min-width:992px) {
	.news-grid__col--content {
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (min-width:992px) and (min-width:1260px) {
	.news-grid__col--content {
		padding-right: 30px;
		padding-left: 30px
	}
}

@media (min-width:992px) {
	.news-grid__col--sidebar {
		padding: 0 20px
	}
}

@media (min-width:1260px) {
	.news-grid__col--sidebar {
		padding: 0 30px
	}
}

@media (min-width:992px) {
	.news-grid__col--sidebar {
		border-left: 1px solid #e5e5e5;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.news-files {
	margin-bottom: 3rem
}

.news-files__item {
	margin-bottom: .5rem
}

.technology-grid {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-bottom: 2rem
}

@media (min-width:1260px) {
	.technology-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:1260px) and (min-width:1260px) {
	.technology-grid {
		margin-right: -40px;
		margin-left: -40px
	}
}

@media (min-width:992px) {
	.technology-grid {
		margin-bottom: 3rem
	}
}

.technology-grid:before {
	content: '';
	background-color: #000;
	display: block;
	position: absolute;
	top: 0;
	right: -webkit-calc(-25vw + (50vw - 50%));
	right: calc(-25vw + (50vw - 50%));
	bottom: 0;
	width: 50vw;
	z-index: 1
}

.technology-grid__col {
	position: relative;
	z-index: 2
}

@media (min-width:1260px) {
	.technology-grid__col {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 10px;
		padding-left: 10px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (min-width:1260px) and (min-width:1260px) {
	.technology-grid__col {
		padding-right: 40px;
		padding-left: 40px
	}
}

.technology-grid__col--content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.technology-grid .image-gallery:after {
	content: '';
	display: block;
	width: 2px;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 10
}

.technology-grid:not(.technology-grid--mirror) .image-gallery:after {
	left: -1px
}

.technology-grid.technology-grid--mirror .image-gallery:after {
	right: -1px
}

@media (max-width:1259px) {
	.technology-grid .technology-grid__col--gallery {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media (max-width:575px) {
	.technology-grid .technology-grid__col--gallery {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:1260px) and (max-width:1350px) {
	.technology-grid .technology-grid__col--gallery {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:1260px) {
	.technology-grid .technology-grid__col--gallery {
		right: -webkit-calc(-50vw + 50%);
		right: calc(-50vw + 50%);
		padding-right: 0;
		padding-left: 80px
	}
}

@media (max-width:1259px) {
	.technology-grid .technology-grid__col--gallery .image-gallery {
		max-width: 670px
	}
}

.technology-grid--sticky-to-footer {
	margin-bottom: 0
}

.technology-grid--black {
	background-color: #000;
	color: #fff
}

.technology-grid--black:not(.technology-grid--mirror):before {
	right: -50vw;
	left: -50vw;
	width: 200vw
}

.technology-grid--black .image-gallery:after {
	background-color: #000
}

.technology-grid--black a {
	color: #b2101d
}

.technology-grid--black a:focus,
.technology-grid--black a:hover {
	color: #fff
}

@media (max-width:1259px) {
	.technology-grid:not(.technology-grid--black):before {
		display: none
	}
}

.technology-grid:not(.technology-grid--black):not(.technology-grid--mirror):before {
	display: none
}

@media (max-width:1259px) {
	.technology-grid:not(.technology-grid--black):not(.technology-grid--mirror) .technology-grid__col--gallery:before {
		display: none
	}
}

@media (max-width:1259px) {
	.technology-grid:not(.technology-grid--black) .technology-grid__col--gallery:before {
		content: '';
		background-color: #000;
		display: block;
		position: absolute;
		top: 0;
		left: -50vw;
		bottom: 0;
		width: 100vw;
		z-index: 1
	}
}

@media (max-width:991px) {
	.technology-grid:not(.technology-grid--black) .technology-grid__content {
		padding-top: 0
	}
}

.technology-grid--mirror:before {
	left: -webkit-calc(-25vw + (50vw - 50%));
	left: calc(-25vw + (50vw - 50%));
	width: 50vw
}

.technology-grid--mirror:not(.technology-grid--black):before {
	display: none
}

@media (max-width:1259px) {
	.technology-grid--mirror:not(.technology-grid--black) .technology-grid__col--gallery:before {
		display: none
	}
}

.technology-grid--mirror.technology-grid--black:before {
	right: -50vw;
	left: -50vw;
	width: 200vw
}

@media (min-width:1260px) {
	.technology-grid--mirror .technology-grid__col--content {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

@media (min-width:1260px) {
	.technology-grid--mirror .technology-grid__col--gallery {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		left: -webkit-calc(-50vw + 50%);
		left: calc(-50vw + 50%);
		padding-left: 0;
		padding-right: 80px
	}
}

.technology-grid--white:before {
	display: none
}

@media (max-width:1259px) {
	.technology-grid--white.technology-grid:not(.technology-grid--black) .technology-grid__col--gallery:before {
		display: none
	}
}

.technology-grid__content {
	line-height: 1.7;
	text-align: justify;
	padding: 2rem 0
}

@media (min-width:992px) {
	.technology-grid__content {
		padding: 3rem 0
	}
}

@media (min-width:1260px) {
	.technology-grid__content {
		max-width: 41rem;
		padding: 0
	}
}

.technology-grid__content .h2 {
	margin-bottom: 1rem;
	text-transform: uppercase
}

@media (min-width:1260px) and (max-width:1350px) {
	.technology-grid__content .h2 {
		font-size: 1.5rem
	}
}

.technology-grid__content ul {
	padding-left: 1rem
}

.technology-grid__content ul ul {
	padding-left: 1.5rem
}

@media (min-width:992px) {
	.technology-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -10px;
		margin-left: -10px;
		margin-top: 5rem
	}
}

@media (min-width:992px) and (min-width:1260px) {
	.technology-info {
		margin-right: -40px;
		margin-left: -40px
	}
}

.technology-info__col {
	margin-bottom: 2rem
}

@media (min-width:992px) {
	.technology-info__col {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 10px;
		padding-left: 10px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 3rem
	}
}

@media (min-width:992px) and (min-width:1260px) {
	.technology-info__col {
		padding-right: 40px;
		padding-left: 40px
	}
}

.technology-info .h2 {
	text-transform: uppercase;
	margin-bottom: 1.5rem
}

.technology-info p {
	text-align: justify
}

.technology-grid--black .image-gallery:after,
.technology-grid--black .image-gallery:before {
	content: '';
	display: block;
	width: 10%;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 10
}

@media (max-width:575px) {

	.technology-grid--black .image-gallery:after,
	.technology-grid--black .image-gallery:before {
		display: none
	}
}

.technology-grid--black .image-gallery:before {
	right: auto !important;
	left: -2px !important;
	background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(95%, #000));
	background: -webkit-linear-gradient(right, transparent, #000 95%);
	background: -o-linear-gradient(right, transparent, #000 95%);
	background: linear-gradient(-90deg, transparent, #000 95%)
}

.technology-grid--black .image-gallery:after {
	right: -2px !important;
	left: auto !important;
	background-color: transparent;
	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(95%, #000));
	background: -webkit-linear-gradient(left, transparent, #000 95%);
	background: -o-linear-gradient(left, transparent, #000 95%);
	background: linear-gradient(90deg, transparent, #000 95%)
}

@media (min-width:1260px) {
	.technology-grid--black.technology-grid--mirror .image-gallery:before {
		display: none
	}
}

@media (min-width:1260px) {
	.technology-grid--black:not(.technology-grid--mirror) .image-gallery:after {
		display: none
	}
}

@media (min-width:1260px) {
	.technology-grid--stretch {
		min-height: 410px
	}
}

@media (min-width:1260px) {
	.technology-grid--stretch .technology-grid__col--gallery {
		left: 0;
		margin-left: -webkit-calc(-50vw + 50%);
		margin-left: calc(-50vw + 50%);
		-ms-flex-preferred-size: calc(50% - (-50vw + 50%));
		flex-basis: -webkit-calc(50% - (-50vw + 50%));
		flex-basis: calc(50% - (-50vw + 50%));
		max-width: -webkit-calc(50% - (-50vw + 50%));
		max-width: calc(50% - (-50vw + 50%));
		overflow: hidden;
		-ms-flex-item-align: stretch;
		align-self: stretch
	}
}

@media (min-width:1260px) {
	.technology-grid--stretch .technology-grid__col--gallery .image-gallery {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		min-width: 670px
	}
}

@media (min-width:1260px) {
	.technology-grid--stretch .technology-grid__col--gallery .image-gallery img {
		height: 100%
	}
}

@media (min-width:1260px) {
	.technology-grid--stretch .technology-grid__col--gallery .owl-stage-outer {
		height: 100%
	}
}

@media (min-width:1260px) {
	.technology-grid--stretch .technology-grid__col--gallery .owl-carousel .owl-item {
		height: 410px
	}
}

@media (min-width:1260px) {
	.technology-grid--stretch:not(.technology-grid--mirror) .technology-grid__col--gallery {
		right: 0;
		left: auto;
		margin-right: -webkit-calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
		margin-left: 0
	}
}

@media (min-width:1260px) {
	.technology-grid--stretch:not(.technology-grid--mirror) .technology-grid__col--gallery .image-gallery {
		right: auto;
		left: 0
	}
}

@media (min-width:1260px) {
	.technology-grid--centered-gallery .technology-grid__col--gallery {
		left: 0;
		margin-left: -webkit-calc(-50vw + 50%);
		margin-left: calc(-50vw + 50%);
		-ms-flex-preferred-size: calc(50% - (-50vw + 50%));
		flex-basis: -webkit-calc(50% - (-50vw + 50%));
		flex-basis: calc(50% - (-50vw + 50%));
		max-width: -webkit-calc(50% - (-50vw + 50%));
		max-width: calc(50% - (-50vw + 50%));
		overflow: hidden;
		-ms-flex-item-align: stretch;
		align-self: stretch
	}
}

@media (min-width:1260px) {
	.technology-grid--centered-gallery .technology-grid__col--gallery .image-gallery {
		max-width: 670px;
		margin: 0 auto
	}
}

.contacts {
	margin-bottom: 3rem
}

@media (min-width:768px) {
	.contacts {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) and (min-width:576px) {
	.contacts {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) and (min-width:768px) {
	.contacts {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) and (min-width:992px) {
	.contacts {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) and (min-width:1260px) {
	.contacts {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:992px) {
	.contacts {
		font-size: 1rem
	}
}

.contacts__col {
	text-align: center
}

@media (min-width:768px) {
	.contacts__col {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 10px;
		padding-left: 10px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		text-align: left
	}
}

@media (min-width:768px) and (min-width:576px) {
	.contacts__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:768px) and (min-width:768px) {
	.contacts__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:768px) and (min-width:992px) {
	.contacts__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:768px) and (min-width:1260px) {
	.contacts__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

.contacts__col--first {
	margin-bottom: 2rem
}

@media (min-width:768px) {
	.contacts__col--first {
		text-align: right;
		padding-right: 20px;
		margin-bottom: 0
	}
}

@media (min-width:992px) {
	.contacts__col--first {
		padding-right: 60px
	}
}

@media (min-width:768px) {
	.contacts__col--last {
		padding-left: 20px
	}
}

@media (min-width:992px) {
	.contacts__col--last {
		padding-left: 60px
	}
}

.contact-single {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.contact-single__icon {
	width: 1.125em;
	height: 1.125em;
	margin-right: .5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.contact-single__icon .svg {
	height: 1em;
	width: 1em
}

.contact-single__icon .svg__path {
	fill: #b2101d
}

.contact-list {
	margin-bottom: 1rem
}

@media (min-width:576px) {
	.contact-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -10px;
		margin-left: -10px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media (min-width:576px) and (min-width:576px) {
	.contact-list {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:576px) and (min-width:768px) {
	.contact-list {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:576px) and (min-width:992px) {
	.contact-list {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:576px) and (min-width:1260px) {
	.contact-list {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) {
	.contact-list {
		margin-bottom: 3rem
	}
}

.contact-list__col {
	margin-bottom: 1rem
}

@media (min-width:576px) {
	.contact-list__col {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 10px;
		padding-left: 10px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (min-width:576px) and (min-width:576px) {
	.contact-list__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:576px) and (min-width:768px) {
	.contact-list__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:576px) and (min-width:992px) {
	.contact-list__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:576px) and (min-width:1260px) {
	.contact-list__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:992px) {
	.contact-list__col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
}

@media (min-width:1260px) {
	.contact-list__col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
}

@media (min-width:576px) {
	.contact-list__col+.contact-list__col {
		border-left: 1px solid #e5e5e5
	}
}

@media (min-width:576px) and (max-width:991px) {
	.contact-list__col:nth-child(2n)+.contact-list__col {
		border-left: none
	}
}

@media (min-width:992px) and (max-width:1259px) {
	.contact-list__col:nth-child(3n)+.contact-list__col {
		border-left: none
	}
}

@media (min-width:1260px) {
	.contact-list__col:nth-child(4n)+.contact-list__col {
		border-left: none
	}
}

.contact-item {
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 1rem
}

@media (min-width:576px) {
	.contact-item {
		padding-top: 1rem
	}
}

.contact-item--left {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.contact-item__image {
	width: 125px;
	height: 125px;
	margin-bottom: 1rem
}

.contact-item__image img {
	width: 100%;
	height: 100%;
	border-radius: 50%
}

.contact-item__name {
	font-size: 1rem
}

.contact-item__position {
	margin-bottom: 1rem
}

.contact-map {
	width: 100vw;
	height: 300px;
	margin-bottom: 3rem;
	margin-left: -webkit-calc(-50vw + 50%);
	margin-left: calc(-50vw + 50%);
	position: relative;
	padding-bottom: -webkit-calc((100vw/1903)*400);
	padding-bottom: calc((100vw/1903)*400)
}

@media (min-width:992px) {
	.contact-map {
		height: 400px
	}
}

.contact-map__col {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50vw;
	background-size: cover;
	background-repeat: no-repeat
}

.contact-map__col--left {
	right: 50vw;
	background-image: url(../img/map-left.jpg);
	background-position: right center
}

.contact-map__col--left .contact-map__pin {
	top: 40%;
	right: 0
}

.contact-map__col--right {
	left: 50vw;
	background-image: url(../img/map-right.jpg);
	background-position: left center
}

.contact-map__col--right .contact-map__pin {
	top: 27%;
	left: 4%;
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.contact-map__pin {
	position: absolute;
	-webkit-animation: bounce 4s 3s infinite ease-in-out;
	animation: bounce 4s 3s infinite ease-in-out
}

.contact-map__pin:focus {
	outline: 0
}

.press-grid {
	margin-bottom: 3rem
}

@media (min-width:768px) {
	.press-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -10px;
		margin-left: -10px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media (min-width:768px) and (min-width:576px) {
	.press-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) and (min-width:768px) {
	.press-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) and (min-width:992px) {
	.press-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) and (min-width:1260px) {
	.press-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) {
	.press-grid__col {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 10px;
		padding-left: 10px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

@media (min-width:768px) and (min-width:576px) {
	.press-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:768px) and (min-width:768px) {
	.press-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:768px) and (min-width:992px) {
	.press-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:768px) and (min-width:1260px) {
	.press-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:992px) {
	.press-grid__col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
}

@media (min-width:1260px) {
	.press-grid__col {
		padding-right: 40px;
		padding-left: 40px
	}
}

.press-card {
	text-align: center;
	max-width: 225px;
	margin: 0 auto
}

@media (min-width:1260px) {
	.press-card {
		padding-right: 10px;
		padding-left: 10px
	}
}

.press-card__title {
	text-transform: uppercase;
	font-size: 1.25rem;
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (min-width:768px) {
	.press-card__title {
		min-height: 2.875rem
	}
}

.press-card__description {
	margin-bottom: 0
}

.career-grid {
	margin-top: 3rem;
	margin-bottom: 3rem
}

@media (min-width:768px) {
	.career-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) and (min-width:576px) {
	.career-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) and (min-width:768px) {
	.career-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) and (min-width:992px) {
	.career-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) and (min-width:1260px) {
	.career-grid {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:992px) {
	.career-grid {
		font-size: 1rem
	}
}

@media (min-width:768px) {
	.career-grid__col {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 10px;
		padding-left: 10px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		text-align: left
	}
}

@media (min-width:768px) and (min-width:576px) {
	.career-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:768px) and (min-width:768px) {
	.career-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:768px) and (min-width:992px) {
	.career-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:768px) and (min-width:1260px) {
	.career-grid__col {
		padding-right: 10px;
		padding-left: 10px
	}
}

.career-grid__col--first {
	margin-bottom: 2rem
}

@media (min-width:768px) {
	.career-grid__col--first {
		text-align: right;
		padding-right: 20px;
		margin-bottom: 0;
		border-right: 1px solid #e5e5e5
	}
}

@media (min-width:992px) {
	.career-grid__col--first {
		padding-right: 60px
	}
}

@media (min-width:768px) {
	.career-grid__col--last {
		padding-left: 20px
	}
}

@media (min-width:992px) {
	.career-grid__col--last {
		padding-left: 60px
	}
}

@media (min-width:768px) {
	.career-grid__col--first ul {
		direction: rtl;
		padding-right: 1.125rem;
		padding-left: 0;
		margin-left: auto
	}
}

.career-grid__col ul {
	padding-left: 1.125rem;
	max-width: 500px
}

.career-benefits {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	margin: 3rem 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (min-width:576px) {
	.career-benefits {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) {
	.career-benefits {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:992px) {
	.career-benefits {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:1260px) {
	.career-benefits {
		margin-right: -10px;
		margin-left: -10px
	}
}

.career-benefits__item {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px
}

@media (min-width:576px) {
	.career-benefits__item {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:768px) {
	.career-benefits__item {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:992px) {
	.career-benefits__item {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:1260px) {
	.career-benefits__item {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:576px) {
	.career-benefits__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
}

@media (min-width:992px) {
	.career-benefits__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
}

@media (min-width:1260px) {
	.career-benefits__item {
		font-size: 1rem
	}
}

@media (max-width:575px) {
	.career-benefits__item {
		font-size: .75rem
	}
}

.career-benefits__item:last-child {
	border-right: none
}

@media (min-width:576px) and (max-width:1259px) {
	.career-benefits__item:nth-child(3n) {
		border-right: none
	}
}

@media (max-width:575px) {
	.career-benefits__item:nth-child(2n) {
		border-right: none
	}
}

@media (min-width:1260px) {
	.career-benefits__item:nth-child(5n) {
		border-right: none
	}
}

.career-benefits__item__icon {
	height: 4rem;
	margin-bottom: 1.5rem
}

.career-benefits__item__icon .svg {
	max-width: 100%;
	max-height: 100%
}

.career-positions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	margin: 3rem 0
}

@media (min-width:576px) {
	.career-positions {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:768px) {
	.career-positions {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:992px) {
	.career-positions {
		margin-right: -10px;
		margin-left: -10px
	}
}

@media (min-width:1260px) {
	.career-positions {
		margin-right: -10px;
		margin-left: -10px
	}
}

.career-positions__item {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 20px
}

@media (min-width:576px) {
	.career-positions__item {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:768px) {
	.career-positions__item {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:992px) {
	.career-positions__item {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:1260px) {
	.career-positions__item {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media (min-width:576px) {
	.career-positions__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
}

@media (min-width:992px) {
	.career-positions__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
}

@media (max-width:575px) {
	.career-positions__item {
		padding-right: 2.5px;
		padding-left: 2.5px
	}
}

.career-positions__item__preview {
	position: relative;
	margin-bottom: 5px;
	overflow: hidden;
	display: block;
	font-size: .75rem
}

@media (min-width:576px) {
	.career-positions__item__preview {
		margin-bottom: 10px
	}
}

@media (min-width:1260px) {
	.career-positions__item__preview {
		font-size: 1rem
	}
}

.career-positions__item__preview:hover:before {
	background-color: transparent
}

.career-positions__item__preview:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.career-positions__item__preview:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(255, 255, 255, .3);
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s
}

.career-positions__item__preview img {
	width: 100%;
	height: auto;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	position: relative;
	z-index: 1
}

.career-positions__item__preview__label {
	position: absolute;
	z-index: 3;
	top: 50%;
	right: 0;
	left: 1em;
	padding: 1em 0;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.25em;
	text-transform: uppercase
}

@media (min-width:768px) {
	.career-positions__item__preview__label {
		border-left: 2px solid #fff;
		padding-left: 1em
	}
}

@media (min-width:1260px) {
	.career-positions__item__button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.career-positions__item__button .btn {
	width: 100%;
	display: block;
	padding-right: 0;
	padding-left: 0
}

.career-positions__item__button .btn:first-child {
	margin-bottom: 5px
}

@media (min-width:1260px) {
	.career-positions__item__button .btn:first-child {
		margin-right: 2px;
		margin-bottom: 0
	}
}

@media (min-width:1260px) {
	.career-positions__item__button .btn:last-child {
		margin-left: 2px
	}
}

.position-feedback__inner {
	padding: 20px;
	position: relative;
	border: 1px solid #e5e5e5;
	max-width: 55rem;
	margin: 0 auto
}

.position-feedback__inner .close {
	position: absolute;
	top: 20px;
	right: 20px
}

.career-benefits-section {
	padding-top: 2rem
}

@media (min-width:992px) {
	.career-benefits-section {
		padding-top: 4rem
	}
}

.career-info-section {
	padding-bottom: 2rem
}

@media (min-width:992px) {
	.career-info-section {
		padding-bottom: 4rem
	}
}