html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

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

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,aside,footer,header,nav,section {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

figcaption,figure,main {
	display: block
}

figure {
	margin: 1em 40px
}

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

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,strong {
	font-weight: inherit;
	font-weight: bolder
}

code,kbd,samp {
	font-family: monospace, monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio,video {
	display: inline-block
}

audio:not ([controls] ){
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not (:root ){
	overflow: hidden
}

button,input,optgroup,select,textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,input {
	overflow: visible
}

button,select {
	text-transform: none
}

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

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

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring
	{
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

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

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

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

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

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

details,menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

[hidden],template {
	display: none
}

:focus {
	outline: 0 dotted transparent
}

: :-moz-selection {
	background: #24ace8;
	color: #fff;
	text-shadow: none
}

: :selection {
	background: #24ace8;
	color: #fff;
	text-shadow: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

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

html {
	min-height: 100%;
	color: #393939;
	font-family: Nunito;
	font-size: .625em;
	font-size: 0.625em;
	line-height: 1.33333;
	overflow-y: scroll
}

body {
	font-size: 1.5rem
}

h1 {
	margin-top: 6rem;
	margin-bottom: 6rem;
	font-size: 4rem;
	font-family: Oswald;
	font-weight: 400;
	text-transform: uppercase
}

@media ( max-width :63.99em) {
	h1 {
		margin-top: 5rem;
		margin-bottom: 5rem;
		font-size: 3rem
	}
}

h2 {
	margin-top: 4rem;
	margin-bottom: 4rem;
	font-size: 3.5rem;
	font-family: Oswald;
	font-weight: 400;
	text-transform: uppercase
}

@media ( max-width :63.99em) {
	h2 {
		margin-top: 3.5rem;
		margin-bottom: 3.5rem;
		font-size: 3rem
	}
}

h3 {
	margin-top: 3rem;
	margin-bottom: 3rem;
	font-size: 2.4rem;
	font-family: Oswald;
	font-weight: 400;
	text-transform: uppercase
}

@media ( max-width :63.99em) {
	h3 {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem
	}
}

h4 {
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-size: 2rem
}

h4,h5 {
	font-family: Oswald;
	font-weight: 400;
	text-transform: uppercase
}

h5 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	font-size: 1.5rem
}

label {
	color: #24ace8;
	font-size: 1.3rem
}

input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],textarea
	{
	display: block;
	width: 100%;
	padding: 1rem;
	margin-bottom: 1rem;
	border: 1px solid #ccc;
	/*border-bottom: .1rem solid #393939;*/
	/*background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;*/
	color: #393939;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;/*
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: border-color .3s;
	transition: border-color .3s*/
}

input[type=email]: :-moz-placeholder,input[type=number]:
	:-moz-placeholder,input[type=password]: :-moz-placeholder,input[type=search]:
	:-moz-placeholder,input[type=tel]: :-moz-placeholder,input[type=text]:
	:-moz-placeholder,textarea: :-moz-placeholder {
	color: #393939
}

input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,textarea:-ms-input-placeholder
	{
	color: #393939
}

input[type=email]: :-webkit-input-placeholder,input[type=number]:
	:-webkit-input-placeholder,input[type=password]:
	:-webkit-input-placeholder,input[type=search]:
	:-webkit-input-placeholder,input[type=tel]: :-webkit-input-placeholder,input[type=text]:
	:-webkit-input-placeholder,textarea: :-webkit-input-placeholder {
	color: #393939
}

textarea {
	min-height: 15rem;
	resize: vertical
}

select {
	display: block;
	width: 100%;
	padding: 4px;
	
	border: 1px solid #ccc;
	
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: 1.5rem;
	
	color: #393939;
	
}

select: :-ms-expand {
	display: none
}

input[type=radio] {
	display: none
}

input[type=radio]+label {
	position: relative;
	display: block;
	margin-left: 3rem;
	margin-bottom: 2rem;
	color: #393939;
	font-size: 1.5rem;
	cursor: pointer;
	outline: 0
}

input[type=radio]+label:before {
	content: "";
	position: absolute;
	top: 0;
	left: -3rem;
	width: 2rem;
	height: 2rem;
	background-color: transparent;
	border: .1rem solid #dedede;
	border-radius: 50%
}

input[type=radio]+label:focus :before {
	border: 0 dotted transparent
}

input[type=radio]+label:after {
	content: "";
	position: absolute;
	top: .5rem;
	left: -2.5rem;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 0 0 0 #24ace8;
	box-shadow: inset 0 0 0 0 #24ace8;
	-webkit-transition: -webkit-box-shadow .2s;
	transition: -webkit-box-shadow .2s;
	transition: box-shadow .2s;
	transition: box-shadow .2s, -webkit-box-shadow .2s
}

input[type=radio]:checked+label:after {
	-webkit-box-shadow: inset 0 0 0 .5rem #24ace8;
	box-shadow: inset 0 0 0 .5rem #24ace8
}

input[type=checkbox] {
	display: none
}

input[type=checkbox]+label {
	position: relative;
	display: block;
	margin-left: 3rem;
	margin-bottom: 2rem;
	color: #393939;
	font-size: 1.5rem;
	cursor: pointer;
	outline: 0
}

input[type=checkbox]+label:before {
	content: "";
	position: absolute;
	top: 0;
	left: -3rem;
	width: 2rem;
	height: 2rem;
	border: .1rem solid #dedede;
	border-radius: 0;
	background-color: transparent
}

input[type=checkbox]+label:focus :before {
	border: 0 dotted transparent
}

input[type=checkbox]+label:after {
	content: "";
	position: absolute;
	top: .5rem;
	left: -2.5rem;
	width: 1rem;
	height: 1rem;
	-webkit-box-shadow: inset 0 0 0 0 #24ace8;
	box-shadow: inset 0 0 0 0 #24ace8;
	-webkit-transition: -webkit-box-shadow .2s;
	transition: -webkit-box-shadow .2s;
	transition: box-shadow .2s;
	transition: box-shadow .2s, -webkit-box-shadow .2s
}

input[type=checkbox]:checked+label:after {
	-webkit-box-shadow: inset 0 0 0 .5rem #24ace8;
	box-shadow: inset 0 0 0 .5rem #24ace8
}

fieldset {
	margin: 0;
	padding: 0
}

button[type=submit] {
	display: inline-block;
	padding: .7rem 3.2rem;
	border: .2rem solid #24ace8;
	
	background: none;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff),
		color-stop(50%, #24ace8) );
	background-image: linear-gradient(90deg, #fff 50%, #24ace8 0);
	background-repeat: no-repeat;
	background-size: 200%;
	background-origin: border-box;
	background-position: 100% 0;
	color: #fff;
	font-family: Oswald;
	font-size: 1.9rem;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: color .3s, border-color .3s, background-position .3s
		;
	transition: color .3s, border-color .3s, background-position .3s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out
}

button[type=submit]:hover {
	background-position: 0 0;
	color: #24ace8
}

button[type=submit][disabled] {
	border: .2rem solid #24ace8;
	background-color: #24ace8;
	background-image: none;
	cursor: default
}

button[type=submit][disabled]:before {
	display: none
}

button[type=submit][disabled]:hover {
	color: #fff
}

button {
	cursor: pointer
}

audio,canvas,iframe,img,svg,video {
	vertical-align: middle
}

hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
	border: .1rem solid #24ace8;
	border-bottom: none;
	border-left: none;
	border-right: none
}

a {
	color: #393939;
	text-decoration: underline;
	-webkit-transition: color .3s;
	transition: color .3s
}

a:hover {
	color: #24ace8
}

ul {
	padding-left: 3.5rem
}

ul li {
	font-size: 1rem
}

ul li>ul {
	margin-top: 1rem;
	margin-bottom: 1rem
}

ul li>ul li {
	list-style: disc;
	font-size: 1.5rem
}

ol {
	padding-left: 3.5rem
}

ol li {
	font-size: 2rem
}

ol li>ol {
	margin-top: 1rem;
	margin-bottom: 1rem
}

ol li>ol li {
	font-size: 1.5rem
}

dl dt {
	display: inline-block;
	font-weight: 800
}

dl dt:after {
	content: ":";
	margin: 0 .5rem
}

dl dd {
	margin: 0
}

figure {
	margin: 3rem 0
}

figure img {
	display: block;
	max-width: 100%
}

figure figcaption {
	margin-top: 1rem;
	color: #24ace8;
	font-size: 1.3rem
}

sub,sup {
	color: #393939;
	font-size: 1.3rem
}

p {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 26px;
}

@media ( max-width :63.99em) {
	p {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem
	}
}

q {
	margin: 3rem 0;
	padding-left: .5rem;
	padding-right: .5rem
}

q:before {
	left: -.5rem;
	background-image:
		url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path fill="%23393939" d="M121.5,39.63V85.88l55.5,55.5V39.63Zm-92.5,0V85.88l55.5,55.5V39.63Z"/></svg>')
}

q:after,q:before {
	content: "";
	display: inline-block;
	position: relative;
	top: -.5rem;
	width: 1.2rem;
	height: 1.2rem;
	background-size: 100%;
	background-position: 50%;
	background-repeat: no-repeat
}

q:after {
	right: -.5rem;
	background-image:
		url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path fill="%23393939" d="M29,39.63V141.38l55.5-55.5V39.63Zm92.5,0V141.38L177,85.88V39.63Z"/></svg>')
}

blockquote {
	position: relative;
	margin: 3rem 0;
	padding: 3rem;
	font-size: 1.7rem
}

blockquote:before {
	top: .5rem;
	left: .5rem;
	background-image:
		url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path fill="%23393939" class="quote" d="M121.5,39.63V85.88l55.5,55.5V39.63Zm-92.5,0V85.88l55.5,55.5V39.63Z"/></svg>')
}

blockquote:after,blockquote:before {
	content: "";
	display: block;
	position: absolute;
	width: 2rem;
	height: 2rem;
	background-size: 100%;
	background-position: 50%;
	background-repeat: no-repeat
}

blockquote:after {
	bottom: .5rem;
	right: .5rem;
	background-image:
		url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path fill="%23393939" class="quote" d="M29,39.63V141.38l55.5-55.5V39.63Zm92.5,0V141.38L177,85.88V39.63Z"/></svg>')
}

table {
	text-align: center
}

table th {
	padding: .5rem 1.5rem;
	background: #f1f4f5;
	border-right: .1rem solid #24ace8;
	font-family: Oswald;
	font-weight: 400;
	text-transform: uppercase
}

table th:last-child {
	border-right: none
}

table tr:nth-child(odd) {
	background: #f1f4f5
}

table td {
	padding: .5rem 1.5rem;
	
	font-size: 1.3rem
}

table td:last-child {
	border-right: none
}

.ps {
	overflow: hidden !important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto
}

.ps__rail-x {
	height: 15px;
	bottom: 0
}

.ps__rail-x,.ps__rail-y {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	position: absolute
}

.ps__rail-y {
	width: 15px;
	right: 0
}

.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y {
	display: block;
	background-color: transparent
}

.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y
	{
	opacity: .6
}

.ps__rail-x:focus,.ps__rail-x:hover,.ps__rail-y:focus,.ps__rail-y:hover
	{
	background-color: #eee;
	opacity: .9
}

.ps__thumb-x {
	transition: background-color .2s linear, height .2s ease-in-out;
	-webkit-transition: background-color .2s linear, height .2s ease-in-out;
	height: 6px;
	bottom: 2px
}

.ps__thumb-x,.ps__thumb-y {
	background-color: #aaa;
	border-radius: 6px;
	position: absolute
}

.ps__thumb-y {
	transition: background-color .2s linear, width .2s ease-in-out;
	-webkit-transition: background-color .2s linear, width .2s ease-in-out;
	width: 6px;
	right: 2px
}

.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x {
	background-color: #999;
	height: 11px
}

.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y {
	background-color: #999;
	width: 11px
}

@
supports  (-ms-overflow-style:none ){ .
	ps {overflow: auto !important
}

}
@media ( -ms-high-contrast :none) , screen and
	(-ms-high-contrast:active) {
	.ps {
		overflow: auto !important
	}
}

.o-table {
	width: 100%;
	max-width: 100%
}

.o-table--lg td {
	padding: 1.5rem
}

@media ( max-width :47.99em) {
	.o-table--responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
}

.o-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0
}

.o-grid>* {
	padding: 1rem
}

.o-grid--no-gutter {
	margin: 0
}

.o-grid--no-gutter>* {
	padding: 0
}

.o-grid--gutter-horizontal {
	margin-top: 0;
	margin-bottom: 0
}

.o-grid--gutter-horizontal>* {
	padding-top: 0;
	padding-bottom: 0
}

.o-grid--gutter-sm {
	margin: -.1rem
}

.o-grid--gutter-sm>* {
	padding: .1rem
}

.o-grid--gutter-xl {
	margin: -2rem
}

@media ( max-width :63.99em) {
	.o-grid--gutter-xl {
		margin: -1rem
	}
}

.o-grid--gutter-xl>* {
	padding: 2rem
}

@media ( max-width :63.99em) {
	.o-grid--gutter-xl>* {
		padding: 1rem
	}
}

.o-grid--center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.o-grid--center,.o-grid--center-v {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.o-grid--center-h {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.o-grid--space {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.o-grid--space-around {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.o-grid--align-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.o-grid--nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.o-grid--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

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

.o-grid--item-last {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.o-grid--equal-height>* {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.o-iframe {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 2.5rem;
	height: 0
}

.o-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.c-block-filter {
	border: .1rem solid #24ace8
}

.c-block-filter__title {
	margin: 0;
	padding: 1.5rem;
	line-height: 1.1;
	font-size: 1.6rem;
	background-color: #f1f4f5
}

.c-block-filter__content {
	border-top: .1rem solid #24ace8
}

.c-block-blade-bevel {
	cursor: pointer;
	background-color: #24ace8
}

.c-block-blade-bevel__wrapper {
	min-height: 10rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: 16%;
	margin-right: 16%
}

@media ( max-width :87.49em) {
	.c-block-blade-bevel__wrapper {
		margin-left: 10%;
		margin-right: 10%
	}
}

@media ( max-width :63.99em) {
	.c-block-blade-bevel__wrapper {
		margin-left: 1rem;
		margin-right: 1rem
	}
}

@media ( max-width :47.99em) {
	.c-block-blade-bevel__wrapper {
		margin: 0
	}
}

.c-block-blade-bevel__content {
	width: 60%;
	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: 2rem 0
}

@media ( max-width :47.99em) {
	.c-block-blade-bevel__content {
		width: 100%;
		margin: 2rem 1rem 0
	}
}

.c-block-blade-bevel__icon {
	width: 5rem;
	height: 5rem;
	margin-right: 2rem;
	color: #fff
}

.c-block-blade-bevel__title {
	width: 50%;
	color: #fff
}

@media ( max-width :47.99em) {
	.c-block-blade-bevel__title {
		width: auto
	}
}

.c-block-blade-bevel__title-main {
	margin: 0;
	font-size: 2.6rem;
	font-family: Oswald;
	text-transform: uppercase
}

.c-block-blade-bevel__title-sub {
	font-size: 1.6rem;
	margin: 0
}

.c-block-blade-bevel__image {
	position: relative;
	width: 40%;
	background-size: cover;
	background-position: 50%
}

@media ( max-width :47.99em) {
	.c-block-blade-bevel__image {
		width: 100%;
		padding-bottom: 11rem
	}
}

.c-block-blade-bevel__image:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3.5rem;
	height: 100%;
	background: -webkit-gradient(linear, left top, right bottom, from(#24ace8),
		color-stop(50%, #24ace8), color-stop(51%, transparent),
		to(transparent) );
	background: linear-gradient(to right bottom, #24ace8 0, #24ace8 50%, transparent 51%
		, transparent)
}

@media ( max-width :47.99em) {
	.c-block-blade-bevel__image:before {
		width: 100%;
		height: 3.5rem
	}
}

.c-block-blade-bevel__image:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 3.5rem;
	height: 100%;
	background: -webkit-gradient(linear, right bottom, left top, from(#24ace8),
		color-stop(50%, #24ace8), color-stop(51%, transparent),
		to(transparent) );
	background: linear-gradient(to left top, #24ace8 0, #24ace8 50%, transparent 51%,
		transparent)
}

@media ( max-width :47.99em) {
	.c-block-blade-bevel__image:after {
		content: none
	}
}

.c-block-blade-bevel--no-click {
	cursor: default
}

.c-block-blade-bevel--bg-orange {
	background-color: #ec5c0d
}

.c-block-blade-bevel--bg-orange .c-block-blade-bevel__image:before {
	background: -webkit-gradient(linear, left top, right bottom, from(#ec5c0d),
		color-stop(50%, #ec5c0d), color-stop(51%, transparent),
		to(transparent) );
	background: linear-gradient(to right bottom, #ec5c0d 0, #ec5c0d 50%, transparent 51%
		, transparent)
}

.c-block-blade-bevel--bg-orange .c-block-blade-bevel__image:after {
	background: -webkit-gradient(linear, right bottom, left top, from(#ec5c0d),
		color-stop(50%, #ec5c0d), color-stop(51%, transparent),
		to(transparent) );
	background: linear-gradient(to left top, #ec5c0d 0, #ec5c0d 50%, transparent 51%,
		transparent)
}

.c-block-blade-half {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 10rem;
	cursor: pointer;
	background-color: #24ace8
}

.c-block-blade-half__content {
	width: 50%;
	color: #fff;
	font-family: Oswald;
	text-transform: uppercase;
	padding: 2rem 0
}

@media ( max-width :47.99em) {
	.c-block-blade-half__content {
		width: 100%;
		padding-bottom: 0
	}
}

.c-block-blade-half__centered {
	height: 100%;
	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;
	margin-left: 32%
}

@media ( max-width :87.49em) {
	.c-block-blade-half__centered {
		margin-left: 20%
	}
}

@media ( max-width :63.99em) {
	.c-block-blade-half__centered {
		margin-left: 1rem;
		margin-right: 1rem
	}
}

.c-block-blade-half__title-main {
	font-size: 2.6rem;
	margin: 0
}

.c-block-blade-half__title-sub {
	font-size: 1.6rem;
	margin: 0
}

.c-block-blade-half__image {
	position: relative;
	width: 50%;
	background-size: cover;
	background-position: 50%
}

.c-block-blade-half__image:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3.5rem;
	height: 100%;
	background: -webkit-gradient(linear, left top, right bottom, from(#24ace8),
		color-stop(50%, #24ace8), color-stop(51%, transparent),
		to(transparent) );
	background: linear-gradient(to right bottom, #24ace8 0, #24ace8 50%, transparent 51%
		, transparent)
}

@media ( max-width :47.99em) {
	.c-block-blade-half__image:before {
		width: 100%;
		height: 3.5rem
	}
}

@media ( max-width :47.99em) {
	.c-block-blade-half__image {
		width: 100%;
		padding-bottom: 11rem
	}
}

.c-block-blade-half--no-click {
	cursor: default
}

.c-block-blade-half--bg-yellow {
	background-color: #fece0c
}

.c-block-blade-half--bg-yellow .c-block-blade-half__image:before {
	background: -webkit-gradient(linear, left top, right bottom, from(#fece0c),
		color-stop(50%, #fece0c), color-stop(51%, transparent),
		to(transparent) );
	background: linear-gradient(to right bottom, #fece0c 0, #fece0c 50%, transparent 51%
		, transparent)
}

.c-block-article {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	cursor: pointer
}

.c-block-article,.c-block-article__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-block-article__image {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
	margin: 0;
	padding: 6rem 4rem;
	z-index: 1;
	background-size: cover;
	background-position: 50%;
	text-align: center
}

.c-block-article__image:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	z-index: -1
}

.c-block-article__title {
	margin: 0;
	font-size: 3.5rem;
	font-family: Oswald;
	font-weight: 400;
	text-transform: uppercase
}

.c-block-article__title,.c-block-article__title:hover {
	color: #fff;
	text-decoration: none
}

.c-block-article__text {
	margin: 0;
	padding: 3rem 2rem;
	background-color: #393939;
	color: #fff;
	line-height: 1.8
}

.c-block-blade__title {
	text-align: center
}

.c-block-blade__wrapper {
	padding: 4rem 0;
	background-color: #f1f4f5
}

.c-block-blade--title-offset .c-block-blade__title {
	margin-bottom: -2rem
}

.c-block-blade--title-offset .c-block-blade__title .u-subtitle {
	margin-bottom: 1rem
}

.c-block-blade--title-offset .c-block-blade__wrapper {
	padding-top: 6rem
}

.c-block-blade--bg-orange .c-block-blade__wrapper {
	background-color: #ec5c0d;
	color: #fff
}

.c-block-trick {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: pointer;
	margin-bottom: 1rem
}

.c-block-trick__image {
	width: 50%;
	padding-right: 1rem
}

@media ( max-width :29.99em) {
	.c-block-trick__image {
		width: 100%;
		padding-right: 0;
		padding-bottom: 1rem
	}
}

.c-block-trick__content {
	width: 50%;
	padding-left: 1rem
}

@media ( max-width :29.99em) {
	.c-block-trick__content {
		width: 100%;
		padding-left: 0;
		padding-bottom: 1rem
	}
}

.c-block-trick__title {
	margin: 0;
	font-size: 1.5rem;
	font-family: inherit;
	text-transform: none;
	font-weight: 700
}

.c-block-trick__link {
	text-decoration: none
}

.c-block-trick__description {
	margin: 0;
	font-size: 1.3rem;
	line-height: 1.65
}

.c-block-trick__link-more {
	color: #24ace8;
	font-size: 1.3rem
}

.c-block-trick:hover .c-block-trick__link {
	color: #24ace8
}

.c-block-menu-secondary {
	overflow: hidden;
	padding: 2rem;
	background: #f1f4f5
}

@media ( max-width :47.99em) {
	.c-block-menu-secondary {
		padding: 0;
		background: transparent
	}
}

.c-block-menu-secondary__title {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 2rem
}

@media ( max-width :47.99em) {
	.c-block-menu-secondary__title {
		padding: 1rem;
		background-color: #f1f4f5;
		text-align: center
	}
}

@media ( max-width :47.99em) {
	.c-block-menu-secondary__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		opacity: 0;
		-webkit-transition: opacity .3s;
		transition: opacity .3s
	}
	.c-block-menu-secondary__list.is-visible {
		opacity: 1
	}
}

.c-block-menu-secondary__item {
	padding-top: .6rem;
	padding-bottom: .6rem
}

@media ( max-width :47.99em) {
	.c-block-menu-secondary__item {
		position: relative;
		right: 0;
		left: 0;
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		text-align: center
	}
}

.c-block-menu-secondary__link {
	display: block;
	text-decoration: none
}

@media ( max-width :47.99em) {
	.c-block-menu-secondary__link {
		padding-left: 2rem;
		padding-right: 2rem
	}
}

.c-block-menu-secondary__link--active {
	color: #24ace8
}

@media ( max-width :47.99em) {
	.c-block-menu-secondary__container {
		width: 50%;
		margin: 0 25%;
		position: relative
	}
}

@media ( max-width :47.99em) {
	.c-block-menu-secondary__container:before {
		content: "";
		position: absolute;
		top: 0;
		left: -50%;
		width: 50%;
		height: 100%;
		background-image: -webkit-gradient(linear, left top, right top, from(#fff),
			to(transparent) );
		background-image: linear-gradient(90deg, #fff, transparent);
		z-index: 1
	}
}

@media ( max-width :47.99em) {
	.c-block-menu-secondary__container:after {
		content: "";
		position: absolute;
		top: 0;
		right: -50%;
		width: 50%;
		height: 100%;
		background-image: -webkit-gradient(linear, right top, left top, from(#fff),
			to(transparent) );
		background-image: linear-gradient(-90deg, #fff, transparent);
		z-index: 1
	}
}

.c-block-action {
	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: 1rem;
	color: #fff;
	cursor: pointer
}

.c-block-action__image {
	padding-right: 1rem
}

.c-block-action__title {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	text-transform: none
}

.c-block-action__description {
	margin: 0;
	font-size: 1.3rem
}

.c-block-payment {
	padding-top: 2rem;
	padding-bottom: 4rem;
	background-color: #393939;
	color: #fff
}

@media ( max-width :47.99em) {
	.c-block-payment {
		padding-top: .5rem;
		padding-bottom: .5rem
	}
}

@media ( max-width :47.99em) {
	.c-block-payment__inner {
		display: none !important;
		visibility: hidden !important
	}
}

.c-block-payment__image {
	width: 100%;
	height: 5rem;
	background-image: url(/images/spites.png);
	background-repeat: no-repeat;
	background-position: 0 0
}

.c-block-payment__link {
	display: inline-block;
	margin-top: 1rem;
	color: #fff;
	text-decoration: none
}

.c-block-contact {
	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;
	position: relative;
	width: 100%;
	padding-right: 48%;
	padding-top: 5rem;
	padding-bottom: 2rem;
	background-color: #009697;
	color: #fff;
	text-align: center
}

@media ( max-width :87.49em) {
	.c-block-contact {
		padding-right: 30%
	}
}

@media ( max-width :63.99em) {
	.c-block-contact {
		padding-top: 2rem;
		padding-right: 1rem
	}
}

@media ( max-width :47.99em) {
	.c-block-contact {
		margin-top: 4rem
	}
}

.c-block-contact:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: -7rem;
	height: 100%;
	width: 7rem;
	z-index: -1;
	background-image: linear-gradient(100deg, #fff 50%, #009697 51%)
}

@media ( max-width :47.99em) {
	.c-block-contact:before {
		top: -4rem;
		left: 0;
		width: 100%;
		height: 4rem;
		background-image: linear-gradient(177deg, #fff 50%, #009697 51%)
	}
}

.c-block-contact__tel {
	color: #393939;
	font-family: Oswald;
	font-size: 4rem;
	text-decoration: none
}

@media ( max-width :63.99em) {
	.c-block-contact__tel {
		font-size: 3rem
	}
}

.c-block-contact__cta {
	color: #fff
}

.c-block-information {
	position: relative;
	margin-top: 1rem;
	padding: 2rem 1rem 4rem;
	background-color: #3f3f47;
	color: #fff
}

.c-block-information:before {
	content: "";
	position: absolute;
	display: block;
	top: -7rem;
	left: 0;
	height: 7rem;
	width: 100%;
	/*background-image: linear-gradient(179deg, transparent 50%, #009697 51%)*/
}

.c-block-information__column {
	position: relative
}

.c-block-information__column:not (:first-child ):before {
	content: "";
	display: block;
	width: .1rem;
	position: absolute;
	top: 2rem;
	left: 0;
	bottom: 2rem;
	background: #fff
}

.c-block-network {
	width: 100%;
	text-align: center
}

.c-block-network__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: .5rem
}

.c-block-newsletter {
	padding-top: 4rem;
	padding-bottom: 4rem;
	background-color: #24ace8
}

.c-block-reassurance {
	width: 100%;
	padding-right: 5rem;
	padding-left: 24%
}

@media ( max-width :87.49em) {
	.c-block-reassurance {
		padding-left: 15%
	}
}

@media ( max-width :63.99em) {
	.c-block-reassurance {
		padding-left: 1rem
	}
}

@media ( max-width :47.99em) {
	.c-block-reassurance {
		padding-right: 1rem
	}
}

.c-buy-security__block {
	width: 50rem;
	height: 5rem;
	background-image: url(/images/spites.png);
	background-repeat: no-repeat;
	background-position: 0 0
}

.c-footer-title {
	margin-top: 0;
	margin-bottom: 2rem;
	color: #fff;
	font-size: 1.7rem
}

.c-footer-title,.c-newsletter-form__title {
	font-family: Oswald;
	text-transform: uppercase;
	line-height: 1
}

.c-newsletter-form__title {
	margin: 0;
	font-size: 3.4rem
}

@media ( max-width :63.99em) {
	.c-newsletter-form__title {
		font-size: 3rem
	}
}

@media ( max-width :47.99em) {
	.c-newsletter-form__title {
		margin-bottom: 1rem;
		font-size: 2rem
	}
}

.c-newsletter-form__discount {
	position: relative;
	top: -.5rem;
	display: inline-block;
	width: 6rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	background-color: #fff;
	border-radius: 50%;
	color: #4bb2b0;
	font-size: 2rem;
	line-height: 1;
	vertical-align: middle;
	text-align: center
}

@media ( max-width :63.99em) {
	.c-newsletter-form__discount {
		width: 4rem;
		padding-top: 1.2rem;
		padding-bottom: 1.2rem;
		font-size: 1.6rem
	}
}

@media ( max-width :47.99em) {
	.c-newsletter-form__discount {
		display: none !important;
		visibility: hidden !important
	}
}

.c-newsletter-form__content {
	color: #fff
}

.c-newsletter-form__fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.c-newsletter-form__email {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding-right: 2rem
}

.c-newsletter-form__submit[type=submit] {
	padding: 1.9rem 2.6rem;
	border: .1rem solid #fff;
	border-radius: 4rem;
	font-size: 2rem;
	line-height: 1
}

.c-social-button {
	position: relative;
	z-index: 1;
	display: block;
	width: 5rem;
	height: 5rem;
	padding: 1.2rem;
	margin: .5rem .75rem;
	background-color: #fff;
	border-radius: 50%;
	color: #24ace8;
	-webkit-transition: color .2s, background-color .2s;
	transition: color .2s, background-color .2s
}

.c-social-button:hover {
	color: #fff;
	background-color: #393939
}

.c-social-button--color-grey {
	color: #393939
}

.c-social-button--color-grey:hover {
	color: #fff;
	background: #24ace8
}

.c-social-button--icon-sm {
	width: 3rem;
	height: 3rem;
	padding: .7rem
}

.c-verified-reviews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2rem 0
}

.c-verified-reviews__content {
	padding-left: 2rem
}

.c-verified-reviews__score {
	margin: 0;
	font-family: Oswald;
	font-size: 4.4rem;
	font-weight: 300;
	line-height: 1
}

.c-verified-reviews__average {
	color: #e9a910
}

.c-input--border-full,.c-input--border-full[type=email],.c-input--border-full[type=number],.c-input--border-full[type=password],.c-input--border-full[type=search],.c-input--border-full[type=tel],.c-input--border-full[type=text]
	{
	border: .1rem solid #24ace8
}

.c-input--border-round,.c-input--border-round[type=email],.c-input--border-round[type=number],.c-input--border-round[type=password],.c-input--border-round[type=search],.c-input--border-round[type=tel],.c-input--border-round[type=text]
	{
	border: .1rem solid #393939;
	border-radius: 2rem
}

.c-autocomplete {
	position: relative;
	z-index: 300;
	padding: .4rem
}

.c-autocomplete.is-active [role=listbox] {
	padding-top: 5.8rem;
	padding-bottom: 1rem;
	opacity: 1
}

.c-autocomplete__input {
	outline: none;
	padding-left: 1.5rem !important;
	padding-right: 4.5rem !important;
	-webkit-transition: color .2s;
	transition: color .2s
}

.c-autocomplete [role=listbox] {
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	padding: 4.8rem 0 0;
	background-color: #fff;
	border: .1rem solid #24ace8;
	border-radius: 2.4rem;
	opacity: 0;
	-webkit-transition: opacity padding .2s .2s;
	transition: opacity padding .2s .2s
}

.c-autocomplete [role=option] {
	padding: .6rem 1.4rem;
	color: #24ace8;
	font-size: 1.3rem;
	cursor: pointer;
	outline: none;
	-webkit-transition: color .2s, background-color .2s;
	transition: color .2s, background-color .2s
}

.c-autocomplete [role=option]:focus,.c-autocomplete [role=option]:hover
	{
	color: #393939;
	text-decoration: underline
}

.c-autocomplete__submit[type=submit] {
	position: absolute;
	top: .8rem;
	right: 1rem;
	padding: .5rem;
	width: 3.4rem;
	height: 3.4rem;
	border: none;
	background: none;
	background-image: none;
	background-color: transparent;
	background-position: inherit;
	color: #24ace8;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-transform: inherit;
	text-decoration: inherit
}

.c-autocomplete__submit[type=submit]:focus {
	outline: none
}

.c-autocomplete__submit[type=submit]:hover {
	color: #393939 !important
}

.c-autocomplete--search .c-autocomplete__submit[type=submit] {
	color: #f1f4f5
}

.c-autocomplete--search .c-autocomplete__input[type=search] {
	border-color: #f1f4f5;
	color: #f1f4f5;
	-webkit-transition: color .2s;
	transition: color .2s
}

.c-autocomplete--search .c-autocomplete__input[type=search]:
	:-webkit-input-placeholder {
	color: #f1f4f5;
	-webkit-transition: color .2s;
	transition: color .2s
}

.c-autocomplete--search .c-autocomplete__input[type=search]:
	:-moz-placeholder {
	color: #f1f4f5;
	-webkit-transition: color .2s;
	transition: color .2s
}

.c-autocomplete--search .c-autocomplete__input[type=search]:-ms-input-placeholder
	{
	color: #f1f4f5;
	-webkit-transition: color .2s;
	transition: color .2s
}

.c-autocomplete--search.is-active [role=listbox] {
	padding-top: 4.8rem;
	padding-bottom: 0
}

.c-autocomplete--search.is-active .c-autocomplete__input[type=search] {
	border-color: #24ace8;
	color: #24ace8
}

.c-autocomplete--search.is-active .c-autocomplete__input[type=search]:
	:-webkit-input-placeholder {
	color: #24ace8
}

.c-autocomplete--search.is-active .c-autocomplete__input[type=search]:
	:-moz-placeholder {
	color: #24ace8
}

.c-autocomplete--search.is-active .c-autocomplete__input[type=search]:-ms-input-placeholder
	{
	color: #24ace8
}

.c-autocomplete--search.is-active .c-autocomplete__submit[type=submit],.c-form-tips
	{
	color: #24ace8
}

.c-form-tips {
	margin: 0;
	font-size: 1.3rem
}

.c-form-tips--color-red {
	color: red
}

.c-float-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-flow: column-reverse;
	flex-flow: column-reverse
}

.c-float-label__input: :-moz-placeholder {
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.c-float-label__input:-ms-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.c-float-label__input: :-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.c-float-label__input:focus : :-moz-placeholder {
	opacity: 1
}

.c-float-label__input:focus :-ms-input-placeholder {
	opacity: 1
}

.c-float-label__input:focus : :-webkit-input-placeholder {
	opacity: 1
}

.c-float-label__label {
	display: block;
	width: calc(80% -   2rem);
	color: #393939;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: text;
	-webkit-transform: translate(1rem, 2.73333rem) scale(1.25);
	transform: translate(1rem, 2.73333rem) scale(1.25);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

.c-float-label__input:focus+.c-float-label__label,.c-float-label__input[data-empty=false]+.c-float-label__label
	{
	width: 100%;
	color: #24ace8;
	-webkit-transform: translate(0) scale(1);
	transform: translate(0) scale(1);
	cursor: pointer
}

.c-float-label--xl .c-float-label__input {
	padding: 1.6rem;
	font-size: 2rem;
	font-family: Oswald
}

.c-float-label--xl .c-float-label__input.c-input--border-round {
	border-radius: 3.2rem
}

.c-float-label--xl .c-float-label__label {
	width: calc(62.5% -   3.2rem);
	font-family: Oswald;
	-webkit-transform: translate(1.6rem, 3.2rem) scale(1.53846);
	transform: translate(1.6rem, 3.2rem) scale(1.53846)
}

.c-float-label--xl .c-float-label__input:focus+.c-float-label__label,.c-float-label--xl .c-float-label__input[data-empty=false]+.c-float-label__label
	{
	-webkit-transform: translateY(-.4rem) scale(1);
	transform: translateY(-.4rem) scale(1)
}

.c-float-label--color-white .c-float-label__input {
	border: .1rem solid #fff;
	color: #fff
}

.c-float-label--color-white .c-float-label__input: :-moz-placeholder {
	color: #fff
}

.c-float-label--color-white .c-float-label__input:-ms-input-placeholder
	{
	color: #fff
}

.c-float-label--color-white .c-float-label__input:
	:-webkit-input-placeholder {
	color: #fff
}

.c-float-label--color-white .c-float-label__input:focus+.c-float-label__label,.c-float-label--color-white .c-float-label__input[data-empty=false]+.c-float-label__label,.c-float-label--color-white .c-float-label__label
	{
	color: #fff
}

.c-range__slider {
	position: relative;
	margin-bottom: 1.5rem
}

.c-range__inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.c-range__input {
	width: 48%
}

.c-range .noUi-base {
	width: 100%;
	height: .1rem;
	margin: 1rem 0;
	background-color: #dedede
}

.c-range .noUi-connect {
	position: absolute;
	height: 100%;
	background-color: #000
}

.c-range .noUi-origin {
	position: absolute;
	height: 0;
	width: 0
}

.c-range .noUi-handle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1.5rem;
	width: .4rem;
	background-color: #000;
	border-radius: 1rem;
	cursor: ew-resize
}

.c-toggle-form {
	margin-top: 4rem;
	margin-bottom: 4rem;
	display: none !important;
	visibility: hidden !important
}

.c-toggle-form[aria-hidden=false] {
	display: block !important;
	visibility: visible !important
}

.c-block-history {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 200;
	padding: 1rem 0;
	background-color: #fff;
	border: .2rem solid #dedede;
	-webkit-transition: left .2s ease-in-out;
	transition: left .2s ease-in-out
}

@media ( max-width :63.99em) {
	.c-block-history {
		display: block;
		position: fixed;
		top: 0;
		left: -100%;
		height: 100%;
		border: none;
		overflow-y: scroll
	}
}

.c-block-history.is-visible {
	display: block
}

@media ( max-width :63.99em) {
	.c-block-history.is-visible {
		left: 0
	}
}

.c-block-history__inner {
	position: relative
}

.c-block-history__title {
	font-size: 2rem
}

.c-block-history__list {
	padding: 0;
	list-style: none
}

.c-block-history__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-block-history__actions {
	padding-top: 2rem;
	text-align: right
}

.c-block-history__close {
	position: absolute;
	top: 0;
	right: 0;
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: none;
	cursor: pointer
}

.c-contact-info {
	position: relative;
	font-size: 1.4rem;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

@media ( max-width :63.99em) {
	.c-contact-info {
		width: 100%
	}
}

.c-contact-info:hover .c-contact-info__tooltip-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-contact-info__tooltip-wrapper {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 400;
	display: none;
	position: absolute;
	left: -200%;
	background-color: #009697;
	color: #f1f4f5;
	padding: 1rem;
	width: 32rem;
	font-size: 1.3rem;
	line-height: 1.6rem
}

@media ( max-width :63.99em) {
	.c-contact-info__tooltip-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		width: 100%;
		left: 0
	}
}

.c-contact-info__email,.c-contact-info__phone {
	padding: 0 1rem
}

.c-contact-info__email {
	border-left: .1rem solid #f1f4f5;
	margin-left: 1rem
}

.c-contact-info__icon {
	width: 3rem;
	height: 3rem;
	display: inline-block;
	margin-bottom: 1rem
}

.c-contact-info__link {
	display: block;
	text-decoration: none;
	color: #f1f4f5;
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.5rem;
	font-family: Oswald
}

.c-contact-info__button {
	font-family: Oswald;
	font-size: 1.3rem;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer
}

.c-contact-info__button:hover {
	color: #000
}

@media ( max-width :63.99em) {
	.c-contact-info__button {
		display: block;
		background-color: #009697;
		padding: 1rem;
		text-align: center;
		font-size: 3rem;
		width: 100%;
		color: #f1f4f5
	}
}

.c-contact-info__icon-acces {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	color: #f1f4f5
}

.c-contact-info__icon-acces:hover {
	color: #f1f4f5
}

.c-contact-info--title-icon .c-contact-info__button {
	font-family: Nunito;
	color: #fff;
	text-transform: none;
	text-align: center
}

@media ( max-width :63.99em) {
	.c-contact-info--title-icon .c-contact-info__button {
		background-color: transparent;
		padding: 0;
		font-size: 1.3rem;
		width: auto;
		color: #fff
	}
}

.c-contact-info--title-icon .c-contact-info__icon {
	display: block;
	margin: 0 auto .5rem
}

.c-contact-info--title-icon .c-contact-info__tooltip-wrapper {
	left: auto;
	right: 0
}

.c-header-action {
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #24ace8;
	text-decoration: none;
	cursor: pointer
}

.c-header-action:hover {
	color: #24ace8
}

.c-header-action__icon {
	width: 3.4rem;
	height: 3.4rem
}

.c-header-action__text {
	margin-top: .5rem;
	font-size: 1.3rem
}

@media ( max-width :63.99em) {
	.c-header-info {
		bottom: 0;
		width: 100%
	}
	.c-header-info>* {
		border-top: .1rem solid #f1f4f5
	}
}

.c-header-premium {
	display: none
}

.c-header-premium.is-visible {
	display: block
}

.c-header-premium__wrapper {
	padding-top: 2rem;
	padding-bottom: 2rem
}

.c-header-premium__main {
	padding: 2rem;
	margin-top: 1rem;
	background: rgba(56, 57, 55, .7)
}

.c-header-premium__title {
	color: #fff;
	margin: 0 0 1rem;
	font-size: 2rem;
	text-align: center
}

.c-header-premium__close {
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: none;
	color: #fff;
	cursor: pointer
}

.c-header-service {
	background: #29abe3
}

.c-header-service__text {
	margin: 0;
	color: #fff;
	text-align: center
}

.c-header-service a {
	color: inherit;
	text-decoration: none
}

.c-history-item {
	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;
	width: 100%;
	border: .1rem solid #dedede;
	background-color: #f1f4f5;
	cursor: pointer
}

.c-history-item__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.c-history-item__content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding-top: 1rem;
	padding-left: 1rem;
	padding-right: 1rem
}

.c-history-item__footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-top: 1rem;
	padding-bottom: 1rem
}

.c-history-item__title {
	font-size: 2rem;
	text-transform: none
}

.c-history-item__promo {
	margin-bottom: 1rem;
	color: #24ace8;
	text-align: center;
	text-decoration: line-through
}

.c-history-item__price {
	color: #e9a910
}

.c-history-item__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 2.4rem;
	height: 2.4rem;
	padding: .4rem;
	border: .1rem solid #f1f4f5;
	background: #f1f4f5;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	-webkit-transition: border-color .2s;
	transition: border-color .2s
}

.c-history-item__close:hover,.c-history-placeholder {
	border: .1rem solid #dedede
}

.c-history-placeholder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	padding: 1rem;
	background-color: #f1f4f5
}

.c-history-placeholder__icon {
	margin-left: auto;
	margin-right: auto;
	padding: 0 30%;
	background: #fff;
	color: #dedede
}

.c-logo-premium {
	display: inline-block;
	text-decoration: none;
	color: #c79e34;
	text-align: center
}

.c-logo-premium:hover {
	color: #c79e34
}

.c-logo-premium__camif {
	max-width: 11rem;
	height: 3.8rem;
	color: #fff
}

.c-logo-premium__logo {
	z-index: 1;
	position: relative;
	font-family: Oswald
}

.c-logo-premium__text {
	position: relative;
	padding-right: .5rem;
	padding-bottom: .5rem;
	line-height: 1.5;
	font-size: 2rem
}

.c-logo-premium__text:before {
	width: 2.1rem;
	height: .1rem
}

.c-logo-premium__text:after,.c-logo-premium__text:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #c79e34
}

.c-logo-premium__text:after {
	width: .1rem;
	height: 2.1rem
}

.c-logo {
	display: block;
	text-decoration: none
}

@media ( max-width :47.99em) {
	.c-logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.c-logo__icon {
	display: block;
	max-width: 20rem;
	height: 8rem;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
		;
	color: #fff
}

@media ( max-width :63.99em) {
	.c-logo__icon {
		max-width: 14rem;
		height: 7rem;
		margin-top: 1rem
	}
}

.c-logo__icon-sub {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	transition: opacity .2s ease-in-out, visibility .2s ease-in-out
}

@media ( max-width :63.99em) {
	.c-logo__icon-sub {
		opacity: 0;
		visibility: hidden
	}
}

.c-premium-service {
	color: #fff
}

.c-premium-service,.c-premium-service__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-premium-service__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.c-premium-service__logo {
	position: relative;
	padding: 1.5rem;
	display: inline-block;
	width: 6.2rem;
	height: 6.2rem;
	margin-right: 2rem;
	border-radius: 50%;
	background-color: #fff;
	color: #c79e34
}

.c-premium-service__title {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin: 0;
	font-size: 1.4rem
}

.c-search-update {
	position: absolute;
	background-color: #fff;
	width: 100%
}

.c-search-update:before {
	content: "";
	position: absolute;
	top: -2rem;
	width: 100%;
	height: 2rem;
	background-color: #dedede
}

@media ( max-width :63.99em) {
	.c-search-update {
		width: 100%
	}
	.c-search-update:before {
		display: none
	}
}

.c-search-update__title {
	background-color: #dedede;
	padding: 1rem 2rem;
	font-family: Oswald;
	text-transform: uppercase;
	font-size: 1.4rem
}

.c-search-update__list {
	list-style: none;
	padding: 0;
	margin: 2rem;
	line-height: 1.4rem
}

.c-search-update__link {
	text-decoration: none;
	font-size: 1.3rem;
	color: #393939
}

.c-search-update__link[role=option] {
	padding: .6rem 0
}

.c-search-update__thumbnail {
	width: 6rem;
	margin-right: 2rem
}

.c-search-update__product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem
}

.c-search-update__price {
	display: block;
	font-size: 1.3rem;
	margin-top: .8rem
}

.c-search {
	width: 100%;
	position: relative
}

@media ( max-width :63.99em) {
	.c-search {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		background-color: #24ace8;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: -webkit-transform .2s ease-in-out;
		transition: -webkit-transform .2s ease-in-out;
		transition: transform .2s ease-in-out;
		transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
			;
		z-index: 666
	}
	.c-search.is-visible {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.c-search__wrapper {
	padding: .7rem 1.5rem .7rem 2rem;
	border: .1rem solid #f1f4f5;
	border-radius: 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #24ace8
}

@media ( max-width :63.99em) {
	.c-search__wrapper {
		margin: 0 1rem 2rem
	}
}

.c-search__logo {
	display: none;
	height: 7rem;
	width: 15rem;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	-webkit-transform: translateY(1rem);
	transform: translateY(1rem)
}

@media ( max-width :63.99em) {
	.c-search__logo {
		display: block
	}
}

.c-search__close {
	display: none;
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	color: #f1f4f5;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: none;
	cursor: pointer
}

@media ( max-width :63.99em) {
	.c-search__close {
		display: block
	}
}

.c-search__form {
	padding: 0 1rem
}

.c-subscribe-premium {
	padding: 2rem;
	color: #fff;
	text-align: center
}

.c-subscribe-premium__price {
	margin: 0 0 2rem;
	font-size: 3.5rem;
	font-weight: 700
}

.c-subscribe-premium__year {
	font-size: 2rem
}

.c-subscribe-premium__cta {
	display: block;
	padding: 1rem;
	margin: 0;
	color: #fff;
	font-size: 2rem;
	font-family: Oswald;
	text-transform: uppercase;
	text-decoration: none
}

.c-subscribe-premium__cta:hover {
	color: #c79e34
}

.c-subscribe-premium__cta:hover :before {
	background-image:
		url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="%23c79e34" d="M207.998 66.764l65.55-61.434 542.453 506.67-542.453 506.67-65.55-61.117 476.586-445.553z"></path></svg>')
}

.c-subscribe-premium__cta:before {
	content: "";
	position: relative;
	display: inline-block;
	width: 1.5rem;
	height: 1.8rem;
	margin-right: .5rem;
	background-image:
		url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="%23ffffff" d="M207.998 66.764l65.55-61.434 542.453 506.67-542.453 506.67-65.55-61.117 476.586-445.553z"></path></svg>')
		;
	background-size: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-transition: color .3s;
	transition: color .3s
}

.c-blade-shift {
	padding-bottom: 4rem
}

@media ( max-width :47.99em) {
	.c-blade-shift {
		padding-bottom: 0
	}
}

.c-blade-shift__title {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 5rem
}

@media ( max-width :63.99em) {
	.c-blade-shift__title {
		font-size: 3.5rem
	}
}

@media ( max-width :47.99em) {
	.c-blade-shift__title {
		font-size: 2.6rem
	}
}

.c-blade-shift__wrapper {
	margin-top: -2rem
}

.c-blade-shift__illustration {
	background-size: cover;
	background-position: 50%
}

@media ( max-width :63.99em) {
	.c-blade-shift__illustration {
		min-height: 20rem
	}
}

.c-blade-shift__box {
	position: relative;
	top: 4rem
}

@media ( max-width :47.99em) {
	.c-blade-shift__box {
		top: 0
	}
}

.c-blade-shift__content {
	position: relative;
	padding-top: 4rem;
	padding-right: 40%;
	padding-bottom: 4rem;
	margin-left: -15%;
	background: #393939;
	color: #fff
}

@media ( max-width :87.49em) {
	.c-blade-shift__content {
		margin-left: -30%;
		padding-right: 25%
	}
}

@media ( max-width :63.99em) {
	.c-blade-shift__content {
		margin-left: 0;
		padding-right: 1rem;
		padding-left: 1rem
	}
}

.c-blade-shift__content:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: -11rem;
	height: 100%;
	width: 11rem;
	background-image: linear-gradient(80deg, transparent 50%, #393939 51%)
}

@media ( max-width :47.99em) {
	.c-blade-shift__content:before {
		display: none
	}
}

.c-blade-shift__vignette {
	position: absolute;
	z-index: 1;
	top: -2rem;
	right: 100%;
	margin-right: 20%
}

@media ( max-width :87.49em) {
	.c-blade-shift__vignette {
		margin-right: 40%
	}
}

@media ( max-width :63.99em) {
	.c-blade-shift__vignette {
		margin-right: 20%
	}
}

@media ( max-width :47.99em) {
	.c-blade-shift__vignette {
		top: auto;
		bottom: 95%;
		left: 5%;
		margin-right: 0
	}
}

.c-blade-shift--reverse .c-blade-shift__box {
	top: 0;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.c-blade-shift--reverse .c-blade-shift__illustration {
	position: relative;
	top: 4rem;
	z-index: -1
}

@media ( max-width :47.99em) {
	.c-blade-shift--reverse .c-blade-shift__illustration {
		top: 0
	}
}

.c-blade-shift--reverse .c-blade-shift__content {
	margin-left: 0;
	margin-right: -15%;
	padding-right: 0;
	padding-left: 40%
}

@media ( max-width :87.49em) {
	.c-blade-shift--reverse .c-blade-shift__content {
		margin-right: -30%;
		padding-left: 25%
	}
}

@media ( max-width :63.99em) {
	.c-blade-shift--reverse .c-blade-shift__content {
		margin-right: 0;
		padding-right: 1rem;
		padding-left: 1rem
	}
}

.c-blade-shift--reverse .c-blade-shift__vignette {
	left: 100%;
	right: auto;
	margin-right: 0;
	margin-left: 20%
}

@media ( max-width :87.49em) {
	.c-blade-shift--reverse .c-blade-shift__vignette {
		margin-left: 40%
	}
}

@media ( max-width :63.99em) {
	.c-blade-shift--reverse .c-blade-shift__vignette {
		margin-left: 20%
	}
}

@media ( max-width :47.99em) {
	.c-blade-shift--reverse .c-blade-shift__vignette {
		top: 95%;
		left: 5%;
		margin-left: 0
	}
}

@media ( max-width :47.99em) {
	.c-blade-shift--image-top .c-blade-shift__wrapper {
		margin-top: 0
	}
}

.c-blade-shift--image-top .c-blade-shift__illustration {
	top: 0
}

.c-blade-shift--image-top .c-blade-shift__box {
	position: relative;
	top: 4rem
}

@media ( max-width :47.99em) {
	.c-blade-shift--image-top .c-blade-shift__box {
		top: inherit
	}
}

.c-blade-shift--color-pink .c-blade-shift__content {
	background: #ff4f63
}

.c-blade-shift--color-pink .c-blade-shift__content:before {
	background-image: linear-gradient(80deg, transparent 50%, #ff4f63 51%)
}

.c-blade-shift--bevel-left-bottom .c-blade-shift__content:before {
	background-image: linear-gradient(100deg, transparent 50%, #393939 51%)
}

.c-blade-shift--bevel-left-bottom.c-blade-shift--color-pink .c-blade-shift__content:before
	{
	background-image: linear-gradient(100deg, transparent 50%, #ff4f63 51%)
}

.c-blade-shift--bevel-right-top .c-blade-shift__content:before {
	right: -11rem;
	left: inherit;
	background-image: linear-gradient(100deg, #393939 50%, transparent 51%)
}

.c-blade-shift--bevel-right-top.c-blade-shift--color-pink .c-blade-shift__content:before
	{
	background-image: linear-gradient(100deg, #ff4f63 50%, transparent 51%)
}

.c-blade-shift--bevel-right-bottom .c-blade-shift__content:before {
	right: -11rem;
	left: inherit;
	background-image: linear-gradient(80deg, #393939 50%, transparent 51%)
}

.c-blade-shift--bevel-right-bottom.c-blade-shift--color-pink .c-blade-shift__content:before
	{
	background-image: linear-gradient(80deg, #ff4f63 50%, transparent 51%)
}

.c-discover-widget {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: 50%;
	cursor: pointer
}

.c-discover-widget__wrap {
	height: 100%
}

.c-discover-widget__main,.c-discover-widget__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-discover-widget__main {
	position: relative;
	z-index: 2;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20rem 2rem 4rem;
	width: 100%;
	background: rgba(0, 0, 0, .2);
	text-align: center
}

@media ( max-width :47.99em) {
	.c-discover-widget__main {
		padding-top: 4rem;
		padding-bottom: 4rem
	}
}

.c-discover-widget--height-xl .c-discover-widget__main {
	min-height: 32rem
}

@media ( max-width :63.99em) {
	.c-discover-widget--height-xl .c-discover-widget__main {
		min-height: 24rem
	}
}

@media ( max-width :47.99em) {
	.c-discover-widget--height-xl .c-discover-widget__main {
		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
	}
}

.c-push-product {
	text-align: center;
	cursor: pointer
}

.c-push-product__main {
	margin-top: 1rem
}

.c-push-product__title {
	margin: 0;
	font-size: 2.2rem;
	line-height: 1.1
}

.c-push-product__made-flag {
	display: inline-block;
	max-width: 3rem;
	height: 2.5rem
}

.c-push-product__made {
	margin: 1rem 0 0
}

.c-push-product__price-strike {
	margin: 1rem 0 0;
	color: #ff4f63;
	text-decoration: line-through
}

.c-push-product__price {
	margin: 1rem 0 0;
	color: #ff4f63;
	font-size: 3rem;
	line-height: 1.1
}

.c-push-product__cta {
	margin-top: 1rem;
	margin-bottom: 1rem
}

.c-mega-menu-lvl-1__wrapper {
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.c-mega-menu-lvl-1__wrapper.is-visible .c-mega-menu-lvl-2__list {
	display: block
}

@media ( max-width :63.99em) {
	.c-mega-menu-lvl-1__wrapper {
		position: relative;
		display: block;
		z-index: 2;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0;
		background-color: #f1f4f5;
		-webkit-transition: -webkit-transform .2s ease-in-out;
		transition: -webkit-transform .2s ease-in-out;
		transition: transform .2s ease-in-out;
		transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
	}
}

.c-mega-menu-lvl-1__list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 100%;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

@media ( max-width :63.99em) {
	.c-mega-menu-lvl-1__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0
	}
}

.c-mega-menu-lvl-1__item {
	width: 7.69231%
}

@media ( max-width :63.99em) {
	.c-mega-menu-lvl-1__item {
		width: 100%;
		margin: 0
	}
}

.c-mega-menu-lvl-1__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	text-transform: uppercase;
	font-size: 1.3rem;
	text-decoration: none;
	text-align: center;
	line-height: 1.2;
	font-family: Oswald;
	white-space: normal;
	-webkit-transition: background-color .2s ease-in-out, color .2s
		ease-in-out;
	transition: background-color .2s ease-in-out, color .2s ease-in-out;
	padding: 0 1rem
}

.c-mega-menu-lvl-1__title-text {
	-ms-flex-item-align: center;
	align-self: center
}

.c-mega-menu-lvl-1__title--blue {
	background-color: #24ace8;
	color: #f1f4f5
}

.c-mega-menu-lvl-1__title--black {
	background-color: #24ace8;
	color: #f1f4f5
}

.c-mega-menu-lvl-1__title--yellow {
	background-color: #f0f2f3;
	color: #504d4d
}

.c-mega-menu-lvl-1__title:hover {
	background-color: #24ace8;
	color: #fff
}

@media ( max-width :63.99em) {
	.c-mega-menu-lvl-1__title {
		background-color: #dedede
	}
	.c-mega-menu-lvl-1__title:after {
		content: ">";
		font-size: 2.5rem;
		position: absolute;
		bottom: 0;
		top: 0;
		right: 2rem;
		margin: auto;
		padding: 0;
		font-family: serif;
		-webkit-transform: scaleY(1.5);
		transform: scaleY(1.5);
		height: 1.7rem
	}
}

.c-mega-menu-lvl-1__button-back {
	display: none
}

@media ( max-width :63.99em) {
	.c-mega-menu-lvl-1__button-back {
		position: relative;
		padding: 2rem 2rem 2rem 4rem;
		display: block;
		font-size: 1.6rem;
		font-family: Oswald;
		text-decoration: none;
		text-transform: uppercase;
		cursor: pointer
	}
	.c-mega-menu-lvl-1__button-back:before {
		position: absolute;
		content: "<";
		color: #24ace8;
		font-size: 2rem;
		left: 2rem;
		top: 0;
		bottom: 0;
		margin: auto;
		font-family: serif;
		-webkit-transform: scaleY(1.5);
		transform: scaleY(1.5);
		line-height: 1rem;
		height: 1.2rem
	}
}

@media ( max-width :63.99em) {
	.c-mega-menu-lvl-1__title {
		position: relative;
		width: 100%;
		height: 6rem;
		margin: 0;
		color: #393939;
		cursor: pointer;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 1.8rem;
		line-height: 1.8rem;
		text-align: left;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0 4rem;
		-webkit-transition: background-color .2s ease-in-out, color .2s
			ease-in-out;
		transition: background-color .2s ease-in-out, color .2s ease-in-out
	}
	.c-mega-menu-lvl-1__title-text {
		text-transform: uppercase;
		-ms-flex-item-align: center;
		align-self: center;
		font-weight: 400;
		font-family: Oswald
	}
	.c-mega-menu-lvl-1__title:hover {
		background-color: #24ace8;
		color: #fff
	}
}

.c-mega-menu-lvl-2__wrapper {
	display: none;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 6.4rem;
	width: 100%;
	background-color: #fff;
	border: .1rem solid #dedede;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.c-mega-menu-lvl-2__wrapper.is-visible {
	display: block
}

@media ( max-width :63.99em) {
	.c-mega-menu-lvl-2__wrapper.is-scrollable\@tablet {
		overflow-y: scroll
	}
}

@media ( max-width :63.99em) {
	.c-mega-menu-lvl-2__wrapper {
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		padding-top: 6rem;
		background-color: #f1f4f5;
		-webkit-transition: -webkit-transform .2s ease-in-out;
		transition: -webkit-transform .2s ease-in-out;
		transition: transform .2s ease-in-out;
		transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
			;
		position: fixed;
		z-index: 3;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		overflow-y: hidden;
		border: none
	}
	.c-mega-menu-lvl-2__wrapper.is-visible {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@media ( max-width :63.99em) {
	.c-mega-menu-lvl-2__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0
	}
}

.c-mega-menu-lvl-2__title {
	display: block;
	-ms-flex-item-align: self-start;
	align-self: self-start;
	background-color: #dedede;
	padding: 1.6rem 3rem;
	font-size: 1.5rem;
	width: 25%;
	text-decoration: none;
	margin: 0;
	text-transform: uppercase;
	color: #24ace8;
	-webkit-transition: background-color .2s ease-in-out, color .2s
		ease-in-out;
	transition: background-color .2s ease-in-out, color .2s ease-in-out
}

.c-mega-menu-lvl-2__title:not (.c-mega-menu__lvl-2-catogory-title ){
	font-family: Oswald
}

.c-mega-menu-lvl-2__title.is-active {
	background-color: #24ace8;
	color: #fff
}

@media ( max-width :63.99em) {
	.c-mega-menu-lvl-2__title {
		background-color: #f1f4f5
	}
	.c-mega-menu-lvl-2__title:after {
		content: ">";
		font-size: 2.5rem;
		position: absolute;
		bottom: 0;
		top: 0;
		right: 2rem;
		margin: auto;
		font-family: serif;
		-webkit-transform: scaleY(1.5);
		transform: scaleY(1.5);
		height: 1.7rem
	}
}

.c-mega-menu-lvl-2__item {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media ( max-width :63.99em) {
	.c-mega-menu-lvl-2__item {
		width: 100%;
		margin: 0
	}
}

.c-mega-menu-lvl-2__category-head {
	text-transform: none;
	font-size: 2rem;
	font-weight: 600;
	font-family: Oswald;
	color: #393939;
	padding: 2.1rem 3rem
}

.c-mega-menu-lvl-2__category-head:hover {
	color: #393939
}

@media ( max-width :63.99em) {
	.c-mega-menu-lvl-2__category-head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 2rem 0 4rem;
		font-size: 2.4rem;
		background-color: #dedede
	}
	.c-mega-menu-lvl-2__category-head:after {
		content: none
	}
}

.c-mega-menu-lvl-2__img {
	position: absolute;
	right: 1rem;
	bottom: 1rem
}

.c-mega-menu-lvl-2__img>* {
	height: 100%
}

@media ( max-width :63.99em) {
	.c-mega-menu-lvl-2__img {
		position: relative;
		width: 100%;
		right: 0;
		bottom: 0
	}
	.c-mega-menu-lvl-2__img>* {
		width: 100%;
		height: auto
	}
}

.c-mega-menu-lvl-2__button-back {
	display: none
}

@media ( max-width :63.99em) {
	.c-mega-menu-lvl-2__button-back {
		position: relative;
		padding: 2rem 2rem 2rem 4rem;
		display: block;
		font-size: 1.6rem;
		font-family: Oswald;
		text-decoration: none;
		text-transform: uppercase;
		cursor: pointer
	}
	.c-mega-menu-lvl-2__button-back:before {
		position: absolute;
		content: "<";
		color: #24ace8;
		font-size: 2rem;
		left: 2rem;
		top: 0;
		bottom: 0;
		margin: auto;
		font-family: serif;
		-webkit-transform: scaleY(1.5);
		transform: scaleY(1.5);
		line-height: 1rem;
		height: 1.2rem
	}
}

@media ( max-width :63.99em) {
	.c-mega-menu-lvl-2__item--active .c-mega-menu-lvl-2-title,.c-mega-menu-lvl-2__title
		{
		position: relative;
		width: 100%;
		height: 6rem;
		margin: 0;
		color: #393939;
		cursor: pointer;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 1.8rem;
		line-height: 1.8rem;
		text-align: left;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0 4rem 0 6rem;
		-webkit-transition: background-color .2s ease-in-out, color .2s
			ease-in-out;
		transition: background-color .2s ease-in-out, color .2s ease-in-out
	}
	.c-mega-menu-lvl-2__item--active .c-mega-menu-lvl-2-title-text,.c-mega-menu-lvl-2__title-text
		{
		text-transform: uppercase;
		-ms-flex-item-align: center;
		align-self: center;
		font-weight: 400;
		font-family: Oswald
	}
	.c-mega-menu-lvl-2__item--active .c-mega-menu-lvl-2-title:hover,.c-mega-menu-lvl-2__title:hover
		{
		background-color: #24ace8;
		color: #fff
	}
}

.c-mega-menu-lvl-3__wrapper {
	display: none;
	position: absolute;
	background-color: #fff;
	top: 0;
	left: 25%;
	width: 75%;
	height: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.c-mega-menu-lvl-3__wrapper.is-visible {
	display: block
}

@media ( max-width :63.99em) {
	.c-mega-menu-lvl-3__wrapper {
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		padding-top: 6rem;
		background-color: #f1f4f5;
		-webkit-transition: -webkit-transform .2s ease-in-out;
		transition: -webkit-transform .2s ease-in-out;
		transition: transform .2s ease-in-out;
		transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
			;
		position: fixed;
		z-index: 3;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		overflow-y: scroll
	}
	.c-mega-menu-lvl-3__wrapper.is-visible {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.c-mega-menu-lvl-3__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 5rem 2rem
}

@media ( max-width :63.99em) {
	.c-mega-menu-lvl-3__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		height: auto;
		padding: 0
	}
}

.c-mega-menu-lvl-3__item {
	list-style: none;
	margin-bottom: 1rem;
	width: 50.33333%
}

@media ( max-width :63.99em) {
	.c-mega-menu-lvl-3__item {
		width: 100%;
		margin: 0
	}
}

.c-mega-menu-lvl-3__title {
	text-decoration: none;
	color: #393939;
	cursor: pointer;
	font-size: 1.2rem
}

@media ( max-width :63.99em) {
	.c-mega-menu-lvl-3__title {
		background-color: #f1f4f5
	}
}

.c-mega-menu-lvl-3__category-head {
	display: none
}

@media ( max-width :63.99em) {
	.c-mega-menu-lvl-3__category-head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 2rem 0 4rem;
		font-size: 2.4rem;
		background-color: #dedede
	}
	.c-mega-menu-lvl-3__category-head:after {
		content: none
	}
}

.c-mega-menu-lvl-3__button-back {
	display: none
}

@media ( max-width :63.99em) {
	.c-mega-menu-lvl-3__button-back {
		position: relative;
		padding: 2rem 2rem 2rem 4rem;
		display: block;
		font-size: 1.6rem;
		font-family: Oswald;
		text-decoration: none;
		text-transform: uppercase;
		cursor: pointer
	}
	.c-mega-menu-lvl-3__button-back:before {
		position: absolute;
		content: "<";
		color: #24ace8;
		font-size: 2rem;
		left: 2rem;
		top: 0;
		bottom: 0;
		margin: auto;
		font-family: serif;
		-webkit-transform: scaleY(1.5);
		transform: scaleY(1.5);
		line-height: 1rem;
		height: 1.2rem
	}
}

@media ( max-width :63.99em) {
	.c-mega-menu-lvl-3__item--active .c-mega-menu-lvl-3__title,.c-mega-menu-lvl-3__title
		{
		position: relative;
		width: 100%;
		height: 6rem;
		margin: 0;
		color: #393939;
		cursor: pointer;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 1.8rem;
		line-height: 1.8rem;
		text-align: left;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0 4rem 0 6rem;
		-webkit-transition: background-color .2s ease-in-out, color .2s
			ease-in-out;
		transition: background-color .2s ease-in-out, color .2s ease-in-out
	}
	.c-mega-menu-lvl-3__item--active .c-mega-menu-lvl-3__title-text,.c-mega-menu-lvl-3__title-text
		{
		text-transform: uppercase;
		-ms-flex-item-align: center;
		align-self: center;
		font-weight: 400;
		font-family: Oswald
	}
	.c-mega-menu-lvl-3__item--active .c-mega-menu-lvl-3__title:hover,.c-mega-menu-lvl-3__title:hover
		{
		background-color: #24ace8;
		color: #fff
	}
}

.c-mega-menu {
	position: relative;
	height: 6.4rem;
	z-index: 100
}

@media ( max-width :63.99em) {
	.c-mega-menu.is-visible {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@media ( max-width :63.99em) {
	.c-mega-menu.is-scrollable\@tablet {
		overflow-y: scroll
	}
}

@media ( max-width :63.99em) {
	.c-mega-menu {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: -webkit-transform .2s ease-in-out;
		transition: -webkit-transform .2s ease-in-out;
		transition: transform .2s ease-in-out;
		transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
			;
		position: fixed;
		z-index: 666;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #f1f4f5;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		overflow-y: hidden
	}
}

.c-mega-menu__nav {
	height: 100%
}

@media ( max-width :63.99em) {
	.c-mega-menu__nav {
		height: auto;
		padding-top: 6rem
	}
}

.c-mega-menu__info {
	display: none
}

@media ( max-width :63.99em) {
	.c-mega-menu__info {
		display: block;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: -webkit-transform .2s ease-in-out;
		transition: -webkit-transform .2s ease-in-out;
		transition: transform .2s ease-in-out;
		transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
	}
	.c-mega-menu__info.is-visible {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.c-mega-menu__close {
	display: none;
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	z-index: 3;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: none;
	cursor: pointer
}

@media ( max-width :63.99em) {
	.c-mega-menu__close {
		display: block
	}
}

.c-box {
	border: .3rem solid #f1f4f5
}

.c-box__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 1.5rem 2rem;
	font-size: 2rem;
	background: #f1f4f5
}

.c-box__icon {
	width: 2rem;
	height: 2rem;
	margin-right: 1rem;
	color: #b7cd0f
}

.c-box__content {
	padding: 2rem
}

.c-breadcrumb__wrapper {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.c-breadcrumb__link,.c-breadcrumb__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-breadcrumb__link {
	text-decoration: none;
	font-size: 1.3rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.c-breadcrumb__link:after {
	content: ">";
	display: block;
	color: #24ace8;
	font-size: 1rem;
	-webkit-transform: scaleY(1.8);
	transform: scaleY(1.8);
	margin: 0 .5rem
}

.c-breadcrumb__item:last-of-type .c-breadcrumb__link:after {
	content: none
}

.c-breadcrumb__ref {
	margin-top: 1rem;
	margin-bottom: 1rem;
	min-width: 12rem;
	color: #24ace8;
	font-size: 1.3rem;
	text-align: right
}

@media ( max-width :63.99em) {
	.c-breadcrumb__ref {
		display: none
	}
}

.c-breadcrumb--color-white .c-breadcrumb__link {
	color: #fff
}

.c-breadcrumb--color-white .c-breadcrumb__link:hover {
	color: #24ace8
}

.c-breadcrumb--absolute {
	position: absolute;
	z-index: 1;
	width: 100%
}

.c-button {
	display: inline-block;
	padding: .8rem 3.2rem;
	border: .2rem solid #24ace8;
	border-radius: 2rem;
	background: none;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff),
		color-stop(50%, #24ace8) );
	background-image: linear-gradient(90deg, #fff 50%, #24ace8 0);
	background-repeat: no-repeat;
	background-size: 200%;
	background-origin: border-box;
	background-position: 100% 0;
	color: #fff;
	font-family: Oswald;
	font-size: 1.9rem;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: color .3s, border-color .3s, background-position .3s
		;
	transition: color .3s, border-color .3s, background-position .3s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out
}

.c-button:hover {
	background-position: 0 0;
	color: #24ace8
}

.c-button[disabled] {
	border: .2rem solid #24ace8;
	background-color: #24ace8;
	background-image: none;
	cursor: default
}

.c-button[disabled]:before {
	display: none
}

.c-button[disabled]:hover {
	color: #fff
}

.c-button--white {
	border-color: #fff;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff),
		color-stop(50%, #fff) );
	background-image: linear-gradient(90deg, #fff 50%, #fff 0)
}

.c-button--white:hover {
	color: #fff
}

.c-button--grey {
	border-color: #24ace8;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff),
		color-stop(50%, #24ace8) );
	background-image: linear-gradient(90deg, #fff 50%, #24ace8 0)
}

.c-button--grey:hover {
	color: #24ace8
}

.c-button--grey-darker {
	border-color: #393939;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff),
		color-stop(50%, #393939) );
	background-image: linear-gradient(90deg, #fff 50%, #393939 0)
}

.c-button--grey-darker:hover {
	color: #393939
}

.c-button--grey-lighter {
	border-color: #dedede;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff),
		color-stop(50%, #dedede) );
	background-image: linear-gradient(90deg, #fff 50%, #dedede 0)
}

.c-button--grey-lighter:hover {
	color: #dedede
}

.c-button--blue {
	border-color: #24ace8;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff),
		color-stop(50%, #24ace8) );
	background-image: linear-gradient(90deg, #fff 50%, #24ace8 0)
}

.c-button--blue:hover {
	color: #24ace8
}

.c-button--green {
	border-color: #b7cd0f;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff),
		color-stop(50%, #b7cd0f) );
	background-image: linear-gradient(90deg, #fff 50%, #b7cd0f 0)
}

.c-button--green:hover {
	color: #b7cd0f
}

.c-button--pink {
	border-color: #ff4f63;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff),
		color-stop(50%, #ff4f63) );
	background-image: linear-gradient(90deg, #fff 50%, #ff4f63 0)
}

.c-button--pink:hover {
	color: #ff4f63
}

.c-button--yellow {
	border-color: #fece0c;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff),
		color-stop(50%, #fece0c) );
	background-image: linear-gradient(90deg, #fff 50%, #fece0c 0)
}

.c-button--yellow:hover {
	color: #fece0c
}

.c-button--sea-green {
	border-color: #24c69b;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff),
		color-stop(50%, #24c69b) );
	background-image: linear-gradient(90deg, #fff 50%, #24c69b 0)
}

.c-button--sea-green:hover {
	color: #24c69b
}

.c-button--orange {
	border-color: #ec5c0d;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff),
		color-stop(50%, #ec5c0d) );
	background-image: linear-gradient(90deg, #fff 50%, #ec5c0d 0)
}

.c-button--orange:hover {
	color: #ec5c0d
}

.c-button--operation {
	border-color: #5228db;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff),
		color-stop(50%, #5228db) );
	background-image: linear-gradient(90deg, #fff 50%, #5228db 0)
}

.c-button--operation:hover {
	color: #5228db
}

.c-button--flash {
	border-color: #e13434;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff),
		color-stop(50%, #e13434) );
	background-image: linear-gradient(90deg, #fff 50%, #e13434 0)
}

.c-button--flash:hover {
	color: #e13434
}

.c-button--premium {
	border-color: #c79e34;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff),
		color-stop(50%, #c79e34) );
	background-image: linear-gradient(90deg, #fff 50%, #c79e34 0)
}

.c-button--premium:hover {
	color: #c79e34
}

.c-button--maker {
	border-color: #1d70b7;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff),
		color-stop(50%, #1d70b7) );
	background-image: linear-gradient(90deg, #fff 50%, #1d70b7 0)
}

.c-button--maker:hover {
	color: #1d70b7
}

.c-button--gold {
	border-color: #c79e34;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff),
		color-stop(50%, #c79e34) );
	background-image: linear-gradient(90deg, #fff 50%, #c79e34 0)
}

.c-button--gold:hover {
	color: #c79e34
}

.c-button--reverse {
	border: .2rem solid #fff;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #24ace8),
		color-stop(50%, transparent) );
	background-image: linear-gradient(90deg, #24ace8 50%, transparent 0)
}

.c-button--reverse:hover {
	border: .2rem solid #24ace8;
	color: #fff
}

.c-button--reverse.c-button--white {
	border-color: #fff;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff),
		color-stop(50%, transparent) );
	background-image: linear-gradient(90deg, #fff 50%, transparent 0)
}

.c-button--reverse.c-button--white:hover {
	color: #fff
}

.c-button--reverse.c-button--grey {
	border-color: #24ace8;
	color: #24ace8;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #24ace8),
		color-stop(50%, transparent) );
	background-image: linear-gradient(90deg, #24ace8 50%, transparent 0)
}

.c-button--reverse.c-button--grey:hover {
	color: #fff
}

.c-button--reverse.c-button--grey-darker {
	border-color: #393939;
	color: #393939;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #393939),
		color-stop(50%, transparent) );
	background-image: linear-gradient(90deg, #393939 50%, transparent 0)
}

.c-button--reverse.c-button--grey-darker:hover {
	color: #fff
}

.c-button--reverse.c-button--grey-lighter {
	border-color: #dedede;
	color: #dedede;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #dedede),
		color-stop(50%, transparent) );
	background-image: linear-gradient(90deg, #dedede 50%, transparent 0)
}

.c-button--reverse.c-button--grey-lighter:hover {
	color: #fff
}

.c-button--reverse.c-button--blue {
	border-color: #24ace8;
	color: #24ace8;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #24ace8),
		color-stop(50%, transparent) );
	background-image: linear-gradient(90deg, #24ace8 50%, transparent 0)
}

.c-button--reverse.c-button--blue:hover {
	color: #fff
}

.c-button--reverse.c-button--green {
	border-color: #b7cd0f;
	color: #b7cd0f;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #b7cd0f),
		color-stop(50%, transparent) );
	background-image: linear-gradient(90deg, #b7cd0f 50%, transparent 0)
}

.c-button--reverse.c-button--green:hover {
	color: #fff
}

.c-button--reverse.c-button--pink {
	border-color: #ff4f63;
	color: #ff4f63;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ff4f63),
		color-stop(50%, transparent) );
	background-image: linear-gradient(90deg, #ff4f63 50%, transparent 0)
}

.c-button--reverse.c-button--pink:hover {
	color: #fff
}

.c-button--reverse.c-button--yellow {
	border-color: #fece0c;
	color: #fece0c;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fece0c),
		color-stop(50%, transparent) );
	background-image: linear-gradient(90deg, #fece0c 50%, transparent 0)
}

.c-button--reverse.c-button--yellow:hover {
	color: #fff
}

.c-button--reverse.c-button--sea-green {
	border-color: #24c69b;
	color: #24c69b;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #24c69b),
		color-stop(50%, transparent) );
	background-image: linear-gradient(90deg, #24c69b 50%, transparent 0)
}

.c-button--reverse.c-button--sea-green:hover {
	color: #fff
}

.c-button--reverse.c-button--orange {
	border-color: #ec5c0d;
	color: #ec5c0d;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5c0d),
		color-stop(50%, transparent) );
	background-image: linear-gradient(90deg, #ec5c0d 50%, transparent 0)
}

.c-button--reverse.c-button--orange:hover {
	color: #fff
}

.c-button--reverse.c-button--operation {
	border-color: #5228db;
	color: #5228db;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #5228db),
		color-stop(50%, transparent) );
	background-image: linear-gradient(90deg, #5228db 50%, transparent 0)
}

.c-button--reverse.c-button--operation:hover {
	color: #fff
}

.c-button--reverse.c-button--flash {
	border-color: #e13434;
	color: #e13434;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #e13434),
		color-stop(50%, transparent) );
	background-image: linear-gradient(90deg, #e13434 50%, transparent 0)
}

.c-button--reverse.c-button--flash:hover {
	color: #fff
}

.c-button--reverse.c-button--premium {
	border-color: #c79e34;
	color: #c79e34;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #c79e34),
		color-stop(50%, transparent) );
	background-image: linear-gradient(90deg, #c79e34 50%, transparent 0)
}

.c-button--reverse.c-button--premium:hover {
	color: #fff
}

.c-button--reverse.c-button--maker {
	border-color: #1d70b7;
	color: #1d70b7;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #1d70b7),
		color-stop(50%, transparent) );
	background-image: linear-gradient(90deg, #1d70b7 50%, transparent 0)
}

.c-button--reverse.c-button--maker:hover {
	color: #fff
}

.c-button--reverse.c-button--gold {
	border-color: #c79e34;
	color: #c79e34;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #c79e34),
		color-stop(50%, transparent) );
	background-image: linear-gradient(90deg, #c79e34 50%, transparent 0)
}

.c-button--reverse.c-button--gold:hover {
	color: #fff
}

.c-button--xl {
	padding: 1.1rem 3.2rem;
	border-radius: 4rem;
	font-size: 2.6rem
}

.c-button--xs {
	padding: .8rem 1.8rem;
	border-radius: 4rem;
	font-size: 1.9rem
}

.c-button--square {
	padding: 1rem 3.2rem;
	font-size: 1.4rem;
	border-radius: 0;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #dedede),
		color-stop(50%, #fff) );
	background-image: linear-gradient(90deg, #dedede 50%, #fff 0)
}

.c-button--square,.c-button--square:hover {
	border-width: .1rem;
	border-color: #dedede;
	color: #393939
}

.c-button--reverse-white:hover {
	color: #24ace8;
	border-color: #fff;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff),
		color-stop(50%, transparent) );
	background-image: linear-gradient(90deg, #fff 50%, transparent 0)
}

.c-button-view {
	text-decoration: none;
	color: #393939
}

.c-button-view__icon {
	display: inline-block;
	width: 2rem;
	height: 2rem
}

.c-button-view__label {
	display: inline-block;
	font-size: 1.3rem
}

.c-button-view--disabled {
	cursor: default;
	color: #dedede
}

.c-button-view--disabled:hover {
	color: #dedede
}

.c-carousel__inner {
	position: relative;
	padding-left: 2rem;
	padding-right: 2rem
}

.c-carousel__dot {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin: 0 .6rem;
	margin-top: 1rem;
	padding: .1rem;
	border: none;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 0 .1rem #24ace8;
	box-shadow: inset 0 0 0 .1rem #24ace8;
	cursor: pointer;
	-webkit-transition: -webkit-box-shadow .2s;
	transition: -webkit-box-shadow .2s;
	transition: box-shadow .2s;
	transition: box-shadow .2s, -webkit-box-shadow .2s
}

.c-carousel__dot:hover {
	-webkit-box-shadow: inset 0 0 .1rem .2rem #24ace8;
	box-shadow: inset 0 0 .1rem .2rem #24ace8
}

.c-carousel__dot[aria-selected=true] {
	-webkit-box-shadow: inset 0 0 0 1rem #24ace8;
	box-shadow: inset 0 0 0 1rem #24ace8
}

.c-carousel__navigation {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 2.5rem;
	height: 3rem;
	padding: 0;
	border: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: .8;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

.c-carousel__navigation svg {
	width: 100%;
	height: 100%
}

.c-carousel__navigation:hover {
	opacity: 1
}

.c-carousel__navigation[disabled] {
	cursor: inherit;
	opacity: .5
}

.c-carousel__prev {
	left: -.5rem
}

.c-carousel__next {
	right: -.5rem
}

.c-carousel__pagination {
	text-align: center
}

.c-carousel--full-page {
	position: relative
}

.c-carousel--full-page .owl-item,.c-carousel--full-page .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-carousel--full-page .c-carousel__inner {
	padding-left: 0;
	padding-right: 0
}

.c-carousel--full-page .c-carousel__navigation {
	width: 6rem;
	height: 6rem
}

@media ( max-width :63.99em) {
	.c-carousel--full-page .c-carousel__navigation {
		width: 4rem;
		height: 4rem
	}
}

.c-carousel--full-page .c-carousel__next {
	right: 2rem;
	color: #fff
}

.c-carousel--full-page .c-carousel__prev {
	left: 2rem;
	color: #fff
}

.c-carousel--full-page .c-carousel__pagination {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2
}

.c-carousel--full-page .c-carousel__dot {
	margin-top: 2rem;
	margin-bottom: 2rem;
	-webkit-box-shadow: inset 0 0 0 0 #393939;
	box-shadow: inset 0 0 0 0 #393939
}

.c-carousel--full-page .c-carousel__dot:hover {
	-webkit-box-shadow: inset 0 0 .1rem .2rem #393939;
	box-shadow: inset 0 0 .1rem .2rem #393939
}

.c-carousel--full-page .c-carousel__dot[aria-selected=true] {
	-webkit-box-shadow: inset 0 0 0 1rem #393939;
	box-shadow: inset 0 0 0 1rem #393939
}

.c-carousel--flex .owl-item,.c-carousel--flex .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-disc {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 6rem;
	height: 6rem;
	border-radius: 8rem;
	border: .1rem solid #fff;
	background-color: #fff
}

.c-disc * {
	padding: 25%
}

.c-disc--size-xl {
	width: 8rem;
	height: 8rem
}

.c-disc--bg-blue {
	background-color: #24ace8;
	border-color: #24ace8;
	color: #fff
}

.c-disc--bg-grey {
	background-color: #f1f4f5;
	border-color: #f1f4f5
}

.c-disc--icon-green {
	color: #91a300
}

.c-disc--icon-xl * {
	padding: 20%
}

.c-disc--border-grey {
	border-color: #24ace8
}

.c-discount-flag {
	display: inline-block;
	margin: 0;
	padding: 1.2rem .6rem;
	position: relative;
	z-index: 1;
	color: #fff;
	font-family: Oswald;
	text-transform: uppercase
}

.c-discount-flag:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #393939;
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg)
}

.c-discount-flag--color-yellow:before {
	background-color: #fece0c
}

.c-discount-flag--color-red:before {
	background-color: #e13434
}

.c-discount-flag--color-sea-green:before {
	background-color: #24c69b
}

.c-discount-flag--color-premium:before {
	background-image:
		url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewPort="0 0 100 100" version="1.1"><line x1="-1" y1="1" x2="1" y2="-1" stroke-width="1.2" stroke="black"/><line x1="-1" y1="9" x2="9" y2="-1" stroke-width="1.2" stroke="black"/><line x1="7" y1="9" x2="9" y2="7" stroke-width="1.2" stroke="black"/></svg>')
		;
	background-repeat: repeat;
	background-color: #393939
}

.c-dropdown-like {
	position: relative
}

.c-dropdown-like.is-active .c-dropdown-like__list {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.c-dropdown-like.is-active .c-dropdown-like__placeholder {
	border-color: #393939
}

.c-dropdown-like__list {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 100%;
	z-index: 400;
	border-right: .1rem solid #393939;
	border-bottom: .1rem solid #393939;
	border-left: .1rem solid #393939;
	background-color: #fff;
	list-style: none;
	opacity: 0;
	-webkit-transition: opacity .1s, -webkit-transform .2s;
	transition: opacity .1s, -webkit-transform .2s;
	transition: transform .2s, opacity .1s;
	transition: transform .2s, opacity .1s, -webkit-transform .2s;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.c-dropdown-like__item {
	font-family: Oswald;
	font-size: 1.4rem;
	text-transform: uppercase;
	-webkit-transition: background-color .2s, color .2s;
	transition: background-color .2s, color .2s;
	cursor: pointer
}

.c-dropdown-like__item:hover {
	background-color: #f1f4f5;
	color: #393939
}

.c-dropdown-like__placeholder {
	display: block;
	width: 100%;
	padding: 1rem;
	padding-right: 2.6rem;
	text-align: left;
	border: none;
	border-bottom: .1rem solid #dedede;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: 1.5rem;
	background-color: transparent;
	background-image:
		url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 32"><path d="M46.568 1.993l-22.521 29.002-22.537-29.002 1.28-0.988 21.257 27.349 21.241-27.349 1.28 0.988z"/></svg>')
		;
	color: #393939;
	font-family: Oswald;
	font-size: 1.4rem;
	text-transform: uppercase;
	-webkit-transition: border-color .2s;
	transition: border-color .2s;
	cursor: pointer
}

.c-dropdown-like__link {
	display: block;
	padding: 1rem;
	text-decoration: none
}

.c-dropdown-like__icon {
	height: 2.5rem;
	width: 2.5rem;
	margin-right: .5rem
}

.c-dropdown-like--default .c-dropdown-like__placeholder {
	font-family: inherit;
	text-transform: capitalize;
	border-color: #393939
}

.c-filters {
	overflow: hidden
}

.c-filters__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media ( max-width :47.99em) {
	.c-filters__list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

@media ( max-width :47.99em) {
	.c-filters__item {
		position: relative;
		right: 0;
		left: 0;
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}
}

.c-filters__link {
	padding-left: 2rem;
	padding-right: 2rem;
	text-decoration: none
}

@media ( max-width :47.99em) {
	.c-filters__container {
		width: 50%;
		margin: 0 25%;
		position: relative
	}
}

@media ( max-width :47.99em) {
	.c-filters__container:before {
		left: -50%;
		background-image: -webkit-gradient(linear, left top, right top, from(#fff),
			to(transparent) );
		background-image: linear-gradient(90deg, #fff, transparent)
	}
}

@media ( max-width :47.99em) {
	.c-filters__container:after,.c-filters__container:before {
		content: "";
		position: absolute;
		top: 0;
		width: 50%;
		height: 100%;
		z-index: 1
	}
	.c-filters__container:after {
		right: -50%;
		background-image: -webkit-gradient(linear, right top, left top, from(#fff),
			to(transparent) );
		background-image: linear-gradient(-90deg, #fff, transparent)
	}
}

.c-folder.is-visible .c-folder__content {
	visibility: visible;
	height: auto;
	margin-bottom: 1.5rem;
	opacity: 1
}

.c-folder.is-visible .c-folder__icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.c-folder__button {
	position: relative;
	width: 100%;
	padding: 1rem 1.5rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	text-align: left
}

.c-folder__actions,.c-folder__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-folder__icon {
	width: 2rem;
	height: 2rem;
	padding: .5rem;
	margin-left: 1rem;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

.c-folder__content {
	padding: 0 1.5rem;
	-webkit-transition: margin .2s, opacity .2s;
	transition: margin .2s, opacity .2s;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	opacity: 0
}

.c-folder__content input[type=checkbox]+label {
	margin-bottom: 1rem
}

.c-folder--scroll .c-folder__content {
	max-height: 14.5rem
}

.c-image {
	margin: 3rem 0
}

.c-image img {
	display: block;
	max-width: 100%
}

.c-image figcaption {
	margin-top: 1rem;
	color: #24ace8;
	font-size: 1.3rem
}

.c-image--align-left {
	float: left;
	margin-right: 1.5rem
}

.c-image--align-left,.c-image--align-right {
	display: block;
	margin-top: 1rem;
	margin-bottom: 1rem
}

.c-image--align-right {
	float: right;
	margin-left: 1.5rem
}

.c-image--align-center {
	text-align: center
}

.c-image--align-center img {
	display: inline-block;
	max-width: none
}

.c-image--full img {
	width: 100%
}

.c-link {
	text-decoration: underline;
	cursor: pointer;
	-webkit-transition: color .3s;
	transition: color .3s
}

.c-link:hover {
	color: #24ace8
}

.c-link--arrow {
	text-decoration: none
}

.c-link--arrow:before {
	content: "";
	position: relative;
	display: inline-block;
	width: 1rem;
	height: 1.2rem;
	margin-right: .5rem;
	background-image:
		url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="%23393939" d="M207.998 66.764l65.55-61.434 542.453 506.67-542.453 506.67-65.55-61.117 476.586-445.553z"></path></svg>')
		;
	background-size: 100%;
	background-position: 50%;
	background-repeat: no-repeat
}

.c-link--arrow:hover :before {
	background-image:
		url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="%2324ace8" d="M207.998 66.764l65.55-61.434 542.453 506.67-542.453 506.67-65.55-61.117 476.586-445.553z"></path></svg>')
}

.c-link--arrow-after {
	text-decoration: none
}

.c-link--arrow-after:after {
	content: "";
	position: relative;
	display: inline-block;
	width: 1rem;
	height: 1.2rem;
	margin-left: .5rem;
	background-image:
		url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="%23393939" d="M207.998 66.764l65.55-61.434 542.453 506.67-542.453 506.67-65.55-61.117 476.586-445.553z"></path></svg>')
		;
	background-size: 100%;
	background-position: 50%;
	background-repeat: no-repeat
}

.c-link--arrow-after:hover :before {
	background-image:
		url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="%2324ace8" d="M207.998 66.764l65.55-61.434 542.453 506.67-542.453 506.67-65.55-61.117 476.586-445.553z"></path></svg>')
}

.c-link--arrow-reverse {
	text-decoration: none
}

.c-link--arrow-reverse:before {
	content: "";
	position: relative;
	display: inline-block;
	width: 1rem;
	height: 1.2rem;
	margin-right: .5rem;
	background-image:
		url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="%23393939" d="M819.2 62.080l-66.24-62.080-548.16 512 548.16 512 66.24-61.76-481.6-450.24z"></path></svg>')
		;
	background-size: 100%;
	background-position: 50%;
	background-repeat: no-repeat
}

.c-link--arrow-reverse:hover :before {
	background-image:
		url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="%2324ace8" d="M819.2 62.080l-66.24-62.080-548.16 512 548.16 512 66.24-61.76-481.6-450.24z"></path></svg>')
}

.c-link--color-white {
	color: #fff
}

.c-link--color-white.c-link--arrow:before {
	background-image:
		url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="%23ffffff" d="M207.998 66.764l65.55-61.434 542.453 506.67-542.453 506.67-65.55-61.117 476.586-445.553z"></path></svg>')
}

.c-link--color-white.c-link--arrow:hover :before {
	background-image:
		url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="%2324ace8" d="M207.998 66.764l65.55-61.434 542.453 506.67-542.453 506.67-65.55-61.117 476.586-445.553z"></path></svg>')
}

.c-link--color-white.c-link--arrow-reverse:before {
	background-image:
		url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="%23ffffff" d="M819.2 62.080l-66.24-62.080-548.16 512 548.16 512 66.24-61.76-481.6-450.24z"></path></svg>')
}

.c-link--color-white.c-link--arrow-reverse:hover :before {
	background-image:
		url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="%2324ace8" d="M819.2 62.080l-66.24-62.080-548.16 512 548.16 512 66.24-61.76-481.6-450.24z"></path></svg>')
}

.c-link--color-grey {
	color: #24ace8
}

.c-link--color-grey.c-link--arrow:before {
	background-image:
		url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="%2324ace8" d="M207.998 66.764l65.55-61.434 542.453 506.67-542.453 506.67-65.55-61.117 476.586-445.553z"></path></svg>')
}

.c-link--color-grey.c-link--arrow:hover :before {
	background-image:
		url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="%2324ace8" d="M207.998 66.764l65.55-61.434 542.453 506.67-542.453 506.67-65.55-61.117 476.586-445.553z"></path></svg>')
}

.c-link--color-grey.c-link--arrow-reverse:before {
	background-image:
		url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="%2324ace8" d="M819.2 62.080l-66.24-62.080-548.16 512 548.16 512 66.24-61.76-481.6-450.24z"></path></svg>')
}

.c-link--color-grey.c-link--arrow-reverse:hover :before {
	background-image:
		url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="%2324ace8" d="M819.2 62.080l-66.24-62.080-548.16 512 548.16 512 66.24-61.76-481.6-450.24z"></path></svg>')
}

.c-link--color-blue {
	color: #24ace8
}

.c-link--color-blue.c-link--arrow:before {
	background-image:
		url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="%2324ace8" d="M207.998 66.764l65.55-61.434 542.453 506.67-542.453 506.67-65.55-61.117 476.586-445.553z"></path></svg>')
}

.c-link--color-blue.c-link--arrow:hover :before {
	background-image:
		url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="%2324ace8" d="M207.998 66.764l65.55-61.434 542.453 506.67-542.453 506.67-65.55-61.117 476.586-445.553z"></path></svg>')
}

.c-link--color-blue.c-link--arrow-reverse:before {
	background-image:
		url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="%2324ace8" d="M819.2 62.080l-66.24-62.080-548.16 512 548.16 512 66.24-61.76-481.6-450.24z"></path></svg>')
}

.c-link--color-blue.c-link--arrow-reverse:hover :before {
	background-image:
		url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="%2324ace8" d="M819.2 62.080l-66.24-62.080-548.16 512 548.16 512 66.24-61.76-481.6-450.24z"></path></svg>')
}

.c-link--xl {
	font-family: Oswald;
	text-transform: uppercase;
	text-decoration: none
}

.c-link--nowrap {
	white-space: nowrap
}

.c-modal {
	position: fixed;
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	z-index: -1;
	cursor: auto
}

.c-modal,.has-modal {
	overflow: hidden
}

.c-modal[aria-hidden=true] {
	visibility: hidden;
	opacity: 0
}

.c-modal[aria-hidden=false] {
	visibility: visible;
	opacity: 1;
	z-index: 500
}

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

@media ( max-width :47.99em) {
	.c-modal__header {
		display: inherit;
		-webkit-box-align: inherit;
		-ms-flex-align: inherit;
		align-items: inherit
	}
}

.c-modal__content {
	position: relative;
	padding: 1rem 4rem 4rem;
	width: 60%;
	border-radius: .1875rem;
	-webkit-box-shadow: 0 .1875rem .25rem 0 rgba(0, 0, 0, .07);
	box-shadow: 0 .1875rem .25rem 0 rgba(0, 0, 0, .07);
	background-color: #fff
}

@media ( max-width :63.99em) {
	.c-modal__content {
		width: 100%;
		padding: 1rem
	}
}

.c-modal__title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2rem;
	line-height: 1.5;
	text-align: center
}

.c-modal__body {
	margin-top: 4rem;
	margin-bottom: 4rem;
	max-height: 60vh
}

@media ( max-width :63.99em) {
	.c-modal__body {
		max-height: 80vh
	}
}

.c-modal__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	padding: 1rem;
	width: 4rem;
	height: 4rem;
	border: none;
	background-color: transparent;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
	cursor: pointer
}

@media ( max-width :47.99em) {
	.c-modal__close {
		top: .5rem;
		right: .5rem
	}
}

.c-modal__close:before {
	color: #24ace8;
	-webkit-transition: color .3s;
	transition: color .3s
}

.c-modal__close:hover :before {
	color: #000
}

.c-modal--premium .c-modal__content {
	background-image:
		url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewPort="0 0 100 100" version="1.1"><line x1="-1" y1="1" x2="1" y2="-1" stroke-width="1.2" stroke="black"/><line x1="-1" y1="9" x2="9" y2="-1" stroke-width="1.2" stroke="black"/><line x1="7" y1="9" x2="9" y2="7" stroke-width="1.2" stroke="black"/></svg>')
		;
	background-repeat: repeat;
	background-color: #393939
}

.c-modal--premium .c-modal__title {
	color: #f1f4f5
}

.c-modal--premium .c-modal__close {
	color: #24ace8
}

.c-premium-button {
	z-index: 1;
	position: relative;
	color: #c79e34;
	font-family: Oswald;
	padding: .5rem 1.5rem .7rem;
	text-decoration: none;
	display: inline-block;
	cursor: pointer
}

.c-premium-button:before {
	z-index: -2;
	background-image:
		url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewPort="0 0 100 100" version="1.1"><line x1="-1" y1="1" x2="1" y2="-1" stroke-width="1.2" stroke="black"/><line x1="-1" y1="9" x2="9" y2="-1" stroke-width="1.2" stroke="black"/><line x1="7" y1="9" x2="9" y2="7" stroke-width="1.2" stroke="black"/></svg>')
		;
	background-repeat: repeat;
	background-color: #393939
}

.c-premium-button:after,.c-premium-button:before {
	content: "";
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.c-premium-button:after {
	opacity: 0;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	z-index: -1;
	background-color: #000
}

.c-premium-button:hover {
	color: #f1f4f5
}

.c-premium-button:hover :after {
	opacity: 1
}

.c-premium-button__text {
	line-height: 1.5rem;
	font-size: 1.3rem;
	position: relative
}

.c-premium-button__text:before {
	top: 100%;
	width: 1rem;
	height: .1rem
}

.c-premium-button__text:after,.c-premium-button__text:before {
	content: "";
	position: absolute;
	right: -.4rem;
	background-color: #c79e34
}

.c-premium-button__text:after {
	bottom: 0;
	width: .1rem;
	height: 1rem
}

@media ( max-width :63.99em) {
	.c-premium-button {
		width: 100%;
		padding: 2rem
	}
	.c-premium-button__text {
		font-size: 2rem;
		line-height: 2rem
	}
	.c-premium-button__text:before {
		right: -.7rem;
		width: 1.9rem;
		height: .2rem
	}
	.c-premium-button__text:after {
		right: -.7rem;
		height: 1.9rem;
		width: .2rem
	}
	.c-premium-button:after,.c-premium-button:before {
		-webkit-transform: skew(0);
		transform: skew(0)
	}
}

.c-premium-tag {
	background-image:
		url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewPort="0 0 100 100" version="1.1"><line x1="-1" y1="1" x2="1" y2="-1" stroke-width="1.2" stroke="black"/><line x1="-1" y1="9" x2="9" y2="-1" stroke-width="1.2" stroke="black"/><line x1="7" y1="9" x2="9" y2="7" stroke-width="1.2" stroke="black"/></svg>')
		;
	background-repeat: repeat;
	background-color: #393939;
	padding: .6rem;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-family: Oswald;
	font-size: 1.6rem
}

.c-premium-tag__gold {
	font-size: 1.4rem;
	color: #c79e34
}

.c-reassurance {
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	cursor: pointer
}

.c-reassurance:hover .c-reassurance__logo {
	background-color: #24ace8;
	color: #fff
}

.c-reassurance__logo {
	position: relative;
	padding: 2rem;
	display: inline-block;
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	background-color: #f1f4f5;
	-webkit-transition: color .2s, background-color .2s;
	transition: color .2s, background-color .2s
}

.c-reassurance__title {
	display: block;
	margin-top: 1.5rem;
	color: inherit;
	font-size: 2rem;
	font-family: Oswald;
	text-transform: uppercase
}

.c-reassurance--color-white .c-reassurance__logo {
	background-color: #fff
}

.c-reassurance--color-blue .c-reassurance__logo {
	background-color: #24ace8
}

.c-reassurance--color-blue:hover .c-reassurance__logo {
	background-color: #4bb2b0
}

.c-reassurance--icon-white .c-reassurance__logo {
	color: #fff
}

.c-reassurance--text-sm .c-reassurance__title {
	width: 10rem;
	padding: 0 1rem;
	font-size: 1.4rem
}

.c-reassurance--text-lg .c-reassurance__title {
	font-size: 2.4rem;
	line-height: 1.1
}

@media ( max-width :63.99em) {
	.c-reassurance--text-lg .c-reassurance__title {
		font-size: 1.8rem
	}
}

@media ( max-width :47.99em) {
	.c-reassurance--text-lg .c-reassurance__title {
		font-size: 1.4rem
	}
}

.c-reassurance--text-white .c-reassurance__title {
	color: #fff
}

.c-reassurance--logo-sm .c-reassurance__logo {
	width: 6rem;
	height: 6rem;
	padding: 1.5rem
}

.c-reassurance--logo-lg .c-reassurance__logo {
	width: 14rem;
	height: 14rem;
	padding: 3rem
}

@media ( max-width :63.99em) {
	.c-reassurance--logo-lg .c-reassurance__logo {
		width: 12rem;
		height: 12rem;
		padding: 2rem
	}
}

@media ( max-width :47.99em) {
	.c-reassurance--logo-lg .c-reassurance__logo {
		width: 10rem;
		height: 10rem
	}
}

.c-reassurance--icon-xl .c-reassurance__logo {
	padding: 1.5rem
}

.c-reassurance--no-click {
	cursor: default
}

.c-reassurance--no-click:hover .c-reassurance__logo {
	background-color: #f1f4f5;
	color: #393939
}

.c-reassurance--no-click.c-reassurance--color-white:hover .c-reassurance__logo
	{
	background-color: #fff;
	color: #393939
}

.c-reassurance--horizontal {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.c-reassurance--horizontal .c-reassurance__title {
	margin: 0
}

.c-slide {
	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;
	padding: 5rem 0;
	width: 100%;
	min-height: 45rem;
	background-size: cover;
	background-position: 50%;
	text-align: center;
	cursor: pointer
}

@media ( max-width :63.99em) {
	.c-slide {
		padding-left: 6rem;
		padding-right: 6rem;
		min-height: 37.5rem
	}
}

@media ( max-width :47.99em) {
	.c-slide {
		padding-left: 0;
		padding-right: 0;
		min-height: 27.5rem
	}
}

.c-slide__title {
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 5rem;
	text-transform: uppercase;
	line-height: 1.1
}

@media ( max-width :63.99em) {
	.c-slide__title {
		font-size: 3.5rem
	}
}

@media ( max-width :47.99em) {
	.c-slide__title {
		font-size: 2.6rem
	}
}

.c-slide__sub-title {
	margin-top: 1rem;
	margin-bottom: 0;
	color: #fff;
	font-size: 3rem;
	font-family: Oswald;
	text-transform: uppercase;
	line-height: 1.1
}

@media ( max-width :63.99em) {
	.c-slide__sub-title {
		font-size: 2rem
	}
}

@media ( max-width :47.99em) {
	.c-slide__sub-title {
		font-size: 1.5rem
	}
}

.c-slide__text {
	margin-top: 1rem;
	margin-bottom: 1rem;
	color: #fff
}

.c-slide--no-click {
	cursor: default
}

.c-tag {
	display: inline-block;
	padding: .3rem 1rem;
	margin: 0;
	background-color: #393939;
	color: #fff;
	font-family: Oswald;
	font-size: 1.3rem;
	text-transform: uppercase;
	vertical-align: middle
}

.c-tag--color-yellow {
	background-color: #fece0c
}

.c-tag--color-red {
	background-color: #e13434
}

.c-tag--color-sea-green {
	background-color: #24c69b
}

.c-tag--premium {
	background-image:
		url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewPort="0 0 100 100" version="1.1"><line x1="-1" y1="1" x2="1" y2="-1" stroke-width="1.2" stroke="black"/><line x1="-1" y1="9" x2="9" y2="-1" stroke-width="1.2" stroke="black"/><line x1="7" y1="9" x2="9" y2="7" stroke-width="1.2" stroke="black"/></svg>')
		;
	background-repeat: repeat;
	background-color: #393939;
	color: #c79e34
}

.c-tooltip__button {
	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;
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: none;
	background: none;
	color: #393939;
	-webkit-transition: color .2s;
	transition: color .2s;
	cursor: pointer
}

.c-tooltip__button:hover {
	color: #000
}

.c-tooltip__button:after {
	content: "";
	top: 2.5rem;
	width: 0;
	height: 0;
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
	border-bottom: 1.5rem solid #393939;
	-webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	transition: opacity .2s ease-in-out, visibility .2s ease-in-out
}

.c-tooltip__button:after,.c-tooltip__wrapper {
	position: absolute;
	opacity: 0;
	visibility: hidden
}

.c-tooltip__wrapper {
	width: 100%;
	max-width: 30rem;
	margin-top: 2rem;
	padding: 0 1rem;
	z-index: 400;
	background-color: #393939;
	border-radius: .5rem;
	color: #fff;
	font-size: 1.3rem;
	-webkit-transition: padding .2s ease-in-out, opacity .2s ease-in-out,
		visibility .2s ease-in-out;
	transition: padding .2s ease-in-out, opacity .2s ease-in-out, visibility
		.2s ease-in-out;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media ( max-width :47.99em) {
	.c-tooltip__wrapper {
		max-width: 100%;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		left: 0
	}
}

.c-tooltip.is-visible .c-tooltip__wrapper {
	opacity: 1;
	visibility: visible;
	padding-top: 1rem;
	padding-bottom: 1rem
}

.c-tooltip.is-visible .c-tooltip__button:after {
	opacity: 1;
	visibility: visible
}

.c-service-add-confirmation {
	padding: 4rem 2rem;
	background: #f1f4f5
}

.c-service-add-confirmation__title {
	margin: 0
}

.c-service-add-confirmation__item {
	position: relative;
	padding: 0 2rem
}

@media ( max-width :63.99em) {
	.c-service-add-confirmation__item {
		padding: 1rem 2rem
	}
}

.c-service-add-confirmation__item:before {
	content: "";
	border-left: .1rem solid #24ace8;
	position: absolute;
	height: 4rem;
	left: 0
}

@media ( max-width :47.99em) {
	.c-service-add-confirmation__item:before {
		display: none
	}
}

@media ( max-width :63.99em) {
	.c-service-add-confirmation__item:nth-child(odd) :before {
		display: none
	}
}

.c-service-add-confirmation__item:first-child :before {
	display: none
}

.c-scroll-back {
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2rem;
	padding: 1rem 1rem 1.5rem;
	border: none;
	background: none;
	background-color: #24ace8;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.3rem;
	font-family: Oswald;
	-webkit-transition: color .3s;
	transition: color .3s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.c-scroll-back:before {
	content: "";
	position: absolute;
	display: block;
	top: -2rem;
	left: 0;
	height: 2rem;
	width: 100%;
	background-image: linear-gradient(160deg, transparent 50%, #24ace8 55%)
}

.c-scroll-back:hover {
	color: #dedede
}

.c-scroll-back__cta {
	position: relative;
	padding: .5rem;
	border: none
}

.c-scroll-back__icon {
	width: 1.8rem;
	height: 1.8rem;
	margin-bottom: .5rem
}

.c-fixed-side-menu {
	position: fixed;
	top: 70%;
	right: 0;
	z-index: 400;
	opacity: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s
}

@media ( max-width :47.99em) {
	.c-fixed-side-menu {
		display: none !important;
		visibility: hidden !important
	}
}

.c-fixed-side-menu.is-visible {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.c-message {
	margin-top: 2rem;
	margin-bottom: 2rem;
	margin-left: auto;
	padding: 3rem;
	width: 80%;
	border-radius: 4rem;
	border-bottom-right-radius: .4rem;
	background-color: #f1f4f5;
	color: #393939;
	font-size: 1.3rem
}

@media ( max-width :29.99em) {
	.c-message {
		width: calc(100% -   3rem);
		margin-left: 3rem
	}
}

.c-message--align-left {
	margin-left: 0;
	border-bottom-right-radius: 4rem;
	border-bottom-left-radius: .4rem
}

@media ( max-width :29.99em) {
	.c-message--align-left {
		margin-right: 3rem
	}
}

.c-info-tips,.c-message--bg-blue {
	background-color: #24ace8;
	color: #fff
}

.c-info-tips {
	position: relative;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 1.5rem;
	border-radius: .5rem;
	font-weight: 700
}

.c-info-tips:after {
	content: "";
	position: absolute;
	left: -1rem;
	top: 50%;
	border-right: 1rem solid #24ace8;
	border-top: 1rem solid transparent;
	border-bottom: 1rem solid transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.c-info-tips--arrow-top:after {
	top: -1rem;
	border-bottom: 1rem solid #24ace8
}

.c-info-tips--arrow-bottom:after,.c-info-tips--arrow-top:after {
	left: 50%;
	border-right: 1rem solid transparent;
	border-left: 1rem solid transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.c-info-tips--arrow-bottom:after {
	bottom: -1rem;
	border-top: 1rem solid #24ace8
}

.c-info-tips--arrow-left:after {
	left: -1rem;
	border-right: 1rem solid #24ace8
}

.c-info-tips--arrow-left:after,.c-info-tips--arrow-right:after {
	top: 50%;
	border-bottom: 1rem solid transparent;
	border-top: 1rem solid transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.c-info-tips--arrow-right:after {
	right: -1rem;
	border-left: 1rem solid #24ace8
}

@media ( max-width :87.49em) {
	.c-info-tips--arrow-top\@desktop:after {
		top: -1rem;
		border-bottom: 1rem solid #24ace8
	}
	.c-info-tips--arrow-bottom\@desktop:after,.c-info-tips--arrow-top\@desktop:after
		{
		left: 50%;
		border-right: 1rem solid transparent;
		border-left: 1rem solid transparent;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.c-info-tips--arrow-bottom\@desktop:after {
		bottom: -1rem;
		border-top: 1rem solid #24ace8
	}
	.c-info-tips--arrow-left\@desktop:after {
		left: -1rem;
		border-right: 1rem solid #24ace8
	}
	.c-info-tips--arrow-left\@desktop:after,.c-info-tips--arrow-right\@desktop:after
		{
		top: 50%;
		border-bottom: 1rem solid transparent;
		border-top: 1rem solid transparent;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.c-info-tips--arrow-right\@desktop:after {
		right: -1rem;
		border-left: 1rem solid #24ace8
	}
}

@media ( max-width :63.99em) {
	.c-info-tips--arrow-top\@tablet:after {
		top: -1rem;
		border-bottom: 1rem solid #24ace8
	}
	.c-info-tips--arrow-bottom\@tablet:after,.c-info-tips--arrow-top\@tablet:after
		{
		left: 50%;
		border-right: 1rem solid transparent;
		border-left: 1rem solid transparent;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.c-info-tips--arrow-bottom\@tablet:after {
		bottom: -1rem;
		border-top: 1rem solid #24ace8
	}
	.c-info-tips--arrow-left\@tablet:after {
		left: -1rem;
		border-right: 1rem solid #24ace8
	}
	.c-info-tips--arrow-left\@tablet:after,.c-info-tips--arrow-right\@tablet:after
		{
		top: 50%;
		border-bottom: 1rem solid transparent;
		border-top: 1rem solid transparent;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.c-info-tips--arrow-right\@tablet:after {
		right: -1rem;
		border-left: 1rem solid #24ace8
	}
}

@media ( max-width :47.99em) {
	.c-info-tips--arrow-top\@phablet:after {
		top: -1rem;
		border-bottom: 1rem solid #24ace8
	}
	.c-info-tips--arrow-bottom\@phablet:after,.c-info-tips--arrow-top\@phablet:after
		{
		left: 50%;
		border-right: 1rem solid transparent;
		border-left: 1rem solid transparent;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.c-info-tips--arrow-bottom\@phablet:after {
		bottom: -1rem;
		border-top: 1rem solid #24ace8
	}
	.c-info-tips--arrow-left\@phablet:after {
		left: -1rem;
		border-right: 1rem solid #24ace8
	}
	.c-info-tips--arrow-left\@phablet:after,.c-info-tips--arrow-right\@phablet:after
		{
		top: 50%;
		border-bottom: 1rem solid transparent;
		border-top: 1rem solid transparent;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.c-info-tips--arrow-right\@phablet:after {
		right: -1rem;
		border-left: 1rem solid #24ace8
	}
}

@media ( max-width :29.99em) {
	.c-info-tips--arrow-top\@mobile:after {
		top: -1rem;
		border-bottom: 1rem solid #24ace8
	}
	.c-info-tips--arrow-bottom\@mobile:after,.c-info-tips--arrow-top\@mobile:after
		{
		left: 50%;
		border-right: 1rem solid transparent;
		border-left: 1rem solid transparent;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.c-info-tips--arrow-bottom\@mobile:after {
		bottom: -1rem;
		border-top: 1rem solid #24ace8
	}
	.c-info-tips--arrow-left\@mobile:after {
		left: -1rem;
		border-right: 1rem solid #24ace8
	}
	.c-info-tips--arrow-left\@mobile:after,.c-info-tips--arrow-right\@mobile:after
		{
		top: 50%;
		border-bottom: 1rem solid transparent;
		border-top: 1rem solid transparent;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.c-info-tips--arrow-right\@mobile:after {
		right: -1rem;
		border-left: 1rem solid #24ace8
	}
}

.c-private-sale-thumbnail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.c-private-sale-thumbnail__image-wrapper {
	width: 70%;
	padding-bottom: 26rem;
	background-position: 50%;
	background-size: cover;
	position: relative
}

@media ( max-width :47.99em) {
	.c-private-sale-thumbnail__image-wrapper {
		width: 100%
	}
}

.c-private-sale-thumbnail__content-wrapper {
	width: 30%;
	position: relative;
	z-index: 1;
	padding: 2rem 0;
	background-color: #f1f4f5
}

.c-private-sale-thumbnail__content-wrapper:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 5rem;
	top: 0;
	left: -5rem;
	background: -webkit-gradient(linear, right top, left bottom, from(#f1f4f5),
		color-stop(50%, #f1f4f5), color-stop(51%, transparent),
		to(transparent) );
	background: linear-gradient(to left bottom, #f1f4f5 0, #f1f4f5 50%, transparent 51%,
		transparent);
	z-index: -1
}

@media ( max-width :47.99em) {
	.c-private-sale-thumbnail__content-wrapper {
		width: 100%
	}
}

.c-private-sale-thumbnail__header {
	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
}

.c-private-sale-thumbnail__shipping-time {
	text-transform: uppercase;
	line-height: 2.5rem;
	font-size: 1rem;
	font-family: Oswald;
	color: #393939
}

.c-private-sale-thumbnail__remaining-time {
	background-color: #393939;
	color: #fff;
	text-transform: uppercase;
	font-family: Oswald;
	font-size: 1.3rem;
	line-height: 1.65;
	padding: 0 1rem
}

.c-private-sale-thumbnail__start-end {
	text-align: center;
	font-size: 1.3rem;
	margin: 1.5rem 0;
	color: #24ace8
}

.c-private-sale-thumbnail__start-end-date {
	color: #c79e34
}

.c-private-sale-thumbnail__brand {
	text-align: center
}

.c-private-sale-thumbnail__brand>* {
	width: 16rem
}

.c-private-sale-thumbnail__sale-type {
	text-align: center;
	color: #24ace8;
	text-transform: capitalize;
	font-size: 1rem;
	margin-bottom: 1.5rem
}

.c-private-sale-thumbnail__discount-max {
	text-align: center;
	margin-bottom: 1rem;
	font-family: Oswald;
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: 400
}

.c-private-sale-thumbnail__access-sell {
	text-align: center
}

.c-private-sales-header {
	padding-top: 5rem;
	padding-bottom: 3rem;
	background-image:
		url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewPort="0 0 100 100" version="1.1"><line x1="-1" y1="1" x2="1" y2="-1" stroke-width="1.2" stroke="black"/><line x1="-1" y1="9" x2="9" y2="-1" stroke-width="1.2" stroke="black"/><line x1="7" y1="9" x2="9" y2="7" stroke-width="1.2" stroke="black"/></svg>')
		;
	background-repeat: repeat;
	background-color: #393939
}

.c-private-sales-header__banner {
	position: relative;
	padding: 4rem 2rem;
	color: #fff;
	font-size: 4rem;
	text-transform: uppercase;
	font-family: Oswald;
	z-index: 1
}

.c-private-sales-header__title {
	margin: 0
}

.c-private-sales-header__remaining-time {
	position: absolute;
	right: 0;
	top: 1rem
}

.c-private-sales-header__banner-gold {
	color: #c79e34
}

.c-private-sales-header--background .c-private-sales-header__banner:before
	{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: rgba(56, 57, 55, .7)
}

.c-private-sales-reserved__logo {
	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;
	margin-bottom: 6rem
}

.c-private-sales-reserved__logo-camif {
	color: #fff;
	width: 15rem;
	height: 5.7rem
}

.c-private-sales-reserved__logo-premium {
	color: #c79e34;
	font-size: 3rem;
	position: relative;
	line-height: 1.1;
	font-family: Oswald
}

.c-private-sales-reserved__logo-premium:after {
	content: "";
	position: absolute;
	bottom: -.7rem;
	right: -1rem;
	width: 2.8rem;
	height: .2rem;
	background-color: #c79e34
}

.c-private-sales-reserved__logo-premium:before {
	content: "";
	position: absolute;
	bottom: -.5rem;
	right: -1rem;
	width: .2rem;
	height: 2.8rem;
	background-color: #c79e34
}

.c-private-sales-reserved__text {
	position: relative;
	background-color: #fff;
	text-align: center;
	padding: 2rem;
	font-size: 2rem;
	line-height: 2.5rem;
	color: #393939;
	z-index: 1;
	margin-bottom: 4rem
}

.c-private-sales-reserved__text:before {
	content: "";
	z-index: -1;
	position: absolute;
	top: -3rem;
	left: 0;
	width: 100%;
	height: 3rem;
	background: -webkit-gradient(linear, right bottom, left top, from(#fff),
		color-stop(50%, #fff), color-stop(51%, transparent), to(transparent) )
		;
	background: linear-gradient(to left top, #fff 0, #fff 50%, transparent 51%,
		transparent)
}

.c-private-sales-reserved__title {
	font-size: 3.5rem;
	font-family: Oswald;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 1.5rem;
	line-height: 4rem
}

.c-private-sales-reserved__title-gold {
	color: #c79e34
}

.c-private-sales-reserved__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.c-private-sales-reserved__action {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 2rem
}

@media ( max-width :63.99em) {
	.c-private-sales-reserved__action {
		width: 100%
	}
}

.c-private-sales-reserved__sign-in {
	padding-left: 4rem;
	border-left: .1rem solid #fff
}

@media ( max-width :63.99em) {
	.c-private-sales-reserved__sign-in {
		padding: 0;
		border: none
	}
}

.c-private-sales-reserved__login {
	padding-right: 4rem
}

@media ( max-width :63.99em) {
	.c-private-sales-reserved__login {
		padding: 0;
		margin-bottom: 2rem
	}
}

.c-instalment-payment {
	position: relative;
	padding: 1rem;
	width: 100%;
	background-color: #f1f4f5;
	text-align: center
}

.c-instalment-payment__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.c-instalment-payment__wrapper>* {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	padding: 0 1rem;
	border-left: .1rem solid #24ace8
}

.c-instalment-payment__wrapper>:first-child {
	border-left: none;
	padding-left: 0
}

.c-instalment-payment__wrapper>:last-child {
	padding-right: 0
}

.c-instalment-payment__info {
	font-size: 1.3rem
}

.c-instalment-payment__price {
	font-weight: 600
}

.c-instalment-payment__text {
	margin: 0;
	width: calc(100% -   3rem)
}

.c-product-filter-tag {
	width: 100%;
	padding: 1rem 1.5rem;
	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;
	background: none;
	border: none;
	cursor: pointer
}

.c-product-filter-tag__icon {
	width: 2rem;
	height: 2rem;
	padding: .5rem
}

.c-product-filter-tag--grey,.c-product-filter-tag--grey .c-product-filter-tag__button
	{
	color: #24ace8
}

@media ( max-width :63.99em) {
	.c-product-filters {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: -webkit-transform .2s ease-in-out;
		transition: -webkit-transform .2s ease-in-out;
		transition: transform .2s ease-in-out;
		transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
			;
		position: fixed;
		z-index: 666;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 1rem;
		background-color: #fff;
		overflow-y: scroll
	}
}

@media ( max-width :63.99em) {
	.c-product-filters.is-visible {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.c-product-filters__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1rem
}

.c-product-filters__title {
	width: calc(100% -   4rem);
	text-align: center;
	display: none
}

@media ( max-width :63.99em) {
	.c-product-filters__title {
		display: block
	}
}

.c-product-filters__close {
	display: none;
	color: #393939;
	cursor: pointer;
	-ms-flex-item-align: start;
	align-self: flex-start
}

@media ( max-width :63.99em) {
	.c-product-filters__close {
		display: block;
		border: none;
		background: none;
		padding: 1rem;
		height: 4rem;
		width: 4rem
	}
}

.c-product-premium-confirmation__title {
	margin: 0 0 2rem;
	font-size: 2rem
}

.c-product-premium-confirmation__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media ( max-width :47.99em) {
	.c-product-premium-confirmation__main {
		display: initial
	}
}

.c-product-premium-confirmation__logo {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 4.5rem 2.5rem;
	background-image:
		url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewPort="0 0 100 100" version="1.1"><line x1="-1" y1="1" x2="1" y2="-1" stroke-width="1.2" stroke="black"/><line x1="-1" y1="9" x2="9" y2="-1" stroke-width="1.2" stroke="black"/><line x1="7" y1="9" x2="9" y2="7" stroke-width="1.2" stroke="black"/></svg>')
		;
	background-repeat: repeat;
	background-color: #393939
}

.c-product-premium-confirmation__content,.c-product-premium-confirmation__logo
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media ( max-width :63.99em) {
	.c-product-premium-confirmation__content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media ( max-width :47.99em) {
	.c-product-premium-confirmation__content {
		display: initial
	}
}

.c-product-premium-confirmation__text {
	margin-left: 2rem;
	margin-right: 2rem
}

@media ( max-width :47.99em) {
	.c-product-premium-confirmation__text {
		margin: 2rem 0
	}
}

.c-product-premium-confirmation__text p {
	margin: 1rem 0;
	font-size: 1.3rem
}

.c-product-premium-confirmation__info {
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
	min-width: 13rem
}

@media ( max-width :63.99em) {
	.c-product-premium-confirmation__info {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		margin: 2rem
	}
}

@media ( max-width :47.99em) {
	.c-product-premium-confirmation__info {
		margin: 2rem 0
	}
}

.c-product-premium-confirmation__price {
	margin: 0;
	color: #c79e34
}

.c-product-premium-confirmation__price-number {
	font-size: 2.2rem;
	font-weight: 700
}

.c-product-premium-confirmation__price-detail {
	margin: 0;
	color: #24ace8;
	font-size: 1.3rem
}

.c-product-premium {
	padding: .5rem;
	background-image:
		url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewPort="0 0 100 100" version="1.1"><line x1="-1" y1="1" x2="1" y2="-1" stroke-width="1.2" stroke="black"/><line x1="-1" y1="9" x2="9" y2="-1" stroke-width="1.2" stroke="black"/><line x1="7" y1="9" x2="9" y2="7" stroke-width="1.2" stroke="black"/></svg>')
		;
	background-repeat: repeat;
	background-color: #393939
}

.c-product-premium__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media ( max-width :87.49em) {
	.c-product-premium__main {
		display: initial
	}
}

.c-product-premium__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2rem;
	min-width: 14rem
}

.c-product-premium__content {
	position: relative;
	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: 1rem;
	margin-left: 5rem;
	width: 100%;
	background: #fff;
	font-size: 1.3rem
}

@media ( max-width :87.49em) {
	.c-product-premium__content {
		margin-left: 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

@media ( max-width :63.99em) {
	.c-product-premium__content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-left: 0
	}
}

.c-product-premium__content:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: -5rem;
	height: 100%;
	width: 5rem;
	background-image: linear-gradient(-80deg, #fff 50%, transparent 51%)
}

@media ( max-width :87.49em) {
	.c-product-premium__content:before {
		display: none
	}
}

.c-product-premium__title {
	margin-top: 0;
	margin-bottom: .5rem;
	font-size: 2rem
}

.c-product-premium__text {
	margin-right: 2rem
}

@media ( max-width :87.49em) {
	.c-product-premium__text {
		margin: 2rem 0;
		width: 100%
	}
}

.c-product-premium__login {
	margin-top: .5rem
}

@media ( max-width :87.49em) {
	.c-product-premium__info {
		margin-left: 2rem;
		margin-top: 2rem
	}
}

@media ( max-width :63.99em) {
	.c-product-premium__info {
		margin: 2rem 0;
		width: 100%
	}
}

.c-product-premium__price {
	margin: 0;
	color: #c79e34
}

.c-product-premium__price-number {
	font-size: 2.2rem;
	font-weight: 700
}

.c-product-premium__price-detail {
	margin: 0;
	color: #24ace8;
	font-size: 1.3rem
}

.c-product-premium__form {
	margin-top: 2rem
}

.c-product-premium__link {
	text-align: right
}

@media ( max-width :87.49em) {
	.c-product-premium__link {
		text-align: inherit
	}
}

.c-product-teaser {
	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;
	width: 100%;
	border: .4rem solid transparent;
	cursor: pointer;
	-webkit-transition: border-color .3s;
	transition: border-color .3s
}

.c-product-teaser:hover {
	border-color: #f1f4f5
}

.c-product-teaser:hover .c-product-teaser__cta {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.c-product-teaser__header {
	position: relative;
	overflow: hidden
}

.c-product-teaser__cta {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 100%;
	width: 100%;
	height: 100%;
	padding: .5rem;
	background-color: rgba(0, 0, 0, .2);
	text-align: center;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.c-product-teaser__compare,.c-product-teaser__cta {
	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
}

.c-product-teaser__compare {
	width: 3rem;
	height: 6rem;
	margin-bottom: 1rem;
	color: #fff;
	font-size: 1.3rem;
	text-decoration: none
}

.c-product-teaser__tag {
	position: absolute;
	z-index: 1;
	top: 1rem;
	left: 0
}

.c-product-teaser__discount {
	position: absolute;
	top: 0;
	right: 1.5rem
}

.c-product-teaser__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;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 0 2rem 1rem
}

.c-product-teaser__model {
	position: absolute;
	left: 0;
	right: 0;
	top: 1rem;
	overflow: hidden;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 1.4rem
}

.c-product-teaser__title {
	margin-top: 4rem;
	margin-bottom: 1rem;
	font-size: 1.5rem;
	text-align: center
}

.c-product-teaser__infos {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	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;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-bottom: 3rem
}

.c-product-teaser__promo-price {
	display: inline-block;
	margin: 0 .2rem;
	color: #24ace8
}

.c-product-teaser__price {
	margin-top: 1rem;
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1
}

.c-product-teaser__price-from {
	font-size: 1.5rem
}

.c-product-teaser__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.c-product-teaser__icons>:not (:first-child ){
	margin-left: 1rem
}

.c-product-teaser__icon-flag {
	width: 2.6rem;
	height: 2.6rem
}

.c-product-teaser__icon-earth {
	width: 2rem;
	height: 2rem;
	color: #b7cd0f
}

.c-product-teaser--premium .c-product-teaser__price {
	padding: .2rem;
	background-image:
		url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewPort="0 0 100 100" version="1.1"><line x1="-1" y1="1" x2="1" y2="-1" stroke-width="1.2" stroke="black"/><line x1="-1" y1="9" x2="9" y2="-1" stroke-width="1.2" stroke="black"/><line x1="7" y1="9" x2="9" y2="7" stroke-width="1.2" stroke="black"/></svg>')
		;
	background-repeat: repeat;
	background-color: #393939;
	color: #fff
}

.c-product-teaser--premium.c-product-teaser--details .c-product-teaser__header:before
	{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 5.5rem;
	height: .5rem;
	background-color: #c79e34
}

.c-product-teaser--premium.c-product-teaser--details .c-product-teaser__header:after
	{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: .5rem;
	height: 5.5rem;
	background-color: #c79e34
}

.c-product-teaser--details {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

@media ( max-width :29.99em) {
	.c-product-teaser--details {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.c-product-teaser--details .c-product-teaser__header {
	width: 30%
}

@media ( max-width :47.99em) {
	.c-product-teaser--details .c-product-teaser__header {
		width: 50%
	}
}

@media ( max-width :29.99em) {
	.c-product-teaser--details .c-product-teaser__header {
		width: 100%
	}
}

.c-product-teaser--details .c-product-teaser__content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	width: 70%;
	padding: 0
}

@media ( max-width :47.99em) {
	.c-product-teaser--details .c-product-teaser__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 50%
	}
}

@media ( max-width :29.99em) {
	.c-product-teaser--details .c-product-teaser__content {
		width: 100%
	}
}

.c-product-teaser--details .c-product-teaser__box {
	width: 50%;
	padding: 2rem
}

@media ( max-width :47.99em) {
	.c-product-teaser--details .c-product-teaser__box {
		width: 100%;
		padding: 1rem
	}
}

@media ( max-width :29.99em) {
	.c-product-teaser--details .c-product-teaser__box {
		text-align: center
	}
}

.c-product-teaser--details .c-product-teaser__infos {
	padding: 2rem;
	width: 50%;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media ( max-width :47.99em) {
	.c-product-teaser--details .c-product-teaser__infos {
		width: 100%;
		padding: 1rem;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

@media ( max-width :29.99em) {
	.c-product-teaser--details .c-product-teaser__infos {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.c-product-teaser--details .c-product-teaser__title {
	margin-top: 0;
	text-align: left
}

@media ( max-width :29.99em) {
	.c-product-teaser--details .c-product-teaser__title {
		text-align: center
	}
}

.c-product-teaser--details .c-product-teaser__icons {
	position: relative;
	left: auto;
	bottom: auto;
	margin-bottom: 1rem;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@media ( max-width :29.99em) {
	.c-product-teaser--details .c-product-teaser__icons {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.c-product-teaser--details .c-product-teaser__model {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	padding: 0;
	margin-bottom: 1rem;
	text-align: left
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
	display: none
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev
	{
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.c-product-carousel__inner {
	position: relative;
	margin-bottom: 1rem;
	border: .1rem solid #24ace8
}

.c-product-carousel__carousel {
	z-index: 0
}

.c-product-carousel__thumbnail-list {
	margin-left: -.5rem;
	margin-right: -.5rem
}

.c-product-carousel__thumbnail-item {
	position: relative;
	display: inline-block;
	width: 12.5%;
	padding: 0 .5rem;
	border: none;
	background: none;
	opacity: .7;
	cursor: pointer;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

.c-product-carousel__thumbnail-item[aria-selected=true] {
	opacity: 1
}

.c-product-carousel__thumbnail-image {
	border: .1rem solid #24ace8;
	width: 100%
}

.c-product-carousel__actions,.c-product-carousel__tags {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-product-carousel__tags {
	top: 1rem;
	left: 0;
	-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
}

.c-product-carousel__flags {
	position: absolute;
	top: 1rem;
	right: 1rem
}

.c-product-carousel__actions {
	width: 100%;
	bottom: 0;
	padding: 1rem;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media ( max-width :47.99em) {
	.c-product-carousel__actions {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.c-product-carousel__action {
	margin-left: 1rem;
	opacity: .7;
	cursor: pointer;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

@media ( max-width :47.99em) {
	.c-product-carousel__action {
		margin: 0 1rem
	}
}

.c-product-carousel__action:hover {
	opacity: 1
}

.c-product-chef-recommendation__title {
	position: relative;
	z-index: 1;
	margin-bottom: -1.2rem;
	text-align: center
}

.c-product-chef-recommendation__wrapper {
	background-color: #f1f4f5
}

.c-product-chef-recommendation__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media ( max-width :63.99em) {
	.c-product-chef-recommendation__content {
		-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
	}
}

.c-product-chef-recommendation__header {
	position: relative;
	margin-bottom: -1.2rem
}

.c-product-chef-recommendation__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 65%;
	padding: 6rem 0 4rem
}

@media ( max-width :63.99em) {
	.c-product-chef-recommendation__left {
		width: 100%
	}
}

@media ( max-width :47.99em) {
	.c-product-chef-recommendation__left {
		-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
	}
}

.c-product-chef-recommendation__photo {
	width: 12rem;
	height: 12rem;
	margin-right: 2rem
}

@media ( max-width :47.99em) {
	.c-product-chef-recommendation__photo {
		margin-right: 0;
		margin-bottom: 2rem
	}
}

.c-product-chef-recommendation__twitter {
	margin-bottom: 2rem;
	color: #24ace8;
	font-size: 1.8rem;
	line-height: .5
}

.c-product-chef-recommendation__text {
	font-size: 1.3rem;
	line-height: 1.5;
	margin: 0
}

.c-product-chef-recommendation__quote {
	position: relative;
	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: 35%;
	padding: 0 4.5rem;
	font-size: 2.5rem;
	font-family: Oswald;
	text-transform: uppercase;
	background-color: #fff
}

@media ( max-width :63.99em) {
	.c-product-chef-recommendation__quote {
		width: 75%;
		background-color: transparent;
		margin-bottom: 1rem
	}
}

@media ( max-width :47.99em) {
	.c-product-chef-recommendation__quote {
		width: 100%
	}
}

.c-product-chef-recommendation__quote:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 3.5rem;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, right top, from(#f1f4f5),
		color-stop(50%, #f1f4f5), color-stop(51%, transparent),
		to(transparent) );
	background: linear-gradient(to right top, #f1f4f5 0, #f1f4f5 50%, transparent 51%,
		transparent)
}

@media ( max-width :63.99em) {
	.c-product-chef-recommendation__quote:before {
		content: none
	}
}

.c-product-chef-recommendation__quote:after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	width: 3.5rem;
	height: 100%;
	background: -webkit-gradient(linear, right top, left bottom, from(#f1f4f5),
		color-stop(50%, #f1f4f5), color-stop(51%, transparent),
		to(transparent) );
	background: linear-gradient(to left bottom, #f1f4f5 0, #f1f4f5 50%, transparent 51%,
		transparent)
}

@media ( max-width :63.99em) {
	.c-product-chef-recommendation__quote:after {
		content: none
	}
}

.c-product-chef-recommendation__quote-end,.c-product-chef-recommendation__quote-start
	{
	color: #24ace8;
	height: 3.5rem;
	width: 3.5rem
}

.c-product-chef-recommendation__quote-end {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	margin-left: auto
}

@media ( max-width :63.99em) {
	.c-product-chef-recommendation__quote-end {
		-webkit-transform: scale(-.8, .8);
		transform: scale(-.8, .8)
	}
}

.c-product-info {
	padding: 1rem;
	border: .4rem solid #dedede;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #24ace8
}

.c-product-info__text {
	margin: 0 0 1rem
}

.c-product-info__text:last-child {
	margin: 0
}

.c-product-info__label {
	color: #393939
}

.c-product-info__link {
	color: #24ace8
}

.c-product-menu {
	border-bottom: .1rem solid #dedede
}

@media ( max-width :47.99em) {
	.c-product-menu {
		border: none
	}
}

.c-product-menu__arrow {
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

.c-product-menu.is-visible .c-product-menu__item:not (.is-active ){
	border: none
}

.c-product-menu.is-visible .c-product-menu__list {
	position: absolute;
	top: 0;
	left: 0
}

.c-product-menu.is-visible .c-product-menu__item {
	position: relative
}

.c-product-menu.is-visible .c-product-menu__arrow {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.c-product-menu__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	bottom: -.1rem;
	height: 4.5rem;
	z-index: 100
}

.c-product-menu__thumbnail {
	height: 100%
}

@media ( max-width :47.99em) {
	.c-product-menu__thumbnail {
		position: absolute;
		z-index: 2
	}
}

.c-product-menu__list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% -   4.5rem);
	padding: 0;
	margin: 0;
	list-style: none
}

@media ( max-width :47.99em) {
	.c-product-menu__list {
		display: block;
		width: 100%
	}
}

.c-product-menu__item {
	width: 20%;
	height: 4.5rem;
	text-align: center;
	border-bottom: .4rem solid #dedede;
	background-color: #fff
}

@media ( max-width :47.99em) {
	.c-product-menu__item {
		width: 100%;
		position: absolute;
		top: 0;
		padding: 0 4.5rem
	}
}

.c-product-menu__item.is-active {
	border-bottom: .4rem solid #24ace8;
	z-index: 1
}

.c-product-menu__item.is-active .c-product-menu__text {
	color: #24ace8
}

.c-product-menu__text {
	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: 100%;
	height: 100%;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-family: Oswald;
	text-decoration: none;
	color: #393939
}

.c-product-menu__toggle {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	height: 4.5rem;
	width: 4.5rem;
	padding: 1.5rem;
	color: #24ace8;
	border: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer
}

@media ( max-width :47.99em) {
	.c-product-menu__toggle {
		display: block;
		z-index: 1
	}
}

.c-product-price {
	width: 100%
}

.c-product-price__wrapper {
	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;
	margin-bottom: 1.5rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.c-product-price__discount {
	font-size: 1.8rem;
	background-color: #fece0c;
	color: #fff;
	padding: .6rem;
	line-height: 1;
	margin-right: auto
}

.c-product-price__deadline {
	color: #24ace8;
	font-size: 1rem;
	margin: 0;
	text-align: center;
	line-height: 1.6
}

.c-product-price__old-price {
	text-decoration: line-through;
	font-size: 2rem;
	margin: 0;
	color: #24ace8
}

.c-product-price__wrapper-right {
	position: relative;
	bottom: -1rem;
	margin-left: auto
}

.c-product-price__price {
	font-size: 3.2rem;
	margin: 0;
	font-weight: 600;
	line-height: 1
}

.c-product-price__eco {
	color: #24ace8;
	font-size: 1rem;
	margin: 0;
	text-align: right
}

.c-product-price__premium {
	margin-bottom: 1rem
}

.c-product-service {
	padding-left: 3rem
}

.c-product-service__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: .5rem
}

.c-product-service__content input[type=checkbox]+label {
	margin: 0;
	line-height: 1.2
}

.c-product-service__content input[type=checkbox]+label:before {
	top: 1rem
}

.c-product-service__content input[type=checkbox]+label:after {
	top: 1.5rem
}

.c-product-service__info {
	padding-top: 1rem
}

.c-product-service__title {
	margin: 0
}

.c-product-service__description {
	display: none;
	visibility: hidden;
	margin-top: .4rem;
	margin-bottom: .4rem;
	font-size: 1.3rem
}

.c-product-service__description[aria-hidden=false] {
	display: block;
	visibility: visible
}

.c-product-service__button {
	color: #24ace8;
	font-size: 1.3rem;
	text-align: left;
	cursor: pointer
}

.c-product-service__price {
	margin: 0;
	color: #24ace8
}

.c-product-shipping {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 37rem;
	margin-bottom: 2rem
}

@media ( max-width :47.99em) {
	.c-product-shipping {
		padding-left: 2rem;
		padding-right: 2rem;
		max-width: inherit
	}
}

.c-product-shipping__icon {
	padding-right: 3rem
}

.c-product-shipping__text {
	font-size: 2.4rem;
	font-family: Oswald;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding-right: 2rem
}

@media ( max-width :47.99em) {
	.c-product-shipping__text {
		text-align: center
	}
}

.c-product-shipping__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media ( max-width :47.99em) {
	.c-product-shipping__wrapper {
		margin-top: 2rem;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media ( max-width :47.99em) {
	.c-product-shipping {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.c-product-title__main {
	margin: 0;
	line-height: 1.1
}

.c-product-title__sub {
	margin: 0
}

.c-product-title__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.c-product-title__icon {
	width: 6rem;
	height: 5rem;
	margin-right: 1rem
}

.c-quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: .1rem solid #393939;
	border-radius: 4rem;
	height: 4rem;
	width: 8rem
}

.c-quantity__button,.c-quantity__input {
	width: 33.33333%;
	background: none;
	border: none;
	height: 100%;
	font-size: 1.4rem;
	color: #393939
}

.c-quantity__input {
	text-align: center
}

.c-quantity__button {
	cursor: pointer
}

.c-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 1rem 0;
	opacity: 0;
	visibility: hidden
}

@media ( max-width :47.99em) {
	.c-rating {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.c-rating.is-visible,.has-product-reviews .c-rating {
	opacity: 1;
	visibility: visible
}

.c-rating__stars {
	position: relative;
	background-color: #dedede;
	width: 13.4rem;
	height: 2.2rem;
	overflow: hidden;
	margin: 0 1.5rem;
	z-index: -2
}

.c-rating__stars-mask {
	position: absolute;
	fill: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.c-rating__stars-color {
	position: relative;
	height: 100%;
	width: 0;
	background-color: #24ace8;
	z-index: -1
}

.c-rating__grade {
	font-size: 3.5rem;
	color: #24ace8;
	font-family: Oswald;
	top: 1rem;
	line-height: 3.2rem
}

.c-rating__opinions {
	font-size: 1.3rem;
	color: #24ace8;
	font-family: Oswald;
	text-transform: uppercase;
	text-decoration: none
}

@
-moz-document url-prefix (){ .
	c-rating__stars-mask {stroke: #fff;
	stroke-width: 4rem
}

}
.c-rating--0\/10 .c-rating__stars-color {
	width: 0
}

.c-rating--1\/10 .c-rating__stars-color {
	width: 8%
}

.c-rating--2\/10 .c-rating__stars-color {
	width: 18%
}

.c-rating--3\/10 .c-rating__stars-color {
	width: 29%
}

.c-rating--4\/10 .c-rating__stars-color {
	width: 39%
}

.c-rating--5\/10 .c-rating__stars-color {
	width: 50%
}

.c-rating--6\/10 .c-rating__stars-color {
	width: 59%
}

.c-rating--7\/10 .c-rating__stars-color {
	width: 71%
}

.c-rating--8\/10 .c-rating__stars-color {
	width: 80%
}

.c-rating--9\/10 .c-rating__stars-color {
	width: 92%
}

.c-rating--10\/10 .c-rating__stars-color {
	width: 100%
}

.c-rating--xs {
	margin: 0;
	display: inline-block
}

.c-rating--xs .c-rating__stars {
	width: 8rem;
	height: 1.313rem;
	margin: 0
}

.c-universe-banner {
	position: relative;
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 5rem;
	background-size: cover;
	background-position: 50%
}

.c-universe-banner:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(56, 57, 55, .7)
}

.c-universe-banner__title {
	position: relative;
	color: #fff;
	text-align: center
}

.c-universe-banner__text {
	position: relative;
	margin: 0;
	color: #fff;
	line-height: 1.65
}

.c-universe-category__wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: 50%;
	cursor: pointer
}

.c-universe-category__wrapper:hover .c-universe-category__hover {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.c-universe-category__hover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
	padding: 2rem;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.c-universe-category__hover:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	-webkit-transform: skewX(10deg) translateX(-10%);
	transform: skewX(10deg) translateX(-10%);
	background-color: #000
}

.c-universe-category__title {
	margin: 1rem 0;
	font-size: 1.6rem;
	text-align: center
}

.c-universe-tool {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center
}

.c-universe-tool__icon {
	color: #393939
}

.c-universe-tool__wrapper-top {
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 3rem
}

.c-universe-tool__wrapper-bottom,.c-universe-tool__wrapper-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal
}

.c-universe-tool__wrapper-bottom {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.c-universe-tool__title-main {
	margin: 1rem 0 0;
	font-size: 3.5rem;
	line-height: 1.1
}

.c-universe-tool__title-sub {
	margin: 0 0 .5rem;
	font-size: 2rem;
	line-height: 1.1
}

.c-universe-tool__content {
	margin: 0 0 2rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.c-subuniverse-banner {
	margin-top: 4rem;
	padding: 2rem;
	background: #f1f4f5
}

.c-subuniverse-banner__title {
	margin-top: 2rem;
	margin-bottom: 2rem;
	text-align: center
}

.c-subuniverse-banner__text {
	margin: 0;
	color: #24ace8;
	line-height: 1.65
}

.c-subuniverse-banner__text a {
	color: inherit
}

.c-subuniverse-banner__text a:hover {
	color: #24ace8
}

.c-subuniverse-banner__media {
	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
}

.c-universe-faber-banner {
	padding-bottom: 4rem
}

@media ( max-width :47.99em) {
	.c-universe-faber-banner {
		padding-bottom: 0
	}
}

.c-universe-faber-banner__wrapper {
	position: relative;
	background-size: cover;
	background-position: 50%
}

@media ( max-width :63.99em) {
	.c-universe-faber-banner__wrapper {
		background-position: top
	}
}

.c-universe-faber-banner__wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(56, 57, 55, .7)
}

.c-universe-faber-banner__presentation {
	position: relative;
	padding-left: 27%;
	padding-right: 16rem;
	width: 100%
}

@media ( max-width :87.49em) {
	.c-universe-faber-banner__presentation {
		padding-left: 17%
	}
}

@media ( max-width :63.99em) {
	.c-universe-faber-banner__presentation {
		padding-right: 1rem;
		padding-left: 1rem;
		text-align: center
	}
}

.c-universe-faber-banner__content {
	position: relative;
	padding: 2rem 40% 2rem 2rem;
	background: #393939;
	color: #fff;
	text-align: center
}

@media ( max-width :87.49em) {
	.c-universe-faber-banner__content {
		padding-right: 23%
	}
}

@media ( max-width :63.99em) {
	.c-universe-faber-banner__content {
		padding-right: 1rem;
		padding-left: 1rem
	}
}

.c-universe-faber-banner__content:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: -15rem;
	height: 100%;
	width: 15rem;
	background-image: linear-gradient(100deg, transparent 50%, #393939 50.5%)
}

@media ( max-width :63.99em) {
	.c-universe-faber-banner__content:before {
		display: none
	}
}

.c-universe-faber-banner__box {
	position: relative;
	top: 4rem
}

@media ( max-width :47.99em) {
	.c-universe-faber-banner__box {
		top: 0
	}
}

.c-universe-faber-banner__title {
	margin: 2rem 0;
	color: #fff;
	font-size: 4rem;
	line-height: 1.1
}

.c-universe-faber-banner__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 4rem
}

.c-universe-faber-banner__logo-left {
	margin-right: 2rem
}

.c-universe-faber-banner__logo-right {
	width: 8rem;
	height: 8rem
}

@media ( max-width :63.99em) {
	.c-universe-faber-banner__detail {
		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
	}
}

@media ( max-width :47.99em) {
	.c-universe-faber-banner__detail {
		display: none
	}
}

.c-universe-faber-banner__map {
	margin-top: 2rem;
	margin-bottom: 2rem;
	text-align: center
}

@media ( max-width :63.99em) {
	.c-universe-faber-banner__map {
		width: 50%
	}
}

@media ( max-width :47.99em) {
	.c-universe-faber-banner__map {
		display: none
	}
}

.c-universe-faber-banner__service {
	padding-top: 2rem;
	padding-bottom: 2rem
}

@media ( max-width :63.99em) {
	.c-universe-faber-banner__service {
		width: 50%
	}
}

@media ( max-width :47.99em) {
	.c-universe-faber-banner__service {
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.c-universe-faber-banner__text {
	font-size: 1.3rem;
	line-height: 2
}

.c-universe-faber-banner__iframe {
	margin-top: 2rem;
	margin-bottom: 2rem;
	margin-left: -50%
}

@media ( max-width :63.99em) {
	.c-universe-faber-banner__iframe {
		margin-left: 0
	}
}

.c-universe-faber-banner__network {
	margin-top: 2rem
}

.c-account-header {
	position: relative;
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	color: #fff
}

.c-account-header:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(56, 57, 55, .7)
}

.c-account-header__content {
	position: relative
}

.c-account-header__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.c-account-header__title {
	margin-top: 3rem;
	margin-bottom: 0;
	font-size: 3.5rem;
	font-family: Oswald;
	text-transform: uppercase
}

@media ( max-width :63.99em) {
	.c-account-header__title {
		font-size: 3rem
	}
}

.c-account-customer-address {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-bottom: 4rem
}

.c-account-customer-address__wrapper {
	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: 100%;
	padding: 4rem 3rem;
	background-color: #f1f4f5
}

.c-account-customer-address__title {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 1.5rem
}

.c-account-customer-address__cta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	padding: 1rem;
	text-align: center;
	color: #24ace8;
	font-size: 1.3rem
}

.c-account-customer-address--cta {
	cursor: pointer
}

.c-account-customer-address--cta .c-account-customer-address__wrapper {
	min-height: 20rem;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s
}

.c-account-customer-address--cta .c-account-customer-address__wrapper.is-active,.c-account-customer-address--cta .c-account-customer-address__wrapper:hover
	{
	background-color: #24ace8;
	color: #fff
}

.c-account-customer-address--cta .c-account-customer-address__title {
	margin-bottom: 0;
	text-align: center
}

.c-account-customer-address--cta .c-account-customer-address__title a {
	-webkit-transition: none;
	transition: none
}

@media print {
	*,:after,:before,:first-letter,:first-line {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		background: transparent !important;
		color: #000 !important;
		text-shadow: none !important
	}
	a,a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href ^="#"]:after,a[href ^="javascript:"]:after {
		content: ""
	}
	blockquote,pre {
		border: .1rem solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,tr {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	h2,h3,p {
		orphans: 3;
		widows: 3
	}
	h2,h3 {
		page-break-after: avoid
	}
}

.u-reset-link {
	color: inherit !important;
	text-decoration: none !important
}

.u-reset-list {
	padding: 0;
	margin: 0;
	list-style: none
}

.u-reset-list li {
	font-size: inherit !important
}

.u-reset-button {
	padding: 0;
	border: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.u-1\/1 {
	width: 100% !important
}

.u-1\/2 {
	width: 50% !important
}

.u-2\/2 {
	width: 100% !important
}

.u-1\/3 {
	width: 33.33333% !important
}

.u-2\/3 {
	width: 66.66667% !important
}

.u-3\/3 {
	width: 100% !important
}

.u-1\/4 {
	width: 25% !important
}

.u-2\/4 {
	width: 50% !important
}

.u-3\/4 {
	width: 75% !important
}

.u-4\/4 {
	width: 100% !important
}

.u-1\/5 {
	width: 20% !important
}

.u-2\/5 {
	width: 40% !important
}

.u-3\/5 {
	width: 60% !important
}

.u-4\/5 {
	width: 80% !important
}

.u-5\/5 {
	width: 100% !important
}

.u-1\/6 {
	width: 16.66667% !important
}

.u-2\/6 {
	width: 33.33333% !important
}

.u-3\/6 {
	width: 50% !important
}

.u-4\/6 {
	width: 66.66667% !important
}

.u-5\/6 {
	width: 83.33333% !important
}

.u-6\/6 {
	width: 100% !important
}

@media ( max-width :87.49em) {
	.u-1\/1\@desktop {
		width: 100% !important
	}
	.u-1\/2\@desktop {
		width: 50% !important
	}
	.u-2\/2\@desktop {
		width: 100% !important
	}
	.u-1\/3\@desktop {
		width: 33.33333% !important
	}
	.u-2\/3\@desktop {
		width: 66.66667% !important
	}
	.u-3\/3\@desktop {
		width: 100% !important
	}
	.u-1\/4\@desktop {
		width: 25% !important
	}
	.u-2\/4\@desktop {
		width: 50% !important
	}
	.u-3\/4\@desktop {
		width: 75% !important
	}
	.u-4\/4\@desktop {
		width: 100% !important
	}
	.u-1\/5\@desktop {
		width: 20% !important
	}
	.u-2\/5\@desktop {
		width: 40% !important
	}
	.u-3\/5\@desktop {
		width: 60% !important
	}
	.u-4\/5\@desktop {
		width: 80% !important
	}
	.u-5\/5\@desktop {
		width: 100% !important
	}
	.u-1\/6\@desktop {
		width: 16.66667% !important
	}
	.u-2\/6\@desktop {
		width: 33.33333% !important
	}
	.u-3\/6\@desktop {
		width: 50% !important
	}
	.u-4\/6\@desktop {
		width: 66.66667% !important
	}
	.u-5\/6\@desktop {
		width: 83.33333% !important
	}
	.u-6\/6\@desktop {
		width: 100% !important
	}
}

@media ( max-width :63.99em) {
	.u-1\/1\@tablet {
		width: 100% !important
	}
	.u-1\/2\@tablet {
		width: 50% !important
	}
	.u-2\/2\@tablet {
		width: 100% !important
	}
	.u-1\/3\@tablet {
		width: 33.33333% !important
	}
	.u-2\/3\@tablet {
		width: 66.66667% !important
	}
	.u-3\/3\@tablet {
		width: 100% !important
	}
	.u-1\/4\@tablet {
		width: 25% !important
	}
	.u-2\/4\@tablet {
		width: 50% !important
	}
	.u-3\/4\@tablet {
		width: 75% !important
	}
	.u-4\/4\@tablet {
		width: 100% !important
	}
	.u-1\/5\@tablet {
		width: 20% !important
	}
	.u-2\/5\@tablet {
		width: 40% !important
	}
	.u-3\/5\@tablet {
		width: 60% !important
	}
	.u-4\/5\@tablet {
		width: 80% !important
	}
	.u-5\/5\@tablet {
		width: 100% !important
	}
	.u-1\/6\@tablet {
		width: 16.66667% !important
	}
	.u-2\/6\@tablet {
		width: 33.33333% !important
	}
	.u-3\/6\@tablet {
		width: 50% !important
	}
	.u-4\/6\@tablet {
		width: 66.66667% !important
	}
	.u-5\/6\@tablet {
		width: 83.33333% !important
	}
	.u-6\/6\@tablet {
		width: 100% !important
	}
}

@media ( max-width :47.99em) {
	.u-1\/1\@phablet {
		width: 100% !important
	}
	.u-1\/2\@phablet {
		width: 50% !important
	}
	.u-2\/2\@phablet {
		width: 100% !important
	}
	.u-1\/3\@phablet {
		width: 33.33333% !important
	}
	.u-2\/3\@phablet {
		width: 66.66667% !important
	}
	.u-3\/3\@phablet {
		width: 100% !important
	}
	.u-1\/4\@phablet {
		width: 25% !important
	}
	.u-2\/4\@phablet {
		width: 50% !important
	}
	.u-3\/4\@phablet {
		width: 75% !important
	}
	.u-4\/4\@phablet {
		width: 100% !important
	}
	.u-1\/5\@phablet {
		width: 20% !important
	}
	.u-2\/5\@phablet {
		width: 40% !important
	}
	.u-3\/5\@phablet {
		width: 60% !important
	}
	.u-4\/5\@phablet {
		width: 80% !important
	}
	.u-5\/5\@phablet {
		width: 100% !important
	}
	.u-1\/6\@phablet {
		width: 16.66667% !important
	}
	.u-2\/6\@phablet {
		width: 33.33333% !important
	}
	.u-3\/6\@phablet {
		width: 50% !important
	}
	.u-4\/6\@phablet {
		width: 66.66667% !important
	}
	.u-5\/6\@phablet {
		width: 83.33333% !important
	}
	.u-6\/6\@phablet {
		width: 100% !important
	}
}

@media ( max-width :29.99em) {
	.u-1\/1\@mobile {
		width: 100% !important
	}
	.u-1\/2\@mobile {
		width: 50% !important
	}
	.u-2\/2\@mobile {
		width: 100% !important
	}
	.u-1\/3\@mobile {
		width: 33.33333% !important
	}
	.u-2\/3\@mobile {
		width: 66.66667% !important
	}
	.u-3\/3\@mobile {
		width: 100% !important
	}
	.u-1\/4\@mobile {
		width: 25% !important
	}
	.u-2\/4\@mobile {
		width: 50% !important
	}
	.u-3\/4\@mobile {
		width: 75% !important
	}
	.u-4\/4\@mobile {
		width: 100% !important
	}
	.u-1\/5\@mobile {
		width: 20% !important
	}
	.u-2\/5\@mobile {
		width: 40% !important
	}
	.u-3\/5\@mobile {
		width: 60% !important
	}
	.u-4\/5\@mobile {
		width: 80% !important
	}
	.u-5\/5\@mobile {
		width: 100% !important
	}
	.u-1\/6\@mobile {
		width: 16.66667% !important
	}
	.u-2\/6\@mobile {
		width: 33.33333% !important
	}
	.u-3\/6\@mobile {
		width: 50% !important
	}
	.u-4\/6\@mobile {
		width: 66.66667% !important
	}
	.u-5\/6\@mobile {
		width: 83.33333% !important
	}
	.u-6\/6\@mobile {
		width: 100% !important
	}
}

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

.u-color--grey {
	color: #24ace8 !important
}

.u-color--grey-darker {
	color: #393939 !important
}

.u-color--grey-lighter {
	color: #dedede !important
}

.u-color--blue {
	color: #24ace8 !important
}

.u-color--green {
	color: #b7cd0f !important
}

.u-color--pink {
	color: #ff4f63 !important
}

.u-color--yellow {
	color: #fece0c !important
}

.u-color--sea-green {
	color: #24c69b !important
}

.u-color--orange {
	color: #ec5c0d !important
}

.u-color--operation {
	color: #5228db !important
}

.u-color--flash {
	color: #e13434 !important
}

.u-color--premium {
	color: #c79e34 !important
}

.u-color--maker {
	color: #1d70b7 !important
}

.u-color--gold {
	color: #c79e34 !important
}

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

.u-bg--blue {
	background-color: #24ace8 !important
}

.u-bg--blue-darkest {
	background-color: #009697 !important
}

.u-bg--pink {
	background-color: #ff4f63 !important
}

.u-bg--grey-darker {
	background-color: #393939 !important
}

.u-bg--grey-lightest {
	background-color: #f1f4f5 !important
}

.u-bg--yellow {
	background-color: #fece0c !important
}

.u-bg--premium {
	background-image:
		url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewPort="0 0 100 100" version="1.1"><line x1="-1" y1="1" x2="1" y2="-1" stroke-width="1.2" stroke="black"/><line x1="-1" y1="9" x2="9" y2="-1" stroke-width="1.2" stroke="black"/><line x1="7" y1="9" x2="9" y2="7" stroke-width="1.2" stroke="black"/></svg>')
		;
	background-repeat: repeat;
	background-color: #393939
}

.u-bg--center {
	background-size: cover !important;
	background-position: 50% !important;
	background-repeat: no-repeat !important
}

.u-h1 {
	margin-top: 6rem !important;
	margin-bottom: 6rem !important;
	font-size: 4rem !important;
	font-family: Oswald !important;
	font-weight: 400 !important;
	text-transform: uppercase !important
}

@media ( max-width :63.99em) {
	.u-h1 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
		font-size: 3rem !important
	}
}

.u-h2 {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important;
	font-size: 3.5rem !important;
	font-family: Oswald !important;
	font-weight: 400 !important;
	text-transform: uppercase !important
}

@media ( max-width :63.99em) {
	.u-h2 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important;
		font-size: 3rem !important
	}
}

.u-h3 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
	font-size: 2.4rem !important;
	font-family: Oswald !important;
	font-weight: 400 !important;
	text-transform: uppercase !important
}

@media ( max-width :63.99em) {
	.u-h3 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}
}

.u-h4 {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
	font-size: 2rem !important
}

.u-h4,.u-h5 {
	font-family: Oswald !important;
	font-weight: 400 !important;
	text-transform: uppercase !important
}

.u-h5 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
	font-size: 1.5rem !important
}

.u-subtitle {
	display: block;
	font-size: 2.5rem !important;
	line-height: 1
}

.u-title--xl {
	font-size: 5rem !important
}

.u-clearfix:after {
	content: "" !important;
	display: block !important;
	clear: both !important
}

.u-hidden {
	display: none !important;
	visibility: hidden !important
}

.u-visible {
	display: block !important;
	visibility: visible !important
}

.u-hidden-visually {
	border: 0 !important;
	clip: rect(.1rem, .1rem, .1rem, .1rem) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: .1rem !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: .1rem !important;
	white-space: nowrap !important
}

.u-hidden-visually.is-focusable:active,.u-hidden-visually.is-focusable:focus
	{
	clip: auto !important;
	height: auto !important;
	margin: 0 !important;
	overflow: visible !important;
	position: static !important;
	width: auto !important;
	white-space: inherit !important
}

.u-hidden-text {
	text-indent: 100% !important;
	white-space: nowrap !important;
	overflow: hidden !important
}

@media ( max-width :87.49em) {
	.u-hidden\@desktop {
		display: none !important;
		visibility: hidden !important
	}
	.u-visible\@desktop {
		display: block !important;
		visibility: visible !important
	}
	.u-hidden-visually\@desktop {
		border: 0 !important;
		clip: rect(.1rem, .1rem, .1rem, .1rem) !important;
		-webkit-clip-path: inset(50%) !important;
		clip-path: inset(50%) !important;
		height: .1rem !important;
		overflow: hidden !important;
		padding: 0 !important;
		position: absolute !important;
		width: .1rem !important;
		white-space: nowrap !important
	}
	.u-hidden-visually\@desktop.is-focusable:active,.u-hidden-visually\@desktop.is-focusable:focus
		{
		clip: auto !important;
		height: auto !important;
		margin: 0 !important;
		overflow: visible !important;
		position: static !important;
		width: auto !important;
		white-space: inherit !important
	}
	.u-hidden-text\@desktop {
		text-indent: 100% !important;
		white-space: nowrap !important;
		overflow: hidden !important
	}
}

@media ( max-width :63.99em) {
	.u-hidden\@tablet {
		display: none !important;
		visibility: hidden !important
	}
	.u-visible\@tablet {
		display: block !important;
		visibility: visible !important
	}
	.u-hidden-visually\@tablet {
		border: 0 !important;
		clip: rect(.1rem, .1rem, .1rem, .1rem) !important;
		-webkit-clip-path: inset(50%) !important;
		clip-path: inset(50%) !important;
		height: .1rem !important;
		overflow: hidden !important;
		padding: 0 !important;
		position: absolute !important;
		width: .1rem !important;
		white-space: nowrap !important
	}
	.u-hidden-visually\@tablet.is-focusable:active,.u-hidden-visually\@tablet.is-focusable:focus
		{
		clip: auto !important;
		height: auto !important;
		margin: 0 !important;
		overflow: visible !important;
		position: static !important;
		width: auto !important;
		white-space: inherit !important
	}
	.u-hidden-text\@tablet {
		text-indent: 100% !important;
		white-space: nowrap !important;
		overflow: hidden !important
	}
}

@media ( max-width :47.99em) {
	.u-hidden\@phablet {
		display: none !important;
		visibility: hidden !important
	}
	.u-visible\@phablet {
		display: block !important;
		visibility: visible !important
	}
	.u-hidden-visually\@phablet {
		border: 0 !important;
		clip: rect(.1rem, .1rem, .1rem, .1rem) !important;
		-webkit-clip-path: inset(50%) !important;
		clip-path: inset(50%) !important;
		height: .1rem !important;
		overflow: hidden !important;
		padding: 0 !important;
		position: absolute !important;
		width: .1rem !important;
		white-space: nowrap !important
	}
	.u-hidden-visually\@phablet.is-focusable:active,.u-hidden-visually\@phablet.is-focusable:focus
		{
		clip: auto !important;
		height: auto !important;
		margin: 0 !important;
		overflow: visible !important;
		position: static !important;
		width: auto !important;
		white-space: inherit !important
	}
	.u-hidden-text\@phablet {
		text-indent: 100% !important;
		white-space: nowrap !important;
		overflow: hidden !important
	}
}

@media ( max-width :29.99em) {
	.u-hidden\@mobile {
		display: none !important;
		visibility: hidden !important
	}
	.u-visible\@mobile {
		display: block !important;
		visibility: visible !important
	}
	.u-hidden-visually\@mobile {
		border: 0 !important;
		clip: rect(.1rem, .1rem, .1rem, .1rem) !important;
		-webkit-clip-path: inset(50%) !important;
		clip-path: inset(50%) !important;
		height: .1rem !important;
		overflow: hidden !important;
		padding: 0 !important;
		position: absolute !important;
		width: .1rem !important;
		white-space: nowrap !important
	}
	.u-hidden-visually\@mobile.is-focusable:active,.u-hidden-visually\@mobile.is-focusable:focus
		{
		clip: auto !important;
		height: auto !important;
		margin: 0 !important;
		overflow: visible !important;
		position: static !important;
		width: auto !important;
		white-space: inherit !important
	}
	.u-hidden-text\@mobile {
		text-indent: 100% !important;
		white-space: nowrap !important;
		overflow: hidden !important
	}
}

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

.u-margin--xxs {
	margin: 1rem !important
}

.u-margin--xs {
	margin: 4rem !important
}

.u-margin--sm {
	margin: 6rem !important
}

.u-margin--md {
	margin: 8rem !important
}

.u-margin--lg {
	margin: 10rem !important
}

.u-margin--xl {
	margin: 12rem !important
}

.u-margin--auto {
	margin: auto !important
}

.u-margin--none {
	margin: 0 !important
}

.u-margin-top {
	margin-top: 2rem !important
}

.u-margin-top--xxs {
	margin-top: 1rem !important
}

.u-margin-top--xs {
	margin-top: 4rem !important
}

.u-margin-top--sm {
	margin-top: 6rem !important
}

.u-margin-top--md {
	margin-top: 8rem !important
}

.u-margin-top--lg {
	margin-top: 10rem !important
}

.u-margin-top--xl {
	margin-top: 12rem !important
}

.u-margin-top--auto {
	margin-top: auto !important
}

.u-margin-top--none {
	margin-top: 0 !important
}

.u-margin-bottom {
	margin-bottom: 2rem !important
}

.u-margin-bottom--xxs {
	margin-bottom: 1rem !important
}

.u-margin-bottom--xs {
	margin-bottom: 4rem !important
}

.u-margin-bottom--sm {
	margin-bottom: 6rem !important
}

.u-margin-bottom--md {
	margin-bottom: 8rem !important
}

.u-margin-bottom--lg {
	margin-bottom: 10rem !important
}

.u-margin-bottom--xl {
	margin-bottom: 12rem !important
}

.u-margin-bottom--auto {
	margin-bottom: auto !important
}

.u-margin-bottom--none {
	margin-bottom: 0 !important
}

.u-margin-right {
	margin-right: 2rem !important
}

.u-margin-right--xxs {
	margin-right: 1rem !important
}

.u-margin-right--xs {
	margin-right: 4rem !important
}

.u-margin-right--sm {
	margin-right: 6rem !important
}

.u-margin-right--md {
	margin-right: 8rem !important
}

.u-margin-right--lg {
	margin-right: 10rem !important
}

.u-margin-right--xl {
	margin-right: 12rem !important
}

.u-margin-right--auto {
	margin-right: auto !important
}

.u-margin-right--none {
	margin-right: 0 !important
}

.u-margin-left {
	margin-left: 2rem !important
}

.u-margin-left--xxs {
	margin-left: 1rem !important
}

.u-margin-left--xs {
	margin-left: 4rem !important
}

.u-margin-left--sm {
	margin-left: 6rem !important
}

.u-margin-left--md {
	margin-left: 8rem !important
}

.u-margin-left--lg {
	margin-left: 10rem !important
}

.u-margin-left--xl {
	margin-left: 12rem !important
}

.u-margin-left--auto {
	margin-left: auto !important
}

.u-margin-left--none {
	margin-left: 0 !important
}

.u-margin-vertical {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important
}

.u-margin-vertical--xxs {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.u-margin-vertical--xs {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important
}

.u-margin-vertical--sm {
	margin-top: 6rem !important;
	margin-bottom: 6rem !important
}

.u-margin-vertical--md {
	margin-top: 8rem !important;
	margin-bottom: 8rem !important
}

.u-margin-vertical--lg {
	margin-top: 10rem !important;
	margin-bottom: 10rem !important
}

.u-margin-vertical--xl {
	margin-top: 12rem !important;
	margin-bottom: 12rem !important
}

.u-margin-vertical--auto {
	margin-top: auto !important;
	margin-bottom: auto !important
}

.u-margin-vertical--none {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.u-margin-horizontal {
	margin-left: 2rem !important;
	margin-right: 2rem !important
}

.u-margin-horizontal--xxs {
	margin-left: 1rem !important;
	margin-right: 1rem !important
}

.u-margin-horizontal--xs {
	margin-left: 4rem !important;
	margin-right: 4rem !important
}

.u-margin-horizontal--sm {
	margin-left: 6rem !important;
	margin-right: 6rem !important
}

.u-margin-horizontal--md {
	margin-left: 8rem !important;
	margin-right: 8rem !important
}

.u-margin-horizontal--lg {
	margin-left: 10rem !important;
	margin-right: 10rem !important
}

.u-margin-horizontal--xl {
	margin-left: 12rem !important;
	margin-right: 12rem !important
}

.u-margin-horizontal--auto {
	margin-left: auto !important;
	margin-right: auto !important
}

.u-margin-horizontal--none {
	margin-left: 0 !important;
	margin-right: 0 !important
}

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

.u-padding--xxs {
	padding: 1rem !important
}

.u-padding--xs {
	padding: 4rem !important
}

.u-padding--sm {
	padding: 6rem !important
}

.u-padding--md {
	padding: 8rem !important
}

.u-padding--lg {
	padding: 10rem !important
}

.u-padding--xl {
	padding: 12rem !important
}

.u-padding--auto {
	padding: auto !important
}

.u-padding--none {
	padding: 0 !important
}

.u-padding-top {
	padding-top: 2rem !important
}

.u-padding-top--xxs {
	padding-top: 1rem !important
}

.u-padding-top--xs {
	padding-top: 4rem !important
}

.u-padding-top--sm {
	padding-top: 6rem !important
}

.u-padding-top--md {
	padding-top: 8rem !important
}

.u-padding-top--lg {
	padding-top: 10rem !important
}

.u-padding-top--xl {
	padding-top: 12rem !important
}

.u-padding-top--auto {
	padding-top: auto !important
}

.u-padding-top--none {
	padding-top: 0 !important
}

.u-padding-bottom {
	padding-bottom: 2rem !important
}

.u-padding-bottom--xxs {
	padding-bottom: 1rem !important
}

.u-padding-bottom--xs {
	padding-bottom: 4rem !important
}

.u-padding-bottom--sm {
	padding-bottom: 6rem !important
}

.u-padding-bottom--md {
	padding-bottom: 8rem !important
}

.u-padding-bottom--lg {
	padding-bottom: 10rem !important
}

.u-padding-bottom--xl {
	padding-bottom: 12rem !important
}

.u-padding-bottom--auto {
	padding-bottom: auto !important
}

.u-padding-bottom--none {
	padding-bottom: 0 !important
}

.u-padding-right {
	padding-right: 2rem !important
}

.u-padding-right--xxs {
	padding-right: 1rem !important
}

.u-padding-right--xs {
	padding-right: 4rem !important
}

.u-padding-right--sm {
	padding-right: 6rem !important
}

.u-padding-right--md {
	padding-right: 8rem !important
}

.u-padding-right--lg {
	padding-right: 10rem !important
}

.u-padding-right--xl {
	padding-right: 12rem !important
}

.u-padding-right--auto {
	padding-right: auto !important
}

.u-padding-right--none {
	padding-right: 0 !important
}

.u-padding-left {
	padding-left: 2rem !important
}

.u-padding-left--xxs {
	padding-left: 1rem !important
}

.u-padding-left--xs {
	padding-left: 4rem !important
}

.u-padding-left--sm {
	padding-left: 6rem !important
}

.u-padding-left--md {
	padding-left: 8rem !important
}

.u-padding-left--lg {
	padding-left: 10rem !important
}

.u-padding-left--xl {
	padding-left: 12rem !important
}

.u-padding-left--auto {
	padding-left: auto !important
}

.u-padding-left--none {
	padding-left: 0 !important
}

.u-padding-vertical {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important
}

.u-padding-vertical--xxs {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.u-padding-vertical--xs {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important
}

.u-padding-vertical--sm {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important
}

.u-padding-vertical--md {
	padding-top: 8rem !important;
	padding-bottom: 8rem !important
}

.u-padding-vertical--lg {
	padding-top: 10rem !important;
	padding-bottom: 10rem !important
}

.u-padding-vertical--xl {
	padding-top: 12rem !important;
	padding-bottom: 12rem !important
}

.u-padding-vertical--auto {
	padding-top: auto !important;
	padding-bottom: auto !important
}

.u-padding-vertical--none {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.u-padding-horizontal {
	padding-left: 2rem !important;
	padding-right: 2rem !important
}

.u-padding-horizontal--xxs {
	padding-left: 1rem !important;
	padding-right: 1rem !important
}

.u-padding-horizontal--xs {
	padding-left: 4rem !important;
	padding-right: 4rem !important
}

.u-padding-horizontal--sm {
	padding-left: 6rem !important;
	padding-right: 6rem !important
}

.u-padding-horizontal--md {
	padding-left: 8rem !important;
	padding-right: 8rem !important
}

.u-padding-horizontal--lg {
	padding-left: 10rem !important;
	padding-right: 10rem !important
}

.u-padding-horizontal--xl {
	padding-left: 12rem !important;
	padding-right: 12rem !important
}

.u-padding-horizontal--auto {
	padding-left: auto !important;
	padding-right: auto !important
}

.u-padding-horizontal--none {
	padding-left: 0 !important;
	padding-right: 0 !important
}

@media ( max-width :87.49em) {
	.u-margin\@desktop {
		margin: 2rem !important
	}
	.u-margin--xxs\@desktop {
		margin: 1rem !important
	}
	.u-margin--xs\@desktop {
		margin: 4rem !important
	}
	.u-margin--sm\@desktop {
		margin: 6rem !important
	}
	.u-margin--md\@desktop {
		margin: 8rem !important
	}
	.u-margin--lg\@desktop {
		margin: 10rem !important
	}
	.u-margin--xl\@desktop {
		margin: 12rem !important
	}
	.u-margin--auto\@desktop {
		margin: auto !important
	}
	.u-margin--none\@desktop {
		margin: 0 !important
	}
	.u-margin-top\@desktop {
		margin-top: 2rem !important
	}
	.u-margin-top--xxs\@desktop {
		margin-top: 1rem !important
	}
	.u-margin-top--xs\@desktop {
		margin-top: 4rem !important
	}
	.u-margin-top--sm\@desktop {
		margin-top: 6rem !important
	}
	.u-margin-top--md\@desktop {
		margin-top: 8rem !important
	}
	.u-margin-top--lg\@desktop {
		margin-top: 10rem !important
	}
	.u-margin-top--xl\@desktop {
		margin-top: 12rem !important
	}
	.u-margin-top--auto\@desktop {
		margin-top: auto !important
	}
	.u-margin-top--none\@desktop {
		margin-top: 0 !important
	}
	.u-margin-bottom\@desktop {
		margin-bottom: 2rem !important
	}
	.u-margin-bottom--xxs\@desktop {
		margin-bottom: 1rem !important
	}
	.u-margin-bottom--xs\@desktop {
		margin-bottom: 4rem !important
	}
	.u-margin-bottom--sm\@desktop {
		margin-bottom: 6rem !important
	}
	.u-margin-bottom--md\@desktop {
		margin-bottom: 8rem !important
	}
	.u-margin-bottom--lg\@desktop {
		margin-bottom: 10rem !important
	}
	.u-margin-bottom--xl\@desktop {
		margin-bottom: 12rem !important
	}
	.u-margin-bottom--auto\@desktop {
		margin-bottom: auto !important
	}
	.u-margin-bottom--none\@desktop {
		margin-bottom: 0 !important
	}
	.u-margin-right\@desktop {
		margin-right: 2rem !important
	}
	.u-margin-right--xxs\@desktop {
		margin-right: 1rem !important
	}
	.u-margin-right--xs\@desktop {
		margin-right: 4rem !important
	}
	.u-margin-right--sm\@desktop {
		margin-right: 6rem !important
	}
	.u-margin-right--md\@desktop {
		margin-right: 8rem !important
	}
	.u-margin-right--lg\@desktop {
		margin-right: 10rem !important
	}
	.u-margin-right--xl\@desktop {
		margin-right: 12rem !important
	}
	.u-margin-right--auto\@desktop {
		margin-right: auto !important
	}
	.u-margin-right--none\@desktop {
		margin-right: 0 !important
	}
	.u-margin-left\@desktop {
		margin-left: 2rem !important
	}
	.u-margin-left--xxs\@desktop {
		margin-left: 1rem !important
	}
	.u-margin-left--xs\@desktop {
		margin-left: 4rem !important
	}
	.u-margin-left--sm\@desktop {
		margin-left: 6rem !important
	}
	.u-margin-left--md\@desktop {
		margin-left: 8rem !important
	}
	.u-margin-left--lg\@desktop {
		margin-left: 10rem !important
	}
	.u-margin-left--xl\@desktop {
		margin-left: 12rem !important
	}
	.u-margin-left--auto\@desktop {
		margin-left: auto !important
	}
	.u-margin-left--none\@desktop {
		margin-left: 0 !important
	}
	.u-margin-vertical\@desktop {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}
	.u-margin-vertical--xxs\@desktop {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}
	.u-margin-vertical--xs\@desktop {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}
	.u-margin-vertical--sm\@desktop {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}
	.u-margin-vertical--md\@desktop {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}
	.u-margin-vertical--lg\@desktop {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}
	.u-margin-vertical--xl\@desktop {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}
	.u-margin-vertical--auto\@desktop {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
	.u-margin-vertical--none\@desktop {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}
	.u-margin-horizontal\@desktop {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}
	.u-margin-horizontal--xxs\@desktop {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}
	.u-margin-horizontal--xs\@desktop {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}
	.u-margin-horizontal--sm\@desktop {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}
	.u-margin-horizontal--md\@desktop {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}
	.u-margin-horizontal--lg\@desktop {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}
	.u-margin-horizontal--xl\@desktop {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}
	.u-margin-horizontal--auto\@desktop {
		margin-left: auto !important;
		margin-right: auto !important
	}
	.u-margin-horizontal--none\@desktop {
		margin-left: 0 !important;
		margin-right: 0 !important
	}
	.u-padding\@desktop {
		padding: 2rem !important
	}
	.u-padding--xxs\@desktop {
		padding: 1rem !important
	}
	.u-padding--xs\@desktop {
		padding: 4rem !important
	}
	.u-padding--sm\@desktop {
		padding: 6rem !important
	}
	.u-padding--md\@desktop {
		padding: 8rem !important
	}
	.u-padding--lg\@desktop {
		padding: 10rem !important
	}
	.u-padding--xl\@desktop {
		padding: 12rem !important
	}
	.u-padding--auto\@desktop {
		padding: auto !important
	}
	.u-padding--none\@desktop {
		padding: 0 !important
	}
	.u-padding-top\@desktop {
		padding-top: 2rem !important
	}
	.u-padding-top--xxs\@desktop {
		padding-top: 1rem !important
	}
	.u-padding-top--xs\@desktop {
		padding-top: 4rem !important
	}
	.u-padding-top--sm\@desktop {
		padding-top: 6rem !important
	}
	.u-padding-top--md\@desktop {
		padding-top: 8rem !important
	}
	.u-padding-top--lg\@desktop {
		padding-top: 10rem !important
	}
	.u-padding-top--xl\@desktop {
		padding-top: 12rem !important
	}
	.u-padding-top--auto\@desktop {
		padding-top: auto !important
	}
	.u-padding-top--none\@desktop {
		padding-top: 0 !important
	}
	.u-padding-bottom\@desktop {
		padding-bottom: 2rem !important
	}
	.u-padding-bottom--xxs\@desktop {
		padding-bottom: 1rem !important
	}
	.u-padding-bottom--xs\@desktop {
		padding-bottom: 4rem !important
	}
	.u-padding-bottom--sm\@desktop {
		padding-bottom: 6rem !important
	}
	.u-padding-bottom--md\@desktop {
		padding-bottom: 8rem !important
	}
	.u-padding-bottom--lg\@desktop {
		padding-bottom: 10rem !important
	}
	.u-padding-bottom--xl\@desktop {
		padding-bottom: 12rem !important
	}
	.u-padding-bottom--auto\@desktop {
		padding-bottom: auto !important
	}
	.u-padding-bottom--none\@desktop {
		padding-bottom: 0 !important
	}
	.u-padding-right\@desktop {
		padding-right: 2rem !important
	}
	.u-padding-right--xxs\@desktop {
		padding-right: 1rem !important
	}
	.u-padding-right--xs\@desktop {
		padding-right: 4rem !important
	}
	.u-padding-right--sm\@desktop {
		padding-right: 6rem !important
	}
	.u-padding-right--md\@desktop {
		padding-right: 8rem !important
	}
	.u-padding-right--lg\@desktop {
		padding-right: 10rem !important
	}
	.u-padding-right--xl\@desktop {
		padding-right: 12rem !important
	}
	.u-padding-right--auto\@desktop {
		padding-right: auto !important
	}
	.u-padding-right--none\@desktop {
		padding-right: 0 !important
	}
	.u-padding-left\@desktop {
		padding-left: 2rem !important
	}
	.u-padding-left--xxs\@desktop {
		padding-left: 1rem !important
	}
	.u-padding-left--xs\@desktop {
		padding-left: 4rem !important
	}
	.u-padding-left--sm\@desktop {
		padding-left: 6rem !important
	}
	.u-padding-left--md\@desktop {
		padding-left: 8rem !important
	}
	.u-padding-left--lg\@desktop {
		padding-left: 10rem !important
	}
	.u-padding-left--xl\@desktop {
		padding-left: 12rem !important
	}
	.u-padding-left--auto\@desktop {
		padding-left: auto !important
	}
	.u-padding-left--none\@desktop {
		padding-left: 0 !important
	}
	.u-padding-vertical\@desktop {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}
	.u-padding-vertical--xxs\@desktop {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}
	.u-padding-vertical--xs\@desktop {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}
	.u-padding-vertical--sm\@desktop {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}
	.u-padding-vertical--md\@desktop {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important
	}
	.u-padding-vertical--lg\@desktop {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important
	}
	.u-padding-vertical--xl\@desktop {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important
	}
	.u-padding-vertical--auto\@desktop {
		padding-top: auto !important;
		padding-bottom: auto !important
	}
	.u-padding-vertical--none\@desktop {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}
	.u-padding-horizontal\@desktop {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}
	.u-padding-horizontal--xxs\@desktop {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}
	.u-padding-horizontal--xs\@desktop {
		padding-left: 4rem !important;
		padding-right: 4rem !important
	}
	.u-padding-horizontal--sm\@desktop {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}
	.u-padding-horizontal--md\@desktop {
		padding-left: 8rem !important;
		padding-right: 8rem !important
	}
	.u-padding-horizontal--lg\@desktop {
		padding-left: 10rem !important;
		padding-right: 10rem !important
	}
	.u-padding-horizontal--xl\@desktop {
		padding-left: 12rem !important;
		padding-right: 12rem !important
	}
	.u-padding-horizontal--auto\@desktop {
		padding-left: auto !important;
		padding-right: auto !important
	}
	.u-padding-horizontal--none\@desktop {
		padding-left: 0 !important;
		padding-right: 0 !important
	}
}

@media ( max-width :63.99em) {
	.u-margin\@tablet {
		margin: 2rem !important
	}
	.u-margin--xxs\@tablet {
		margin: 1rem !important
	}
	.u-margin--xs\@tablet {
		margin: 4rem !important
	}
	.u-margin--sm\@tablet {
		margin: 6rem !important
	}
	.u-margin--md\@tablet {
		margin: 8rem !important
	}
	.u-margin--lg\@tablet {
		margin: 10rem !important
	}
	.u-margin--xl\@tablet {
		margin: 12rem !important
	}
	.u-margin--auto\@tablet {
		margin: auto !important
	}
	.u-margin--none\@tablet {
		margin: 0 !important
	}
	.u-margin-top\@tablet {
		margin-top: 2rem !important
	}
	.u-margin-top--xxs\@tablet {
		margin-top: 1rem !important
	}
	.u-margin-top--xs\@tablet {
		margin-top: 4rem !important
	}
	.u-margin-top--sm\@tablet {
		margin-top: 6rem !important
	}
	.u-margin-top--md\@tablet {
		margin-top: 8rem !important
	}
	.u-margin-top--lg\@tablet {
		margin-top: 10rem !important
	}
	.u-margin-top--xl\@tablet {
		margin-top: 12rem !important
	}
	.u-margin-top--auto\@tablet {
		margin-top: auto !important
	}
	.u-margin-top--none\@tablet {
		margin-top: 0 !important
	}
	.u-margin-bottom\@tablet {
		margin-bottom: 2rem !important
	}
	.u-margin-bottom--xxs\@tablet {
		margin-bottom: 1rem !important
	}
	.u-margin-bottom--xs\@tablet {
		margin-bottom: 4rem !important
	}
	.u-margin-bottom--sm\@tablet {
		margin-bottom: 6rem !important
	}
	.u-margin-bottom--md\@tablet {
		margin-bottom: 8rem !important
	}
	.u-margin-bottom--lg\@tablet {
		margin-bottom: 10rem !important
	}
	.u-margin-bottom--xl\@tablet {
		margin-bottom: 12rem !important
	}
	.u-margin-bottom--auto\@tablet {
		margin-bottom: auto !important
	}
	.u-margin-bottom--none\@tablet {
		margin-bottom: 0 !important
	}
	.u-margin-right\@tablet {
		margin-right: 2rem !important
	}
	.u-margin-right--xxs\@tablet {
		margin-right: 1rem !important
	}
	.u-margin-right--xs\@tablet {
		margin-right: 4rem !important
	}
	.u-margin-right--sm\@tablet {
		margin-right: 6rem !important
	}
	.u-margin-right--md\@tablet {
		margin-right: 8rem !important
	}
	.u-margin-right--lg\@tablet {
		margin-right: 10rem !important
	}
	.u-margin-right--xl\@tablet {
		margin-right: 12rem !important
	}
	.u-margin-right--auto\@tablet {
		margin-right: auto !important
	}
	.u-margin-right--none\@tablet {
		margin-right: 0 !important
	}
	.u-margin-left\@tablet {
		margin-left: 2rem !important
	}
	.u-margin-left--xxs\@tablet {
		margin-left: 1rem !important
	}
	.u-margin-left--xs\@tablet {
		margin-left: 4rem !important
	}
	.u-margin-left--sm\@tablet {
		margin-left: 6rem !important
	}
	.u-margin-left--md\@tablet {
		margin-left: 8rem !important
	}
	.u-margin-left--lg\@tablet {
		margin-left: 10rem !important
	}
	.u-margin-left--xl\@tablet {
		margin-left: 12rem !important
	}
	.u-margin-left--auto\@tablet {
		margin-left: auto !important
	}
	.u-margin-left--none\@tablet {
		margin-left: 0 !important
	}
	.u-margin-vertical\@tablet {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}
	.u-margin-vertical--xxs\@tablet {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}
	.u-margin-vertical--xs\@tablet {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}
	.u-margin-vertical--sm\@tablet {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}
	.u-margin-vertical--md\@tablet {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}
	.u-margin-vertical--lg\@tablet {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}
	.u-margin-vertical--xl\@tablet {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}
	.u-margin-vertical--auto\@tablet {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
	.u-margin-vertical--none\@tablet {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}
	.u-margin-horizontal\@tablet {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}
	.u-margin-horizontal--xxs\@tablet {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}
	.u-margin-horizontal--xs\@tablet {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}
	.u-margin-horizontal--sm\@tablet {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}
	.u-margin-horizontal--md\@tablet {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}
	.u-margin-horizontal--lg\@tablet {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}
	.u-margin-horizontal--xl\@tablet {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}
	.u-margin-horizontal--auto\@tablet {
		margin-left: auto !important;
		margin-right: auto !important
	}
	.u-margin-horizontal--none\@tablet {
		margin-left: 0 !important;
		margin-right: 0 !important
	}
	.u-padding\@tablet {
		padding: 2rem !important
	}
	.u-padding--xxs\@tablet {
		padding: 1rem !important
	}
	.u-padding--xs\@tablet {
		padding: 4rem !important
	}
	.u-padding--sm\@tablet {
		padding: 6rem !important
	}
	.u-padding--md\@tablet {
		padding: 8rem !important
	}
	.u-padding--lg\@tablet {
		padding: 10rem !important
	}
	.u-padding--xl\@tablet {
		padding: 12rem !important
	}
	.u-padding--auto\@tablet {
		padding: auto !important
	}
	.u-padding--none\@tablet {
		padding: 0 !important
	}
	.u-padding-top\@tablet {
		padding-top: 2rem !important
	}
	.u-padding-top--xxs\@tablet {
		padding-top: 1rem !important
	}
	.u-padding-top--xs\@tablet {
		padding-top: 4rem !important
	}
	.u-padding-top--sm\@tablet {
		padding-top: 6rem !important
	}
	.u-padding-top--md\@tablet {
		padding-top: 8rem !important
	}
	.u-padding-top--lg\@tablet {
		padding-top: 10rem !important
	}
	.u-padding-top--xl\@tablet {
		padding-top: 12rem !important
	}
	.u-padding-top--auto\@tablet {
		padding-top: auto !important
	}
	.u-padding-top--none\@tablet {
		padding-top: 0 !important
	}
	.u-padding-bottom\@tablet {
		padding-bottom: 2rem !important
	}
	.u-padding-bottom--xxs\@tablet {
		padding-bottom: 1rem !important
	}
	.u-padding-bottom--xs\@tablet {
		padding-bottom: 4rem !important
	}
	.u-padding-bottom--sm\@tablet {
		padding-bottom: 6rem !important
	}
	.u-padding-bottom--md\@tablet {
		padding-bottom: 8rem !important
	}
	.u-padding-bottom--lg\@tablet {
		padding-bottom: 10rem !important
	}
	.u-padding-bottom--xl\@tablet {
		padding-bottom: 12rem !important
	}
	.u-padding-bottom--auto\@tablet {
		padding-bottom: auto !important
	}
	.u-padding-bottom--none\@tablet {
		padding-bottom: 0 !important
	}
	.u-padding-right\@tablet {
		padding-right: 2rem !important
	}
	.u-padding-right--xxs\@tablet {
		padding-right: 1rem !important
	}
	.u-padding-right--xs\@tablet {
		padding-right: 4rem !important
	}
	.u-padding-right--sm\@tablet {
		padding-right: 6rem !important
	}
	.u-padding-right--md\@tablet {
		padding-right: 8rem !important
	}
	.u-padding-right--lg\@tablet {
		padding-right: 10rem !important
	}
	.u-padding-right--xl\@tablet {
		padding-right: 12rem !important
	}
	.u-padding-right--auto\@tablet {
		padding-right: auto !important
	}
	.u-padding-right--none\@tablet {
		padding-right: 0 !important
	}
	.u-padding-left\@tablet {
		padding-left: 2rem !important
	}
	.u-padding-left--xxs\@tablet {
		padding-left: 1rem !important
	}
	.u-padding-left--xs\@tablet {
		padding-left: 4rem !important
	}
	.u-padding-left--sm\@tablet {
		padding-left: 6rem !important
	}
	.u-padding-left--md\@tablet {
		padding-left: 8rem !important
	}
	.u-padding-left--lg\@tablet {
		padding-left: 10rem !important
	}
	.u-padding-left--xl\@tablet {
		padding-left: 12rem !important
	}
	.u-padding-left--auto\@tablet {
		padding-left: auto !important
	}
	.u-padding-left--none\@tablet {
		padding-left: 0 !important
	}
	.u-padding-vertical\@tablet {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}
	.u-padding-vertical--xxs\@tablet {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}
	.u-padding-vertical--xs\@tablet {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}
	.u-padding-vertical--sm\@tablet {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}
	.u-padding-vertical--md\@tablet {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important
	}
	.u-padding-vertical--lg\@tablet {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important
	}
	.u-padding-vertical--xl\@tablet {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important
	}
	.u-padding-vertical--auto\@tablet {
		padding-top: auto !important;
		padding-bottom: auto !important
	}
	.u-padding-vertical--none\@tablet {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}
	.u-padding-horizontal\@tablet {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}
	.u-padding-horizontal--xxs\@tablet {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}
	.u-padding-horizontal--xs\@tablet {
		padding-left: 4rem !important;
		padding-right: 4rem !important
	}
	.u-padding-horizontal--sm\@tablet {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}
	.u-padding-horizontal--md\@tablet {
		padding-left: 8rem !important;
		padding-right: 8rem !important
	}
	.u-padding-horizontal--lg\@tablet {
		padding-left: 10rem !important;
		padding-right: 10rem !important
	}
	.u-padding-horizontal--xl\@tablet {
		padding-left: 12rem !important;
		padding-right: 12rem !important
	}
	.u-padding-horizontal--auto\@tablet {
		padding-left: auto !important;
		padding-right: auto !important
	}
	.u-padding-horizontal--none\@tablet {
		padding-left: 0 !important;
		padding-right: 0 !important
	}
}

@media ( max-width :47.99em) {
	.u-margin\@phablet {
		margin: 2rem !important
	}
	.u-margin--xxs\@phablet {
		margin: 1rem !important
	}
	.u-margin--xs\@phablet {
		margin: 4rem !important
	}
	.u-margin--sm\@phablet {
		margin: 6rem !important
	}
	.u-margin--md\@phablet {
		margin: 8rem !important
	}
	.u-margin--lg\@phablet {
		margin: 10rem !important
	}
	.u-margin--xl\@phablet {
		margin: 12rem !important
	}
	.u-margin--auto\@phablet {
		margin: auto !important
	}
	.u-margin--none\@phablet {
		margin: 0 !important
	}
	.u-margin-top\@phablet {
		margin-top: 2rem !important
	}
	.u-margin-top--xxs\@phablet {
		margin-top: 1rem !important
	}
	.u-margin-top--xs\@phablet {
		margin-top: 4rem !important
	}
	.u-margin-top--sm\@phablet {
		margin-top: 6rem !important
	}
	.u-margin-top--md\@phablet {
		margin-top: 8rem !important
	}
	.u-margin-top--lg\@phablet {
		margin-top: 10rem !important
	}
	.u-margin-top--xl\@phablet {
		margin-top: 12rem !important
	}
	.u-margin-top--auto\@phablet {
		margin-top: auto !important
	}
	.u-margin-top--none\@phablet {
		margin-top: 0 !important
	}
	.u-margin-bottom\@phablet {
		margin-bottom: 2rem !important
	}
	.u-margin-bottom--xxs\@phablet {
		margin-bottom: 1rem !important
	}
	.u-margin-bottom--xs\@phablet {
		margin-bottom: 4rem !important
	}
	.u-margin-bottom--sm\@phablet {
		margin-bottom: 6rem !important
	}
	.u-margin-bottom--md\@phablet {
		margin-bottom: 8rem !important
	}
	.u-margin-bottom--lg\@phablet {
		margin-bottom: 10rem !important
	}
	.u-margin-bottom--xl\@phablet {
		margin-bottom: 12rem !important
	}
	.u-margin-bottom--auto\@phablet {
		margin-bottom: auto !important
	}
	.u-margin-bottom--none\@phablet {
		margin-bottom: 0 !important
	}
	.u-margin-right\@phablet {
		margin-right: 2rem !important
	}
	.u-margin-right--xxs\@phablet {
		margin-right: 1rem !important
	}
	.u-margin-right--xs\@phablet {
		margin-right: 4rem !important
	}
	.u-margin-right--sm\@phablet {
		margin-right: 6rem !important
	}
	.u-margin-right--md\@phablet {
		margin-right: 8rem !important
	}
	.u-margin-right--lg\@phablet {
		margin-right: 10rem !important
	}
	.u-margin-right--xl\@phablet {
		margin-right: 12rem !important
	}
	.u-margin-right--auto\@phablet {
		margin-right: auto !important
	}
	.u-margin-right--none\@phablet {
		margin-right: 0 !important
	}
	.u-margin-left\@phablet {
		margin-left: 2rem !important
	}
	.u-margin-left--xxs\@phablet {
		margin-left: 1rem !important
	}
	.u-margin-left--xs\@phablet {
		margin-left: 4rem !important
	}
	.u-margin-left--sm\@phablet {
		margin-left: 6rem !important
	}
	.u-margin-left--md\@phablet {
		margin-left: 8rem !important
	}
	.u-margin-left--lg\@phablet {
		margin-left: 10rem !important
	}
	.u-margin-left--xl\@phablet {
		margin-left: 12rem !important
	}
	.u-margin-left--auto\@phablet {
		margin-left: auto !important
	}
	.u-margin-left--none\@phablet {
		margin-left: 0 !important
	}
	.u-margin-vertical\@phablet {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}
	.u-margin-vertical--xxs\@phablet {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}
	.u-margin-vertical--xs\@phablet {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}
	.u-margin-vertical--sm\@phablet {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}
	.u-margin-vertical--md\@phablet {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}
	.u-margin-vertical--lg\@phablet {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}
	.u-margin-vertical--xl\@phablet {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}
	.u-margin-vertical--auto\@phablet {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
	.u-margin-vertical--none\@phablet {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}
	.u-margin-horizontal\@phablet {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}
	.u-margin-horizontal--xxs\@phablet {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}
	.u-margin-horizontal--xs\@phablet {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}
	.u-margin-horizontal--sm\@phablet {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}
	.u-margin-horizontal--md\@phablet {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}
	.u-margin-horizontal--lg\@phablet {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}
	.u-margin-horizontal--xl\@phablet {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}
	.u-margin-horizontal--auto\@phablet {
		margin-left: auto !important;
		margin-right: auto !important
	}
	.u-margin-horizontal--none\@phablet {
		margin-left: 0 !important;
		margin-right: 0 !important
	}
	.u-padding\@phablet {
		padding: 2rem !important
	}
	.u-padding--xxs\@phablet {
		padding: 1rem !important
	}
	.u-padding--xs\@phablet {
		padding: 4rem !important
	}
	.u-padding--sm\@phablet {
		padding: 6rem !important
	}
	.u-padding--md\@phablet {
		padding: 8rem !important
	}
	.u-padding--lg\@phablet {
		padding: 10rem !important
	}
	.u-padding--xl\@phablet {
		padding: 12rem !important
	}
	.u-padding--auto\@phablet {
		padding: auto !important
	}
	.u-padding--none\@phablet {
		padding: 0 !important
	}
	.u-padding-top\@phablet {
		padding-top: 2rem !important
	}
	.u-padding-top--xxs\@phablet {
		padding-top: 1rem !important
	}
	.u-padding-top--xs\@phablet {
		padding-top: 4rem !important
	}
	.u-padding-top--sm\@phablet {
		padding-top: 6rem !important
	}
	.u-padding-top--md\@phablet {
		padding-top: 8rem !important
	}
	.u-padding-top--lg\@phablet {
		padding-top: 10rem !important
	}
	.u-padding-top--xl\@phablet {
		padding-top: 12rem !important
	}
	.u-padding-top--auto\@phablet {
		padding-top: auto !important
	}
	.u-padding-top--none\@phablet {
		padding-top: 0 !important
	}
	.u-padding-bottom\@phablet {
		padding-bottom: 2rem !important
	}
	.u-padding-bottom--xxs\@phablet {
		padding-bottom: 1rem !important
	}
	.u-padding-bottom--xs\@phablet {
		padding-bottom: 4rem !important
	}
	.u-padding-bottom--sm\@phablet {
		padding-bottom: 6rem !important
	}
	.u-padding-bottom--md\@phablet {
		padding-bottom: 8rem !important
	}
	.u-padding-bottom--lg\@phablet {
		padding-bottom: 10rem !important
	}
	.u-padding-bottom--xl\@phablet {
		padding-bottom: 12rem !important
	}
	.u-padding-bottom--auto\@phablet {
		padding-bottom: auto !important
	}
	.u-padding-bottom--none\@phablet {
		padding-bottom: 0 !important
	}
	.u-padding-right\@phablet {
		padding-right: 2rem !important
	}
	.u-padding-right--xxs\@phablet {
		padding-right: 1rem !important
	}
	.u-padding-right--xs\@phablet {
		padding-right: 4rem !important
	}
	.u-padding-right--sm\@phablet {
		padding-right: 6rem !important
	}
	.u-padding-right--md\@phablet {
		padding-right: 8rem !important
	}
	.u-padding-right--lg\@phablet {
		padding-right: 10rem !important
	}
	.u-padding-right--xl\@phablet {
		padding-right: 12rem !important
	}
	.u-padding-right--auto\@phablet {
		padding-right: auto !important
	}
	.u-padding-right--none\@phablet {
		padding-right: 0 !important
	}
	.u-padding-left\@phablet {
		padding-left: 2rem !important
	}
	.u-padding-left--xxs\@phablet {
		padding-left: 1rem !important
	}
	.u-padding-left--xs\@phablet {
		padding-left: 4rem !important
	}
	.u-padding-left--sm\@phablet {
		padding-left: 6rem !important
	}
	.u-padding-left--md\@phablet {
		padding-left: 8rem !important
	}
	.u-padding-left--lg\@phablet {
		padding-left: 10rem !important
	}
	.u-padding-left--xl\@phablet {
		padding-left: 12rem !important
	}
	.u-padding-left--auto\@phablet {
		padding-left: auto !important
	}
	.u-padding-left--none\@phablet {
		padding-left: 0 !important
	}
	.u-padding-vertical\@phablet {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}
	.u-padding-vertical--xxs\@phablet {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}
	.u-padding-vertical--xs\@phablet {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}
	.u-padding-vertical--sm\@phablet {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}
	.u-padding-vertical--md\@phablet {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important
	}
	.u-padding-vertical--lg\@phablet {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important
	}
	.u-padding-vertical--xl\@phablet {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important
	}
	.u-padding-vertical--auto\@phablet {
		padding-top: auto !important;
		padding-bottom: auto !important
	}
	.u-padding-vertical--none\@phablet {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}
	.u-padding-horizontal\@phablet {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}
	.u-padding-horizontal--xxs\@phablet {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}
	.u-padding-horizontal--xs\@phablet {
		padding-left: 4rem !important;
		padding-right: 4rem !important
	}
	.u-padding-horizontal--sm\@phablet {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}
	.u-padding-horizontal--md\@phablet {
		padding-left: 8rem !important;
		padding-right: 8rem !important
	}
	.u-padding-horizontal--lg\@phablet {
		padding-left: 10rem !important;
		padding-right: 10rem !important
	}
	.u-padding-horizontal--xl\@phablet {
		padding-left: 12rem !important;
		padding-right: 12rem !important
	}
	.u-padding-horizontal--auto\@phablet {
		padding-left: auto !important;
		padding-right: auto !important
	}
	.u-padding-horizontal--none\@phablet {
		padding-left: 0 !important;
		padding-right: 0 !important
	}
}

@media ( max-width :29.99em) {
	.u-margin\@mobile {
		margin: 2rem !important
	}
	.u-margin--xxs\@mobile {
		margin: 1rem !important
	}
	.u-margin--xs\@mobile {
		margin: 4rem !important
	}
	.u-margin--sm\@mobile {
		margin: 6rem !important
	}
	.u-margin--md\@mobile {
		margin: 8rem !important
	}
	.u-margin--lg\@mobile {
		margin: 10rem !important
	}
	.u-margin--xl\@mobile {
		margin: 12rem !important
	}
	.u-margin--auto\@mobile {
		margin: auto !important
	}
	.u-margin--none\@mobile {
		margin: 0 !important
	}
	.u-margin-top\@mobile {
		margin-top: 2rem !important
	}
	.u-margin-top--xxs\@mobile {
		margin-top: 1rem !important
	}
	.u-margin-top--xs\@mobile {
		margin-top: 4rem !important
	}
	.u-margin-top--sm\@mobile {
		margin-top: 6rem !important
	}
	.u-margin-top--md\@mobile {
		margin-top: 8rem !important
	}
	.u-margin-top--lg\@mobile {
		margin-top: 10rem !important
	}
	.u-margin-top--xl\@mobile {
		margin-top: 12rem !important
	}
	.u-margin-top--auto\@mobile {
		margin-top: auto !important
	}
	.u-margin-top--none\@mobile {
		margin-top: 0 !important
	}
	.u-margin-bottom\@mobile {
		margin-bottom: 2rem !important
	}
	.u-margin-bottom--xxs\@mobile {
		margin-bottom: 1rem !important
	}
	.u-margin-bottom--xs\@mobile {
		margin-bottom: 4rem !important
	}
	.u-margin-bottom--sm\@mobile {
		margin-bottom: 6rem !important
	}
	.u-margin-bottom--md\@mobile {
		margin-bottom: 8rem !important
	}
	.u-margin-bottom--lg\@mobile {
		margin-bottom: 10rem !important
	}
	.u-margin-bottom--xl\@mobile {
		margin-bottom: 12rem !important
	}
	.u-margin-bottom--auto\@mobile {
		margin-bottom: auto !important
	}
	.u-margin-bottom--none\@mobile {
		margin-bottom: 0 !important
	}
	.u-margin-right\@mobile {
		margin-right: 2rem !important
	}
	.u-margin-right--xxs\@mobile {
		margin-right: 1rem !important
	}
	.u-margin-right--xs\@mobile {
		margin-right: 4rem !important
	}
	.u-margin-right--sm\@mobile {
		margin-right: 6rem !important
	}
	.u-margin-right--md\@mobile {
		margin-right: 8rem !important
	}
	.u-margin-right--lg\@mobile {
		margin-right: 10rem !important
	}
	.u-margin-right--xl\@mobile {
		margin-right: 12rem !important
	}
	.u-margin-right--auto\@mobile {
		margin-right: auto !important
	}
	.u-margin-right--none\@mobile {
		margin-right: 0 !important
	}
	.u-margin-left\@mobile {
		margin-left: 2rem !important
	}
	.u-margin-left--xxs\@mobile {
		margin-left: 1rem !important
	}
	.u-margin-left--xs\@mobile {
		margin-left: 4rem !important
	}
	.u-margin-left--sm\@mobile {
		margin-left: 6rem !important
	}
	.u-margin-left--md\@mobile {
		margin-left: 8rem !important
	}
	.u-margin-left--lg\@mobile {
		margin-left: 10rem !important
	}
	.u-margin-left--xl\@mobile {
		margin-left: 12rem !important
	}
	.u-margin-left--auto\@mobile {
		margin-left: auto !important
	}
	.u-margin-left--none\@mobile {
		margin-left: 0 !important
	}
	.u-margin-vertical\@mobile {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}
	.u-margin-vertical--xxs\@mobile {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}
	.u-margin-vertical--xs\@mobile {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}
	.u-margin-vertical--sm\@mobile {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}
	.u-margin-vertical--md\@mobile {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}
	.u-margin-vertical--lg\@mobile {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}
	.u-margin-vertical--xl\@mobile {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}
	.u-margin-vertical--auto\@mobile {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
	.u-margin-vertical--none\@mobile {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}
	.u-margin-horizontal\@mobile {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}
	.u-margin-horizontal--xxs\@mobile {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}
	.u-margin-horizontal--xs\@mobile {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}
	.u-margin-horizontal--sm\@mobile {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}
	.u-margin-horizontal--md\@mobile {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}
	.u-margin-horizontal--lg\@mobile {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}
	.u-margin-horizontal--xl\@mobile {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}
	.u-margin-horizontal--auto\@mobile {
		margin-left: auto !important;
		margin-right: auto !important
	}
	.u-margin-horizontal--none\@mobile {
		margin-left: 0 !important;
		margin-right: 0 !important
	}
	.u-padding\@mobile {
		padding: 2rem !important
	}
	.u-padding--xxs\@mobile {
		padding: 1rem !important
	}
	.u-padding--xs\@mobile {
		padding: 4rem !important
	}
	.u-padding--sm\@mobile {
		padding: 6rem !important
	}
	.u-padding--md\@mobile {
		padding: 8rem !important
	}
	.u-padding--lg\@mobile {
		padding: 10rem !important
	}
	.u-padding--xl\@mobile {
		padding: 12rem !important
	}
	.u-padding--auto\@mobile {
		padding: auto !important
	}
	.u-padding--none\@mobile {
		padding: 0 !important
	}
	.u-padding-top\@mobile {
		padding-top: 2rem !important
	}
	.u-padding-top--xxs\@mobile {
		padding-top: 1rem !important
	}
	.u-padding-top--xs\@mobile {
		padding-top: 4rem !important
	}
	.u-padding-top--sm\@mobile {
		padding-top: 6rem !important
	}
	.u-padding-top--md\@mobile {
		padding-top: 8rem !important
	}
	.u-padding-top--lg\@mobile {
		padding-top: 10rem !important
	}
	.u-padding-top--xl\@mobile {
		padding-top: 12rem !important
	}
	.u-padding-top--auto\@mobile {
		padding-top: auto !important
	}
	.u-padding-top--none\@mobile {
		padding-top: 0 !important
	}
	.u-padding-bottom\@mobile {
		padding-bottom: 2rem !important
	}
	.u-padding-bottom--xxs\@mobile {
		padding-bottom: 1rem !important
	}
	.u-padding-bottom--xs\@mobile {
		padding-bottom: 4rem !important
	}
	.u-padding-bottom--sm\@mobile {
		padding-bottom: 6rem !important
	}
	.u-padding-bottom--md\@mobile {
		padding-bottom: 8rem !important
	}
	.u-padding-bottom--lg\@mobile {
		padding-bottom: 10rem !important
	}
	.u-padding-bottom--xl\@mobile {
		padding-bottom: 12rem !important
	}
	.u-padding-bottom--auto\@mobile {
		padding-bottom: auto !important
	}
	.u-padding-bottom--none\@mobile {
		padding-bottom: 0 !important
	}
	.u-padding-right\@mobile {
		padding-right: 2rem !important
	}
	.u-padding-right--xxs\@mobile {
		padding-right: 1rem !important
	}
	.u-padding-right--xs\@mobile {
		padding-right: 4rem !important
	}
	.u-padding-right--sm\@mobile {
		padding-right: 6rem !important
	}
	.u-padding-right--md\@mobile {
		padding-right: 8rem !important
	}
	.u-padding-right--lg\@mobile {
		padding-right: 10rem !important
	}
	.u-padding-right--xl\@mobile {
		padding-right: 12rem !important
	}
	.u-padding-right--auto\@mobile {
		padding-right: auto !important
	}
	.u-padding-right--none\@mobile {
		padding-right: 0 !important
	}
	.u-padding-left\@mobile {
		padding-left: 2rem !important
	}
	.u-padding-left--xxs\@mobile {
		padding-left: 1rem !important
	}
	.u-padding-left--xs\@mobile {
		padding-left: 4rem !important
	}
	.u-padding-left--sm\@mobile {
		padding-left: 6rem !important
	}
	.u-padding-left--md\@mobile {
		padding-left: 8rem !important
	}
	.u-padding-left--lg\@mobile {
		padding-left: 10rem !important
	}
	.u-padding-left--xl\@mobile {
		padding-left: 12rem !important
	}
	.u-padding-left--auto\@mobile {
		padding-left: auto !important
	}
	.u-padding-left--none\@mobile {
		padding-left: 0 !important
	}
	.u-padding-vertical\@mobile {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}
	.u-padding-vertical--xxs\@mobile {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}
	.u-padding-vertical--xs\@mobile {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}
	.u-padding-vertical--sm\@mobile {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}
	.u-padding-vertical--md\@mobile {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important
	}
	.u-padding-vertical--lg\@mobile {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important
	}
	.u-padding-vertical--xl\@mobile {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important
	}
	.u-padding-vertical--auto\@mobile {
		padding-top: auto !important;
		padding-bottom: auto !important
	}
	.u-padding-vertical--none\@mobile {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}
	.u-padding-horizontal\@mobile {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}
	.u-padding-horizontal--xxs\@mobile {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}
	.u-padding-horizontal--xs\@mobile {
		padding-left: 4rem !important;
		padding-right: 4rem !important
	}
	.u-padding-horizontal--sm\@mobile {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}
	.u-padding-horizontal--md\@mobile {
		padding-left: 8rem !important;
		padding-right: 8rem !important
	}
	.u-padding-horizontal--lg\@mobile {
		padding-left: 10rem !important;
		padding-right: 10rem !important
	}
	.u-padding-horizontal--xl\@mobile {
		padding-left: 12rem !important;
		padding-right: 12rem !important
	}
	.u-padding-horizontal--auto\@mobile {
		padding-left: auto !important;
		padding-right: auto !important
	}
	.u-padding-horizontal--none\@mobile {
		padding-left: 0 !important;
		padding-right: 0 !important
	}
}

.u-centered {
	margin-left: 16% !important;
	margin-right: 16% !important
}

@media ( max-width :87.49em) {
	.u-centered {
		margin-left: 10% !important;
		margin-right: 10% !important
	}
}

@media ( max-width :63.99em) {
	.u-centered {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}
}

.u-img-responsive {
	width: 100% !important;
	height: auto !important
}

.u-img-fluid {
	max-width: 100% !important;
	height: auto !important
}

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

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

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

@media ( max-width :87.49em) {
	.u-align--right\@desktop {
		text-align: right !important
	}
	.u-align--center\@desktop {
		text-align: center !important
	}
	.u-align--left\@desktop {
		text-align: left !important
	}
}

@media ( max-width :63.99em) {
	.u-align--right\@tablet {
		text-align: right !important
	}
	.u-align--center\@tablet {
		text-align: center !important
	}
	.u-align--left\@tablet {
		text-align: left !important
	}
}

@media ( max-width :47.99em) {
	.u-align--right\@phablet {
		text-align: right !important
	}
	.u-align--center\@phablet {
		text-align: center !important
	}
	.u-align--left\@phablet {
		text-align: left !important
	}
}

@media ( max-width :29.99em) {
	.u-align--right\@mobile {
		text-align: right !important
	}
	.u-align--center\@mobile {
		text-align: center !important
	}
	.u-align--left\@mobile {
		text-align: left !important
	}
}

.u-text--xl {
	font-size: 2rem !important
}

.u-text--sm {
	font-size: 1.3rem !important
}

.u-text--strike {
	text-decoration: line-through
}

.u-text--underline {
	text-decoration: underline
}

.u-line-height--xl {
	line-height: 1.65 !important
}

.u-line-height--sm {
	line-height: 1.1 !important
}

.u-icon {
	width: 100% !important;
	height: 100% !important;
	vertical-align: top !important
}

.u-icon--fixed-sm {
	width: 1.5rem !important;
	height: 1.5rem !important
}

.u-icon--fixed {
	width: 4rem !important;
	height: 4rem !important
}

.u-icon--fixed-lg {
	width: 6rem !important;
	height: 6rem !important
}

.u-icon--fixed-xl {
	width: 8rem !important;
	height: 8rem !important
}

.u-scrollbar-container {
	position: relative !important;
	overflow: hidden !important
}
/*# sourceMappingURL=style.min.css.map */