

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic&display=swap);
@import url(https://fonts.googleapis.com/css?family=Domine:400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700&display=swap);
.select2-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff
}

.select2-hidden-accessible {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	-webkit-clip-path: inset(50%)!important;
	clip-path: inset(50%)!important;
	height: 1px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important;
	white-space: nowrap!important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px;
	padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #000 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: #fff
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
	background-image: -moz-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
	background-image: -moz-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
	background-image: -moz-linear-gradient(top, #fff 0, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
	background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
	background-image: -moz-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}

@font-face {
	font-family: Bison;
	src: url(fonts/Bison-ThickOutline.woff2) format("woff2"), url(fonts/Bison-ThickOutline.woff) format("woff"), url(fonts/Bison-ThickOutline.ttf) format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Bison;
	src: url(fonts/Bison-Bold.woff2) format("woff2"), url(fonts/Bison-Bold.woff) format("woff"), url(fonts/Bison-Bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}


/*! 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;
	-moz-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;
	-moz-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit
}

b,
strong {
	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;
	-moz-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;
	-moz-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
}

template {
	display: none
}

[hidden] {
	display: none
}

html {
	height: 100%
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #fff;
	color: #071b6a;
	font-family: Domine, sans-serif;
	font-size: 14px;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@media (max-width:767px) {
	body.-scroll-off {
		overflow: hidden
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

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

:focus {
	outline: 0!important
}

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none
}

a:focus,
a:hover {
	color: inherit;
	text-decoration: underline
}

p {
	padding: 0;
	margin: 0
}

h1,
h2,
h3 {
	padding: 0;
	margin: 0
}

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

figure {
	margin: 0
}

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

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

.edge svg {
	pointer-events: none
}

@media print {
	*,
	::after,
	::before {
		text-shadow: none!important;
		-webkit-box-shadow: none!important;
		-moz-box-shadow: none!important;
		box-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	abbr[title]::after {
		content: " (" attr(title) ")"
	}
	pre {
		white-space: pre-wrap!important
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
}

.view {
	height: 100%
}

.layout {
	height: 100%
}

.container,
.footer-container,
.navbar-container,
.navbar-menu-container,
.navbar-menu-footer-container,
.news-container,
.post-container,
.products-container,
.watch-container {
	padding: 0 20px
}

@media (min-width:768px) {
	.container,
	.footer-container,
	.navbar-container,
	.navbar-menu-container,
	.navbar-menu-footer-container,
	.news-container,
	.post-container,
	.products-container,
	.watch-container {
		padding: 0 105px 0 35px
	}
}

@media (min-width:1024px) {
	.container,
	.footer-container,
	.navbar-container,
	.navbar-menu-container,
	.navbar-menu-footer-container,
	.news-container,
	.post-container,
	.products-container,
	.watch-container {
		padding: 0 64px
	}
}

@media (min-width:1200px) {
	.container,
	.footer-container,
	.navbar-container,
	.navbar-menu-container,
	.navbar-menu-footer-container,
	.news-container,
	.post-container,
	.products-container,
	.watch-container {
		padding: 0;
		margin: 0 auto;
		max-width: 1060px
	}
}

@media (min-width:1600px) {
	.container,
	.footer-container,
	.navbar-container,
	.navbar-menu-container,
	.navbar-menu-footer-container,
	.news-container,
	.post-container,
	.products-container,
	.watch-container {
		max-width: 1304px
	}
}

.wrap {
	padding: 0 0 70px 0;
	overflow: hidden
}

@media (min-width:768px) {
	.wrap {
		padding: 0 0 60px 0
	}
}

@media (min-width:1024px) {
	.wrap {
		padding: 0 0 100px 0
	}
}

.svgsprite {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
	vertical-align: middle
}

.navbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	-webkit-transition: opacity 2.4s;
	-o-transition: opacity 2.4s;
	-moz-transition: opacity 2.4s;
	transition: opacity 2.4s
}

@media (min-width:768px) {
	.navbar-container {
		padding: 0 35px
	}
}

@media (min-width:1024px) {
	.navbar-container {
		padding: 0 64px
	}
}

@media (min-width:1200px) {
	.navbar-container {
		padding: 0;
		margin: 0 auto;
		max-width: 1060px
	}
}

@media (min-width:1600px) {
	.navbar-container {
		max-width: 1304px
	}
}

.navbar-strip {
	position: relative;
	padding: 36px 0;
	-webkit-transition: -webkit-transform .7s cubic-bezier(.25, .46, .45, .94);
	transition: -webkit-transform .7s cubic-bezier(.25, .46, .45, .94);
	-o-transition: -o-transform .7s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: transform .7s cubic-bezier(.25, .46, .45, .94), -moz-transform .7s cubic-bezier(.25, .46, .45, .94);
	transition: transform .7s cubic-bezier(.25, .46, .45, .94);
	transition: transform .7s cubic-bezier(.25, .46, .45, .94), -webkit-transform .7s cubic-bezier(.25, .46, .45, .94), -moz-transform .7s cubic-bezier(.25, .46, .45, .94), -o-transform .7s cubic-bezier(.25, .46, .45, .94);
	z-index: 99;
	will-change: transform
}

@media (min-width:768px) {
	.navbar-strip {
		padding: 40px 0 20px 0
	}
}

@media (min-width:1024px) {
	.navbar-strip {
		padding: 70px 0 20px 0
	}
}

.navbar-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.navbar-grid-col {
	pointer-events: auto
}

.navbar-grid-col.-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 30px
}

@media (min-width:1200px) {
	.navbar-grid-col.-left {
		display: block;
		width: auto;
		height: auto
	}
}

.navbar-logo {
	display: inline-block;
	vertical-align: middle;
	width: 105px;
	height: 22px;
	margin: 0 0 0 24px
}

@media (min-width:1200px) {
	.navbar-logo {
		margin: auto
	}
}

@media (min-width:1600px) {
	.navbar-logo {
		width: 136px;
		height: 28px
	}
}

.navbar-logo a {
	display: inline-block;
	width: 100%;
	height: 100%
}

.navbar-logo a:focus,
.navbar-logo a:hover {
	text-decoration: none
}

.navbar-logo svg {
	width: 100%;
	height: 100%
}

.navbar-action {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	margin: -5px 0 0 0;
	overflow: hidden
}

.navbar-action:focus,
.navbar-action:hover {
	text-decoration: none
}

@media (min-width:1200px) {
	.navbar-action {
		margin: 0 0 0 77px
	}
}

@media (min-width:1600px) {
	.navbar-action {
		margin: 0 0 0 82px;
		width: 20px;
		height: 20px
	}
}

.navbar-action:after {
	display: none;
	content: '';
	padding: 40px;
	position: absolute;
	left: -30px;
	top: -30px;
	right: 0;
	bottom: 0
}

@media (min-width:1200px) {
	.navbar-action:after {
		display: block
	}
}

.navbar-action span {
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: -o-transform .2s;
	-moz-transition: transform .2s, -moz-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s, -moz-transform .2s, -o-transform .2s
}

.navbar-action span:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 16px;
	height: 16px;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

.navbar-action svg {
	width: 100%;
	height: 100%
}

.navbar-nav {
	display: none
}

@media (min-width:1200px) {
	.navbar-nav {
		display: inline-block;
		vertical-align: middle;
		margin: 0 -30px
	}
}

@media (min-width:1200px) and (min-width:1600px) {
	.navbar-nav {
		margin: 0 -41px
	}
}

.navbar-nav-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 38px;
	font-family: Bison, sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s
}

@media (min-width:1600px) {
	.navbar-nav-item {
		padding: 0 47px;
		font-size: 20px
	}
}

.navbar-nav-item:focus {
	text-decoration: none
}

.navbar-nav-item:hover {
	text-decoration: none
}

.navbar-nav-item:hover span {
	-webkit-transform: translateY(-100%) skewY(-6deg);
	-moz-transform: translateY(-100%) skewY(-6deg);
	-ms-transform: translateY(-100%) skewY(-6deg);
	-o-transform: translateY(-100%) skewY(-6deg);
	transform: translateY(-100%) skewY(-6deg)
}

@media (pointer:coarse) {
	.navbar-nav-item:hover span {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none
	}
}

.navbar-nav-item:hover span:after,
.navbar-nav-item:hover span:before {
	-webkit-transform: skewY(6deg);
	-moz-transform: skewY(6deg);
	-ms-transform: skewY(6deg);
	-o-transform: skewY(6deg);
	transform: skewY(6deg)
}

@media (pointer:coarse) {
	.navbar-nav-item:hover span:after,
	.navbar-nav-item:hover span:before {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none
	}
}

.navbar-nav-item span {
	position: relative;
	display: block;
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	transition: -webkit-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	-o-transition: -o-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: transform 1.2s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.2s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.2s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1.2s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.2s cubic-bezier(.23, 1, .32, 1), -o-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

.navbar-nav-item span:after {
	content: attr(data-text);
	display: block;
	position: absolute;
	top: 100%;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
	transition: -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
	-o-transition: -o-transform .3s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: transform .3s cubic-bezier(.23, 1, .32, 1), -moz-transform .3s cubic-bezier(.23, 1, .32, 1);
	transition: transform .3s cubic-bezier(.23, 1, .32, 1);
	transition: transform .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1), -moz-transform .3s cubic-bezier(.23, 1, .32, 1), -o-transform .3s cubic-bezier(.23, 1, .32, 1);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

.navbar-nav-item.-active {
	color: #fff
}

.navbar-nav-item.-active:hover {
	color: #fff!important
}

.navbar-menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 97;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0s .8s;
	-o-transition: max-height 0s .8s;
	-moz-transition: max-height 0s .8s;
	transition: max-height 0s .8s
}

@media (min-width:1200px) {
	.navbar-menu {
		display: block
	}
}

.navbar-menu-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	max-height: 0%;
	background: rgba(255, 255, 255, .7);
	will-change: opacity;
	-webkit-transition: opacity .6s, max-height 0s .6s;
	-o-transition: opacity .6s, max-height 0s .6s;
	-moz-transition: opacity .6s, max-height 0s .6s;
	transition: opacity .6s, max-height 0s .6s
}

.navbar-menu-fill {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: skewY(5deg) translateY(-130%);
	-moz-transform: skewY(5deg) translateY(-130%);
	-ms-transform: skewY(5deg) translateY(-130%);
	-o-transform: skewY(5deg) translateY(-130%);
	transform: skewY(5deg) translateY(-130%);
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-ms-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	background: #ff9f9f;
	will-change: transform;
	-webkit-transition: -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s;
	transition: -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s;
	-o-transition: -o-transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s;
	-moz-transition: transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s, -moz-transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s;
	transition: transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s;
	transition: transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s, -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s, -moz-transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s, -o-transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s
}

.navbar-menu-content {
	position: relative;
	height: 745px;
	padding: 220px 0 50px 0;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	-moz-transition: opacity .5s;
	transition: opacity .5s;
	overflow: hidden
}

@media (max-height:900px) {
	.navbar-menu-content {
		height: 650px;
		padding: 175px 0 50px 0
	}
}

@media (max-width:1599px) {
	.navbar-menu-content {
		height: 650px;
		padding: 175px 0 50px 0
	}
}

@media (min-width:768px) {
	.navbar-menu-container {
		padding: 0 35px
	}
}

@media (min-width:1024px) {
	.navbar-menu-container {
		padding: 0 64px
	}
}

@media (min-width:1200px) {
	.navbar-menu-container {
		padding: 0;
		margin: 0 auto;
		max-width: 1060px
	}
}

@media (min-width:1600px) {
	.navbar-menu-container {
		max-width: 1304px
	}
}

.navbar-menu-body {
	position: relative;
	height: 230px;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s
}

.navbar-menu-items {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: -45px -25px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 2s, opacity 2s;
	-o-transition: visibility 2s, opacity 2s;
	-moz-transition: visibility 2s, opacity 2s;
	transition: visibility 2s, opacity 2s
}

.navbar-menu-items-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	height: 230px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-decoration: none;
	will-change: transform;
	-webkit-animation: navbar-menu-nav-hide 1.2s cubic-bezier(.23, 1, .32, 1) forwards;
	-moz-animation: navbar-menu-nav-hide 1.2s cubic-bezier(.23, 1, .32, 1) forwards;
	-o-animation: navbar-menu-nav-hide 1.2s cubic-bezier(.23, 1, .32, 1) forwards;
	animation: navbar-menu-nav-hide 1.2s cubic-bezier(.23, 1, .32, 1) forwards
}

.navbar-menu-items-item:nth-child(1) {
	-webkit-animation-delay: 40ms;
	-moz-animation-delay: 40ms;
	-o-animation-delay: 40ms;
	animation-delay: 40ms
}

.navbar-menu-items-item:nth-child(2) {
	-webkit-animation-delay: 80ms;
	-moz-animation-delay: 80ms;
	-o-animation-delay: 80ms;
	animation-delay: 80ms
}

.navbar-menu-items-item:nth-child(3) {
	-webkit-animation-delay: .12s;
	-moz-animation-delay: .12s;
	-o-animation-delay: .12s;
	animation-delay: .12s
}

.navbar-menu-items-item:focus,
.navbar-menu-items-item:hover {
	text-decoration: none
}

.navbar-menu-items-item img {
	display: none
}

.navbar-menu-items-item-text {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

@media (min-width:1200px) {
	.navbar-menu-items-item-text.-center {
		text-align: center
	}
}

@media (min-width:1600px) {
	.navbar-menu-items-item-text.-center {
		text-align: left
	}
}

.navbar-menu-items-item-title {
	display: block;
	padding: 45px 25px;
	font-family: Bison, sans-serif;
	font-size: 80px;
	line-height: 88px;
	letter-spacing: .02em;
	font-weight: 900;
	text-align: left;
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

@media (min-width:1600px) {
	.navbar-menu-items-item-title {
		font-size: 98px;
		line-height: 100px
	}
}

.navbar-menu-items-item-title:before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	padding: 45px 25px;
	font-weight: 900
}

.navbar-menu-items-item-title:after {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 45px 25px;
	font-weight: 600;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.navbar-menu-items-item-title:hover:after {
	opacity: 1
}

.navbar-menu-items-item-title:hover .navbar-menu-items-item-title-img {
	opacity: 1
}

@media (min-width:1200px) {
	.navbar-menu-items-item-title.-center {
		text-align: center
	}
}

@media (min-width:1600px) {
	.navbar-menu-items-item-title.-center {
		text-align: left
	}
}

.navbar-menu-items-item-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 198px;
	height: 230px;
	margin: -115px 0 0 -99px;
	pointer-events: none;
	opacity: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	-moz-transition: opacity .4s;
	transition: opacity .4s;
	overflow: hidden
}

.navbar-menu-items-item-img.-visible {
	opacity: 1
}

.navbar-menu-items.-visible {
	opacity: 1;
	visibility: visible;
	z-index: 1;
	-webkit-transition: visibility 0s, opacity 0s;
	-o-transition: visibility 0s, opacity 0s;
	-moz-transition: visibility 0s, opacity 0s;
	transition: visibility 0s, opacity 0s
}

.navbar-menu-items.-visible .navbar-menu-items-item {
	-webkit-animation: navbar-menu-nav-show 1.2s cubic-bezier(.23, 1, .32, 1) backwards;
	-moz-animation: navbar-menu-nav-show 1.2s cubic-bezier(.23, 1, .32, 1) backwards;
	-o-animation: navbar-menu-nav-show 1.2s cubic-bezier(.23, 1, .32, 1) backwards;
	animation: navbar-menu-nav-show 1.2s cubic-bezier(.23, 1, .32, 1) backwards
}

.navbar-menu-items.-visible .navbar-menu-items-item:nth-child(1) {
	-webkit-animation-delay: .14s;
	-moz-animation-delay: .14s;
	-o-animation-delay: .14s;
	animation-delay: .14s
}

.navbar-menu-items.-visible .navbar-menu-items-item:nth-child(2) {
	-webkit-animation-delay: .18s;
	-moz-animation-delay: .18s;
	-o-animation-delay: .18s;
	animation-delay: .18s
}

.navbar-menu-items.-visible .navbar-menu-items-item:nth-child(3) {
	-webkit-animation-delay: .22s;
	-moz-animation-delay: .22s;
	-o-animation-delay: .22s;
	animation-delay: .22s
}

.navbar-menu-footer {
	position: relative;
	opacity: 0;
	-webkit-transition: opacity 0s;
	-o-transition: opacity 0s;
	-moz-transition: opacity 0s;
	transition: opacity 0s;
	overflow: hidden
}

@media (min-width:768px) {
	.navbar-menu-footer-container {
		padding: 0 35px
	}
}

@media (min-width:1024px) {
	.navbar-menu-footer-container {
		padding: 0 64px
	}
}

@media (min-width:1200px) {
	.navbar-menu-footer-container {
		padding: 0;
		margin: 0 auto;
		max-width: 1060px
	}
}

@media (min-width:1600px) {
	.navbar-menu-footer-container {
		max-width: 1304px
	}
}

.navbar-menu-footer-title {
	margin: 0 0 30px 0;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	overflow: hidden
}

@media (min-width:1600px) {
	.navbar-menu-footer-title {
		font-size: 24px;
		line-height: 31px
	}
}

.navbar-menu-footer-title span {
	display: block
}

.navbar-menu-footer-content {
	position: relative;
	height: 119px;
	overflow: hidden
}

@media (min-width:1600px) {
	.navbar-menu-footer-content {
		height: 174px
	}
}

.navbar-menu-footer-items {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 995px;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 1s, opacity 1s;
	-o-transition: visibility 1s, opacity 1s;
	-moz-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s
}

@media (min-width:1600px) {
	.navbar-menu-footer-items {
		max-width: 1171px
	}
}

.navbar-menu-footer-items.-visible {
	opacity: 1;
	visibility: visible;
	z-index: 1
}

.navbar-menu-footer-item {
	display: block;
	max-width: 270px;
	will-change: transform;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	-moz-transition: opacity .4s;
	transition: opacity .4s;
	overflow: hidden
}

.navbar-menu-footer-item:focus,
.navbar-menu-footer-item:hover {
	text-decoration: none;
	opacity: .6
}

.navbar-menu-footer-item:hover .navbar-menu-footer-item-category {
	text-decoration: none
}

.navbar-menu-footer-item:hover .navbar-menu-footer-item-category span {
	-webkit-transform: translateY(-100%) skewY(-10deg);
	-moz-transform: translateY(-100%) skewY(-10deg);
	-ms-transform: translateY(-100%) skewY(-10deg);
	-o-transform: translateY(-100%) skewY(-10deg);
	transform: translateY(-100%) skewY(-10deg)
}

@media (pointer:coarse) {
	.navbar-menu-footer-item:hover .navbar-menu-footer-item-category span {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none
	}
}

.navbar-menu-footer-item:hover .navbar-menu-footer-item-category span:after,
.navbar-menu-footer-item:hover .navbar-menu-footer-item-category span:before {
	-webkit-transform: skewY(10deg);
	-moz-transform: skewY(10deg);
	-ms-transform: skewY(10deg);
	-o-transform: skewY(10deg);
	transform: skewY(10deg)
}

@media (pointer:coarse) {
	.navbar-menu-footer-item:hover .navbar-menu-footer-item-category span:after,
	.navbar-menu-footer-item:hover .navbar-menu-footer-item-category span:before {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none
	}
}

.navbar-menu-footer-item-category {
	display: block;
	margin: 0 0 16px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: rgba(7, 27, 106, .5);
	overflow: hidden
}

@media (min-width:1600px) {
	.navbar-menu-footer-item-category {
		margin: 0 0 14px 0;
		font-size: 20px;
		line-height: 24px
	}
}

.navbar-menu-footer-item-category span {
	position: relative;
	display: block;
	-webkit-transition: -webkit-transform 1.1s cubic-bezier(.23, 1, .32, 1);
	transition: -webkit-transform 1.1s cubic-bezier(.23, 1, .32, 1);
	-o-transition: -o-transform 1.1s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: transform 1.1s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.1s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.1s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.1s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1.1s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.1s cubic-bezier(.23, 1, .32, 1), -o-transform 1.1s cubic-bezier(.23, 1, .32, 1);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

.navbar-menu-footer-item-category span:after {
	content: attr(data-text);
	display: block;
	position: absolute;
	top: 100%;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
	transition: -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
	-o-transition: -o-transform .3s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: transform .3s cubic-bezier(.23, 1, .32, 1), -moz-transform .3s cubic-bezier(.23, 1, .32, 1);
	transition: transform .3s cubic-bezier(.23, 1, .32, 1);
	transition: transform .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1), -moz-transform .3s cubic-bezier(.23, 1, .32, 1), -o-transform .3s cubic-bezier(.23, 1, .32, 1);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

.navbar-menu-footer-text {
	display: block;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600
}

@media (min-width:1600px) {
	.navbar-menu-footer-text {
		font-size: 26px;
		line-height: 34px
	}
}

@media (min-width:1200px) {
	.navbar-menu.-open,
	.navbar.-open .navbar-menu {
		max-height: 100%;
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s
	}
}

@media (min-width:1200px) {
	.navbar-menu.-open .navbar-menu-backdrop,
	.navbar.-open .navbar-menu .navbar-menu-backdrop {
		max-height: 100%;
		opacity: 1;
		-webkit-transition-delay: 0s, 0s;
		-moz-transition-delay: 0s, 0s;
		-o-transition-delay: 0s, 0s;
		transition-delay: 0s, 0s;
		-webkit-animation: navbar-menu-backdrop .6s backwards;
		-moz-animation: navbar-menu-backdrop .6s backwards;
		-o-animation: navbar-menu-backdrop .6s backwards;
		animation: navbar-menu-backdrop .6s backwards
	}
}

@media (min-width:1200px) {
	.navbar-menu.-open .navbar-menu-fill,
	.navbar.-open .navbar-menu .navbar-menu-fill {
		-webkit-transform: skew(0) translateY(0);
		-moz-transform: skew(0) translateY(0);
		-ms-transform: skew(0) translateY(0);
		-o-transform: skew(0) translateY(0);
		transform: skew(0) translateY(0);
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s
	}
}

@media (min-width:1200px) {
	.navbar-menu.-open .navbar-menu-body,
	.navbar.-open .navbar-menu .navbar-menu-body {
		opacity: 1;
		-webkit-transition: opacity 0s;
		-o-transition: opacity 0s;
		-moz-transition: opacity 0s;
		transition: opacity 0s
	}
}

@media (min-width:1200px) {
	.navbar-menu.-open .navbar-menu-footer,
	.navbar.-open .navbar-menu .navbar-menu-footer {
		opacity: 1
	}
}

@media (min-width:1200px) {
	.navbar-menu.-open .navbar-menu-footer-title span,
	.navbar.-open .navbar-menu .navbar-menu-footer-title span {
		-webkit-animation: navbar-menu-nav-show 1.5s cubic-bezier(.23, 1, .32, 1) backwards;
		-moz-animation: navbar-menu-nav-show 1.5s cubic-bezier(.23, 1, .32, 1) backwards;
		-o-animation: navbar-menu-nav-show 1.5s cubic-bezier(.23, 1, .32, 1) backwards;
		animation: navbar-menu-nav-show 1.5s cubic-bezier(.23, 1, .32, 1) backwards;
		-webkit-animation-delay: .3s;
		-moz-animation-delay: .3s;
		-o-animation-delay: .3s;
		animation-delay: .3s
	}
}

@media (min-width:1200px) {
	.navbar-menu.-open .navbar-menu-footer-item span,
	.navbar.-open .navbar-menu .navbar-menu-footer-item span {
		-webkit-animation: navbar-menu-footer-item-show 1.5s cubic-bezier(.23, 1, .32, 1) backwards;
		-moz-animation: navbar-menu-footer-item-show 1.5s cubic-bezier(.23, 1, .32, 1) backwards;
		-o-animation: navbar-menu-footer-item-show 1.5s cubic-bezier(.23, 1, .32, 1) backwards;
		animation: navbar-menu-footer-item-show 1.5s cubic-bezier(.23, 1, .32, 1) backwards
	}
}

@media (min-width:1200px) {
	.navbar-menu.-open .navbar-menu-footer-item span:nth-child(1),
	.navbar.-open .navbar-menu .navbar-menu-footer-item span:nth-child(1) {
		-webkit-animation-delay: .53s;
		-moz-animation-delay: .53s;
		-o-animation-delay: .53s;
		animation-delay: .53s
	}
}

@media (min-width:1200px) {
	.navbar-menu.-open .navbar-menu-footer-item span:nth-child(2),
	.navbar.-open .navbar-menu .navbar-menu-footer-item span:nth-child(2) {
		-webkit-animation-delay: .56s;
		-moz-animation-delay: .56s;
		-o-animation-delay: .56s;
		animation-delay: .56s
	}
}

@media (min-width:1200px) {
	.navbar-menu.-open .navbar-menu-footer-item span:nth-child(3),
	.navbar.-open .navbar-menu .navbar-menu-footer-item span:nth-child(3) {
		-webkit-animation-delay: .59s;
		-moz-animation-delay: .59s;
		-o-animation-delay: .59s;
		animation-delay: .59s
	}
}

.navbar-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 97;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0s .8s;
	-o-transition: max-height 0s .8s;
	-moz-transition: max-height 0s .8s;
	transition: max-height 0s .8s
}

@media (min-width:1200px) {
	.navbar-modal {
		display: none
	}
}

.navbar-modal-fill {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: skewY(5deg) translateY(-130%);
	-moz-transform: skewY(5deg) translateY(-130%);
	-ms-transform: skewY(5deg) translateY(-130%);
	-o-transform: skewY(5deg) translateY(-130%);
	transform: skewY(5deg) translateY(-130%);
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-ms-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	background: #ff9f9f;
	will-change: transform;
	-webkit-transition: -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s;
	transition: -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s;
	-o-transition: -o-transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s;
	-moz-transition: transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s, -moz-transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s;
	transition: transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s;
	transition: transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s, -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s, -moz-transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s, -o-transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s
}

.navbar-modal-content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 100px 0 0 0;
	z-index: 1;
	color: #071b6a;
	opacity: 0;
	-webkit-transition: opacity .1s;
	-o-transition: opacity .1s;
	-moz-transition: opacity .1s;
	transition: opacity .1s
}

@media (min-width:375px) {
	.navbar-modal-content {
		padding: 40px 0 0 0
	}
}

.navbar-modal-social {
	margin: 40px 0 0 0;
	text-align: center
}

@media (min-width:768px) {
	.navbar-modal-social {
		margin: 65px 0 0 0
	}
}

.navbar-modal-action {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 62px;
	right: 20px;
	width: 20px;
	height: 20px;
	color: #071b6a;
	z-index: 99
}

.navbar-modal-action:focus,
.navbar-modal-action:hover {
	text-decoration: none
}

@media (min-width:768px) {
	.navbar-modal-action {
		top: 75px;
		right: 34px
	}
}

@media (min-width:1024px) {
	.navbar-modal-action {
		right: 67px
	}
}

.navbar-modal-action span {
	display: block;
	width: 100%;
	height: 100%
}

.navbar-modal-action svg {
	width: 100%;
	height: 100%
}

.navbar-modal-nav {
	text-align: center
}

.navbar-modal-nav-item {
	display: block;
	margin: 15px 0;
	font-family: Bison, sans-serif;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	overflow: hidden
}

@media (min-width:768px) {
	.navbar-modal-nav-item {
		margin: 17px 0
	}
}

.navbar-modal-nav-item span {
	display: inline-block
}

.navbar-modal-nav-item:focus,
.navbar-modal-nav-item:hover {
	text-decoration: none
}

.navbar-modal-nav-item.-active {
	color: #fff
}

@media (max-width:1199px) {
	.navbar-modal.-open,
	.navbar.-open .navbar-modal {
		max-height: 100%;
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s
	}
}

@media (max-width:1199px) {
	.navbar-modal.-open .navbar-modal-fill,
	.navbar.-open .navbar-modal .navbar-modal-fill {
		-webkit-transform: skew(0) translateY(0);
		-moz-transform: skew(0) translateY(0);
		-ms-transform: skew(0) translateY(0);
		-o-transform: skew(0) translateY(0);
		transform: skew(0) translateY(0);
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s
	}
}

@media (max-width:1199px) {
	.navbar-modal.-open .navbar-modal-content,
	.navbar.-open .navbar-modal .navbar-modal-content {
		opacity: 1;
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s
	}
}

@media (max-width:1199px) {
	.navbar-modal.-open .navbar-modal-nav-item span,
	.navbar.-open .navbar-modal .navbar-modal-nav-item span {
		-webkit-animation: navbar-menu-nav-show 1.2s cubic-bezier(.23, 1, .32, 1) backwards;
		-moz-animation: navbar-menu-nav-show 1.2s cubic-bezier(.23, 1, .32, 1) backwards;
		-o-animation: navbar-menu-nav-show 1.2s cubic-bezier(.23, 1, .32, 1) backwards;
		animation: navbar-menu-nav-show 1.2s cubic-bezier(.23, 1, .32, 1) backwards
	}
}

@media (max-width:1199px) {
	.navbar-modal.-open .navbar-modal-nav-item:nth-child(1) span,
	.navbar.-open .navbar-modal .navbar-modal-nav-item:nth-child(1) span {
		-webkit-animation-delay: .54s;
		-moz-animation-delay: .54s;
		-o-animation-delay: .54s;
		animation-delay: .54s
	}
}

@media (max-width:1199px) {
	.navbar-modal.-open .navbar-modal-nav-item:nth-child(2) span,
	.navbar.-open .navbar-modal .navbar-modal-nav-item:nth-child(2) span {
		-webkit-animation-delay: .58s;
		-moz-animation-delay: .58s;
		-o-animation-delay: .58s;
		animation-delay: .58s
	}
}

@media (max-width:1199px) {
	.navbar-modal.-open .navbar-modal-nav-item:nth-child(3) span,
	.navbar.-open .navbar-modal .navbar-modal-nav-item:nth-child(3) span {
		-webkit-animation-delay: .62s;
		-moz-animation-delay: .62s;
		-o-animation-delay: .62s;
		animation-delay: .62s
	}
}

@media (max-width:1199px) {
	.navbar-modal.-open .navbar-modal-nav-item:nth-child(4) span,
	.navbar.-open .navbar-modal .navbar-modal-nav-item:nth-child(4) span {
		-webkit-animation-delay: .66s;
		-moz-animation-delay: .66s;
		-o-animation-delay: .66s;
		animation-delay: .66s
	}
}

@media (max-width:1199px) {
	.navbar-modal.-open .navbar-modal-nav-item:nth-child(5) span,
	.navbar.-open .navbar-modal .navbar-modal-nav-item:nth-child(5) span {
		-webkit-animation-delay: .7s;
		-moz-animation-delay: .7s;
		-o-animation-delay: .7s;
		animation-delay: .7s
	}
}

@media (max-width:1199px) {
	.navbar-modal.-open .navbar-modal-nav-item:nth-child(6) span,
	.navbar.-open .navbar-modal .navbar-modal-nav-item:nth-child(6) span {
		-webkit-animation-delay: .74s;
		-moz-animation-delay: .74s;
		-o-animation-delay: .74s;
		animation-delay: .74s
	}
}

@media (max-width:1199px) {
	.navbar-modal.-open .navbar-modal-nav-item:nth-child(7) span,
	.navbar.-open .navbar-modal .navbar-modal-nav-item:nth-child(7) span {
		-webkit-animation-delay: .78s;
		-moz-animation-delay: .78s;
		-o-animation-delay: .78s;
		animation-delay: .78s
	}
}

.navbar-toggle {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 30px;
	line-height: 0;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s
}

@media (min-width:1200px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-toggle span:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: .25s;
	-o-transition: .25s;
	-moz-transition: .25s;
	transition: .25s
}

.navbar-toggle svg {
	width: 100%;
	height: 100%
}

.navbar.-hide {
	display: none
}

.navbar.-hide .navbar-grid {
	overflow: hidden
}

.navbar.-hide .navbar-grid-col {
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px)
}

.navbar.-hidden {
	pointer-events: none
}

.navbar.-hidden .navbar-strip {
	pointer-events: none;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}

.navbar.-hidden .navbar-strip:before {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1)
}

.navbar.-hidden.-visible .navbar-strip {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.navbar.-open,
.navbar.-open .navbar.navbar-menu,
.navbar.-open .navbar.navbar-modal,
.navbar.-open .navbar.navbar-search {
	pointer-events: auto
}

.navbar.-open .navbar-toggle span:nth-child(2) {
	opacity: 1
}

@media (min-width:1200px) {
	.navbar.-open-nav-item:hover {
		color: rgba(255, 255, 255, .8)
	}
}

.navbar.-inverse {
	pointer-events: auto;
	color: #fff
}

.navbar.-inverse .navbar-toggle {
	visibility: hidden;
	opacity: 0
}

.navbar.-inverse .navbar-action span:nth-child(1) {
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: opacity .1s;
	-o-transition: opacity .1s;
	-moz-transition: opacity .1s;
	transition: opacity .1s
}

.navbar.-inverse .navbar-action span:nth-child(2) {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.navbar.-op {
	opacity: 0;
	-webkit-transition: opacity 1.6s;
	-o-transition: opacity 1.6s;
	-moz-transition: opacity 1.6s;
	transition: opacity 1.6s
}

@-webkit-keyframes navbar-menu-nav-show {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-moz-keyframes navbar-menu-nav-show {
	0% {
		opacity: 0;
		-moz-transform: translateY(40px);
		transform: translateY(40px)
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0)
	}
}

@-o-keyframes navbar-menu-nav-show {
	0% {
		opacity: 0;
		-o-transform: translateY(40px);
		transform: translateY(40px)
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes navbar-menu-nav-show {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes navbar-menu-footer-item-show {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-moz-keyframes navbar-menu-footer-item-show {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0)
	}
}

@-o-keyframes navbar-menu-footer-item-show {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes navbar-menu-footer-item-show {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes navbar-menu-nav-hide {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px)
	}
}

@-moz-keyframes navbar-menu-nav-hide {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-moz-transform: translateY(-40px);
		transform: translateY(-40px)
	}
}

@-o-keyframes navbar-menu-nav-hide {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-o-transform: translateY(-40px);
		transform: translateY(-40px)
	}
}

@keyframes navbar-menu-nav-hide {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
		-o-transform: translateY(-40px);
		transform: translateY(-40px)
	}
}

@-webkit-keyframes navbar-menu-backdrop {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-moz-keyframes navbar-menu-backdrop {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-o-keyframes navbar-menu-backdrop {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes navbar-menu-backdrop {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.loader {
	display: inline
}

.loader_line {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background: #6455c2 -webkit-gradient(linear, left top, right top, from(#6455c2), color-stop(#ff9f9f), color-stop(#fe7a43), color-stop(#4c9095), to(#6455c2));
	background: #6455c2 -webkit-linear-gradient(left, #6455c2, #ff9f9f, #fe7a43, #4c9095, #6455c2);
	background: #6455c2 -moz-linear-gradient(left, #6455c2, #ff9f9f, #fe7a43, #4c9095, #6455c2);
	background: #6455c2 -o-linear-gradient(left, #6455c2, #ff9f9f, #fe7a43, #4c9095, #6455c2);
	background: #6455c2 linear-gradient(to right, #6455c2, #ff9f9f, #fe7a43, #4c9095, #6455c2);
	-webkit-background-size: 500% 500%;
	-moz-background-size: 500%;
	background-size: 500%;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	z-index: 100;
	-webkit-transition: -webkit-transform 0s;
	transition: -webkit-transform 0s;
	-o-transition: -o-transform 0s;
	-moz-transition: transform 0s, -moz-transform 0s;
	transition: transform 0s;
	transition: transform 0s, -webkit-transform 0s, -moz-transform 0s, -o-transform 0s;
	-webkit-animation: 2s linear infinite loader-line;
	-moz-animation: 2s linear infinite loader-line;
	-o-animation: 2s linear infinite loader-line;
	animation: 2s linear infinite loader-line
}

@media (min-width:1024px) {
	.loader_line {
		height: 3px
	}
}

.loader_line.-visible {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: -o-transform 1s;
	-moz-transition: transform 1s, -moz-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s, -moz-transform 1s, -o-transform 1s
}

.loader_overlay {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 98;
	opacity: 1;
	background: #fbfaf5;
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-ms-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	pointer-events: none;
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	transform-origin: center top
}

.loader_overlay-img {
	max-width: 118px
}

.loader_overlay-img img {
	width: 100%
}

@-webkit-keyframes loader-line {
	from {
		background-position: 0 0
	}
	to {
		background-position: 125% 0
	}
}

@-moz-keyframes loader-line {
	from {
		background-position: 0 0
	}
	to {
		background-position: 125% 0
	}
}

@-o-keyframes loader-line {
	from {
		background-position: 0 0
	}
	to {
		background-position: 125% 0
	}
}

@keyframes loader-line {
	from {
		background-position: 0 0
	}
	to {
		background-position: 125% 0
	}
}

.form-group {
	margin: 0 0 40px 0
}

@media (min-width:768px) {
	.form-group {
		margin: 0 0 77px 0
	}
}

.form-group.-xs {
	margin: 0
}

@media (min-width:768px) {
	.form-group.-xs {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-moz-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

@media (min-width:768px) {
	.form-grid {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-moz-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin: 0 -20px
	}
}

.form-grid-col {
	width: 100%;
	margin: 0 0 40px 0
}

.form-grid-col:last-child {
	margin: 0
}

@media (min-width:768px) {
	.form-grid-col {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-moz-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding: 0 20px;
		margin: 0
	}
}

.form-input {
	width: 100%
}

.form-submit {
	margin: 40px 0 0 0;
	overflow: hidden
}

@media (min-width:768px) {
	.form-submit {
		padding: 0 0 0 16px;
		margin: 0
	}
}

.input {
	display: inline
}

.input_light {
	position: relative;
	display: inline-block;
	width: 100%
}

.input_light:hover .input_light-label {
	opacity: 1;
	color: rgba(7, 27, 106, .5)
}

.input_light:hover:after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}

.input_light:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	background: #071b6a;
	-webkit-transition: -webkit-transform cubic-bezier(.23, 1, .32, 1) 1.2s;
	transition: -webkit-transform cubic-bezier(.23, 1, .32, 1) 1.2s;
	-o-transition: -o-transform cubic-bezier(.23, 1, .32, 1) 1.2s;
	-moz-transition: transform cubic-bezier(.23, 1, .32, 1) 1.2s, -moz-transform cubic-bezier(.23, 1, .32, 1) 1.2s;
	transition: transform cubic-bezier(.23, 1, .32, 1) 1.2s;
	transition: transform cubic-bezier(.23, 1, .32, 1) 1.2s, -webkit-transform cubic-bezier(.23, 1, .32, 1) 1.2s, -moz-transform cubic-bezier(.23, 1, .32, 1) 1.2s, -o-transform cubic-bezier(.23, 1, .32, 1) 1.2s
}

.input_light-label {
	position: absolute;
	left: 0;
	bottom: 16px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	letter-spacing: 0;
	color: rgba(7, 27, 106, .3);
	-webkit-transition: color .3s, -webkit-transform cubic-bezier(.23, 1, .32, 1) .4s;
	transition: color .3s, -webkit-transform cubic-bezier(.23, 1, .32, 1) .4s;
	-o-transition: color .3s, -o-transform cubic-bezier(.23, 1, .32, 1) .4s;
	-moz-transition: color .3s, transform cubic-bezier(.23, 1, .32, 1) .4s, -moz-transform cubic-bezier(.23, 1, .32, 1) .4s;
	transition: color .3s, transform cubic-bezier(.23, 1, .32, 1) .4s;
	transition: color .3s, transform cubic-bezier(.23, 1, .32, 1) .4s, -webkit-transform cubic-bezier(.23, 1, .32, 1) .4s, -moz-transform cubic-bezier(.23, 1, .32, 1) .4s, -o-transform cubic-bezier(.23, 1, .32, 1) .4s
}

@media (min-width:1200px) {
	.input_light-label {
		font-size: 20px
	}
}

.input_light-error {
	display: none;
	position: absolute;
	left: 0;
	bottom: -24px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #e51515
}

.input_light-error.-visible {
	display: block
}

.input_light input {
	position: relative;
	margin: 0;
	padding: 0 0 16px 0;
	width: 100%;
	color: rgba(7, 27, 106, .8);
	background: 0 0;
	border: 0;
	border-bottom: 1px rgba(7, 27, 106, .5) solid;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform
}

@media (min-width:1200px) {
	.input_light input {
		font-size: 20px
	}
}

.input_light input:invalid {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0
}

.input_light.-top:after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}

.input_light.-top .input_light-label {
	opacity: 1;
	-webkit-transform: translateY(-26px);
	-moz-transform: translateY(-26px);
	-ms-transform: translateY(-26px);
	-o-transform: translateY(-26px);
	transform: translateY(-26px)
}

@media (min-width:768px) {
	.input_light.-top .input_light-label {
		-webkit-transform: translateY(-29px);
		-moz-transform: translateY(-29px);
		-ms-transform: translateY(-29px);
		-o-transform: translateY(-29px);
		transform: translateY(-29px)
	}
}

@media (min-width:1600px) {
	.input_light.-top .input_light-label {
		-webkit-transform: translateY(-31px);
		-moz-transform: translateY(-31px);
		-ms-transform: translateY(-31px);
		-o-transform: translateY(-31px);
		transform: translateY(-31px)
	}
}

.input_light.-xs:after {
	height: 2px;
	background: #fff
}

.input_light.-xs .input_light-label {
	font-size: 16px;
	color: #fff
}

@media (min-width:1600px) {
	.input_light.-xs .input_light-label {
		font-size: 18px
	}
}

.input_light.-xs input {
	padding: 0 15px 12px 0;
	font-size: 16px;
	color: #fff;
	border-bottom: 1px rgba(255, 255, 255, .5) solid
}

@media (min-width:1024px) {
	.input_light.-xs input {
		padding: 0 20px 13px 0
	}
}

@media (min-width:1200px) {
	.input_light.-xs input {
		padding: 0 0 15px 0
	}
}

@media (min-width:1600px) {
	.input_light.-xs input {
		font-size: 18px
	}
}

.input_light.-xs.-top .input_light-label {
	opacity: 1;
	-webkit-transform: translateY(-25px);
	-moz-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	-o-transform: translateY(-25px);
	transform: translateY(-25px)
}

@media (min-width:1600px) {
	.input_light.-xs.-top .input_light-label {
		-webkit-transform: translateY(-27px);
		-moz-transform: translateY(-27px);
		-ms-transform: translateY(-27px);
		-o-transform: translateY(-27px);
		transform: translateY(-27px)
	}
}

.input_light.-error:after {
	background: #e51515
}

.input_light.-error input {
	border-color: #e51515
}

.input_light.-error .input_light-error {
	display: block
}

.input_search {
	position: relative
}

.input_search input {
	position: relative;
	margin: 0;
	width: 100%;
	padding: 0 60px 0 0;
	color: #fff;
	background: 0 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: 0;
	font-family: Bison, sans-serif;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: .02em;
	line-height: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform
}

@media (min-width:768px) {
	.input_search input {
		padding: 0 100px 0 0;
		font-size: 98px
	}
}

@media (min-width:1200px) {
	.input_search input {
		padding: 0 120px 0 0
	}
}

.input_search input::-ms-clear {
	display: none;
	width: 0;
	height: 0
}

.input_search input::-webkit-input-placeholder {
	font-weight: 900;
	color: rgba(255, 255, 255, .4)
}

.input_search input:-moz-placeholder {
	font-weight: 900;
	color: rgba(255, 255, 255, .4)
}

.input_search input::-moz-placeholder {
	font-weight: 900;
	color: rgba(255, 255, 255, .4)
}

.input_search input:-ms-input-placeholder {
	font-weight: 900;
	color: rgba(255, 255, 255, .4)
}

.input_search input::-ms-input-placeholder {
	font-weight: 900;
	color: rgba(255, 255, 255, .4)
}

.input_search input::placeholder {
	font-weight: 900;
	color: rgba(255, 255, 255, .4)
}

.input_search input:focus {
	border-bottom-color: #fff
}

.input_search input:invalid {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0
}

.textarea_light {
	position: relative;
	display: inline-block;
	width: 100%
}

.textarea_light:hover .textarea_light-label {
	opacity: 1;
	color: rgba(7, 27, 106, .5)
}

.textarea_light:hover:after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}

.textarea_light:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	background: #071b6a;
	-webkit-transition: -webkit-transform cubic-bezier(.23, 1, .32, 1) 1.2s;
	transition: -webkit-transform cubic-bezier(.23, 1, .32, 1) 1.2s;
	-o-transition: -o-transform cubic-bezier(.23, 1, .32, 1) 1.2s;
	-moz-transition: transform cubic-bezier(.23, 1, .32, 1) 1.2s, -moz-transform cubic-bezier(.23, 1, .32, 1) 1.2s;
	transition: transform cubic-bezier(.23, 1, .32, 1) 1.2s;
	transition: transform cubic-bezier(.23, 1, .32, 1) 1.2s, -webkit-transform cubic-bezier(.23, 1, .32, 1) 1.2s, -moz-transform cubic-bezier(.23, 1, .32, 1) 1.2s, -o-transform cubic-bezier(.23, 1, .32, 1) 1.2s
}

.textarea_light-label {
	position: absolute;
	left: 0;
	top: -3px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	letter-spacing: 0;
	color: rgba(7, 27, 106, .3);
	-webkit-transition: color .3s, -webkit-transform cubic-bezier(.23, 1, .32, 1) .4s;
	transition: color .3s, -webkit-transform cubic-bezier(.23, 1, .32, 1) .4s;
	-o-transition: color .3s, -o-transform cubic-bezier(.23, 1, .32, 1) .4s;
	-moz-transition: color .3s, transform cubic-bezier(.23, 1, .32, 1) .4s, -moz-transform cubic-bezier(.23, 1, .32, 1) .4s;
	transition: color .3s, transform cubic-bezier(.23, 1, .32, 1) .4s;
	transition: color .3s, transform cubic-bezier(.23, 1, .32, 1) .4s, -webkit-transform cubic-bezier(.23, 1, .32, 1) .4s, -moz-transform cubic-bezier(.23, 1, .32, 1) .4s, -o-transform cubic-bezier(.23, 1, .32, 1) .4s
}

@media (min-width:1200px) {
	.textarea_light-label {
		font-size: 20px
	}
}

.textarea_light-error {
	display: none;
	position: absolute;
	left: 0;
	bottom: -24px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #e51515
}

.textarea_light-error.-visible {
	display: block
}

.textarea_light textarea {
	position: relative;
	margin: 0 0 -3px 0;
	padding: 0 0 19px 0;
	width: 100%;
	color: rgba(7, 27, 106, .8);
	background: 0 0;
	border: 0;
	border-bottom: 1px rgba(7, 27, 106, .5) solid;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: 0;
	resize: none;
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform
}

@media (min-width:1200px) {
	.textarea_light textarea {
		font-size: 20px
	}
}

.textarea_light textarea:invalid {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0
}

.textarea_light.-top:after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}

.textarea_light.-top .textarea_light-label {
	opacity: 1;
	-webkit-transform: translateY(-26px);
	-moz-transform: translateY(-26px);
	-ms-transform: translateY(-26px);
	-o-transform: translateY(-26px);
	transform: translateY(-26px)
}

@media (min-width:768px) {
	.textarea_light.-top .textarea_light-label {
		-webkit-transform: translateY(-29px);
		-moz-transform: translateY(-29px);
		-ms-transform: translateY(-29px);
		-o-transform: translateY(-29px);
		transform: translateY(-29px)
	}
}

@media (min-width:1600px) {
	.textarea_light.-top .textarea_light-label {
		-webkit-transform: translateY(-31px);
		-moz-transform: translateY(-31px);
		-ms-transform: translateY(-31px);
		-o-transform: translateY(-31px);
		transform: translateY(-31px)
	}
}

.textarea_light.-error:after {
	background: #e51515
}

.textarea_light.-error textarea {
	border-color: #e51515
}

.textarea_light.-error .textarea_light-error {
	display: block
}

.btn {
	display: inline
}

.btn_back,
.btn_clear,
.btn_dummy,
.btn_flat,
.btn_menu,
.btn_search {
	position: relative;
	display: inline-block;
	height: auto;
	margin: 0;
	padding: 0;
	color: inherit;
	background: 0 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: 0!important;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-align: inherit;
	text-transform: inherit;
	text-indent: inherit
}

.btn_back:focus,
.btn_back:hover,
.btn_clear:focus,
.btn_clear:hover,
.btn_dummy:focus,
.btn_dummy:hover,
.btn_flat:focus,
.btn_flat:hover,
.btn_menu:focus,
.btn_menu:hover,
.btn_search:focus,
.btn_search:hover {
	text-decoration: none
}

.btn_menu {
	width: 100%;
	height: 100%
}

.btn_search {
	width: 100%;
	height: 100%
}

.btn_flat {
	height: 60px;
	width: 100%;
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	line-height: 60px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	background: #071b6a;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s
}

@media (min-width:768px) {
	.btn_flat {
		width: 131px;
		height: 60px;
		max-width: 100%
	}
}

.btn_flat-icon {
	height: 26px;
	line-height: 26px;
	overflow: hidden
}

.btn_flat:hover {
	text-decoration: none;
	opacity: .9
}

.btn_flat:hover span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}

@media (pointer:coarse) {
	.btn_flat:hover span {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none
	}
}

@media (pointer:coarse) {
	.btn_flat:hover span:after,
	.btn_flat:hover span:before {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none
	}
}

.btn_flat span {
	position: relative;
	display: block;
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	transition: -webkit-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	-o-transition: -o-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: transform 1.2s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.2s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.2s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1.2s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.2s cubic-bezier(.23, 1, .32, 1), -o-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

.btn_flat span:after {
	content: attr(data-text);
	display: block;
	position: absolute;
	width: 100%;
	top: 100%;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
	transition: -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
	-o-transition: -o-transform .3s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: transform .3s cubic-bezier(.23, 1, .32, 1), -moz-transform .3s cubic-bezier(.23, 1, .32, 1);
	transition: transform .3s cubic-bezier(.23, 1, .32, 1);
	transition: transform .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1), -moz-transform .3s cubic-bezier(.23, 1, .32, 1), -o-transform .3s cubic-bezier(.23, 1, .32, 1);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

.btn_flat.-xs {
	width: 81px;
	height: 54px;
	font-size: 14px;
	line-height: 54px;
	color: #ff9f9f;
	background: #fff
}

@media (min-width:1600px) {
	.btn_flat.-xs {
		width: 131px;
		height: 60px;
		font-size: 18px;
		line-height: 60px
	}
}

.btn_flat.-inverse {
	max-width: 131px;
	background: #ff9f9f
}

.btn_back {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px
}

@media (min-width:1200px) {
	.btn_back {
		width: 72px;
		height: 72px
	}
}

.btn_back:after {
	content: '';
	position: absolute;
	top: -50%;
	right: 0;
	bottom: 0;
	left: -50%;
	padding: 80px
}

.btn_back:hover .btn_back-fill {
	-webkit-transform: rotate(-280deg);
	-moz-transform: rotate(-280deg);
	-ms-transform: rotate(-280deg);
	-o-transform: rotate(-280deg);
	transform: rotate(-280deg)
}

.btn_back-fill {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	-o-transition: -o-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: transform 1.4s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.4s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.4s cubic-bezier(.23, 1, .32, 1), -o-transform 1.4s cubic-bezier(.23, 1, .32, 1)
}

.btn_back-icon {
	width: 15px;
	height: 18px;
	margin: 0 2px 0 0
}

@media (min-width:1200px) {
	.btn_back-icon {
		width: 21px;
		height: 25px
	}
}

.btn_back svg {
	width: 100%;
	height: 100%
}

.btn_clear {
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	color: rgba(255, 255, 255, .3)
}

@media (min-width:768px) {
	.btn_clear {
		width: 80px;
		height: 80px;
		border: 1px solid rgba(255, 255, 255, .2);
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		font-size: 17px;
		line-height: 80px;
		text-align: center;
		color: inherit
	}
}

@media (min-width:1200px) {
	.btn_clear {
		width: 101px;
		height: 101px;
		line-height: 101px
	}
}

.select_light {
	position: relative
}

.select_light-error {
	display: none;
	position: absolute;
	left: 0;
	bottom: -24px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #e51515
}

.select_light-error.-visible {
	display: block
}

.select_light.-error .select2-selection {
	border-color: #e51515
}

.select_light.-error .select_light-error {
	display: block
}

.select_light .select2 {
	width: 100%!important
}

.select_light .select2-selection {
	position: relative;
	padding: 0 0 16px 0;
	height: 100%;
	background: 0 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: 0;
	border-bottom: 1px rgba(7, 27, 106, .5) solid;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.select_light .select2-selection:focus,
.select_light .select2-selection:hover {
	opacity: .8
}

.select_light .select2-selection:hover:after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}

.select_light .select2-selection:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	background: #071b6a;
	-webkit-transition: -webkit-transform cubic-bezier(.23, 1, .32, 1) 1.2s;
	transition: -webkit-transform cubic-bezier(.23, 1, .32, 1) 1.2s;
	-o-transition: -o-transform cubic-bezier(.23, 1, .32, 1) 1.2s;
	-moz-transition: transform cubic-bezier(.23, 1, .32, 1) 1.2s, -moz-transform cubic-bezier(.23, 1, .32, 1) 1.2s;
	transition: transform cubic-bezier(.23, 1, .32, 1) 1.2s;
	transition: transform cubic-bezier(.23, 1, .32, 1) 1.2s, -webkit-transform cubic-bezier(.23, 1, .32, 1) 1.2s, -moz-transform cubic-bezier(.23, 1, .32, 1) 1.2s, -o-transform cubic-bezier(.23, 1, .32, 1) 1.2s
}

.select_light .select2-container .select2-selection__rendered {
	padding-left: 0;
	padding-right: 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	letter-spacing: 0;
	color: rgba(7, 27, 106, .8)
}

@media (min-width:1200px) {
	.select_light .select2-container .select2-selection__rendered {
		font-size: 20px
	}
}

.select_light .select2-container .select2-selection__placeholder {
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	letter-spacing: 0;
	color: rgba(7, 27, 106, .3)
}

@media (min-width:1200px) {
	.select_light .select2-container .select2-selection__placeholder {
		font-size: 20px
	}
}

.select_light .select2-container .select2-selection__arrow {
	top: -5px;
	right: 10px
}

.select_light .select2-container .select2-selection__arrow b {
	width: 15px;
	height: 9px;
	border: none;
	background: url(/assets/img/chevron-down.svg) 100% 100% no-repeat;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: -o-transform .2s;
	-moz-transition: transform .2s, -moz-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s, -moz-transform .2s, -o-transform .2s
}

.select_light .select2-container--open .select2-selection__arrow b {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 310px!important;
	padding: 13px 0;
	background: #fbfaf5;
	border: none
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: none
}

.select2-search--dropdown .select2-search__field {
	padding: 7px 10px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	letter-spacing: 0;
	color: rgba(7, 27, 106, .8);
	border: none
}

@media (min-width:1200px) {
	.select2-search--dropdown .select2-search__field {
		font-size: 20px
	}
}

.select2-dropdown {
	margin: -2px 0 0 0;
	background: #fbfaf5;
	border: none;
	-webkit-animation: dropdown-show .3s backwards;
	-moz-animation: dropdown-show .3s backwards;
	-o-animation: dropdown-show .3s backwards;
	animation: dropdown-show .3s backwards
}

.select2-search--dropdown {
	padding: 12px 12px 0 12px
}

.select2-results {
	padding: 0;
	border: none
}

.select2-container--focus {
	border-color: #071b6a
}

.select2-container--focus .select2-selection__placeholder {
	color: rgba(7, 27, 106, .8)!important
}

.select2-container .select2-results__option {
	padding: 7px 28px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	letter-spacing: 0;
	text-align: left;
	color: #071b6a;
	background-color: none;
	-webkit-transition: color .25s;
	-o-transition: color .25s;
	-moz-transition: color .25s;
	transition: color .25s
}

@media (min-width:1200px) {
	.select2-container .select2-results__option {
		font-size: 20px
	}
}

.select2-container .select2-results__option:focus,
.select2-container .select2-results__option:hover {
	text-decoration: none;
	background: 0 0;
	color: #ff9f9f
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: 0 0;
	color: #ff9f9f
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background: 0 0
}

@-webkit-keyframes dropdown-show {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-moz-keyframes dropdown-show {
	0% {
		opacity: 0;
		-moz-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0)
	}
}

@-o-keyframes dropdown-show {
	0% {
		opacity: 0;
		-o-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes dropdown-show {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

.modal {
	display: inline
}

.modal_full {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	pointer-events: none;
	text-align: center;
	z-index: 10001;
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-ms-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0)
}

.modal_full-backdrop {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
	z-index: 1
}

.modal_full-close {
	position: fixed;
	top: 64px;
	right: 23px;
	width: 20px;
	height: 20px;
	color: #fff!important;
	pointer-events: all;
	cursor: pointer;
	z-index: 1001
}

@media (min-width:768px) {
	.modal_full-close {
		position: absolute;
		top: 20px;
		right: 34px;
		width: 80px;
		height: 80px
	}
}

@media (min-width:1024px) {
	.modal_full-close {
		top: 20px;
		right: 64px
	}
}

@media (min-width:1200px) {
	.modal_full-close {
		top: 20px;
		right: 70px;
		width: 100px;
		height: 100px
	}
}

@media (min-width:1600px) {
	.modal_full-close {
		top: 40px;
		right: 80px
	}
}

.modal_full-close button {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff!important
}

.modal_full-close svg {
	width: 100%;
	height: 100%;
	color: #fff!important
}

.modal_full-close span:nth-child(1) {
	display: none
}

@media (min-width:768px) {
	.modal_full-close span:nth-child(1) {
		display: block
	}
}

@media (min-width:768px) {
	.modal_full-close span:nth-child(2) {
		display: none
	}
}

.modal_full-dialog {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1005;
	width: 100%;
	height: 100%;
	opacity: 0
}

.modal_full-video {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2
}

@media (min-width:768px) {
	.modal_full-video {
		height: 375px
	}
}

@media (min-width:1024px) {
	.modal_full-video {
		height: 526px
	}
}

@media (min-width:1200px) {
	.modal_full-video {
		height: 617px
	}
}

@media (min-width:1600px) {
	.modal_full-video {
		height: 784px
	}
}

.modal_full-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%!important;
	height: 100%!important
}

.modal_full.-visible {
	pointer-events: auto
}

.footer {
	overflow: hidden
}

@media (min-width:768px) {
	.footer {
		height: 598px
	}
}

@media (min-width:1600px) {
	.footer {
		height: 766px
	}
}

.footer-content {
	height: 100%;
	padding: 30px 0 60px 0;
	will-change: transform
}

@media (min-width:768px) {
	.footer-content {
		padding: 80px 0 60px 0
	}
}

@media (min-width:1600px) {
	.footer-content {
		padding: 120px 0 75px 0
	}
}

.footer-body {
	width: 100%;
	height: 100%;
	color: #fff
}

.footer-container {
	height: 100%
}

@media (min-width:768px) {
	.footer-container {
		padding: 0 35px
	}
}

@media (min-width:1024px) {
	.footer-container {
		padding: 0 64px
	}
}

@media (min-width:1200px) {
	.footer-container {
		padding: 0;
		margin: 0 auto;
		max-width: 1060px
	}
}

@media (min-width:1600px) {
	.footer-container {
		max-width: 1304px
	}
}

.footer-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-moz-box-orient: vertical;
	-moz-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	height: 100%
}

@media (min-width:768px) {
	.footer-grid {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.footer-grid-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (min-width:768px) {
	.footer-grid-col.-left {
		width: 340px
	}
}

@media (min-width:1200px) {
	.footer-grid-col.-left {
		width: 400px
	}
}

@media (min-width:1600px) {
	.footer-grid-col.-left {
		width: 455px
	}
}

.footer-grid-col.-right {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

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

@media (min-width:1024px) {
	.footer-grid-col.-right {
		padding: 0 0 0 40px
	}
}

@media (min-width:1200px) {
	.footer-grid-col.-right {
		padding: 0 0 0 50px
	}
}

@media (min-width:1600px) {
	.footer-grid-col.-right {
		padding: 0 0 0 105px
	}
}

.footer-logo {
	display: none;
	color: #fff
}

@media (min-width:768px) {
	.footer-logo {
		display: block;
		width: 112px;
		height: 22px;
		margin: 0 0 10px 0
	}
}

@media (min-width:1200px) {
	.footer-logo {
		margin: 0 0 20px 0
	}
}

@media (min-width:1600px) {
	.footer-logo {
		width: 166px;
		height: 34px
	}
}

.footer-logo svg {
	width: 100%;
	height: 100%
}

.footer-subscription-icon {
	display: none
}

@media (min-width:768px) {
	.footer-subscription-icon {
		display: block;
		width: 46px;
		height: 36px;
		margin: 0 0 30px 0
	}
}

@media (min-width:1600px) {
	.footer-subscription-icon {
		margin: 0 0 40px 0;
		width: 51px;
		height: 36px
	}
}

.footer-subscription-icon svg {
	width: 100%;
	height: 100%
}

.footer-subscription-title {
	display: block;
	margin: 0 0 30px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: rgba(255, 255, 255, .5)
}

@media (min-width:768px) {
	.footer-subscription-title {
		margin: 0 0 10px 0;
		font-family: Domine, sans-serif;
		font-size: 20px;
		line-height: 20px;
		font-weight: 600;
		color: #fff
	}
}

@media (min-width:1600px) {
	.footer-subscription-title {
		font-size: 26px;
		line-height: 36px
	}
}

.footer-subscription-text {
	display: none
}

@media (min-width:768px) {
	.footer-subscription-text {
		display: block;
		margin: 0 0 50px 0;
		max-width: 334px;
		font-family: "Nunito Sans", sans-serif;
		font-size: 14px;
		line-height: 18px;
		color: rgba(255, 255, 255, .8)
	}
}

@media (min-width:768px) and (min-width:1024px) {
	.footer-subscription-text {
		margin: 0 0 60px 0
	}
}

@media (min-width:768px) and (min-width:1600px) {
	.footer-subscription-text {
		margin: 0 0 40px 0;
		max-width: 378px;
		font-size: 16px;
		line-height: 21px
	}
}

.footer-menu-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer-menu-grid-col.-center {
	display: none
}

@media (min-width:768px) {
	.footer-menu-grid-col.-center {
		display: block;
		padding: 0 0 0 30px
	}
}

@media (min-width:1024px) {
	.footer-menu-grid-col.-center {
		padding: 0
	}
}

.footer-menu-grid-col.-right {
	display: none
}

@media (min-width:768px) {
	.footer-menu-grid-col.-right {
		display: block
	}
}

.footer-menu-title {
	margin: 0 0 30px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: rgba(255, 255, 255, .5)
}

.footer-menu-col {
	padding: 0 55px 0 0
}

.footer-menu-col:last-child {
	padding: 0
}

@media (min-width:768px) {
	.footer-menu-col {
		padding: 0
	}
}

.footer-menu-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

@media (min-width:768px) {
	.footer-menu-items {
		display: block
	}
}

.footer-menu-item {
	display: block;
	margin: 0 0 30px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	overflow: hidden
}

@media (min-width:1024px) {
	.footer-menu-item {
		margin: 0 0 20px 0;
		font-size: 20px;
		line-height: 20px
	}
}

@media (min-width:1600px) {
	.footer-menu-item {
		font-size: 26px;
		line-height: 26px
	}
}

.footer-menu-item:focus,
.footer-menu-item:hover {
	text-decoration: none
}

.footer-menu-item:hover {
	text-decoration: none
}

.footer-menu-item:hover span {
	-webkit-transform: translateY(-100%) skewY(-6deg);
	-moz-transform: translateY(-100%) skewY(-6deg);
	-ms-transform: translateY(-100%) skewY(-6deg);
	-o-transform: translateY(-100%) skewY(-6deg);
	transform: translateY(-100%) skewY(-6deg)
}

@media (pointer:coarse) {
	.footer-menu-item:hover span {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none
	}
}

.footer-menu-item:hover span:after,
.footer-menu-item:hover span:before {
	-webkit-transform: skewY(6deg);
	-moz-transform: skewY(6deg);
	-ms-transform: skewY(6deg);
	-o-transform: skewY(6deg);
	transform: skewY(6deg)
}

@media (pointer:coarse) {
	.footer-menu-item:hover span:after,
	.footer-menu-item:hover span:before {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none
	}
}

.footer-menu-item span {
	position: relative;
	display: block;
	-webkit-transition: -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	-o-transition: -o-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: transform 1.4s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.4s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.4s cubic-bezier(.23, 1, .32, 1), -o-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

.footer-menu-item span:after {
	content: attr(data-text);
	display: block;
	position: absolute;
	top: 100%;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
	transition: -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
	-o-transition: -o-transform .3s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: transform .3s cubic-bezier(.23, 1, .32, 1), -moz-transform .3s cubic-bezier(.23, 1, .32, 1);
	transition: transform .3s cubic-bezier(.23, 1, .32, 1);
	transition: transform .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1), -moz-transform .3s cubic-bezier(.23, 1, .32, 1), -o-transform .3s cubic-bezier(.23, 1, .32, 1);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

.footer-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media (min-width:768px) {
	.footer-bottom {
		margin: 0 0 20px 0
	}
}

.footer-design {
	display: block
}

.footer-design:focus,
.footer-design:hover {
	text-decoration: none;
	opacity: .8
}

.footer-design-text {
	display: inline-block;
	vertical-align: middle;
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	line-height: 0;
	color: rgba(255, 255, 255, .8)
}

@media (min-width:1600px) {
	.footer-design-text {
		font-size: 16px;
		line-height: 21px
	}
}

.footer-design-icon {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 14px;
	width: 74px;
	height: 15px;
	line-height: 0
}

@media (min-width:768px) {
	.footer-design-icon {
		margin: -3px 0 0 10px
	}
}

@media (min-width:1024px) {
	.footer-design-icon {
		margin: -3px 0 0 14px
	}
}

.footer-design-icon svg {
	width: 100%;
	height: 100%
}

.footer-design.-xs-hidden {
	display: none
}

@media (min-width:768px) {
	.footer-design.-xs-hidden {
		display: block
	}
}

.footer-design.-sm-hidden {
	display: block
}

@media (min-width:768px) {
	.footer-design.-sm-hidden {
		display: none
	}
}

.footer-copyright {
	margin: 0 0 60px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(255, 255, 255, .8)
}

@media (min-width:1600px) {
	.footer-copyright {
		font-size: 16px
	}
}

.footer-copyright.-xs-hidden {
	display: none
}

@media (min-width:768px) {
	.footer-copyright.-xs-hidden {
		display: block
	}
}

.footer-copyright.-sm-hidden {
	display: block
}

@media (min-width:768px) {
	.footer-copyright.-sm-hidden {
		display: none
	}
}

.footer-social {
	display: none
}

@media (min-width:768px) {
	.footer-social {
		display: block;
		margin: 0 3px 0 0
	}
}

.footer-action {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	line-height: 0
}

.footer-head {
	margin: 30px 0 0 0
}

.footer-input {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: normal
}

@media (min-width:1200px) {
	.footer-input {
		padding: 0 12px 0 0
	}
}

@media (min-width:1600px) {
	.footer-input {
		padding: 0 17px 0 0
	}
}

.hero-content {
	padding: 142px 0 30px 0
}

@media (min-width:768px) {
	.hero-content {
		padding: 170px 0 60px 0
	}
}

@media (min-width:1024px) {
	.hero-content {
		padding: 160px 0 84px 0
	}
}

@media (min-width:1200px) {
	.hero-content {
		padding: 195px 0 40px 0
	}
}

@media (min-width:1600px) {
	.hero-content {
		padding: 224px 0 130px 0
	}
}

.hero-body {
	overflow: hidden
}

.hero-container {
	padding: 0
}

@media (min-width:768px) {
	.hero-container {
		padding: 0
	}
}

@media (min-width:1024px) {
	.hero-container {
		padding: 0 64px
	}
}

@media (min-width:1200px) {
	.hero-container {
		padding: 0;
		margin: 0 auto;
		max-width: 1060px
	}
}

@media (min-width:1600px) {
	.hero-container {
		max-width: 1304px
	}
}

.hero-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-moz-box-orient: vertical;
	-moz-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

@media (min-width:1024px) {
	.hero-grid {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

@media (min-width:1024px) {
	.hero-grid-col.-left {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 94px 0 0
	}
}

@media (min-width:1200px) {
	.hero-grid-col.-left {
		padding: 0 55px 0 0
	}
}

@media (min-width:1400px) {
	.hero-grid-col.-left {
		padding: 0 95px 0 0
	}
}

@media (min-width:1600px) {
	.hero-grid-col.-left {
		padding: 0 90px 0 113px
	}
}

.hero-images {
	position: relative;
	height: 258px;
	margin: 0 0 30px 0;
	overflow: hidden
}

@media (min-width:768px) {
	.hero-images {
		width: 100%;
		height: 400px;
		margin: 0 0 60px 0
	}
}

@media (min-width:1024px) {
	.hero-images {
		width: 448px;
		height: 386px;
		margin: 0
	}
}

@media (min-width:1200px) {
	.hero-images {
		width: 530px;
		height: 457px
	}
}

@media (min-width:1600px) {
	.hero-images {
		width: 652px;
		height: 555px
	}
}

.hero-images-body {
	width: 100%;
	height: 100%
}

.hero-images-canvas {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

.hero-images-canvas canvas {
	width: 100%!important;
	height: 100%!important
}

@media (min-width:1024px) {
	.hero-images-canvas {
		display: block
	}
}

.hero-images-item {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: opacity cubic-bezier(.23, 1, .32, 1) 1.4s;
	-o-transition: opacity cubic-bezier(.23, 1, .32, 1) 1.4s;
	-moz-transition: opacity cubic-bezier(.23, 1, .32, 1) 1.4s;
	transition: opacity cubic-bezier(.23, 1, .32, 1) 1.4s
}

.hero-images-item img {
	display: none
}

.hero-images-item.-visible {
	pointer-events: auto;
	opacity: 1
}

.hero-items {
	position: relative
}

@media (min-width:1024px) {
	.hero-items {
		white-space: normal;
		overflow: visible
	}
}

@media (min-width:1600px) {
	.hero-items-backline {
		position: absolute;
		top: 7px;
		bottom: 10px;
		left: -90px;
		width: 1px;
		background: #dfe1eb;
		-webkit-transform-origin: top center;
		-moz-transform-origin: top center;
		-ms-transform-origin: top center;
		-o-transform-origin: top center;
		transform-origin: top center
	}
}

.hero-items-line {
	display: none;
	position: absolute;
	top: 7px;
	left: -90px;
	width: 6px;
	height: -webkit-calc(33.3333% - 15px);
	height: -moz-calc(33.3333% - 15px);
	height: calc(33.3333% - 15px);
	-webkit-transition: -webkit-transform cubic-bezier(.23, 1, .32, 1) 1.2s;
	transition: -webkit-transform cubic-bezier(.23, 1, .32, 1) 1.2s;
	-o-transition: -o-transform cubic-bezier(.23, 1, .32, 1) 1.2s;
	-moz-transition: transform cubic-bezier(.23, 1, .32, 1) 1.2s, -moz-transform cubic-bezier(.23, 1, .32, 1) 1.2s;
	transition: transform cubic-bezier(.23, 1, .32, 1) 1.2s;
	transition: transform cubic-bezier(.23, 1, .32, 1) 1.2s, -webkit-transform cubic-bezier(.23, 1, .32, 1) 1.2s, -moz-transform cubic-bezier(.23, 1, .32, 1) 1.2s, -o-transform cubic-bezier(.23, 1, .32, 1) 1.2s
}

@media (min-width:1600px) {
	.hero-items-line {
		display: block
	}
}

.hero-items-line-l {
	width: 100%;
	height: 100%;
	background: #ff9f9f;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

.hero-items-nav {
	margin: 28px 22px 0 0;
	text-align: right
}

@media (min-width:768px) {
	.hero-items-nav {
		margin: 42px 100px 0 0
	}
}

@media (min-width:1024px) {
	.hero-items-nav {
		display: none
	}
}

.hero-items-nav-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 48px;
	color: #071b6a;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s
}

.hero-items-nav-item:after {
	content: '';
	position: absolute;
	top: -11px;
	left: -15px;
	padding: 20px
}

.hero-items-nav-item:focus,
.hero-items-nav-item:hover {
	text-decoration: none
}

.hero-items-nav-item:first-child {
	margin: 0
}

@media (min-width:768px) {
	.hero-items-nav-item {
		margin: 0 0 0 74px
	}
}

.hero-items-nav-item svg {
	width: 11px;
	height: 20px
}

.hero-items-nav-item.-active {
	color: #071b6a
}

.hero-items-body {
	padding: 0 0 0 20px;
	white-space: nowrap
}

@media (min-width:768px) {
	.hero-items-body {
		padding: 0 0 0 35px
	}
}

@media (min-width:1024px) {
	.hero-items-body {
		padding: 0
	}
}

.hero-item {
	display: inline-block;
	vertical-align: top;
	margin: 0 40px 0 0;
	width: 200px;
	position: relative;
	white-space: normal;
	color: #c1c7dc;
	-webkit-transition: color 1s;
	-o-transition: color 1s;
	-moz-transition: color 1s;
	transition: color 1s;
	overflow: hidden
}

.hero-item:last-child {
	margin: 0
}

@media (min-width:768px) {
	.hero-item {
		margin: 0 90px 0 0;
		width: 449px
	}
}

@media (min-width:1024px) {
	.hero-item {
		display: block;
		width: 100%;
		margin: 0 0 40px 0
	}
}

@media (min-width:1200px) {
	.hero-item {
		margin: 0 0 54px 0
	}
}

@media (min-width:1600px) {
	.hero-item {
		margin: 0 0 45px 0
	}
}

.hero-item:focus,
.hero-item:hover {
	color: #c1c7dc;
	text-decoration: none
}

.hero-item:hover .hero-item-text {
	color: rgba(7, 27, 106, .8)
}

.hero-item-wrap {
	overflow: hidden
}

.hero-item-body {
	display: block
}

.hero-item-title {
	display: block;
	margin: 0 0 14px 0;
	-webkit-transition: cubic-bezier(.23, 1, .32, 1) 1.2s;
	-o-transition: cubic-bezier(.23, 1, .32, 1) 1.2s;
	-moz-transition: cubic-bezier(.23, 1, .32, 1) 1.2s;
	transition: cubic-bezier(.23, 1, .32, 1) 1.2s
}

@media (min-width:1024px) {
	.hero-item-title {
		margin: 0 0 10px 0
	}
}

@media (min-width:1600px) {
	.hero-item-title {
		margin: 0 0 14px 0
	}
}

.hero-item-title h3 {
	font-family: Bison, sans-serif;
	font-size: 18px;
	letter-spacing: .07em;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase
}

@media (min-width:1600px) {
	.hero-item-title h3 {
		font-size: 24px;
		line-height: 29px
	}
}

.hero-item-text {
	display: block;
	-webkit-transition: cubic-bezier(.23, 1, .32, 1) 1.2s;
	-o-transition: cubic-bezier(.23, 1, .32, 1) 1.2s;
	-moz-transition: cubic-bezier(.23, 1, .32, 1) 1.2s;
	transition: cubic-bezier(.23, 1, .32, 1) 1.2s
}

@media (min-width:1024px) {
	.hero-item-text {
		max-height: 62px;
		overflow: hidden
	}
}

@media (min-width:1600px) {
	.hero-item-text {
		max-height: 90px
	}
}

.hero-item-text p {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	letter-spacing: -.01em
}

@media (min-width:768px) {
	.hero-item-text p {
		font-size: 20px;
		line-height: 28px
	}
}

@media (min-width:768px) {
	.hero-item-text p {
		font-size: 26px;
		line-height: 31px
	}
}

@media (min-width:1600px) {
	.hero-item-text p {
		font-size: 32px;
		line-height: 45px
	}
}

@media (min-width:1600px) {
	.hero-item.-active:before {
		content: ''
	}
}

.hero-item.-active .hero-item-title {
	color: #ff9f9f
}

.hero-item.-active .hero-item-text {
	color: #071b6a
}

.news-content {
	padding: 60px 0 100px 0
}

@media (min-width:768px) {
	.news-content {
		padding: 80px 0 120px 0
	}
}

@media (min-width:1600px) {
	.news-content {
		padding: 120px 0 160px 0
	}
}

.news-content.-lg {
	padding: 60px 0 100px 0
}

@media (min-width:768px) {
	.news-content.-lg {
		padding: 80px 0 120px 0
	}
}

@media (min-width:1600px) {
	.news-content.-lg {
		padding: 160px 0
	}
}

.news-body {
	width: 100%
}

.news-title {
	position: relative;
	display: inline-block;
	margin: 0 0 60px 0;
	max-width: 270px;
	overflow: hidden;
	text-decoration: none;
	color: #ff9f9f;
	will-change: transform
}

@media (min-width:1024px) {
	.news-title {
		max-width: 100%
	}
}

@media (min-width:1200px) {
	.news-title {
		margin: 0 0 80px 0
	}
}

.news-title:focus,
.news-title:hover {
	text-decoration: none;
	color: #ff9f9f
}

.news-title:after {
	content: '';
	position: absolute;
	left: 0;
	top: -60%;
	right: 0;
	bottom: 0;
	padding: 80px 0
}

.news-title:hover .news-title-icon svg {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

.news-title:hover .news-title-icon svg:nth-child(2) {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.news-title h2 {
	display: inline-block;
	vertical-align: middle;
	font-family: Bison, sans-serif;
	font-size: 46px;
	line-height: 51px;
	letter-spacing: .02em;
	font-weight: 600;
	text-transform: uppercase
}

@media (min-width:1600px) {
	.news-title h2 {
		font-size: 56px;
		line-height: 62px
	}
}

.news-title-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 20px;
	width: 20px;
	height: 13px;
	overflow: hidden
}

@media (min-width:1600px) {
	.news-title-icon {
		margin: 0 0 0 40px;
		width: 30px;
		height: 20px
	}
}

.news-title-icon svg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .3;
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	transition: -webkit-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	-o-transition: -o-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: transform 1.2s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.2s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.2s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1.2s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.2s cubic-bezier(.23, 1, .32, 1), -o-transform 1.2s cubic-bezier(.23, 1, .32, 1)
}

.news-title-icon svg:nth-child(2) {
	opacity: 1;
	-webkit-transform: translateX(-200%);
	-moz-transform: translateX(-200%);
	-ms-transform: translateX(-200%);
	-o-transform: translateX(-200%);
	transform: translateX(-200%)
}

@media (min-width:768px) {
	.news-row {
		margin: 0 -45px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex
	}
}

@media (min-width:1024px) {
	.news-row {
		margin: 0;
		display: block
	}
}

.news-items {
	margin: 0 0 60px 0
}

.news-items:last-child {
	margin: 0
}

@media (min-width:768px) {
	.news-items {
		padding: 0 45px;
		margin: 0;
		width: 50%
	}
}

@media (min-width:1024px) {
	.news-items {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: auto;
		margin: 0 -8px 80px -8px;
		padding: 0
	}
}

@media (min-width:1200px) {
	.news-items {
		margin: 0 -10px 80px -10px
	}
}

@media (min-width:1600px) {
	.news-items {
		margin: 0 -20px 120px -20px
	}
}

.news-items-item {
	display: block;
	margin: 0 auto 60px auto;
	text-align: center;
	will-change: transform
}

.news-items-item:focus,
.news-items-item:hover {
	text-decoration: none
}

.news-items-item:hover .news-items-item-pic {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
	transform: scale(1.04)
}

.news-items-item:hover .news-items-item-img {
	-webkit-clip-path: inset(0 1%);
	clip-path: inset(0 1%)
}

.news-items-item:last-child {
	margin: 0 auto
}

@media (min-width:768px) {
	.news-items-item:last-child {
		margin: 0
	}
}

@media (min-width:768px) {
	.news-items-item {
		margin: 0 0 60px 0;
		text-align: left
	}
}

@media (min-width:1024px) {
	.news-items-item {
		width: 33.3333%;
		padding: 0 8px;
		margin: 0
	}
}

@media (min-width:1200px) {
	.news-items-item {
		padding: 0 10px
	}
}

@media (min-width:1600px) {
	.news-items-item {
		padding: 0 20px
	}
}

.news-items-item-img {
	display: block;
	height: 205px;
	margin: 0 auto 30px auto;
	-webkit-clip-path: inset(0 0);
	clip-path: inset(0 0);
	-webkit-transition: -webkit-clip-path 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: -webkit-clip-path 1.4s cubic-bezier(.23, 1, .32, 1);
	-o-transition: clip-path 1.4s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: clip-path 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: clip-path 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: clip-path 1.4s cubic-bezier(.23, 1, .32, 1), -webkit-clip-path 1.4s cubic-bezier(.23, 1, .32, 1);
	overflow: hidden
}

@media (min-width:768px) {
	.news-items-item-img {
		width: 100%;
		height: 212px;
		margin: 0 auto 30px auto
	}
}

@media (min-width:1200px) {
	.news-items-item-img {
		height: 250px
	}
}

@media (min-width:1600px) {
	.news-items-item-img {
		height: 300px;
		margin: 0 auto 40px auto
	}
}

.news-items-item-img.-lg {
	height: 280px
}

@media (min-width:768px) {
	.news-items-item-img.-lg {
		height: 275px
	}
}

@media (min-width:1024px) {
	.news-items-item-img.-lg {
		height: 293px
	}
}

@media (min-width:1200px) {
	.news-items-item-img.-lg {
		height: 346px
	}
}

@media (min-width:1600px) {
	.news-items-item-img.-lg {
		height: 390px
	}
}

.news-items-item-pic {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	-o-transition: -o-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: transform 1.4s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.4s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.4s cubic-bezier(.23, 1, .32, 1), -o-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	will-change: transform
}

.news-items-item-title {
	display: block;
	margin: 0 0 16px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 19px
}

@media (min-width:1600px) {
	.news-items-item-title {
		font-size: 20px;
		line-height: 24px
	}
}

.news-items-item-text {
	display: block;
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600
}

@media (min-width:768px) {
	.news-items-item-text {
		font-size: 20px;
		line-height: 28px
	}
}

@media (min-width:1600px) {
	.news-items-item-text {
		font-size: 26px;
		line-height: 36px
	}
}

.news-items-item-footer {
	display: block;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 16px
}

.news-items-item-date {
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.news-items-item-date:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -10px;
	width: 2px;
	height: 2px;
	background: #ff9f9f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.news-items-item-date.-not:after {
	display: none
}

.news-items-item-author {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 18px;
	opacity: .4
}

.news-items-item.-xs {
	margin: 0 auto
}

@media (min-width:768px) {
	.news-items-item.-xs {
		margin: 0
	}
}

.news-items-item.-xs-hidden {
	display: none
}

@media (min-width:1024px) {
	.news-items-item.-xs-hidden {
		display: block
	}
}

@media (min-width:768px) {
	.news-items.-lg {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -45px;
		padding: 0;
		width: auto
	}
}

@media (min-width:1024px) {
	.news-items.-lg {
		margin: 0 -8px 0 -8px
	}
}

@media (min-width:1200px) {
	.news-items.-lg {
		margin: 0 -10px 0 -10px
	}
}

@media (min-width:1600px) {
	.news-items.-lg {
		margin: 0 -20px 0 -20px
	}
}

@media (min-width:768px) {
	.news-items.-lg .news-items-item {
		width: 50%;
		padding: 0 45px
	}
}

@media (min-width:1024px) {
	.news-items.-lg .news-items-item {
		width: 33.3333%;
		padding: 0 8px;
		margin: 0
	}
}

@media (min-width:1200px) {
	.news-items.-lg .news-items-item {
		padding: 0 10px
	}
}

@media (min-width:1600px) {
	.news-items.-lg .news-items-item {
		padding: 0 20px
	}
}

.news-head {
	margin: 0 0 60px 0
}

@media (min-width:768px) {
	.news-head {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -45px 60px -45px
	}
}

@media (min-width:1024px) {
	.news-head {
		margin: 0 -8px 40px -8px
	}
}

@media (min-width:1200px) {
	.news-head {
		margin: 0 -10px 80px -10px
	}
}

@media (min-width:1600px) {
	.news-head {
		margin: 0 -30px 80px -30px
	}
}

.news-head-item {
	display: block;
	margin: 0 auto 60px auto
}

.news-head-item:focus,
.news-head-item:hover {
	text-decoration: none
}

.news-head-item:last-child {
	margin: 0 auto
}

@media (min-width:768px) {
	.news-head-item {
		width: 50%;
		padding: 0 45px;
		margin: 0
	}
}

@media (min-width:1024px) {
	.news-head-item {
		padding: 0 8px;
		height: 266px
	}
}

@media (min-width:1200px) {
	.news-head-item {
		padding: 0 10px;
		height: 353px
	}
}

@media (min-width:1600px) {
	.news-head-item {
		padding: 0 30px;
		height: 451px
	}
}

.news-head-item-content {
	display: block;
	height: 100%
}

@media (min-width:1024px) {
	.news-head-item-content {
		padding: 70px 76px 0 60px
	}
}

@media (min-width:1200px) {
	.news-head-item-content {
		padding: 80px 76px 0 70px
	}
}

@media (min-width:1600px) {
	.news-head-item-content {
		padding: 110px 76px 0 60px
	}
}

.news-head-item-figure {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 0 30px 0
}

@media (min-width:1024px) {
	.news-head-item-figure {
		display: none
	}
}

.news-head-item-title {
	display: block;
	margin: 0 0 16px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 19px;
	overflow: hidden
}

@media (min-width:768px) {
	.news-head-item-title {
		margin: 0 0 20px 0
	}
}

@media (min-width:1024px) {
	.news-head-item-title {
		color: #fff
	}
}

@media (min-width:1200px) {
	.news-head-item-title {
		margin: 0 0 24px 0
	}
}

@media (min-width:1600px) {
	.news-head-item-title {
		font-size: 20px;
		line-height: 24px
	}
}

.news-head-item-title span {
	display: block
}

.news-head-item-text {
	display: block;
	margin: 0 0 30px 0;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600
}

@media (min-width:768px) {
	.news-head-item-text {
		margin: 0 0 15px 0;
		font-size: 20px;
		line-height: 28px
	}
}

@media (min-width:1200px) {
	.news-head-item-text {
		margin: 0 0 18px 0;
		font-size: 34px;
		line-height: 38px;
		letter-spacing: -.05em
	}
}

@media (min-width:1600px) {
	.news-head-item-text {
		margin: 0 0 20px 0;
		font-size: 40px;
		line-height: 48px;
		letter-spacing: -.01em
	}
}

.news-head-item-text-wrap {
	overflow: hidden
}

.news-head-item-footer {
	display: block;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 16px;
	overflow: hidden
}

@media (min-width:1024px) {
	.news-head-item-footer {
		color: #fff
	}
}

.news-head-item-footer-text {
	display: block
}

.news-head-item-date {
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.news-head-item-date:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -10px;
	width: 2px;
	height: 2px;
	background: #6455c2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

@media (min-width:1024px) {
	.news-head-item-date:after {
		background: #fff
	}
}

.news-head-item-author {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 18px;
	opacity: .4
}

@media (min-width:1024px) {
	.news-head-item.-primary .news-head-item-content {
		background: #6455c2;
		color: #ffe165
	}
}

.news-head-item.-primary .news-head-item-figure {
	background: #6455c2
}

@media (min-width:1024px) {
	.news-head-item.-secondary .news-head-item-content {
		background: #ffdecb;
		color: #071b6a
	}
}

@media (min-width:1024px) {
	.news-head-item.-secondary .news-head-item-title {
		color: #071b6a
	}
}

.news-head-item.-secondary .news-head-item-date:after {
	background: #6455c2
}

.news-head-item.-secondary .news-head-item-footer {
	color: #071b6a
}

.news-head-item.-secondary .news-head-item-figure {
	background: #ffdecb
}

@media (min-width:1024px) {
	.news-head-item.-tertiary .news-head-item-content {
		background: #4c9095;
		color: #ffe165
	}
}

.news-head-item.-tertiary .news-head-item-figure {
	background: #4c9095
}

@media (min-width:1024px) {
	.news-head-item.-fourthy .news-head-item-content {
		background: #fe7a43;
		color: #ffe165
	}
}

.news-head-item.-fourthy .news-head-item-figure {
	background: #fe7a43
}

@media (min-width:1024px) {
	.news-head-item.-fifthly .news-head-item-content {
		background: #fdd002;
		color: #6455c2
	}
}

.news-head-item.-fifthly .news-head-item-figure {
	background: #fdd002
}

@media (min-width:1024px) {
	.news-head-item.-sixth .news-head-item-content {
		background: #ff9f9f;
		color: #6455c2
	}
}

.news-head-item.-sixth .news-head-item-figure {
	background: #ff9f9f
}

.news.-xs .news-body {
	text-align: center
}

@media (min-width:768px) {
	.news.-xs .news-body {
		text-align: left
	}
}

.news.-xs .news-content {
	padding: 60px 0 40px 0
}

@media (min-width:768px) {
	.news.-xs .news-content {
		padding: 80px 0 60px 0
	}
}

@media (min-width:1600px) {
	.news.-xs .news-content {
		padding: 120px 0 0 0
	}
}

.news.-xs .news-container {
	padding: 0 20px
}

@media (min-width:768px) {
	.news.-xs .news-container {
		padding: 0 35px
	}
}

@media (min-width:1024px) {
	.news.-xs .news-container {
		padding: 0 64px
	}
}

@media (min-width:1200px) {
	.news.-xs .news-container {
		padding: 0;
		margin: 0 auto;
		max-width: 1060px
	}
}

@media (min-width:1600px) {
	.news.-xs .news-container {
		max-width: 1304px
	}
}

@media (min-width:768px) {
	.news.-xs .news-row {
		margin: 0;
		display: block
	}
}

.news.-xs .news-items {
	margin: 0 auto 60px auto
}

.news.-xs .news-items:last-child {
	margin: 0 auto
}

@media (min-width:768px) {
	.news.-xs .news-items {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: auto;
		margin: 0 -10px 0 -10px;
		padding: 0
	}
}

@media (min-width:1024px) {
	.news.-xs .news-items {
		margin: 0 -8px 0 -8px
	}
}

@media (min-width:1200px) {
	.news.-xs .news-items {
		margin: 0 -10px 0 -10px
	}
}

@media (min-width:1600px) {
	.news.-xs .news-items {
		margin: 0 -20px 0 -20px
	}
}

.news.-xs .news-items-item {
	margin: 0 auto 60px auto
}

@media (min-width:768px) {
	.news.-xs .news-items-item {
		width: 50%;
		padding: 0 10px;
		margin: 0 0 60px 0
	}
}

@media (min-width:1024px) {
	.news.-xs .news-items-item {
		width: 33.3333%;
		padding: 0 8px;
		margin: 0 0 80px 0
	}
}

@media (min-width:1200px) {
	.news.-xs .news-items-item {
		padding: 0 10px
	}
}

@media (min-width:1600px) {
	.news.-xs .news-items-item {
		padding: 0 20px;
		margin: 0 0 120px 0
	}
}

.news.-xs .news-items-item-img {
	margin: 0 auto 30px auto
}

@media (min-width:1600px) {
	.news.-xs .news-items-item-img {
		margin: 0 auto 40px auto
	}
}

.post-content {
	padding: 60px 0 100px 0
}

@media (min-width:768px) {
	.post-content {
		padding: 80px 0 128px 0
	}
}

@media (min-width:1600px) {
	.post-content {
		padding: 120px 0 160px 0
	}
}

.post-body {
	position: relative;
	width: 100%
}

.post-line {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 1px
}

.post-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-moz-box-orient: vertical;
	-moz-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

@media (min-width:1024px) {
	.post-grid {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

@media (min-width:1024px) {
	.post-grid-col {
		width: 50%
	}
}

@media (min-width:1024px) {
	.post-grid-col.-right {
		padding: 0 0 0 16px
	}
}

@media (min-width:1200px) {
	.post-grid-col.-right {
		padding: 0 0 0 20px
	}
}

@media (min-width:1600px) {
	.post-grid-col.-right {
		padding: 0 0 0 46px
	}
}

.post-title {
	position: relative;
	display: inline-block;
	margin: 0 0 60px 0;
	max-width: 270px;
	overflow: hidden;
	text-decoration: none;
	color: #ff9f9f;
	will-change: transform
}

@media (min-width:1024px) {
	.post-title {
		max-width: 100%
	}
}

@media (min-width:1200px) {
	.post-title {
		margin: 0 0 80px 0
	}
}

.post-title:focus,
.post-title:hover {
	text-decoration: none;
	color: #ff9f9f
}

.post-title:after {
	content: '';
	position: absolute;
	left: 0;
	top: -60%;
	right: 0;
	bottom: 0;
	padding: 80px 0
}

.post-title:hover .post-title-icon svg {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

.post-title:hover .post-title-icon svg:nth-child(2) {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.post-title h2 {
	display: inline-block;
	vertical-align: middle;
	font-family: Bison, sans-serif;
	font-size: 46px;
	line-height: 51px;
	letter-spacing: .02em;
	font-weight: 600;
	text-transform: uppercase
}

@media (min-width:1600px) {
	.post-title h2 {
		font-size: 56px;
		line-height: 62px
	}
}

.post-title-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 20px;
	width: 20px;
	height: 13px;
	overflow: hidden
}

@media (min-width:1600px) {
	.post-title-icon {
		margin: 0 0 0 40px;
		width: 30px;
		height: 20px
	}
}

.post-title-icon svg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .3;
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	transition: -webkit-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	-o-transition: -o-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: transform 1.2s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.2s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.2s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1.2s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.2s cubic-bezier(.23, 1, .32, 1), -o-transform 1.2s cubic-bezier(.23, 1, .32, 1)
}

.post-title-icon svg:nth-child(2) {
	opacity: 1;
	-webkit-transform: translateX(-200%);
	-moz-transform: translateX(-200%);
	-ms-transform: translateX(-200%);
	-o-transform: translateX(-200%);
	transform: translateX(-200%)
}

@media (min-width:768px) {
	.post-row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -45px
	}
}

@media (min-width:1024px) {
	.post-row {
		margin: 0 -8px
	}
}

@media (min-width:1200px) {
	.post-row {
		margin: 0 -10px
	}
}

@media (min-width:1600px) {
	.post-row {
		margin: 0 -23px
	}
}

.post-items {
	margin: 0 0 80px 0
}

.post-items:last-child {
	margin: 0
}

@media (min-width:768px) {
	.post-items {
		width: 50%;
		padding: 0 45px;
		margin: 0
	}
}

@media (min-width:1024px) {
	.post-items {
		padding: 0 8px
	}
}

@media (min-width:1200px) {
	.post-items {
		padding: 0 10px
	}
}

@media (min-width:1600px) {
	.post-items {
		padding: 0 23px
	}
}

@media (min-width:768px) {
	.post-items.-mt {
		margin: -60px 0 0 0
	}
}

@media (min-width:1024px) {
	.post-items.-mt {
		margin: 54px 0 0 0
	}
}

@media (min-width:1200px) {
	.post-items.-mt {
		margin: 52px 0 0 0
	}
}

@media (min-width:1600px) {
	.post-items.-mt {
		margin: 96px 0 0 0
	}
}

.post-item {
	display: block;
	margin: 0 auto 80px auto;
	text-align: center;
	overflow: hidden
}

.post-item:hover .post-item-pic {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
	transform: scale(1.04)
}

.post-item:hover .post-item-img {
	-webkit-clip-path: inset(0 1%);
	clip-path: inset(0 1%)
}

.post-item:hover .post-item-img-body {
	-webkit-transform: scale(1.04)!important;
	-moz-transform: scale(1.04)!important;
	-ms-transform: scale(1.04)!important;
	-o-transform: scale(1.04)!important;
	transform: scale(1.04)!important
}

@media (min-width:768px) {
	.post-item {
		margin: 0 0 60px 0;
		width: 100%
	}
}

@media (min-width:1024px) {
	.post-item {
		margin: 0 0 80px 0
	}
}

.post-item:last-child {
	margin: 0 auto
}

@media (min-width:768px) {
	.post-item:last-child {
		margin: 0
	}
}

.post-item:focus,
.post-item:hover {
	text-decoration: none
}

.post-item-img {
	display: block;
	height: 280px;
	margin: 0 auto 30px auto;
	overflow: hidden;
	-webkit-clip-path: inset(0 0);
	clip-path: inset(0 0);
	-webkit-transition: -webkit-clip-path 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: -webkit-clip-path 1.4s cubic-bezier(.23, 1, .32, 1);
	-o-transition: clip-path 1.4s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: clip-path 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: clip-path 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: clip-path 1.4s cubic-bezier(.23, 1, .32, 1), -webkit-clip-path 1.4s cubic-bezier(.23, 1, .32, 1)
}

@media (min-width:768px) {
	.post-item-img {
		width: 100%;
		height: 275px;
		margin: 0 0 30px 0
	}
}

@media (min-width:1024px) {
	.post-item-img {
		height: 212px;
		margin: 0 0 20px 0
	}
}

@media (min-width:1200px) {
	.post-item-img {
		height: 250px
	}
}

@media (min-width:1600px) {
	.post-item-img {
		height: 294px
	}
}

.post-item-img-content {
	display: block;
	width: 100%;
	height: 100%
}

.post-item-img-body {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	-o-transition: -o-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: transform 1.4s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.4s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.4s cubic-bezier(.23, 1, .32, 1), -o-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	will-change: transform
}

.post-item-pic {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	-o-transition: -o-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: transform 1.4s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.4s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.4s cubic-bezier(.23, 1, .32, 1), -o-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	will-change: transform
}

.post-item-category {
	display: block;
	margin: 0 0 16px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 19px;
	overflow: hidden
}

@media (min-width:1600px) {
	.post-item-category {
		margin: 0 0 10px 0;
		font-size: 20px;
		line-height: 24px
	}
}

.post-item-category-wrap {
	overflow: hidden
}

.post-item-text {
	display: block;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	overflow: hidden
}

@media (min-width:768px) {
	.post-item-text {
		min-width: 56px;
		max-height: 84px;
		font-size: 20px;
		line-height: 28px;
		overflow: hidden
	}
}

@media (min-width:1024px) {
	.post-item-text {
		min-height: 84px;
		max-height: 112px
	}
}

@media (min-width:1600px) {
	.post-item-text {
		max-width: 260px;
		margin: 0 auto;
		min-height: 93px;
		max-height: 124px;
		font-size: 24px;
		line-height: 31px
	}
}

.post-item-text-wrap {
	overflow: hidden
}

.post-head {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 300px;
	margin: 0 0 40px 0;
	text-align: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	will-change: transform
}

.post-head:focus,
.post-head:hover {
	text-decoration: none
}

@media (max-width:1023px) {
	.post-head {
		-webkit-transform: translateY(0)!important;
		-moz-transform: translateY(0)!important;
		-ms-transform: translateY(0)!important;
		-o-transform: translateY(0)!important;
		transform: translateY(0)!important
	}
}

@media (min-width:768px) {
	.post-head {
		height: 400px;
		margin: 0 0 120px 0
	}
}

@media (min-width:1024px) {
	.post-head {
		height: 483px;
		margin: -109px 0 0 0
	}
}

@media (min-width:1200px) {
	.post-head {
		height: 574px;
		margin: -130px 0 0 0
	}
}

@media (min-width:1600px) {
	.post-head {
		height: 688px;
		margin: -140px 0 0 0
	}
}

.post-head-fill {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;
	background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(75%, rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(bottom, #fff 0, rgba(255, 255, 255, .5) 75%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(bottom, #fff 0, rgba(255, 255, 255, .5) 75%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(bottom, #fff 0, rgba(255, 255, 255, .5) 75%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, .5) 75%, rgba(255, 255, 255, 0) 100%)
}

.post-head-text {
	position: relative;
	display: block;
	margin: 0 0 10px 0;
	max-width: 260px;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -.02em;
	font-weight: 600
}

@media (min-width:768px) {
	.post-head-text {
		max-width: 340px;
		font-size: 32px;
		line-height: 38px
	}
}

@media (min-width:1600px) {
	.post-head-text {
		margin: 0 0 17px 0;
		max-width: 464px;
		font-size: 42px;
		line-height: 50px
	}
}

.post-head-category {
	position: relative;
	display: block;
	margin: 0 0 20px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 19px
}

@media (min-width:1600px) {
	.post-head-category {
		margin: 0 0 30px 0;
		font-size: 20px;
		line-height: 24px
	}
}

.post-head-img {
	display: none
}

.post-head.-inverse {
	color: #fff
}

.post-head.-fixed {
	position: fixed;
	top: 0;
	right: 0
}

@media (min-width:768px) {
	.post.-xs .post-row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -23px
	}
}

.post.-xs .post-items {
	margin: 0 0 60px 0
}

.post.-xs .post-items:last-child {
	margin: 0
}

@media (min-width:768px) {
	.post.-xs .post-items {
		width: 50%;
		padding: 0 23px;
		margin: 0
	}
}

@media (min-width:768px) {
	.post.-xs .post-items.-mt {
		margin: 96px 0 0 0
	}
}

.post.-xs .post-item {
	margin: 0 auto 60px auto
}

.post.-xs .post-item:last-child {
	margin: 0 auto
}

@media (min-width:768px) {
	.post.-xs .post-item {
		margin: 0 0 80px 0;
		width: 250px
	}
	.post.-xs .post-item:last-child {
		margin: 0
	}
}

@media (min-width:1024px) {
	.post.-xs .post-item {
		width: 212px
	}
}

@media (min-width:1200px) {
	.post.-xs .post-item {
		width: 250px
	}
}

@media (min-width:1600px) {
	.post.-xs .post-item {
		width: 294px
	}
}

@media (min-width:768px) {
	.post.-xs .post-item-img {
		height: 250px;
		margin: 0 0 20px 0
	}
}

@media (min-width:1024px) {
	.post.-xs .post-item-img {
		height: 212px
	}
}

@media (min-width:1200px) {
	.post.-xs .post-item-img {
		height: 250px
	}
}

@media (min-width:1600px) {
	.post.-xs .post-item-img {
		height: 294px
	}
}

@media (min-width:768px) {
	.post.-xs .post-item-category {
		margin: 0 0 10px 0
	}
}

.products-content {
	position: relative;
	padding: 60px 0 90px 0;
	overflow: hidden
}

@media (min-width:768px) {
	.products-content {
		padding: 80px 0 160px 0
	}
}

@media (min-width:1024px) {
	.products-content {
		padding: 80px 0 120px 0
	}
}

@media (min-width:1600px) {
	.products-content {
		padding: 117px 0 110px 0
	}
}

.products-body {
	width: 100%;
	text-align: left
}

@media (min-width:768px) {
	.products-body {
		text-align: center
	}
}

.products-title {
	position: relative;
	display: inline-block;
	margin: 0 0 60px 20px;
	max-width: 270px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	will-change: transform
}

@media (min-width:768px) {
	.products-title {
		max-width: 100%
	}
}

@media (min-width:1200px) {
	.products-title {
		margin: 0 0 80px 0
	}
}

.products-title:focus,
.products-title:hover {
	text-decoration: none;
	color: #fff
}

.products-title:after {
	content: '';
	position: absolute;
	left: -50%;
	top: -80%;
	right: 0;
	bottom: 0;
	padding: 80px 400px
}

.products-title:hover .products-title-icon svg {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

.products-title:hover .products-title-icon svg:nth-child(2) {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.products-title h2 {
	display: inline-block;
	vertical-align: middle;
	font-family: Bison, sans-serif;
	font-size: 46px;
	line-height: 51px;
	letter-spacing: .02em;
	font-weight: 600;
	text-transform: uppercase
}

@media (min-width:1600px) {
	.products-title h2 {
		font-size: 56px;
		line-height: 62px
	}
}

.products-title-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 20px;
	width: 20px;
	height: 13px;
	overflow: hidden
}

@media (min-width:1600px) {
	.products-title-icon {
		margin: 0 0 0 40px;
		width: 30px;
		height: 20px
	}
}

.products-title-icon svg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .3;
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	transition: -webkit-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	-o-transition: -o-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: transform 1.2s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.2s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.2s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1.2s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.2s cubic-bezier(.23, 1, .32, 1), -o-transform 1.2s cubic-bezier(.23, 1, .32, 1)
}

.products-title-icon svg:nth-child(2) {
	opacity: 1;
	-webkit-transform: translateX(-200%);
	-moz-transform: translateX(-200%);
	-ms-transform: translateX(-200%);
	-o-transform: translateX(-200%);
	transform: translateX(-200%)
}

.products-text {
	position: absolute;
	left: 162px;
	top: -58px;
	font-family: Bison, sans-serif;
	font-size: 146px;
	line-height: 161px;
	letter-spacing: .02em;
	font-weight: 900;
	white-space: nowrap;
	color: rgba(255, 255, 255, .1);
	will-change: transform
}

@media (min-width:768px) {
	.products-text {
		left: 394px;
		top: -58px
	}
}

@media (min-width:1024px) {
	.products-text {
		left: 554px;
		top: -78px;
		font-size: 166px;
		line-height: 183px
	}
}

@media (min-width:1200px) {
	.products-text {
		left: 727px;
		top: -81px;
		font-size: 196px;
		line-height: 216px
	}
}

@media (min-width:1600px) {
	.products-text {
		left: 668px;
		top: -131px;
		font-size: 286px;
		line-height: 315px
	}
}

.products-items {
	position: relative;
	white-space: nowrap;
	text-align: center;
	will-change: transform
}

.products-item {
	display: inline-block;
	vertical-align: top;
	width: 260px;
	margin: 0 0 0 30px;
	white-space: normal;
	text-align: left;
	will-change: transform
}

.products-item:focus,
.products-item:hover {
	text-decoration: none
}

@media (min-width:768px) {
	.products-item {
		width: 270px;
		margin: 0 0 0 90px
	}
}

@media (min-width:1024px) {
	.products-item {
		width: 288px;
		margin: 0 0 0 16px
	}
}

@media (min-width:1200px) {
	.products-item {
		width: 340px;
		margin: 0 0 0 20px;
		text-align: center
	}
}

@media (min-width:1600px) {
	.products-item {
		width: 408px;
		margin: 0 0 0 40px
	}
}

.products-item-img {
	display: block;
	width: 100%;
	height: 260px;
	margin: 0 0 30px 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

@media (min-width:768px) {
	.products-item-img {
		height: 275px
	}
}

@media (min-width:1024px) {
	.products-item-img {
		height: 288px;
		margin: 0 0 20px 0
	}
}

@media (min-width:1200px) {
	.products-item-img {
		height: 340px
	}
}

@media (min-width:1600px) {
	.products-item-img {
		height: 408px
	}
}

.products-item-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%
}

@media (min-width:1200px) {
	.products-item-grid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.products-item-title {
	display: block;
	margin: 0 0 10px 0;
	max-width: 190px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	color: #fff
}

@media (min-width:768px) {
	.products-item-title {
		max-width: 100%
	}
}

@media (min-width:1200px) {
	.products-item-title {
		font-size: 20px;
		line-height: 24px
	}
}

@media (min-width:1600px) {
	.products-item-title {
		margin: 0 0 6px 0;
		font-size: 24px;
		line-height: 29px
	}
}

.products-item-link {
	display: block;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
	color: #ff9f9f
}

@media (min-width:1200px) {
	.products-item-link {
		display: none
	}
}

.products-item-price {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: rgba(255, 255, 255, .5)
}

@media (min-width:1200px) {
	.products-item-price {
		font-size: 28px;
		line-height: 36px;
		text-align: center
	}
}

.watch-content {
	position: relative;
	padding: 60px 0 100px 0;
	overflow: hidden
}

@media (min-width:768px) {
	.watch-content {
		padding: 80px 0 120px 0
	}
}

@media (min-width:1600px) {
	.watch-content {
		padding: 120px 0 140px 0
	}
}

.watch-body {
	width: 100%;
	text-align: center
}

.watch-title {
	display: inline-block;
	margin: 0 0 60px 0;
	max-width: 250px;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

@media (min-width:768px) {
	.watch-title {
		max-width: 100%
	}
}

@media (min-width:1200px) {
	.watch-title {
		margin: 0 0 80px 0
	}
}

@media (min-width:1600px) {
	.watch-title {
		margin: 0 0 110px 0
	}
}

.watch-title:focus,
.watch-title:hover {
	text-decoration: none
}

.watch-title h2 {
	font-family: Bison, sans-serif;
	font-size: 46px;
	line-height: 51px;
	letter-spacing: .02em;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff
}

@media (min-width:1600px) {
	.watch-title h2 {
		font-size: 56px;
		line-height: 62px
	}
}

.watch-text {
	position: absolute;
	left: 101px;
	top: -70px;
	font-family: Bison, sans-serif;
	font-size: 166px;
	line-height: 183px;
	letter-spacing: .02em;
	font-weight: 900;
	white-space: nowrap;
	color: rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
	.watch-text {
		left: 420px;
		top: -70px
	}
}

@media (min-width:1024px) {
	.watch-text {
		left: 676px;
		top: -70px
	}
}

@media (min-width:1200px) {
	.watch-text {
		left: 864px;
		top: -80px;
		font-size: 196px;
		line-height: 216px
	}
}

@media (min-width:1600px) {
	.watch-text {
		left: 1096px;
		top: -131px;
		font-size: 286px;
		line-height: 315px
	}
}

.watch-items {
	position: relative;
	white-space: nowrap;
	text-align: center;
	will-change: transform
}

.watch-item {
	display: inline-block;
	vertical-align: top;
	width: 260px;
	margin: 0 0 0 30px;
	white-space: normal;
	text-decoration: none;
	text-align: left;
	will-change: transform
}

.watch-item:focus,
.watch-item:hover {
	text-decoration: none
}

@media (min-width:768px) {
	.watch-item {
		width: 440px;
		margin: 0 0 0 90px
	}
}

@media (min-width:1024px) {
	.watch-item {
		margin: 0 0 0 20px
	}
}

@media (min-width:1200px) {
	.watch-item {
		width: 450px
	}
}

@media (min-width:1600px) {
	.watch-item {
		width: 570px;
		margin: 0 0 0 56px
	}
}

.watch-item-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 158px;
	margin: 0 0 30px 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

@media (min-width:768px) {
	.watch-item-img {
		height: 248px
	}
}

@media (min-width:1200px) {
	.watch-item-img {
		height: 254px
	}
}

@media (min-width:1600px) {
	.watch-item-img {
		height: 322px;
		margin: 0 0 40px 0
	}
}

.watch-item-title {
	display: block;
	max-width: 240px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #fff
}

@media (min-width:768px) {
	.watch-item-title {
		max-width: 420px;
		font-size: 20px;
		line-height: 24px
	}
}

@media (min-width:1600px) {
	.watch-item-title {
		max-width: 480px;
		font-size: 24px;
		line-height: 29px
	}
}

.watch-item-icon {
	width: 60px;
	height: 60px;
	color: #000
}

@media (min-width:1200px) {
	.watch-item-icon {
		width: 70px;
		height: 70px
	}
}

@media (min-width:1200px) {
	.watch-item-icon {
		display: none
	}
}

.watch-item-icon svg {
	width: 100%;
	height: 100%
}

.social {
	position: relative;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	margin: -20px -19px
}

@media (min-width:1200px) {
	.social {
		margin: -20px -22px
	}
}

.social-item {
	position: relative;
	display: inline-block;
	vertical-align: center;
	padding: 20px 19px;
	color: #fff;
	-webkit-transition: color .25s;
	-o-transition: color .25s;
	-moz-transition: color .25s;
	transition: color .25s
}

.social-item:focus,
.social-item:hover {
	text-decoration: none;
	color: #fff
}

@media (min-width:1200px) {
	.social-item {
		padding: 20px 21px
	}
}

.social-item.-pinterest {
	font-size: 21px
}

.social-item.-youtube {
	font-size: 22px
}

.social-item.-facebook {
	font-size: 20px
}

.social-item.-twitter {
	font-size: 22px
}

.social-item.-instagram {
	font-size: 21px
}

.social.-inverse {
	margin: -20px -25px
}

@media (min-width:1200px) {
	.social.-inverse {
		margin: -20px -35px
	}
}

.social.-inverse .social-item {
	padding: 20px 25px;
	color: #ff9f9f
}

@media (min-width:1200px) {
	.social.-inverse .social-item {
		padding: 20px 35px
	}
}

.social.-editor .social-item {
	color: #071b6a
}

.cursor {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	contain: layout style size;
	pointer-events: none;
	will-change: transform;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	-moz-transition: opacity .4s;
	transition: opacity .4s
}

.cursor:before {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	display: block;
	width: 10px;
	height: 10px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	background: #ff9f9f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: color .3s, background .3s, -webkit-transform .3s ease-in-out;
	transition: color .3s, background .3s, -webkit-transform .3s ease-in-out;
	-o-transition: color .3s, background .3s, -o-transform .3s ease-in-out;
	-moz-transition: transform .3s ease-in-out, color .3s, background .3s, -moz-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, color .3s, background .3s;
	transition: transform .3s ease-in-out, color .3s, background .3s, -webkit-transform .3s ease-in-out, -moz-transform .3s ease-in-out, -o-transform .3s ease-in-out
}

.cursor:after {
	content: '';
	position: absolute;
	top: -47px;
	left: -47px;
	width: 94px;
	height: 94px;
	display: block;
	-webkit-transform: scale(0) rotate(120deg);
	-moz-transform: scale(0) rotate(120deg);
	-ms-transform: scale(0) rotate(120deg);
	-o-transform: scale(0) rotate(120deg);
	transform: scale(0) rotate(120deg);
	z-index: -1;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA0IiBoZWlnaHQ9IjEwNCIgdmlld0JveD0iMCAwIDEwNCAxMDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTEuODU2NSAxMDMuMzMzQzgwLjQ5NjEgMTAzLjMzMyAxMDMuNzEzIDgwLjIwMTQgMTAzLjcxMyA1MS42NjY3QzEwMy43MTMgMjMuMTMyIDgwLjQ5NjEgMCA1MS44NTY1IDBDMjMuMjE3IDAgMCAyMy4xMzIgMCA1MS42NjY3QzAgODAuMjAxNCAyMy4yMTcgMTAzLjMzMyA1MS44NTY1IDEwMy4zMzNaTTQ1LjIwMjcgNDEuMzczMUw0My45NzAxIDQwLjcyODhWNDIuMTE5NlY1MS4xMDUxVjYwLjA5MDZWNjEuNDgxNUw0NS4yMDI3IDYwLjgzNzJMNjIuMzk0MyA1MS44NTE3TDYzLjgyMjYgNTEuMTA1MUw2Mi4zOTQzIDUwLjM1ODZMNDUuMjAyNyA0MS4zNzMxWk00NS42NTQ5IDUxLjEwNTFWNDMuNTEwNEw2MC4xODU1IDUxLjEwNTFMNDUuNjU0OSA1OC42OTk4VjUxLjEwNTFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	-webkit-transition: background .3s, -webkit-transform .6s cubic-bezier(.4, .22, .21, 1.04);
	transition: background .3s, -webkit-transform .6s cubic-bezier(.4, .22, .21, 1.04);
	-o-transition: background .3s, -o-transform .6s cubic-bezier(.4, .22, .21, 1.04);
	-moz-transition: transform .6s cubic-bezier(.4, .22, .21, 1.04), background .3s, -moz-transform .6s cubic-bezier(.4, .22, .21, 1.04);
	transition: transform .6s cubic-bezier(.4, .22, .21, 1.04), background .3s;
	transition: transform .6s cubic-bezier(.4, .22, .21, 1.04), background .3s, -webkit-transform .6s cubic-bezier(.4, .22, .21, 1.04), -moz-transform .6s cubic-bezier(.4, .22, .21, 1.04), -o-transform .6s cubic-bezier(.4, .22, .21, 1.04)
}

.cursor-text {
	position: absolute;
	top: -47px;
	left: -47px;
	width: 94px;
	height: 94px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: scale(0) rotate(120deg);
	-moz-transform: scale(0) rotate(120deg);
	-ms-transform: scale(0) rotate(120deg);
	-o-transform: scale(0) rotate(120deg);
	transform: scale(0) rotate(120deg);
	color: #fff;
	font-family: "Nunito Sans", sans-serif;
	font-size: 20px;
	text-align: center;
	-webkit-transition: -webkit-transform .8s cubic-bezier(.4, .22, .21, 1.04);
	transition: -webkit-transform .8s cubic-bezier(.4, .22, .21, 1.04);
	-o-transition: -o-transform .8s cubic-bezier(.4, .22, .21, 1.04);
	-moz-transition: transform .8s cubic-bezier(.4, .22, .21, 1.04), -moz-transform .8s cubic-bezier(.4, .22, .21, 1.04);
	transition: transform .8s cubic-bezier(.4, .22, .21, 1.04);
	transition: transform .8s cubic-bezier(.4, .22, .21, 1.04), -webkit-transform .8s cubic-bezier(.4, .22, .21, 1.04), -moz-transform .8s cubic-bezier(.4, .22, .21, 1.04), -o-transform .8s cubic-bezier(.4, .22, .21, 1.04)
}

.cursor-text:after,
.cursor-text:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	-webkit-transition: color .3s, background .3s, -webkit-transform .7s ease-in-out;
	transition: color .3s, background .3s, -webkit-transform .7s ease-in-out;
	-o-transition: color .3s, background .3s, -o-transform .7s ease-in-out;
	-moz-transition: transform .7s ease-in-out, color .3s, background .3s, -moz-transform .7s ease-in-out;
	transition: transform .7s ease-in-out, color .3s, background .3s;
	transition: transform .7s ease-in-out, color .3s, background .3s, -webkit-transform .7s ease-in-out, -moz-transform .7s ease-in-out, -o-transform .7s ease-in-out
}

.cursor-text:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTQiIGhlaWdodD0iOTQiIHZpZXdCb3g9IjAgMCA5NCA5NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkzLjUxNjkgNDguNzE1M0M5MS40NDM1IDYyLjQzOCA4Ny4yMDYyIDcxLjQ3IDc2LjkzMzUgODAuMjc3NEM2OC40NTU5IDg3LjU0NTggNTcuOTEzNyA5NCA0NS44MzM0IDk0QzE5LjExNSA5NCA1Ljc0NTg3IDc4LjIxOSAwLjkwODA3IDUzLjUxODJDLTIuMzE1OTEgMzcuMDUxMSAzLjQ5MjY5IDIzLjYxOSAxMS4yNzY1IDE1LjA5NDlDMjAuMTI3NyA1LjQwMTc4IDI4Ljg0OTEgMCA0My4wNjU2IDBDNTQuOTA3OSAwIDcxLjk3NjUgNi43MDg5MyA4MC4zODU3IDEzLjcyMjZDOTAuOTQ5MiAyMi41MzMgOTUuNTkwMiAzNC45OTI3IDkzLjUxNjkgNDguNzE1M1oiIGZpbGw9IiNGRjlGOUYiLz4KPC9zdmc+Cg==)
}

.cursor-text:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA0IiBoZWlnaHQ9IjEwNCIgdmlld0JveD0iMCAwIDEwNCAxMDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01OC4yOTI5IDUuNjEwOThDNzEuNzIwOCA5LjExNzk1IDgwLjI1NjQgMTQuMjgyOSA4Ny45MzMgMjUuNDI1OUM5NC4yNjgxIDM0LjYyMTkgOTkuNTc2MyA0NS43ODUyIDk4LjMwNDEgNTcuNzk4M0M5NS40OTAzIDg0LjM2ODEgNzguMzg5MSA5Ni4wMDEgNTMuMzE2MyA5OC4yMTA2QzM2LjYwMTIgOTkuNjgyNSAyMy44NTU1IDkyLjQ5MTYgMTYuMTk4NSA4My44NTM0QzcuNDkxNDMgNzQuMDMwNiAzLjAzODE1IDY0Ljc4ODkgNC41MzUzMSA1MC42NTE1QzUuNzgyNDUgMzguODc1IDE0LjI1MTYgMjIuNjA3OCAyMi4xMTE5IDE0Ljk4NEMzMS45ODU4IDUuNDA3MDggNDQuODY0OSAyLjEwNDAyIDU4LjI5MjkgNS42MTA5OFoiIGZpbGw9IiNGRjlGOUYiLz4KPC9zdmc+Cg==)
}

.cursor.-visible:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.cursor.-visible.-active:before {
	-webkit-transform: scale(.81);
	-moz-transform: scale(.81);
	-ms-transform: scale(.81);
	-o-transform: scale(.81);
	transform: scale(.81);
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s
}

.cursor.-pointer:before {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

.cursor.-text:after {
	-webkit-transform: scale(0) rotate(0);
	-moz-transform: scale(0) rotate(0);
	-ms-transform: scale(0) rotate(0);
	-o-transform: scale(0) rotate(0);
	transform: scale(0) rotate(0)
}

.cursor.-text .cursor-text {
	opacity: 1;
	-webkit-transform: scale(1) rotate(0);
	-moz-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	-o-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0)
}

.cursor.-text .cursor-text:after {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

.cursor.-text .cursor-text:before {
	-webkit-animation: cursor-text 18s infinite alternate;
	-moz-animation: cursor-text 18s infinite alternate;
	-o-animation: cursor-text 18s infinite alternate;
	animation: cursor-text 18s infinite alternate
}

.cursor.-text.-active .cursor-text {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.cursor.-buy:after {
	-webkit-transform: scale(0) rotate(0);
	-moz-transform: scale(0) rotate(0);
	-ms-transform: scale(0) rotate(0);
	-o-transform: scale(0) rotate(0);
	transform: scale(0) rotate(0)
}

.cursor.-buy .cursor-text {
	width: 100px;
	height: 100px;
	opacity: 1;
	-webkit-transform: scale(1) rotate(0);
	-moz-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	-o-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0)
}

.cursor.-buy .cursor-text:after {
	-webkit-animation: cursor-text 10s infinite alternate;
	-moz-animation: cursor-text 10s infinite alternate;
	-o-animation: cursor-text 10s infinite alternate;
	animation: cursor-text 10s infinite alternate
}

.cursor.-buy .cursor-text:before {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

.cursor.-buy.-active .cursor-text {
	-webkit-transform: scale(1) rotate(0);
	-moz-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	-o-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0)
}

.cursor.-hidden:before {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

.cursor.-inverse:before {
	background: #fff
}

.cursor.-nav:before {
	-webkit-transform: scale(6.5);
	-moz-transform: scale(6.5);
	-ms-transform: scale(6.5);
	-o-transform: scale(6.5);
	transform: scale(6.5);
	background: rgba(255, 255, 255, .1)
}

.cursor.-nav.-active .cursor.-nav:before {
	-webkit-transform: scale(4.5)!important;
	-moz-transform: scale(4.5)!important;
	-ms-transform: scale(4.5)!important;
	-o-transform: scale(4.5)!important;
	transform: scale(4.5)!important;
	background: rgba(255, 255, 255, .4)!important
}

.cursor.-video:before {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

.cursor.-video:after {
	-webkit-transform: scale(1) rotate(0);
	-moz-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	-o-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0)
}

@-webkit-keyframes cursor-text {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-moz-keyframes cursor-text {
	0% {
		-moz-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-o-keyframes cursor-text {
	0% {
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes cursor-text {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.search {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 98;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0s .8s;
	-o-transition: max-height 0s .8s;
	-moz-transition: max-height 0s .8s;
	transition: max-height 0s .8s
}

@media (min-width:1200px) {
	.search {
		display: block
	}
}

.search-fill {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: skewY(5deg) translateY(-130%);
	-moz-transform: skewY(5deg) translateY(-130%);
	-ms-transform: skewY(5deg) translateY(-130%);
	-o-transform: skewY(5deg) translateY(-130%);
	transform: skewY(5deg) translateY(-130%);
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-ms-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	background: #6455c2;
	will-change: transform;
	-webkit-transition: -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s;
	transition: -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s;
	-o-transition: -o-transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s;
	-moz-transition: transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s, -moz-transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s;
	transition: transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s;
	transition: transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s, -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s, -moz-transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s, -o-transform 1.4s cubic-bezier(.23, 1, .32, 1) .1s
}

.search-content {
	position: relative;
	color: #fff
}

.search-container {
	width: 100%;
	padding: 0 20px
}

@media (min-width:768px) {
	.search-container {
		padding: 0 35px
	}
}

@media (min-width:1024px) {
	.search-container {
		padding: 0 64px
	}
}

@media (min-width:1200px) {
	.search-container {
		padding: 0;
		margin: 0 auto;
		max-width: 1060px
	}
}

@media (min-width:1600px) {
	.search-container {
		max-width: 1304px
	}
}

.search-head {
	height: 280px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	-webkit-animation: search-content-hide 1.2s cubic-bezier(.23, 1, .32, 1) forwards;
	-moz-animation: search-content-hide 1.2s cubic-bezier(.23, 1, .32, 1) forwards;
	-o-animation: search-content-hide 1.2s cubic-bezier(.23, 1, .32, 1) forwards;
	animation: search-content-hide 1.2s cubic-bezier(.23, 1, .32, 1) forwards;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s
}

@media (min-width:768px) {
	.search-head {
		height: 420px
	}
}

@media (min-width:1024px) {
	.search-head {
		height: 430px
	}
}

@media (min-width:1600px) {
	.search-head {
		height: 440px
	}
}

.search-head-input {
	width: 100%;
	padding: 0 0 60px 0;
	-webkit-transition: padding .7s cubic-bezier(.25, .46, .45, .94);
	-o-transition: padding .7s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: padding .7s cubic-bezier(.25, .46, .45, .94);
	transition: padding .7s cubic-bezier(.25, .46, .45, .94)
}

@media (min-width:768px) {
	.search-head-input {
		padding: 0 0 90px 0
	}
}

.search-head-label {
	position: absolute;
	top: -25px;
	left: 0;
	color: rgba(255, 255, 255, .3);
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: .2s;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s
}

.search-head-label-icon {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: -5px 0 0 0
}

@media (min-width:768px) {
	.search-head-label-icon {
		width: 20px;
		height: 20px;
		margin: -2px 0 0 0
	}
}

.search-head-label-icon svg {
	width: 100%;
	height: 100%
}

.search-head-label-text {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 14px;
	font-size: 16px;
	line-height: 21px;
	font-weight: 600
}

@media (min-width:768px) {
	.search-head-label-text {
		font-size: 24px;
		line-height: 31px
	}
}

.search-head-action {
	position: absolute;
	right: 0;
	bottom: 13px;
	opacity: 0;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s
}

@media (min-width:768px) {
	.search-head-action {
		bottom: 14px
	}
}

@media (min-width:1200px) {
	.search-head-action {
		bottom: 0
	}
}

.search-head-action span {
	position: relative
}

.search-head-action span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	padding: 80%;
	margin: -140%
}

.search-head.-active .search-head-label {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.search-head.-active .search-head-action {
	opacity: 1
}

.search-body {
	position: relative;
	height: -webkit-calc(100vh - 170px);
	height: -moz-calc(100vh - 170px);
	height: calc(100vh - 170px);
	pointer-events: none;
	visibility: hidden;
	-webkit-animation: search-content-hide 1s cubic-bezier(.23, 1, .32, 1) forwards;
	-moz-animation: search-content-hide 1s cubic-bezier(.23, 1, .32, 1) forwards;
	-o-animation: search-content-hide 1s cubic-bezier(.23, 1, .32, 1) forwards;
	animation: search-content-hide 1s cubic-bezier(.23, 1, .32, 1) forwards
}

@media (min-width:768px) {
	.search-body {
		height: -webkit-calc(100vh - 220px);
		height: -moz-calc(100vh - 220px);
		height: calc(100vh - 220px)
	}
}

@media (min-width:1024px) {
	.search-body {
		height: -webkit-calc(100vh - 230px);
		height: -moz-calc(100vh - 230px);
		height: calc(100vh - 230px)
	}
}

@media (min-width:1600px) {
	.search-body {
		height: -webkit-calc(100vh - 210px);
		height: -moz-calc(100vh - 210px);
		height: calc(100vh - 210px)
	}
}

.search-body.-visible {
	pointer-events: auto;
	visibility: visible;
	-webkit-animation: search-content-show 1s cubic-bezier(.23, 1, .32, 1) backwards;
	-moz-animation: search-content-show 1s cubic-bezier(.23, 1, .32, 1) backwards;
	-o-animation: search-content-show 1s cubic-bezier(.23, 1, .32, 1) backwards;
	animation: search-content-show 1s cubic-bezier(.23, 1, .32, 1) backwards
}

.search-items {
	margin: 0 0 60px 0
}

.search-items:last-child {
	margin: 0
}

@media (min-width:768px) {
	.search-items {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: auto;
		margin: 0 -8px;
		padding: 0
	}
}

@media (min-width:1200px) {
	.search-items {
		margin: 0 -10px
	}
}

@media (min-width:1600px) {
	.search-items {
		margin: 0 -20px
	}
}

.search-items-item {
	display: block;
	max-width: 280px;
	margin: 0 0 60px 0;
	text-decoration: none
}

.search-items-item:focus,
.search-items-item:hover {
	text-decoration: none
}

.search-items-item:last-child {
	margin: 0
}

@media (min-width:768px) {
	.search-items-item {
		max-width: 100%;
		width: 33.3333%;
		padding: 0 8px
	}
}

@media (min-width:1200px) {
	.search-items-item {
		padding: 0 10px
	}
}

@media (min-width:1600px) {
	.search-items-item {
		padding: 0 20px
	}
}

.search-items-item-img {
	display: block;
	max-width: 280px;
	height: 205px;
	margin: 0 0 30px 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

@media (max-width:1023px) {
	.search-items-item-img {
		height: 160px
	}
}

@media (max-width:767px) {
	.search-items-item-img {
		width: 100px;
		height: 73px
	}
}

@media (min-width:768px) {
	.search-items-item-img {
		width: 100%;
		max-width: 100%;
		height: 212px;
		margin: 0 auto 30px auto
	}
}

@media (min-width:1200px) {
	.search-items-item-img {
		height: 250px
	}
}

@media (min-width:1600px) {
	.search-items-item-img {
		height: 300px;
		margin: 0 auto 40px auto
	}
}

@media (max-width:1023px) {
	.search-items-item-img.-lg {
		height: 210px
	}
}

@media (max-width:767px) {
	.search-items-item-img.-lg {
		width: 100px;
		height: 73px
	}
}

@media (min-width:768px) {
	.search-items-item-img.-lg {
		height: 275px
	}
}

@media (min-width:1024px) {
	.search-items-item-img.-lg {
		height: 293px
	}
}

@media (min-width:1200px) {
	.search-items-item-img.-lg {
		height: 346px
	}
}

@media (min-width:1600px) {
	.search-items-item-img.-lg {
		height: 390px
	}
}

.search-items-item-title {
	display: block;
	margin: 0 0 16px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 19px
}

@media (min-width:1600px) {
	.search-items-item-title {
		font-size: 20px;
		line-height: 24px
	}
}

.search-items-item-text {
	display: block;
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600
}

@media (min-width:768px) {
	.search-items-item-text {
		font-size: 20px;
		line-height: 28px
	}
}

@media (min-width:1600px) {
	.search-items-item-text {
		font-size: 26px;
		line-height: 36px
	}
}

.search-items-item-footer {
	display: block;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 16px
}

.search-items-item-date {
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.search-items-item-date:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -10px;
	width: 2px;
	height: 2px;
	background: #ff9f9f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.search-items-item-author {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 18px;
	opacity: .4
}

.search-items-item.-xs {
	margin: 0
}

.search-items-item.-xs-hidden {
	display: none
}

@media (min-width:1024px) {
	.search-items-item.-xs-hidden {
		display: block
	}
}

.navbar.-open .search.navbar-menu,
.navbar.-open .search.navbar-modal,
.navbar.-open .search.navbar-search,
.search.-open {
	max-height: 100%;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.navbar.-open .search.navbar-menu .search-fill,
.navbar.-open .search.navbar-modal .search-fill,
.navbar.-open .search.navbar-search .search-fill,
.search.-open .search-fill {
	-webkit-transform: skew(0) translateY(0);
	-moz-transform: skew(0) translateY(0);
	-ms-transform: skew(0) translateY(0);
	-o-transform: skew(0) translateY(0);
	transform: skew(0) translateY(0);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.navbar.-open .search.navbar-menu .search-head,
.navbar.-open .search.navbar-modal .search-head,
.navbar.-open .search.navbar-search .search-head,
.search.-open .search-head {
	-webkit-animation: search-content-show 1s cubic-bezier(.23, 1, .32, 1) backwards;
	-moz-animation: search-content-show 1s cubic-bezier(.23, 1, .32, 1) backwards;
	-o-animation: search-content-show 1s cubic-bezier(.23, 1, .32, 1) backwards;
	animation: search-content-show 1s cubic-bezier(.23, 1, .32, 1) backwards;
	-webkit-transition: opacity 0s, height .7s cubic-bezier(.25, .46, .45, .94);
	-o-transition: opacity 0s, height .7s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: opacity 0s, height .7s cubic-bezier(.25, .46, .45, .94);
	transition: opacity 0s, height .7s cubic-bezier(.25, .46, .45, .94)
}

.search.-scroll .search-head {
	height: 135px
}

@media (min-width:768px) {
	.search.-scroll .search-head {
		height: 210px
	}
}

.search.-scroll .search-head-input {
	padding: 0 0 30px 0
}

@-webkit-keyframes search-content-show {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-moz-keyframes search-content-show {
	0% {
		opacity: 0;
		-moz-transform: translateY(40px);
		transform: translateY(40px)
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0)
	}
}

@-o-keyframes search-content-show {
	0% {
		opacity: 0;
		-o-transform: translateY(40px);
		transform: translateY(40px)
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes search-content-show {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes search-content-hide {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px)
	}
}

@-moz-keyframes search-content-hide {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-moz-transform: translateY(-40px);
		transform: translateY(-40px)
	}
}

@-o-keyframes search-content-hide {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-o-transform: translateY(-40px);
		transform: translateY(-40px)
	}
}

@keyframes search-content-hide {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
		-o-transform: translateY(-40px);
		transform: translateY(-40px)
	}
}

.shop-content {
	position: relative;
	padding: 146px 0 100px 0
}

@media (min-width:768px) {
	.shop-content {
		padding: 180px 0 120px 0
	}
}

@media (min-width:1200px) {
	.shop-content {
		padding: 212px 0 160px 0
	}
}

@media (min-width:1600px) {
	.shop-content {
		padding: 274px 0 160px 0
	}
}

.shop-body {
	text-align: left
}

@media (min-width:768px) {
	.shop-body {
		text-align: center
	}
}

.shop-container {
	padding: 0 20px
}

@media (min-width:768px) {
	.shop-container {
		padding: 0 35px
	}
}

@media (min-width:1024px) {
	.shop-container {
		padding: 0 64px
	}
}

@media (min-width:1200px) {
	.shop-container {
		padding: 0;
		margin: 0 auto;
		max-width: 1060px
	}
}

@media (min-width:1600px) {
	.shop-container {
		max-width: 1304px
	}
}

.shop-title {
	margin: 0 0 60px 0;
	overflow: hidden
}

@media (min-width:768px) {
	.shop-title {
		margin: 0 0 96px 0
	}
}

@media (min-width:1024px) {
	.shop-title {
		margin: 0 0 84px 0
	}
}

@media (min-width:1200px) {
	.shop-title {
		margin: 0 0 120px 0
	}
}

@media (min-width:1600px) {
	.shop-title {
		margin: 0 0 125px 0
	}
}

.shop-title h1 {
	font-family: Bison, sans-serif;
	font-size: 40px;
	line-height: 51px;
	letter-spacing: .02em;
	font-weight: 600
}

@media (min-width:768px) {
	.shop-title h1 {
		font-size: 70px;
		line-height: 77px
	}
}

@media (min-width:1024px) {
	.shop-title h1 {
		font-size: 80px;
		line-height: 88px
	}
}

@media (min-width:1200px) {
	.shop-title h1 {
		font-size: 98px;
		line-height: 108px
	}
}

.shop-nav {
	margin: 0 0 20px 0
}

@media (min-width:768px) {
	.shop-nav {
		margin: 0 0 40px 0
	}
}

@media (min-width:1024px) {
	.shop-nav {
		margin: 0 40px 40px 40px
	}
}

@media (min-width:1200px) {
	.shop-nav {
		margin: 0 0 120px 0
	}
}

.shop-nav-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 40px 40px 0;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: -.01em;
	color: #071b6a;
	opacity: .3;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
	overflow: hidden
}

.shop-nav-item:before {
	content: '';
	position: absolute;
	left: -15px;
	right: 0;
	top: -5px;
	bottom: 0;
	padding: 20px 40px
}

.shop-nav-item:focus,
.shop-nav-item:hover {
	text-decoration: none;
	opacity: 1
}

.shop-nav-item:hover:after {
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-ms-transform-origin: left;
	-o-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}

.shop-nav-item:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	-ms-transform-origin: right;
	-o-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	background: #071b6a;
	-webkit-transition: -webkit-transform .95s cubic-bezier(.23, 1, .32, 1);
	transition: -webkit-transform .95s cubic-bezier(.23, 1, .32, 1);
	-o-transition: -o-transform .95s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: transform .95s cubic-bezier(.23, 1, .32, 1), -moz-transform .95s cubic-bezier(.23, 1, .32, 1);
	transition: transform .95s cubic-bezier(.23, 1, .32, 1);
	transition: transform .95s cubic-bezier(.23, 1, .32, 1), -webkit-transform .95s cubic-bezier(.23, 1, .32, 1), -moz-transform .95s cubic-bezier(.23, 1, .32, 1), -o-transform .95s cubic-bezier(.23, 1, .32, 1)
}

@media (min-width:768px) {
	.shop-nav-item {
		margin: 0 0 40px 40px
	}
	.shop-nav-item:first-child {
		margin: 0 0 40px 0
	}
}

@media (min-width:1200px) {
	.shop-nav-item {
		margin: 0 0 0 52px
	}
	.shop-nav-item:first-child {
		margin: 0
	}
}

.shop-nav-item span {
	display: block
}

.shop-nav-item.-active {
	opacity: 1
}

.shop-items {
	position: relative;
	text-align: center
}

@media (min-width:768px) {
	.shop-items {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px -80px -10px
	}
}

@media (min-width:1024px) {
	.shop-items {
		margin: 0 -8px -80px -8px
	}
}

@media (min-width:1200px) {
	.shop-items {
		margin: 0 -10px -120px -10px
	}
}

@media (min-width:1600px) {
	.shop-items {
		margin: 0 -20px -120px -20px
	}
}

.shop-item {
	display: block;
	width: 280px;
	margin: 0 auto 60px auto;
	overflow: hidden
}

.shop-item:focus,
.shop-item:hover {
	text-decoration: none
}

@media (max-width:767px) {
	.shop-item:last-child {
		margin: 0 auto
	}
}

@media (min-width:768px) {
	.shop-item {
		width: 33.3333%;
		padding: 0 10px;
		margin: 0 0 80px 0
	}
}

@media (min-width:1024px) {
	.shop-item {
		padding: 0 8px;
		margin: 0 0 80px 0
	}
}

@media (min-width:1200px) {
	.shop-item {
		padding: 0 10px;
		margin: 0 0 120px 0
	}
}

@media (min-width:1600px) {
	.shop-item {
		padding: 0 20px
	}
}

.shop-item-body {
	display: block
}

.shop-item-img {
	display: block;
	width: 100%;
	height: 280px;
	margin: 0 0 20px 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

@media (min-width:768px) {
	.shop-item-img {
		height: 213px
	}
}

@media (min-width:1024px) {
	.shop-item-img {
		height: 288px
	}
}

@media (min-width:1200px) {
	.shop-item-img {
		height: 340px
	}
}

@media (min-width:1600px) {
	.shop-item-img {
		height: 408px
	}
}

.shop-item-title {
	display: block;
	margin: 0 0 6px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600
}

@media (min-width:1024px) {
	.shop-item-title {
		font-size: 20px;
		line-height: 24px
	}
}

@media (min-width:1600px) {
	.shop-item-title {
		font-size: 24px;
		line-height: 29px
	}
}

.shop-item-price {
	display: block;
	font-size: 20px;
	line-height: 26px;
	color: #ff9f9f
}

@media (min-width:1024px) {
	.shop-item-price {
		font-size: 24px;
		line-height: 31px
	}
}

@media (min-width:1200px) {
	.shop-item-price {
		font-size: 28px;
		line-height: 36px
	}
}

.privacy-content {
	position: relative;
	padding: 146px 0 100px 0
}

@media (min-width:768px) {
	.privacy-content {
		padding: 180px 0 120px 0
	}
}

@media (min-width:1200px) {
	.privacy-content {
		padding: 212px 0 120px 0
	}
}

@media (min-width:1600px) {
	.privacy-content {
		padding: 274px 0 160px 0
	}
}

.privacy-body {
	text-align: left
}

@media (min-width:768px) {
	.privacy-body {
		text-align: center
	}
}

.privacy-container {
	padding: 0 20px
}

@media (min-width:768px) {
	.privacy-container {
		padding: 0 124px
	}
}

@media (min-width:1024px) {
	.privacy-container {
		padding: 0 216px
	}
}

@media (min-width:1200px) {
	.privacy-container {
		padding: 0;
		margin: 0 auto;
		max-width: 700px
	}
}

@media (min-width:1600px) {
	.privacy-container {
		max-width: 856px
	}
}

.privacy-title {
	margin: 0 0 60px 0;
	overflow: hidden
}

@media (min-width:768px) {
	.privacy-title {
		margin: 0 0 96px 0
	}
}

@media (min-width:1024px) {
	.privacy-title {
		margin: 0 0 84px 0
	}
}

@media (min-width:1200px) {
	.privacy-title {
		margin: 0 0 120px 0
	}
}

@media (min-width:1600px) {
	.privacy-title {
		margin: 0 0 125px 0
	}
}

.privacy-title h1 {
	font-family: Bison, sans-serif;
	font-size: 40px;
	line-height: 51px;
	letter-spacing: .02em;
	font-weight: 600
}

@media (min-width:768px) {
	.privacy-title h1 {
		font-size: 70px;
		line-height: 77px
	}
}

@media (min-width:1024px) {
	.privacy-title h1 {
		font-size: 80px;
		line-height: 88px
	}
}

@media (min-width:1200px) {
	.privacy-title h1 {
		font-size: 98px;
		line-height: 108px
	}
}

.privacy-text {
	text-align: left
}

.privacy-text-wrap {
	overflow: hidden
}

.privacy-text-row {
	margin: 0 0 60px 0
}

@media (min-width:1600px) {
	.privacy-text-row {
		margin: 0 0 80px 0
	}
}

.privacy-text-row:last-child {
	margin: 0
}

.privacy-text h2 {
	margin: 0 0 30px 0;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	overflow: hidden
}

@media (min-width:768px) {
	.privacy-text h2 {
		font-size: 24px;
		line-height: 31px
	}
}

@media (min-width:1200px) {
	.privacy-text h2 {
		font-size: 25px;
		line-height: 32px
	}
}

@media (min-width:1600px) {
	.privacy-text h2 {
		font-size: 32px;
		line-height: 42px
	}
}

.privacy-text p {
	margin: 25px 0 20px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: -.01em;
	font-weight: 600;
	overflow: hidden
}

@media (min-width:1200px) {
	.privacy-text p {
		font-size: 19px;
		line-height: 31px
	}
}

@media (min-width:1600px) {
	.privacy-text p {
		margin: 45px 0 30px 0;
		font-size: 22px;
		line-height: 33px
	}
}

.privacy-text ol,
.privacy-text ul {
	list-style: none;
	padding: 0 0 0 30px
}

@media (min-width:1200px) {
	.privacy-text ol,
	.privacy-text ul {
		padding: 0 0 0 40px
	}
}

.privacy-text ol li,
.privacy-text ul li {
	position: relative;
	margin: 0 0 10px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: -.01em;
	font-weight: 600
}

.privacy-text ol li:last-child,
.privacy-text ul li:last-child {
	margin: 0
}

.privacy-text ol li:before,
.privacy-text ul li:before {
	content: "";
	position: absolute;
	left: -30px;
	top: 12px;
	width: 5px;
	height: 5px;
	background: #ff9f9f
}

@media (min-width:1600px) {
	.privacy-text ol li:before,
	.privacy-text ul li:before {
		left: -40px;
		top: 13px;
		width: 7px;
		height: 7px
	}
}

@media (min-width:1200px) {
	.privacy-text ol li,
	.privacy-text ul li {
		font-size: 19px;
		line-height: 31px
	}
}

@media (min-width:1600px) {
	.privacy-text ol li,
	.privacy-text ul li {
		font-size: 22px;
		line-height: 33px
	}
}

.privacy-content {
	position: relative;
	padding: 146px 0 100px 0
}

@media (min-width:768px) {
	.privacy-content {
		padding: 180px 0 120px 0
	}
}

@media (min-width:1200px) {
	.privacy-content {
		padding: 212px 0 120px 0
	}
}

@media (min-width:1600px) {
	.privacy-content {
		padding: 274px 0 160px 0
	}
}

.privacy-body {
	text-align: left
}

@media (min-width:768px) {
	.privacy-body {
		text-align: center
	}
}

.privacy-container {
	padding: 0 20px
}

@media (min-width:768px) {
	.privacy-container {
		padding: 0 124px
	}
}

@media (min-width:1024px) {
	.privacy-container {
		padding: 0 216px
	}
}

@media (min-width:1200px) {
	.privacy-container {
		padding: 0;
		margin: 0 auto;
		max-width: 700px
	}
}

@media (min-width:1600px) {
	.privacy-container {
		max-width: 856px
	}
}

.privacy-title {
	margin: 0 0 60px 0;
	overflow: hidden
}

@media (min-width:768px) {
	.privacy-title {
		margin: 0 0 96px 0
	}
}

@media (min-width:1024px) {
	.privacy-title {
		margin: 0 0 84px 0
	}
}

@media (min-width:1200px) {
	.privacy-title {
		margin: 0 0 120px 0
	}
}

@media (min-width:1600px) {
	.privacy-title {
		margin: 0 0 125px 0
	}
}

.privacy-title h1 {
	font-family: Bison, sans-serif;
	font-size: 40px;
	line-height: 51px;
	letter-spacing: .02em;
	font-weight: 600
}

@media (min-width:768px) {
	.privacy-title h1 {
		font-size: 70px;
		line-height: 77px
	}
}

@media (min-width:1024px) {
	.privacy-title h1 {
		font-size: 80px;
		line-height: 88px
	}
}

@media (min-width:1200px) {
	.privacy-title h1 {
		font-size: 98px;
		line-height: 108px
	}
}

.privacy-text {
	text-align: left
}

.privacy-text-wrap {
	overflow: hidden
}

.privacy-text-row {
	margin: 0 0 60px 0
}

@media (min-width:1600px) {
	.privacy-text-row {
		margin: 0 0 80px 0
	}
}

.privacy-text-row:last-child {
	margin: 0
}

.privacy-text h2 {
	margin: 0 0 30px 0;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	overflow: hidden
}

@media (min-width:768px) {
	.privacy-text h2 {
		font-size: 24px;
		line-height: 31px
	}
}

@media (min-width:1200px) {
	.privacy-text h2 {
		font-size: 25px;
		line-height: 32px
	}
}

@media (min-width:1600px) {
	.privacy-text h2 {
		font-size: 32px;
		line-height: 42px
	}
}

.privacy-text p {
	margin: 25px 0 20px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: -.01em;
	font-weight: 600;
	overflow: hidden
}

@media (min-width:1200px) {
	.privacy-text p {
		font-size: 19px;
		line-height: 31px
	}
}

@media (min-width:1600px) {
	.privacy-text p {
		margin: 45px 0 30px 0;
		font-size: 22px;
		line-height: 33px
	}
}

.privacy-text ol,
.privacy-text ul {
	list-style: none;
	padding: 0 0 0 30px
}

@media (min-width:1200px) {
	.privacy-text ol,
	.privacy-text ul {
		padding: 0 0 0 40px
	}
}

.privacy-text ol li,
.privacy-text ul li {
	position: relative;
	margin: 0 0 10px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: -.01em;
	font-weight: 600
}

.privacy-text ol li:last-child,
.privacy-text ul li:last-child {
	margin: 0
}

.privacy-text ol li:before,
.privacy-text ul li:before {
	content: "";
	position: absolute;
	left: -30px;
	top: 12px;
	width: 5px;
	height: 5px;
	background: #ff9f9f
}

@media (min-width:1600px) {
	.privacy-text ol li:before,
	.privacy-text ul li:before {
		left: -40px;
		top: 13px;
		width: 7px;
		height: 7px
	}
}

@media (min-width:1200px) {
	.privacy-text ol li,
	.privacy-text ul li {
		font-size: 19px;
		line-height: 31px
	}
}

@media (min-width:1600px) {
	.privacy-text ol li,
	.privacy-text ul li {
		font-size: 22px;
		line-height: 33px
	}
}

.about-content {
	position: relative;
	padding: 146px 0 0 0
}

@media (min-width:768px) {
	.about-content {
		padding: 180px 0 0 0
	}
}

@media (min-width:1200px) {
	.about-content {
		padding: 212px 0 0 0
	}
}

@media (min-width:1600px) {
	.about-content {
		padding: 274px 0 0 0
	}
}

.about-body {
	text-align: center
}

.about-title {
	margin: 0 0 60px 0;
	overflow: hidden
}

@media (min-width:768px) {
	.about-title {
		margin: 0 0 80px 0
	}
}

@media (min-width:1600px) {
	.about-title {
		margin: 0 0 90px 0
	}
}

.about-title h1 {
	font-family: Bison, sans-serif;
	font-size: 40px;
	line-height: 51px;
	letter-spacing: .02em;
	font-weight: 600
}

@media (min-width:768px) {
	.about-title h1 {
		font-size: 70px;
		line-height: 77px
	}
}

@media (min-width:1024px) {
	.about-title h1 {
		font-size: 80px;
		line-height: 88px
	}
}

@media (min-width:1200px) {
	.about-title h1 {
		font-size: 98px;
		line-height: 108px
	}
}

.editor {
	position: relative
}

@media (min-width:768px) {
	.editor {
		background: #fbfaf5
	}
}

.editor-fill {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: #fff
}

@media (min-width:768px) {
	.editor-fill {
		display: block;
		height: 521px;
		right: 0
	}
}

@media (min-width:1024px) {
	.editor-fill {
		width: 42%;
		right: auto;
		height: 100%;
		margin: 0
	}
}

@media (min-width:1600px) {
	.editor-fill {
		width: 37%
	}
}

@media (min-width:1900px) {
	.editor-fill {
		width: 39%
	}
}

@media (min-width:2560px) {
	.editor-fill {
		width: 42%
	}
}

@media (min-width:4096px) {
	.editor-fill {
		width: 45%
	}
}

.editor-content {
	position: relative;
	padding: 146px 0 100px 0
}

@media (min-width:768px) {
	.editor-content {
		padding: 180px 0 120px 0
	}
}

@media (min-width:1200px) {
	.editor-content {
		padding: 244px 0 168px 0
	}
}

.editor-container {
	padding: 0 20px
}

@media (min-width:768px) {
	.editor-container {
		padding: 0 100px
	}
}

@media (min-width:1024px) {
	.editor-container {
		padding: 0 64px
	}
}

@media (min-width:1200px) {
	.editor-container {
		padding: 0;
		margin: 0 auto;
		max-width: 1060px
	}
}

@media (min-width:1600px) {
	.editor-container {
		max-width: 1304px
	}
}

@media (min-width:1024px) {
	.editor-grid {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.editor-profile {
	margin: 0 0 60px 0;
	text-align: center
}

@media (min-width:768px) {
	.editor-profile {
		margin: 0 0 80px 0;
		text-align: left
	}
}

@media (min-width:1024px) {
	.editor-profile {
		width: 250px;
		margin: 0 auto;
		text-align: center
	}
}

@media (min-width:1200px) {
	.editor-profile {
		width: 300px
	}
}

@media (min-width:1600px) {
	.editor-profile {
		width: 330px
	}
}

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

@media (min-width:1024px) {
	.editor-profile-grid {
		display: block
	}
}

@media (min-width:768px) {
	.editor-profile-grid-col.-left {
		padding: 0 40px 0 0
	}
}

@media (min-width:1024px) {
	.editor-profile-grid-col.-left {
		padding: 0
	}
}

.editor-profile-avatar {
	width: 127px;
	height: 127px;
	margin: 0 auto 20px auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

@media (min-width:768px) {
	.editor-profile-avatar {
		width: 200px;
		height: 200px;
		margin: 0
	}
}

@media (min-width:1024px) {
	.editor-profile-avatar {
		margin: 0 auto 20px auto
	}
}

.editor-profile-position {
	margin: 0 0 10px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
	color: #fb6d3a;
	overflow: hidden
}

.editor-profile-title {
	margin: 0 0 20px 0;
	overflow: hidden
}

.editor-profile-title h1 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600
}

@media (min-width:768px) {
	.editor-profile-title h1 {
		font-size: 32px;
		line-height: 38px
	}
}

@media (min-width:1600px) {
	.editor-profile-title h1 {
		font-size: 42px;
		line-height: 50px
	}
}

.editor-profile-text {
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600
}

.editor-profile-social {
	text-align: center;
	margin: 30px 0 0 0
}

@media (min-width:768px) {
	.editor-profile-social {
		margin: 60px 0 0 0;
		width: 200px
	}
}

@media (min-width:1024px) {
	.editor-profile-social {
		width: 100%
	}
}

@media (min-width:1600px) {
	.editor-profile-social {
		margin: 60px 0 0 0
	}
}

@media (min-width:768px) {
	.editor-articles {
		padding: 80px 0 0 0
	}
}

@media (min-width:1024px) {
	.editor-articles {
		padding: 0
	}
}

.giveaway-content {
	position: relative;
	padding: 146px 0 0 0
}

@media (min-width:768px) {
	.giveaway-content {
		padding: 180px 0 0 0
	}
}

@media (min-width:1200px) {
	.giveaway-content {
		padding: 212px 0 0 0
	}
}

@media (min-width:1600px) {
	.giveaway-content {
		padding: 274px 0 0 0
	}
}

.giveaway-body {
	text-align: center
}

.giveaway-title {
	margin: 0 0 60px 0;
	overflow: hidden
}

@media (min-width:768px) {
	.giveaway-title {
		margin: 0 0 80px 0
	}
}

@media (min-width:1600px) {
	.giveaway-title {
		margin: 0 0 90px 0
	}
}

.giveaway-title h1 {
	font-family: Bison, sans-serif;
	font-size: 40px;
	line-height: 51px;
	letter-spacing: .02em;
	font-weight: 600
}

@media (min-width:768px) {
	.giveaway-title h1 {
		font-size: 70px;
		line-height: 77px
	}
}

@media (min-width:1024px) {
	.giveaway-title h1 {
		font-size: 80px;
		line-height: 88px
	}
}

@media (min-width:1200px) {
	.giveaway-title h1 {
		font-size: 98px;
		line-height: 108px
	}
}

.brief-content {
	position: relative;
	padding: 0 0 60px 0
}

@media (min-width:768px) {
	.brief-content {
		padding: 0 0 80px 0
	}
}

@media (min-width:1200px) {
	.brief-content {
		padding: 0 0 120px 0
	}
}

.brief-head {
	margin: 0 0 60px 0;
	overflow: hidden
}

@media (max-width:1023px) {
	.brief-head {
		padding: 0 35px
	}
}

@media (max-width:767px) {
	.brief-head {
		padding: 0
	}
}

@media (min-width:768px) {
	.brief-head {
		margin: 0 auto 80px auto
	}
}

@media (min-width:1024px) {
	.brief-head {
		padding: 0 64px
	}
}

@media (min-width:1200px) {
	.brief-head {
		padding: 0;
		margin: 0 auto 120px auto;
		max-width: 1060px
	}
}

@media (min-width:1600px) {
	.brief-head {
		max-width: 1304px
	}
}

.brief-body {
	text-align: left
}

.brief-container {
	padding: 0 20px
}

@media (min-width:768px) {
	.brief-container {
		padding: 0 124px
	}
}

@media (min-width:1024px) {
	.brief-container {
		padding: 0 220px
	}
}

@media (min-width:1200px) {
	.brief-container {
		padding: 0 250px
	}
}

@media (min-width:1600px) {
	.brief-container {
		max-width: 856px;
		margin: 0 auto;
		padding: 0
	}
}

.brief-image {
	height: 250px;
	overflow: hidden;
	will-change: transform
}

@media (min-width:768px) {
	.brief-image {
		height: 342px
	}
}

@media (min-width:1200px) {
	.brief-image {
		height: 406px
	}
}

@media (min-width:1600px) {
	.brief-image {
		height: 500px
	}
}

.brief-image-content {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.brief-image-img {
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	will-change: transform
}

.brief-video {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.brief-video video {
	position: absolute;
	bottom: 0;
	height: 100%
}

@media (min-width:768px) {
	.brief-video video {
		width: 100%;
		left: 0;
		right: 0
	}
}

@media (min-width:1024px) {
	.brief-video video {
		bottom: -95px;
		height: auto
	}
}

.brief-text p {
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: -.01em
}

@media (min-width:1200px) {
	.brief-text p {
		font-size: 22px;
		line-height: 33px
	}
}

.brief-text p div {
	overflow: hidden
}

.brief-link {
	display: inline-block;
	margin: 35px 0 0 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: -.01em;
	color: #ff9f9f;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
	overflow: hidden
}

.brief-link:focus,
.brief-link:hover {
	text-decoration: none;
	color: #ff9f9f;
	opacity: .8
}

@media (min-width:1200px) {
	.brief-link {
		font-size: 22px;
		line-height: 33px
	}
}

.brief-link span {
	display: block
}

.connect-content {
	position: relative;
	padding: 80px 0 100px 0
}

@media (min-width:768px) {
	.connect-content {
		padding: 80px 0 100px 0
	}
}

@media (min-width:1024px) {
	.connect-content {
		padding: 120px 0
	}
}

@media (min-width:1200px) {
	.connect-content {
		padding: 120px 0 180px 0
	}
}

.connect-content.-xs {
	padding: 0 0 100px 0
}

@media (min-width:768px) {
	.connect-content.-xs {
		padding: 0 0 100px 0
	}
}

@media (min-width:1024px) {
	.connect-content.-xs {
		padding: 0 0 120px 0
	}
}

@media (min-width:1200px) {
	.connect-content.-xs {
		padding: 0 0 180px 0
	}
}

@media (min-width:1600px) {
	.connect-content.-xs {
		padding: 40px 0 180px 0
	}
}

.connect-body {
	text-align: left
}

.connect-container {
	padding: 0 20px
}

@media (min-width:768px) {
	.connect-container {
		padding: 0 124px
	}
}

@media (min-width:1024px) {
	.connect-container {
		padding: 0 220px
	}
}

@media (min-width:1200px) {
	.connect-container {
		padding: 0 250px
	}
}

@media (min-width:1600px) {
	.connect-container {
		max-width: 856px;
		margin: 0 auto;
		padding: 0
	}
}

.connect-title {
	margin: 0 0 60px 0;
	overflow: hidden
}

@media (min-width:768px) {
	.connect-title {
		margin: 0 0 80px 0
	}
}

.connect-title h2 {
	font-family: Bison, sans-serif;
	font-size: 46px;
	line-height: 51px;
	font-weight: 600;
	letter-spacing: .02em;
	color: #ff9f9f
}

@media (min-width:768px) {
	.connect-title h2 {
		font-size: 56px;
		line-height: 62px
	}
}

.connect-success {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	pointer-events: none
}

.connect-success-fill {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2)
}

.connect-success-content {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.connect-success-body {
	padding: 40px 30px;
	max-width: 622px;
	background: #fff
}

@media (min-width:768px) {
	.connect-success-body {
		padding: 66px 102px
	}
}

.connect-success-title {
	margin: 0 0 20px 0;
	font-family: Bison, sans-serif;
	font-size: 64px;
	line-height: 74px;
	letter-spacing: .02em;
	font-weight: 600
}

@media (min-width:768px) {
	.connect-success-title {
		font-size: 98px;
		line-height: 108px
	}
}

.connect-success-text {
	margin: 0 0 40px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -.01px
}

@media (min-width:768px) {
	.connect-success-text {
		font-size: 20px;
		line-height: 30px
	}
}

.connect-success-action {
	position: relative
}

.connect-success.-visible {
	visibility: visible;
	opacity: 1;
	pointer-events: auto
}

.offer-content {
	position: relative;
	padding: 0 0 80px 0
}

@media (min-width:768px) {
	.offer-content {
		padding: 0 0 100px 0
	}
}

@media (min-width:1200px) {
	.offer-content {
		padding: 0 0 180px 0
	}
}

.offer-container {
	padding: 0 20px
}

@media (min-width:768px) {
	.offer-container {
		padding: 0 35px
	}
}

@media (min-width:1024px) {
	.offer-container {
		padding: 0 64px
	}
}

@media (min-width:1200px) {
	.offer-container {
		padding: 0;
		margin: 0 auto;
		max-width: 1060px
	}
}

@media (min-width:1600px) {
	.offer-container {
		max-width: 1304px
	}
}

.offer-group {
	margin: 0
}

.offer-group:first-child {
	margin: 0
}

@media (min-width:768px) {
	.offer-group {
		margin: 40px 0 0 0
	}
}

@media (min-width:1200px) {
	.offer-group {
		margin: 60px 0 0 0
	}
}

@media (min-width:768px) {
	.offer-grid {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -20px
	}
}

@media (min-width:1200px) {
	.offer-grid {
		margin: 0 -30px
	}
}

.offer-grid-col {
	margin: 0 0 20px 0
}

@media (min-width:768px) {
	.offer-grid-col {
		padding: 0 20px;
		width: 50%;
		margin: 0
	}
}

@media (min-width:1200px) {
	.offer-grid-col {
		padding: 0 30px
	}
}

.offer-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 336px;
	padding: 80px 30px 76px 30px;
	text-align: left;
	text-decoration: none;
	color: #ffe165;
	background: #6455c2
}

.offer-item:focus,
.offer-item:hover {
	text-decoration: none;
	color: #ffe165
}

@media (min-width:768px) {
	.offer-item {
		height: 302px;
		padding: 60px 40px 56px 40px
	}
}

@media (min-width:1024px) {
	.offer-item {
		height: 370px;
		padding: 120px 60px 61px 60px
	}
}

@media (min-width:1200px) {
	.offer-item {
		height: 400px
	}
}

@media (min-width:1600px) {
	.offer-item {
		height: 420px
	}
}

.offer-item-body {
	max-width: 255px
}

@media (min-width:1024px) {
	.offer-item-body {
		max-width: 100%
	}
}

@media (min-width:1600px) {
	.offer-item-body {
		max-width: 480px
	}
}

.offer-item-title {
	display: block;
	margin: 0 0 20px 0;
	max-height: 48px;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -.01em;
	font-weight: 600;
	overflow: hidden
}

.offer-item-title-wrap {
	overflow: hidden
}

@media (min-width:1200px) {
	.offer-item-title {
		max-height: 96px;
		font-size: 32px;
		line-height: 38px
	}
}

@media (min-width:1600px) {
	.offer-item-title {
		max-height: 96px;
		font-size: 40px;
		line-height: 48px
	}
}

.offer-item-text {
	display: block;
	max-height: 38px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.01em;
	overflow: hidden
}

.offer-item-text-wrap {
	overflow: hidden
}

@media (min-width:768px) {
	.offer-item-text {
		max-height: 44px;
		font-size: 18px;
		line-height: 22px
	}
}

@media (min-width:1200px) {
	.offer-item-text {
		max-height: 48px;
		font-size: 20px;
		line-height: 24px
	}
}

.offer-item-footer {
	padding: 0 0 4px 0;
	overflow: hidden
}

.offer-item-action {
	position: relative;
	display: inline-block;
	font-family: Bison, sans-serif;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: .1em;
	font-weight: 600;
	color: #fff
}

.offer-item-action:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4px;
	height: 2px;
	background: #fff
}

.offer-item.-inverse {
	color: #071b6a;
	background: #fdefe4
}

.offer-item.-inverse:focus,
.offer-item.-inverse:hover {
	color: #071b6a
}

.offer-item.-inverse .offer-item-action {
	color: #ff9f9f
}

.offer-item.-inverse .offer-item-action:after {
	background: #ff9f9f
}

.tophead-content {
	padding: 146px 0 30px 0
}

@media (min-width:768px) {
	.tophead-content {
		padding: 194px 0 60px 0
	}
}

.tophead-container {
	padding: 0 20px
}

@media (min-width:768px) {
	.tophead-container {
		padding: 0 124px
	}
}

@media (min-width:1024px) {
	.tophead-container {
		padding: 0 216px
	}
}

@media (min-width:1200px) {
	.tophead-container {
		max-width: 560px;
		padding: 0;
		margin: 0 auto
	}
}

@media (min-width:1600px) {
	.tophead-container {
		max-width: 600px
	}
}

.tophead-head {
	margin: 0 0 60px 0;
	text-align: center
}

@media (min-width:768px) {
	.tophead-head {
		margin: 0 0 80px 0
	}
}

.tophead-category {
	margin: 0 0 15px 0;
	font-family: Bison, sans-serif;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: .07em;
	font-weight: 600;
	color: #ff9f9f;
	overflow: hidden
}

.tophead-category a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #ff9f9f
}

.tophead-category a:focus,
.tophead-category a:hover {
	text-decoration: none
}

.tophead-category a:hover:after {
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-ms-transform-origin: left;
	-o-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}

.tophead-category a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	-ms-transform-origin: right;
	-o-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	background: #ff9f9f;
	-webkit-transition: -webkit-transform .95s cubic-bezier(.23, 1, .32, 1);
	transition: -webkit-transform .95s cubic-bezier(.23, 1, .32, 1);
	-o-transition: -o-transform .95s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: transform .95s cubic-bezier(.23, 1, .32, 1), -moz-transform .95s cubic-bezier(.23, 1, .32, 1);
	transition: transform .95s cubic-bezier(.23, 1, .32, 1);
	transition: transform .95s cubic-bezier(.23, 1, .32, 1), -webkit-transform .95s cubic-bezier(.23, 1, .32, 1), -moz-transform .95s cubic-bezier(.23, 1, .32, 1), -o-transform .95s cubic-bezier(.23, 1, .32, 1)
}

.tophead-title {
	margin: 0 0 20px 0;
	overflow: hidden
}

.tophead-title-wrap {
	overflow: hidden
}

.tophead-title h1 {
	font-size: 24px;
	line-height: 31px;
	font-weight: 600
}

@media (min-width:768px) {
	.tophead-title h1 {
		font-size: 35px;
		line-height: 42px;
		letter-spacing: -.02em
	}
}

@media (min-width:1600px) {
	.tophead-title h1 {
		font-size: 42px;
		line-height: 50px
	}
}

.tophead-data {
	overflow: hidden
}

.tophead-data-author {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 16px
}

.tophead-data-author:focus,
.tophead-data-author:hover {
	text-decoration: none
}

.tophead-data-author:hover:after {
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-ms-transform-origin: left;
	-o-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}

.tophead-data-author:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	-ms-transform-origin: right;
	-o-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	background: rgba(7, 27, 106, .8);
	-webkit-transition: -webkit-transform .95s cubic-bezier(.23, 1, .32, 1);
	transition: -webkit-transform .95s cubic-bezier(.23, 1, .32, 1);
	-o-transition: -o-transform .95s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: transform .95s cubic-bezier(.23, 1, .32, 1), -moz-transform .95s cubic-bezier(.23, 1, .32, 1);
	transition: transform .95s cubic-bezier(.23, 1, .32, 1);
	transition: transform .95s cubic-bezier(.23, 1, .32, 1), -webkit-transform .95s cubic-bezier(.23, 1, .32, 1), -moz-transform .95s cubic-bezier(.23, 1, .32, 1), -o-transform .95s cubic-bezier(.23, 1, .32, 1)
}

@media (min-width:768px) {
	.tophead-data-author {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: -.01em
	}
}

.tophead-data-date {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 35px;
	font-size: 16px;
	line-height: 16px
}

@media (min-width:768px) {
	.tophead-data-date {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: -.01em
	}
}

.tophead-body {
	overflow: hidden
}

.tophead-image {
	height: 250px;
	overflow: hidden
}

@media (min-width:768px) {
	.tophead-image {
		height: 342px
	}
}

@media (min-width:1024px) {
	.tophead-image {
		padding: 0 64px
	}
}

@media (min-width:1200px) {
	.tophead-image {
		height: 406px;
		max-width: 1060px;
		margin: 0 auto;
		padding: 0
	}
}

@media (min-width:1600px) {
	.tophead-image {
		height: 500px;
		max-width: 1304px
	}
}

.tophead-image-content {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.tophead-image-img {
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.description-content {
	padding: 30px 0
}

@media (min-width:768px) {
	.description-content {
		padding: 40px 0
	}
}

@media (min-width:1024px) {
	.description-content {
		padding: 60px 0
	}
}

.description-container {
	padding: 0 20px
}

@media (min-width:768px) {
	.description-container {
		padding: 0 124px
	}
}

@media (min-width:1024px) {
	.description-container {
		padding: 0 140px
	}
}

@media (min-width:1200px) {
	.description-container {
		padding: 0 250px
	}
}

@media (min-width:1600px) {
	.description-container {
		max-width: 856px;
		margin: 0 auto;
		padding: 0
	}
}

.description-title {
	margin: 0 0 25px 0;
	overflow: hidden;
	will-change: transform
}

.description-title h4 {
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600
}

@media (min-width:768px) {
	.description-title h4 {
		font-size: 24px;
		line-height: 31px
	}
}

@media (min-width:1200px) {
	.description-title h4 {
		font-size: 25px;
		line-height: 32px
	}
}

@media (min-width:1600px) {
	.description-title h4 {
		margin: 0 0 30px 0;
		font-size: 32px;
		line-height: 42px
	}
}

.description-title-wrap {
	overflow: hidden
}

.description-text {
	will-change: transform
}

.description-text-wrap {
	overflow: hidden
}

.description-text img {
	max-width: 100%!important;
	margin: 30px auto
}

@media (min-width:768px) {
	.description-text img {
		margin: 35px auto
	}
}

@media (min-width:1200px) {
	.description-text img {
		margin: 45px auto
	}
}

.description-text p {
	margin: 25px 0 20px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: -.01em;
	font-weight: 600
}

.description-text p:last-child {
	margin: 0
}

@media (min-width:1200px) {
	.description-text p {
		font-size: 19px;
		line-height: 31px
	}
}

@media (min-width:1600px) {
	.description-text p {
		margin: 45px 0 30px 0;
		font-size: 22px;
		line-height: 33px
	}
}

.description-text p a {
	position: relative;
	text-decoration: none;
	color: #ff9f9f
}

.description-text p a:focus,
.description-text p a:hover {
	text-decoration: none
}

.description-text p a:hover:after {
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-ms-transform-origin: left;
	-o-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}

.description-text p a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	-ms-transform-origin: right;
	-o-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	background: #ff9f9f;
	-webkit-transition: -webkit-transform .95s cubic-bezier(.23, 1, .32, 1);
	transition: -webkit-transform .95s cubic-bezier(.23, 1, .32, 1);
	-o-transition: -o-transform .95s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: transform .95s cubic-bezier(.23, 1, .32, 1), -moz-transform .95s cubic-bezier(.23, 1, .32, 1);
	transition: transform .95s cubic-bezier(.23, 1, .32, 1);
	transition: transform .95s cubic-bezier(.23, 1, .32, 1), -webkit-transform .95s cubic-bezier(.23, 1, .32, 1), -moz-transform .95s cubic-bezier(.23, 1, .32, 1), -o-transform .95s cubic-bezier(.23, 1, .32, 1)
}

.description-text h1,
.description-text h2,
.description-text h3,
.description-text h4,
.description-text h5 {
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600
}

@media (min-width:768px) {
	.description-text h1,
	.description-text h2,
	.description-text h3,
	.description-text h4,
	.description-text h5 {
		font-size: 24px;
		line-height: 31px
	}
}

@media (min-width:1200px) {
	.description-text h1,
	.description-text h2,
	.description-text h3,
	.description-text h4,
	.description-text h5 {
		font-size: 25px;
		line-height: 32px
	}
}

@media (min-width:1600px) {
	.description-text h1,
	.description-text h2,
	.description-text h3,
	.description-text h4,
	.description-text h5 {
		margin: 0 0 30px 0;
		font-size: 32px;
		line-height: 42px
	}
}

.description-text ol,
.description-text ul {
	list-style: none;
	padding: 0 0 0 30px
}

@media (min-width:1200px) {
	.description-text ol,
	.description-text ul {
		padding: 0 0 0 40px
	}
}

.description-text ol li,
.description-text ul li {
	position: relative;
	margin: 0 0 10px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: -.01em;
	font-weight: 600
}

.description-text ol li:last-child,
.description-text ul li:last-child {
	margin: 0
}

.description-text ol li:before,
.description-text ul li:before {
	content: "";
	position: absolute;
	left: -30px;
	top: 12px;
	width: 5px;
	height: 5px;
	background: #ff9f9f
}

@media (min-width:1600px) {
	.description-text ol li:before,
	.description-text ul li:before {
		left: -40px;
		top: 13px;
		width: 7px;
		height: 7px
	}
}

@media (min-width:1200px) {
	.description-text ol li,
	.description-text ul li {
		font-size: 19px;
		line-height: 31px
	}
}

@media (min-width:1600px) {
	.description-text ol li,
	.description-text ul li {
		font-size: 22px;
		line-height: 33px
	}
}

.description-text .wp-block-embed-instagram {
	margin: 0 0 25px 0
}

@media (min-width:768px) {
	.description-text .wp-block-embed-instagram {
		margin: 0 0 30px 0
	}
}

@media (min-width:1200px) {
	.description-text .wp-block-embed-instagram {
		margin: 0 0 35px 0
	}
}

.description-text .instagram-media {
	max-width: 500px!important;
	width: 100%!important;
	min-width: 280px!important
}

.description.-fill {
	background-color: #fbfaf5
}

.quote {
	position: relative
}

.quote-content {
	padding: 30px 0 0 0
}

@media (min-width:768px) {
	.quote-content {
		padding: 40px 0
	}
}

@media (min-width:1024px) {
	.quote-content {
		padding: 60px 0
	}
}

.quote-container {
	padding: 0 20px
}

@media (min-width:768px) {
	.quote-container {
		padding: 0 124px
	}
}

@media (min-width:1024px) {
	.quote-container {
		padding: 0 64px
	}
}

@media (min-width:1200px) {
	.quote-container {
		max-width: 1060px;
		margin: 0 auto;
		padding: 0
	}
}

@media (min-width:1600px) {
	.quote-container {
		max-width: 1304px
	}
}

@media (min-width:1024px) {
	.quote-grid {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.quote-grid-col {
	margin: 0 0 60px 0
}

.quote-grid-col:last-child {
	margin: 0
}

@media (min-width:1024px) {
	.quote-grid-col {
		margin: 0
	}
}

@media (min-width:1024px) {
	.quote-grid-col.-left {
		padding: 93px 0 0 0
	}
}

@media (min-width:1200px) {
	.quote-grid-col.-left {
		padding: 122px 0 0 0
	}
}

@media (min-width:1600px) {
	.quote-grid-col.-left {
		padding: 220px 0 0 0
	}
}

.quote-text {
	text-align: center
}

@media (min-width:1024px) {
	.quote-text {
		max-width: 365px
	}
}

@media (min-width:1200px) {
	.quote-text {
		max-width: 520px
	}
}

.quote-text-title {
	margin: 0 0 40px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.02em;
	font-weight: 600;
	overflow: hidden
}

@media (min-width:768px) {
	.quote-text-title {
		font-size: 18px;
		line-height: 22px
	}
}

@media (min-width:1200px) {
	.quote-text-title {
		font-size: 20px;
		line-height: 24px
	}
}

.quote-text-title-wrap {
	overflow: hidden
}

.quote-text-description {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	overflow: hidden
}

.quote-text-description-wrap {
	overflow: hidden
}

@media (min-width:768px) {
	.quote-text-description {
		font-size: 24px;
		line-height: 31px
	}
}

@media (min-width:1200px) {
	.quote-text-description {
		font-size: 25px;
		line-height: 32px
	}
}

@media (min-width:1600px) {
	.quote-text-description {
		font-size: 32px;
		line-height: 42px
	}
}

.quote-text-description a {
	position: relative;
	text-decoration: none;
	color: #ff9f9f
}

.quote-text-description a:focus,
.quote-text-description a:hover {
	text-decoration: none
}

.quote-text-description a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #ff9f9f
}

.quote-img {
	text-align: center
}

.quote-img-pic {
	height: 308px;
	margin: 0 auto;
	will-change: transform;
	overflow: hidden
}

@media (min-width:768px) {
	.quote-img-pic {
		width: 340px;
		height: 375px;
		margin: 0 auto 30px auto
	}
}

@media (min-width:1024px) {
	.quote-img-pic {
		width: 364px;
		height: 402px
	}
}

@media (min-width:1200px) {
	.quote-img-pic {
		width: 464px;
		height: 512px
	}
}

@media (min-width:1600px) {
	.quote-img-pic {
		width: 652px;
		height: 720px
	}
}

.quote-img-pic-inner {
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	will-change: transform
}

.quote-img-text {
	margin: 30px auto 0 auto;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.02em;
	font-style: italic;
	color: rgba(7, 27, 106, .5)
}

@media (min-width:768px) {
	.quote-img-text {
		margin: 0;
		font-size: 18px;
		line-height: 22px
	}
}

@media (min-width:1200px) {
	.quote-img-text {
		font-size: 20px;
		line-height: 24px
	}
}

.quote-fill {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 220px;
	background-color: #fbfaf5;
	z-index: -1
}

@media (min-width:768px) {
	.quote-fill {
		bottom: 245px
	}
}

@media (min-width:1024px) {
	.quote-fill {
		bottom: 140px
	}
}

@media (min-width:1200px) {
	.quote-fill {
		bottom: 160px
	}
}

@media (min-width:1600px) {
	.quote-fill {
		bottom: 220px
	}
}

.quote.-fill .quote-fill {
	display: block
}

.photo-content {
	padding: 30px 0
}

@media (min-width:768px) {
	.photo-content {
		padding: 40px 0
	}
}

@media (min-width:1024px) {
	.photo-content {
		padding: 100px 0
	}
}

.photo-container {
	padding: 0 20px
}

@media (min-width:768px) {
	.photo-container {
		padding: 0 124px
	}
}

@media (min-width:1024px) {
	.photo-container {
		padding: 0 64px
	}
}

@media (min-width:1200px) {
	.photo-container {
		max-width: 1060px;
		margin: 0 auto;
		padding: 0
	}
}

@media (min-width:1600px) {
	.photo-container {
		max-width: 1304px
	}
}

.photo-body {
	overflow: hidden
}

.photo-items {
	position: relative;
	white-space: nowrap;
	text-align: center
}

.photo-item {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 240px;
	margin: 0 20px 0 0;
	white-space: normal;
	will-change: transform;
	overflow: hidden
}

.photo-item:last-child {
	margin: 0
}

.photo-item:active {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing
}

@media (min-width:768px) {
	.photo-item {
		width: 340px;
		margin: 0 65px 0 0
	}
}

@media (min-width:1024px) {
	.photo-item {
		width: 364px;
		margin: 0 70px 0 0
	}
}

@media (min-width:1200px) {
	.photo-item {
		width: 420px
	}
}

@media (min-width:1600px) {
	.photo-item {
		width: 500px
	}
}

.photo-item-img {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.photo-item-img img {
	width: 100%
}

.goods-content {
	padding: 30px 0
}

@media (min-width:768px) {
	.goods-content {
		padding: 40px 0
	}
}

@media (min-width:1024px) {
	.goods-content {
		padding: 60px 0
	}
}

.goods-container {
	padding: 0 20px
}

@media (min-width:768px) {
	.goods-container {
		padding: 0 124px
	}
}

@media (min-width:1024px) {
	.goods-container {
		padding: 0 64px
	}
}

@media (min-width:1200px) {
	.goods-container {
		max-width: 1060px;
		margin: 0 auto;
		padding: 0
	}
}

@media (min-width:1600px) {
	.goods-container {
		max-width: 1304px
	}
}

.goods-items {
	position: relative;
	white-space: nowrap;
	text-align: center
}

.goods-items-inner {
	text-align: left
}

.goods-item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
	width: 280px;
	white-space: normal
}

.goods-item:focus,
.goods-item:hover {
	text-decoration: none
}

.goods-item:last-child {
	margin: 0
}

@media (min-width:768px) {
	.goods-item {
		width: 250px;
		margin: 0 20px 0 0
	}
}

@media (min-width:1024px) {
	.goods-item {
		width: 288px;
		margin: 0 16px 0 0
	}
}

@media (min-width:1200px) {
	.goods-item {
		width: 340px;
		margin: 0 20px 0 0
	}
}

@media (min-width:1600px) {
	.goods-item {
		width: 408px;
		margin: 0 40px 0 0
	}
}

.goods-item-img {
	display: block;
	width: 100%;
	height: 280px;
	margin: 0 0 20px 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

@media (min-width:768px) {
	.goods-item-img {
		height: 250px
	}
}

@media (min-width:1024px) {
	.goods-item-img {
		height: 288px
	}
}

@media (min-width:1200px) {
	.goods-item-img {
		height: 340px
	}
}

@media (min-width:1600px) {
	.goods-item-img {
		height: 408px
	}
}

.goods-item-title {
	display: block;
	margin: 0 0 6px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700
}

@media (min-width:768px) {
	.goods-item-title {
		font-size: 20px;
		line-height: 28px
	}
}

@media (min-width:1600px) {
	.goods-item-title {
		margin: 0 0 6px 0;
		font-size: 24px;
		line-height: 29px
	}
}

.goods-item-price {
	display: block;
	font-size: 20px;
	line-height: 26px;
	color: #ff9f9f
}

@media (min-width:1024px) {
	.goods-item-price {
		font-size: 24px;
		line-height: 31px
	}
}

@media (min-width:1600px) {
	.goods-item-price {
		font-size: 28px;
		line-height: 36px
	}
}

.video-content {
	padding: 30px 0
}

@media (min-width:768px) {
	.video-content {
		padding: 40px 0
	}
}

@media (min-width:1024px) {
	.video-content {
		padding: 60px 0 100px 0
	}
}

@media (min-width:768px) {
	.video-container {
		padding: 0 124px
	}
}

@media (min-width:1024px) {
	.video-container {
		padding: 0 140px
	}
}

@media (min-width:1200px) {
	.video-container {
		max-width: 700px;
		margin: 0 auto;
		padding: 0
	}
}

@media (min-width:1600px) {
	.video-container {
		max-width: 856px
	}
}

.video-preview {
	position: relative;
	height: 320px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden
}

@media (min-width:768px) {
	.video-preview {
		height: 293px
	}
}

@media (min-width:1024px) {
	.video-preview {
		height: 420px
	}
}

@media (min-width:1200px) {
	.video-preview {
		height: 395px
	}
}

@media (min-width:1600px) {
	.video-preview {
		height: 483px
	}
}

.video-preview:focus,
.video-preview:hover {
	text-decoration: none
}

.video-preview-img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	will-change: transform
}

.video-preview-icon {
	position: relative;
	width: 60px;
	height: 60px;
	color: #fff
}

.video-preview-icon:after {
	content: '';
	position: absolute;
	left: -150px;
	top: -45px;
	right: 0;
	bottom: 0;
	width: 400px;
	height: 200px;
	z-index: 1
}

@media (min-width:768px) {
	.video-preview-icon {
		width: 80px;
		height: 80px
	}
}

@media (min-width:1024px) {
	.video-preview-icon {
		width: 100px;
		height: 100px
	}
}

@media (min-width:1200px) {
	.video-preview-icon {
		width: 104px;
		height: 104px
	}
}

.video-preview-icon svg {
	width: 100%;
	height: 100%
}

.share {
	overflow: hidden
}

.share-content {
	padding: 30px 0
}

@media (min-width:768px) {
	.share-content {
		padding: 40px 0
	}
}

@media (min-width:1024px) {
	.share-content {
		padding: 60px 0
	}
}

.share-body {
	text-align: center
}

.share-container {
	padding: 0 20px
}

.share-title {
	margin: 0 0 25px 0;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	overflow: hidden
}

@media (min-width:768px) {
	.share-title {
		margin: 0 0 30px 0
	}
}

@media (min-width:1200px) {
	.share-title {
		margin: 0 0 45px 0
	}
}

@media (min-width:1600px) {
	.share-title {
		font-size: 24px;
		line-height: 29px
	}
}

.share-title span {
	display: block
}

.article-content {
	padding: 30px 0
}

@media (min-width:768px) {
	.article-content {
		padding: 40px 0
	}
}

@media (min-width:1200px) {
	.article-content {
		padding: 60px 0
	}
}

.article-container {
	padding: 0 20px
}

@media (min-width:768px) {
	.article-container {
		padding: 0 34px
	}
}

@media (min-width:1024px) {
	.article-container {
		padding: 0 64px
	}
}

@media (min-width:1200px) {
	.article-container {
		max-width: 1060px;
		margin: 0 auto;
		padding: 0
	}
}

@media (min-width:1600px) {
	.article-container {
		max-width: 1304px
	}
}

.article-author {
	text-align: center
}

.article-author-link {
	display: inline-block;
	margin: 0 auto 60px auto;
	text-align: center;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s
}

@media (min-width:768px) {
	.article-author-link {
		margin: 0 auto 80px auto
	}
}

@media (min-width:1200px) {
	.article-author-link {
		margin: 0 auto 120px auto
	}
}

.article-author-link:focus,
.article-author-link:hover {
	text-decoration: none;
	opacity: .7
}

.article-author-img {
	display: block;
	width: 127px;
	height: 127px;
	margin: 0 auto 20px auto;
	overflow: hidden
}

.article-author-img-cont {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.article-author-text {
	display: block
}

.article-author-text span {
	display: block;
	margin: 0 0 2px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 19px
}

@media (min-width:768px) {
	.article-author-text span {
		font-size: 20px;
		line-height: 24px
	}
}

.article-author-text h3 {
	display: block;
	font-family: Domine, sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600
}

@media (min-width:768px) {
	.article-author-text h3 {
		font-size: 30px;
		line-height: 39px
	}
}

@media (min-width:1024px) {
	.article-author-text h3 {
		font-size: 32px;
		line-height: 42px
	}
}

.article-author-item {
	overflow: hidden
}

.article-author-item-wrap {
	overflow: hidden
}

.article-title {
	display: block;
	margin: 0 0 60px 0;
	text-decoration: none;
	overflow: hidden
}

@media (min-width:1200px) {
	.article-title {
		margin: 0 0 80px 0
	}
}

.article-title:focus,
.article-title:hover {
	text-decoration: none
}

.article-title h2 {
	font-family: Bison, sans-serif;
	font-size: 46px;
	line-height: 51px;
	letter-spacing: .02em;
	font-weight: 600;
	text-transform: uppercase;
	color: #ff9f9f
}

@media (min-width:1600px) {
	.article-title h2 {
		font-size: 56px;
		line-height: 62px
	}
}

.article-title h2 span {
	display: inline-block;
	width: 20px;
	height: 13px;
	opacity: .3
}

.article-title h2 span svg {
	width: 100%;
	height: 100%;
	margin: 0 0 0 20px
}

@media (min-width:768px) {
	.article-items {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px
	}
}

@media (min-width:1024px) {
	.article-items {
		margin: 0 -8px 0 -8px
	}
}

@media (min-width:1200px) {
	.article-items {
		margin: 0 -10px 0 -10px
	}
}

@media (min-width:1600px) {
	.article-items {
		margin: 0 -20px 0 -20px
	}
}

.article-items-item {
	display: block;
	margin: 0 auto 60px auto;
	text-align: center
}

.article-items-item:focus,
.article-items-item:hover {
	text-decoration: none
}

.article-items-item:hover .article-items-item-pic {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
	transform: scale(1.04)
}

.article-items-item:hover .article-items-item-img {
	-webkit-clip-path: inset(0 1%);
	clip-path: inset(0 1%)
}

.article-items-item:last-child {
	margin: 0 auto
}

@media (min-width:768px) {
	.article-items-item:last-child {
		margin: 0
	}
}

@media (min-width:768px) {
	.article-items-item {
		width: 50%;
		padding: 0 10px;
		text-align: left
	}
}

@media (min-width:1024px) {
	.article-items-item {
		width: 33.3333%;
		padding: 0 8px;
		margin: 0
	}
}

@media (min-width:1200px) {
	.article-items-item {
		padding: 0 10px
	}
}

@media (min-width:1600px) {
	.article-items-item {
		padding: 0 20px
	}
}

.article-items-item-img {
	display: block;
	height: 205px;
	margin: 0 0 30px 0;
	-webkit-clip-path: inset(0 0);
	clip-path: inset(0 0);
	-webkit-transition: -webkit-clip-path 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: -webkit-clip-path 1.4s cubic-bezier(.23, 1, .32, 1);
	-o-transition: clip-path 1.4s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: clip-path 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: clip-path 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: clip-path 1.4s cubic-bezier(.23, 1, .32, 1), -webkit-clip-path 1.4s cubic-bezier(.23, 1, .32, 1);
	overflow: hidden
}

@media (min-width:768px) {
	.article-items-item-img {
		width: 100%;
		height: 212px;
		margin: 0 auto 30px auto
	}
}

@media (min-width:1200px) {
	.article-items-item-img {
		height: 250px
	}
}

@media (min-width:1600px) {
	.article-items-item-img {
		height: 300px;
		margin: 0 auto 40px auto
	}
}

.article-items-item-img.-lg {
	height: 280px
}

@media (min-width:768px) {
	.article-items-item-img.-lg {
		height: 275px
	}
}

@media (min-width:1024px) {
	.article-items-item-img.-lg {
		height: 293px
	}
}

@media (min-width:1200px) {
	.article-items-item-img.-lg {
		height: 346px
	}
}

@media (min-width:1600px) {
	.article-items-item-img.-lg {
		height: 390px
	}
}

.article-items-item-pic {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	-o-transition: -o-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: transform 1.4s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.4s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.4s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1.4s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.4s cubic-bezier(.23, 1, .32, 1), -o-transform 1.4s cubic-bezier(.23, 1, .32, 1);
	will-change: transform
}

.article-items-item-title {
	display: block;
	margin: 0 0 16px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 19px
}

@media (min-width:1600px) {
	.article-items-item-title {
		font-size: 20px;
		line-height: 24px
	}
}

.article-items-item-text {
	display: block;
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600
}

@media (min-width:768px) {
	.article-items-item-text {
		font-size: 20px;
		line-height: 28px
	}
}

@media (min-width:1600px) {
	.article-items-item-text {
		font-size: 26px;
		line-height: 36px
	}
}

.article-items-item-footer {
	display: block;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 16px
}

.article-items-item-date {
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.article-items-item-date:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -10px;
	width: 2px;
	height: 2px;
	background: #ff9f9f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.article-items-item-author {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 18px;
	opacity: .4
}

.article-fill {
	width: 100%;
	height: 100%;
	padding: 20px 0;
	margin: 20px 0;
	background: #fbfaf5
}

@media (min-width:1024px) {
	.article-fill {
		padding: 40px 0;
		margin: 40px 0
	}
}

.art-content {
	padding: 30px 0
}

@media (min-width:768px) {
	.art-content {
		padding: 40px 0
	}
}

@media (min-width:1024px) {
	.art-content {
		padding: 60px 0
	}
}

.art-body {
	overflow: hidden
}

@media (min-width:1024px) {
	.art-body {
		overflow: visible
	}
}

.art-container {
	padding: 0 20px
}

@media (min-width:768px) {
	.art-container {
		padding: 0 34px
	}
}

@media (min-width:1024px) {
	.art-container {
		padding: 0 64px
	}
}

@media (min-width:1200px) {
	.art-container {
		max-width: 1060px;
		margin: 0 auto;
		padding: 0
	}
}

@media (min-width:1600px) {
	.art-container {
		max-width: 1304px
	}
}

.art-title {
	position: relative;
	display: inline-block;
	margin: 0 0 60px 0;
	max-width: 270px;
	overflow: hidden;
	text-decoration: none;
	color: #ff9f9f;
	will-change: transform
}

@media (min-width:1024px) {
	.art-title {
		max-width: 100%
	}
}

@media (min-width:1200px) {
	.art-title {
		margin: 0 0 80px 0
	}
}

.art-title:focus,
.art-title:hover {
	text-decoration: none;
	color: #ff9f9f
}

.art-title:after {
	content: '';
	position: absolute;
	left: 0;
	top: -60%;
	right: 0;
	bottom: 0;
	padding: 80px 0
}

.art-title:hover .art-title-icon svg {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

.art-title:hover .art-title-icon svg:nth-child(2) {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.art-title h2 {
	display: inline-block;
	vertical-align: middle;
	font-family: Bison, sans-serif;
	font-size: 46px;
	line-height: 51px;
	letter-spacing: .02em;
	font-weight: 600;
	text-transform: uppercase
}

@media (min-width:1600px) {
	.art-title h2 {
		font-size: 56px;
		line-height: 62px
	}
}

.art-title-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 20px;
	width: 20px;
	height: 13px;
	overflow: hidden
}

@media (min-width:1600px) {
	.art-title-icon {
		margin: 0 0 0 40px;
		width: 30px;
		height: 20px
	}
}

.art-title-icon svg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .3;
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	transition: -webkit-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	-o-transition: -o-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: transform 1.2s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.2s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.2s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1.2s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1.2s cubic-bezier(.23, 1, .32, 1), -moz-transform 1.2s cubic-bezier(.23, 1, .32, 1), -o-transform 1.2s cubic-bezier(.23, 1, .32, 1)
}

.art-title-icon svg:nth-child(2) {
	opacity: 1;
	-webkit-transform: translateX(-200%);
	-moz-transform: translateX(-200%);
	-ms-transform: translateX(-200%);
	-o-transform: translateX(-200%);
	transform: translateX(-200%)
}

@media (min-width:768px) {
	.art-items {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -45px 0 -45px
	}
}

@media (min-width:1024px) {
	.art-items {
		margin: 0 -8px 0 -8px
	}
}

@media (min-width:1200px) {
	.art-items {
		margin: 0 -10px 0 -10px
	}
}

@media (min-width:1600px) {
	.art-items {
		margin: 0 -30px 0 -30px
	}
}

.art-item {
	display: block;
	margin: 0 auto 60px auto
}

.art-item:focus,
.art-item:hover {
	text-decoration: none
}

.art-item:last-child {
	margin: 0 auto
}

@media (min-width:768px) {
	.art-item:last-child {
		margin: 0
	}
}

@media (min-width:768px) {
	.art-item {
		width: 50%;
		padding: 0 45px;
		margin: 0
	}
}

@media (min-width:1024px) {
	.art-item {
		padding: 0 8px;
		height: 266px
	}
}

@media (min-width:1200px) {
	.art-item {
		padding: 0 10px;
		height: 353px
	}
}

@media (min-width:1600px) {
	.art-item {
		padding: 0 30px;
		height: 451px
	}
}

.art-item-content {
	display: block;
	height: 100%
}

@media (min-width:1024px) {
	.art-item-content {
		padding: 70px 76px 0 60px
	}
}

@media (min-width:1200px) {
	.art-item-content {
		padding: 80px 76px 0 70px
	}
}

@media (min-width:1600px) {
	.art-item-content {
		padding: 110px 76px 0 60px
	}
}

.art-item-figure {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 0 30px 0
}

@media (min-width:1024px) {
	.art-item-figure {
		display: none
	}
}

.art-item-title {
	display: block;
	margin: 0 0 16px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 19px;
	overflow: hidden
}

@media (min-width:768px) {
	.art-item-title {
		margin: 0 0 20px 0
	}
}

@media (min-width:1024px) {
	.art-item-title {
		color: #fff
	}
}

@media (min-width:1200px) {
	.art-item-title {
		margin: 0 0 24px 0
	}
}

@media (min-width:1600px) {
	.art-item-title {
		font-size: 20px;
		line-height: 24px
	}
}

.art-item-title span {
	display: block
}

.art-item-text {
	display: block;
	margin: 0 0 30px 0;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600
}

@media (min-width:768px) {
	.art-item-text {
		margin: 0 0 15px 0;
		font-size: 20px;
		line-height: 28px
	}
}

@media (min-width:1200px) {
	.art-item-text {
		margin: 0 0 20px 0;
		font-size: 34px;
		line-height: 38px;
		letter-spacing: -.02em
	}
}

@media (min-width:1600px) {
	.art-item-text {
		font-size: 40px;
		line-height: 48px;
		letter-spacing: -.01em
	}
}

.art-item-footer {
	display: block;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 16px;
	overflow: hidden
}

@media (min-width:1024px) {
	.art-item-footer {
		color: #fff
	}
}

.art-item-footer-text {
	display: block
}

.art-item-date {
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.art-item-date:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -10px;
	width: 2px;
	height: 2px;
	background: #6455c2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

@media (min-width:1024px) {
	.art-item-date:after {
		background: #fff
	}
}

.art-item-author {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 18px;
	opacity: .4
}

@media (min-width:1024px) {
	.art-item.-primary .art-item-content {
		background: #6455c2;
		color: #ffe165
	}
}

.art-item.-primary .art-item-figure {
	background: #6455c2
}

@media (min-width:1024px) {
	.art-item.-secondary .art-item-content {
		background: #ffdecb;
		color: #071b6a
	}
}

@media (min-width:1024px) {
	.art-item.-secondary .art-item-title {
		color: #071b6a
	}
}

.art-item.-secondary .art-item-date:after {
	background: #6455c2
}

.art-item.-secondary .art-item-footer {
	color: #071b6a
}

.art-item.-secondary .art-item-figure {
	background: #ffdecb
}

@media (min-width:1024px) {
	.art-item.-tertiary .art-item-content {
		background: #4c9095;
		color: #ffe165
	}
}

.art-item.-tertiary .art-item-figure {
	background: #4c9095
}

@media (min-width:1024px) {
	.art-item.-fourthy .art-item-content {
		background: #fe7a43;
		color: #ffe165
	}
}

.art-item.-fourthy .art-item-figure {
	background: #fe7a43
}

@media (min-width:1024px) {
	.art-item.-fifthly .art-item-content {
		background: #fdd002;
		color: #6455c2
	}
}

.art-item.-fifthly .art-item-figure {
	background: #fdd002
}

@media (min-width:1024px) {
	.art-item.-sixth .art-item-content {
		background: #ff9f9f;
		color: #6455c2
	}
}

.art-item.-sixth .art-item-figure {
	background: #ff9f9f
}

.category {
	background: #fbfaf5
}

.category-content {
	position: relative;
	padding: 146px 0 100px 0
}

@media (min-width:768px) {
	.category-content {
		padding: 180px 0 120px 0
	}
}

@media (min-width:1200px) {
	.category-content {
		padding: 198px 0 168px 0
	}
}

.category-container {
	padding: 0 20px
}

@media (min-width:768px) {
	.category-container {
		padding: 0 100px
	}
}

@media (min-width:1024px) {
	.category-container {
		padding: 0 64px
	}
}

@media (min-width:1200px) {
	.category-container {
		padding: 0;
		margin: 0 auto;
		max-width: 1060px
	}
}

@media (min-width:1600px) {
	.category-container {
		max-width: 1304px
	}
}

@media (min-width:1024px) {
	.category-grid {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.category-head {
	margin: 0 0 80px 0;
	will-change: transform
}

@media (min-width:768px) {
	.category-head {
		text-align: center
	}
}

@media (min-width:1024px) {
	.category-head {
		margin: 0;
		text-align: left
	}
}

.category-title {
	margin: 0 0 40px 0;
	overflow: hidden
}

@media (min-width:768px) {
	.category-title {
		margin: 0 0 60px 0
	}
}

@media (min-width:1024px) {
	.category-title {
		margin: 0 0 80px 0;
		max-width: 360px
	}
}

@media (min-width:1200px) {
	.category-title {
		margin: 0 0 120px 0
	}
}

@media (min-width:1600px) {
	.category-title {
		margin: 0 0 100px 0;
		max-width: 510px
	}
}

.category-title-wrap {
	overflow: hidden
}

.category-title h1 {
	font-family: Bison, sans-serif;
	font-size: 70px;
	line-height: 83px;
	font-weight: 600
}

@media (min-width:1024px) {
	.category-title h1 {
		font-size: 98px;
		line-height: 105px
	}
}

@media (min-width:1600px) {
	.category-title h1 {
		font-size: 150px;
		line-height: 161px
	}
}

.category-title.-primary {
	color: #4c9095
}

.category-title.-secondary {
	color: #6455c2
}

.category-title.-tertiary {
	color: #fe7a43
}

.category-title.-fourthy {
	color: #fdd002
}

.category-nav-item {
	display: block;
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -.025em;
	font-weight: 600;
	color: #ff9f9f;
	-webkit-transition: color .6s;
	-o-transition: color .6s;
	-moz-transition: color .6s;
	transition: color .6s
}

.category-nav-item:last-child {
	margin: 0
}

@media (min-width:768px) {
	.category-nav-item {
		display: inline-block;
		vertical-align: middle;
		margin: 0 60px 0 0
	}
}

@media (min-width:1024px) {
	.category-nav-item {
		display: block;
		margin: 0 0 28px 0;
		font-size: 24px;
		line-height: 26px
	}
}

@media (min-width:1200px) {
	.category-nav-item {
		margin: 0 0 34px 0;
		font-size: 36px;
		line-height: 40px
	}
}

.category-nav-item a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	opacity: .3;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s
}

.category-nav-item a:focus,
.category-nav-item a:hover {
	text-decoration: none;
	opacity: 1
}

.category-nav-item a:hover:after {
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-ms-transform-origin: left;
	-o-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}

.category-nav-item a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	-ms-transform-origin: right;
	-o-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	background: #ff9f9f;
	-webkit-transition: -webkit-transform .95s cubic-bezier(.23, 1, .32, 1);
	transition: -webkit-transform .95s cubic-bezier(.23, 1, .32, 1);
	-o-transition: -o-transform .95s cubic-bezier(.23, 1, .32, 1);
	-moz-transition: transform .95s cubic-bezier(.23, 1, .32, 1), -moz-transform .95s cubic-bezier(.23, 1, .32, 1);
	transition: transform .95s cubic-bezier(.23, 1, .32, 1);
	transition: transform .95s cubic-bezier(.23, 1, .32, 1), -webkit-transform .95s cubic-bezier(.23, 1, .32, 1), -moz-transform .95s cubic-bezier(.23, 1, .32, 1), -o-transform .95s cubic-bezier(.23, 1, .32, 1)
}

@media (min-width:1200px) {
	.category-nav-item a:after {
		bottom: 0
	}
}

@media (min-width:1024px) {
	.category-nav-item a {
		padding: 0 0 2px 0
	}
}

@media (min-width:1200px) {
	.category-nav-item a {
		padding: 0
	}
}

.category-nav-item a span {
	display: block
}

@media (min-width:1024px) {
	.category-nav-item.-active a {
		opacity: 1
	}
}

.category-section {
	margin: 0 0 60px 0
}

.category-section:last-child {
	margin: 0
}

@media (min-width:768px) {
	.category-section {
		margin: 0 0 80px 0
	}
}

.progress {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	background: #fff;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .7s cubic-bezier(.25, .46, .45, .94);
	transition: -webkit-transform .7s cubic-bezier(.25, .46, .45, .94);
	-o-transition: -o-transform .7s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: transform .7s cubic-bezier(.25, .46, .45, .94), -moz-transform .7s cubic-bezier(.25, .46, .45, .94);
	transition: transform .7s cubic-bezier(.25, .46, .45, .94);
	transition: transform .7s cubic-bezier(.25, .46, .45, .94), -webkit-transform .7s cubic-bezier(.25, .46, .45, .94), -moz-transform .7s cubic-bezier(.25, .46, .45, .94), -o-transform .7s cubic-bezier(.25, .46, .45, .94);
	will-change: transform
}

.progress-content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	margin: 0 20px;
	padding: 10px 0;
	text-align: center
}

@media (min-width:768px) {
	.progress-content {
		margin: 0 35px;
		padding: 30px 0
	}
}

@media (min-width:1024px) {
	.progress-content {
		margin: 0 64px
	}
}

@media (min-width:1200px) {
	.progress-content {
		margin: 0 auto;
		max-width: 1060px
	}
}

@media (min-width:1600px) {
	.progress-content {
		max-width: 1304px
	}
}

.progress-logo {
	position: absolute;
	left: 0;
	display: none;
	width: 86px;
	height: 17px
}

@media (min-width:768px) {
	.progress-logo {
		display: inline-block
	}
}

.progress-logo a {
	display: inline-block;
	width: 100%;
	height: 100%
}

.progress-logo a:focus,
.progress-logo a:hover {
	text-decoration: none
}

.progress-logo svg {
	width: 100%;
	height: 100%
}

.progress-title {
	max-height: 51px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: -.01em;
	font-weight: 600;
	overflow: hidden
}

@media (min-width:768px) {
	.progress-title {
		max-width: 420px;
		max-height: 42px;
		font-size: 14px;
		line-height: 21px
	}
}

@media (min-width:1200px) {
	.progress-title {
		max-width: 500px;
		max-height: 48px;
		font-size: 16px;
		line-height: 24px
	}
}

.progress-line {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #ff9f9f;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform .35s linear;
	transition: -webkit-transform .35s linear;
	-o-transition: -o-transform .35s linear;
	-moz-transition: transform .35s linear, -moz-transform .35s linear;
	transition: transform .35s linear;
	transition: transform .35s linear, -webkit-transform .35s linear, -moz-transform .35s linear, -o-transform .35s linear;
	will-change: transform
}

.progress.-visible {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

