
/*!
 * ress.css • v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
	box-sizing: border-box;
	word-break: break-word;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}

*, :after, :before {
	background-repeat: no-repeat;
	box-sizing: inherit;
}

:after, :before {
	text-decoration: inherit;
	vertical-align: inherit;
}

* {
	padding: 0;
	margin: 0;
}

hr {
	overflow: visible;
	height: 0;
}

details, main {
	display: block;
}

summary {
	display: list-item;
}

small {
	font-size: 80%;
}

[hidden] {
	display: none;
}

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

a {
	background-color: transparent;
}

a:active, a:hover {
	outline-width: 0;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
}

pre {
	font-size: 1em;
}

b, strong {
	font-weight: bolder;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

input {
	border-radius: 0;
}

[disabled] {
	cursor: default;
}

[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-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	resize: vertical;
}

button, input, optgroup, select, textarea {
	font: inherit;
}

optgroup {
	font-weight: 700;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
	cursor: pointer;
	color: inherit;
}

[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-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

button, input, select, textarea {
	background-color: transparent;
	border-style: none;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

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

select::-ms-value {
	color: currentColor;
}

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

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

img {
	border-style: none;
}

progress {
	vertical-align: baseline;
}

svg:not([fill]) {
	fill: currentColor;
}

@media screen {
	[hidden~=screen] {
		display: inherit;
	}
	
	[hidden~=screen]:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important;
	}
}

[aria-busy=true] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[aria-disabled] {
	cursor: default;
}

ol, ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none outside;
}

ol {
	list-style: decimal;
}

li {
	list-style: inherit;
}

dl {
	margin-bottom: 10px;
	line-height: 1;
}

dd, dt {
	display: inline-block;
}

dt {
	font-weight: 400;
}

dd {
	margin: 0;
	padding: 0 0 0 40px;
}

a[href^=mailto], a[href^=tel] {
	display: inline-flex;
	max-width: 100%;
	word-wrap: break-word;
}

iframe:-webkit-full-screen, video:-webkit-full-screen {
	transform: none;
}

iframe:-ms-fullscreen, video:-ms-fullscreen {
	transform: none;
}

iframe:fullscreen, video:fullscreen {
	transform: none;
}

html {
	height: 100%;
	color: #272b31;
	font-size: 62.5%;
	font-weight: 400;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	line-sizing: normal;
}

body {
	font-size: 1.6rem;
	line-height: 1.33;
	font-family: proxima-nova, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

li, p {
	margin: 0 0 1rem;
}

a {
	color: inherit;
}

a, a:active, a:hover {
	text-decoration: none;
}

small {
	font-size: 1rem;
}

img {
	max-width: 100%;
	font-style: italic;
	vertical-align: middle;
}

.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-enabled.is-draggable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	tap-highlight-color: transparent;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.flickity-slider {
	will-change: transform;
}

.flickity-slider, .flickity-viewport {
	position: relative;
	width: 100%;
	height: 100%;
}

.flickity-viewport {
	overflow: hidden;
}

.o-flex {
	display: flex;
	flex-direction: row;
}

.o-flex--stack {
	flex-direction: column;
}

.o-flex--stack-reverse {
	flex-direction: column-reverse;
}

.o-flex--stacked {
	flex-flow: column nowrap;
}

.o-flex--inline {
	flex-direction: row;
}

.o-flex--inline-reverse {
	flex-direction: row-reverse;
}

.o-flex--wrap {
	flex-flow: row wrap;
}

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

.o-flex--v-top {
	align-items: flex-start;
}

.o-flex--v-bottom {
	align-items: flex-end;
}

.o-flex--v-center {
	align-items: center;
}

.o-flex--v-stretch {
	align-items: stretch;
}

.o-flex--v-baseline {
	align-items: baseline;
}

.c-content__copy {
	top: 0px !important;
}

.o-flex--center {
	justify-content: center;
}

.o-flex--start {
	justify-content: flex-start;
}

.o-flex--end {
	justify-content: flex-end;
}

.o-flex--between {
	justify-content: space-between;
}

.o-flex--around {
	justify-content: space-around;
}

@media screen and (max-width:1120px) {
	.o-flex[data-flex-reset=desk-lrg] {
		flex-direction: column;
	}
	
	.o-flex[data-flex-reset-rev=desk-lrg] {
		flex-direction: column-reverse;
	}
	
	.o-flex[data-flex-reset-row=desk-lrg] {
		flex-direction: row;
	}
	
	.o-flex[data-flex-reset-row-rev=desk-lrg] {
		flex-direction: row-reverse;
	}
}

@media screen and (max-width:1024px) {
	.o-flex[data-flex-reset=desk-med] {
		flex-direction: column;
	}
	
	.o-flex[data-flex-reset-rev=desk-med] {
		flex-direction: column-reverse;
	}
	
	.o-flex[data-flex-reset-row=desk-med] {
		flex-direction: row;
	}
	
	.o-flex[data-flex-reset-row-rev=desk-med] {
		flex-direction: row-reverse;
	}
}

@media screen and (max-width:960px) {
	.o-flex[data-flex-reset=desk] {
		flex-direction: column;
	}
	
	.o-flex[data-flex-reset-rev=desk] {
		flex-direction: column-reverse;
	}
	
	.o-flex[data-flex-reset-row=desk] {
		flex-direction: row;
	}
	
	.o-flex[data-flex-reset-row-rev=desk] {
		flex-direction: row-reverse;
	}
}

@media screen and (max-width:820px) {
	.o-flex[data-flex-reset=tab-lrg] {
		flex-direction: column;
	}
	
	.o-flex[data-flex-reset-rev=tab-lrg] {
		flex-direction: column-reverse;
	}
	
	.o-flex[data-flex-reset-row=tab-lrg] {
		flex-direction: row;
	}
	
	.o-flex[data-flex-reset-row-rev=tab-lrg] {
		flex-direction: row-reverse;
	}
}

@media screen and (max-width:768px) {
	.o-flex[data-flex-reset=tab] {
		flex-direction: column;
	}
	
	.o-flex[data-flex-reset-rev=tab] {
		flex-direction: column-reverse;
	}
	
	.o-flex[data-flex-reset-row=tab] {
		flex-direction: row;
	}
	
	.o-flex[data-flex-reset-row-rev=tab] {
		flex-direction: row-reverse;
	}
}

@media screen and (max-width:765px) {
	.o-flex[data-flex-reset=tab-sml] {
		flex-direction: column;
	}
	
	.o-flex[data-flex-reset-rev=tab-sml] {
		flex-direction: column-reverse;
	}
	
	.o-flex[data-flex-reset-row=tab-sml] {
		flex-direction: row;
	}
	
	.o-flex[data-flex-reset-row-rev=tab-sml] {
		flex-direction: row-reverse;
	}
}

@media screen and (max-width:640px) {
	.o-flex[data-flex-reset=mob-lrg] {
		flex-direction: column;
	}
	
	.o-flex[data-flex-reset-rev=mob-lrg] {
		flex-direction: column-reverse;
	}
	
	.o-flex[data-flex-reset-row=mob-lrg] {
		flex-direction: row;
	}
	
	.o-flex[data-flex-reset-row-rev=mob-lrg] {
		flex-direction: row-reverse;
	}
}

@media screen and (max-width:560px) {
	.o-flex[data-flex-reset=mob-med] {
		flex-direction: column;
	}
	
	.o-flex[data-flex-reset-rev=mob-med] {
		flex-direction: column-reverse;
	}
	
	.o-flex[data-flex-reset-row=mob-med] {
		flex-direction: row;
	}
	
	.o-flex[data-flex-reset-row-rev=mob-med] {
		flex-direction: row-reverse;
	}
}

@media screen and (max-width:480px) {
	.o-flex[data-flex-reset=mob] {
		flex-direction: column;
	}
	
	.o-flex[data-flex-reset-rev=mob] {
		flex-direction: column-reverse;
	}
	
	.o-flex[data-flex-reset-row=mob] {
		flex-direction: row;
	}
	
	.o-flex[data-flex-reset-row-rev=mob] {
		flex-direction: row-reverse;
	}
}

@media screen and (max-width:375px) {
	.o-flex[data-flex-reset=mob-sml] {
		flex-direction: column;
	}
	
	.o-flex[data-flex-reset-rev=mob-sml] {
		flex-direction: column-reverse;
	}
	
	.o-flex[data-flex-reset-row=mob-sml] {
		flex-direction: row;
	}
	
	.o-flex[data-flex-reset-row-rev=mob-sml] {
		flex-direction: row-reverse;
	}
}

.o-flex__item {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
}

.o-flex__item--auto {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
}

.o-flex__item--full {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
}

.o-flex__item--top {
	align-self: flex-start;
}

.o-flex__item--bottom {
	align-self: flex-end;
}

.o-flex__item--center {
	align-self: center;
}

.o-flex .o-flex-first {
	order: -1;
}

.o-flex .o-flex-last {
	order: 1;
}

[data-flex-grow="-1"] {
	flex-grow: -1;
}

[data-flex-grow="0"] {
	flex-grow: 0;
}

[data-flex-grow="1"] {
	flex-grow: 1;
}

[data-flex-grow="2"] {
	flex-grow: 2;
}

[data-flex-grow="3"] {
	flex-grow: 3;
}

[data-flex-grow="4"] {
	flex-grow: 4;
}

[data-flex-grow="5"] {
	flex-grow: 5;
}

[data-flex-grow="6"] {
	flex-grow: 6;
}

[data-flex-grow="7"] {
	flex-grow: 7;
}

[data-flex-grow="8"] {
	flex-grow: 8;
}

[data-flex-grow="9"] {
	flex-grow: 9;
}

[data-flex-grow="10"] {
	flex-grow: 10;
}

[data-flex-order="-1"] {
	order: -1;
}

[data-flex-order="0"] {
	order: 0;
}

[data-flex-order="1"] {
	order: 1;
}

[data-flex-order="2"] {
	order: 2;
}

[data-flex-order="3"] {
	order: 3;
}

[data-flex-order="4"] {
	order: 4;
}

[data-flex-order="5"] {
	order: 5;
}

[data-flex-order="6"] {
	order: 6;
}

[data-flex-order="7"] {
	order: 7;
}

[data-flex-order="8"] {
	order: 8;
}

[data-flex-order="9"] {
	order: 9;
}

[data-flex-order="10"] {
	order: 10;
}

.o-container {
	position: relative;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.o-container--xxsml {
	max-width: 500px;
}

.o-container--xsml {
	max-width: 1000px;
}

.o-container--sml {
	max-width: 1140px;
}

.o-container--med {
	max-width: 1280px;
}

.o-container--full {
	max-width: 100%;
}

.o-container--full, .o-container--nopadd {
	padding-right: 0;
	padding-left: 0;
}

.o-row {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	margin: 0 auto 3rem;
}

.o-row--n {
	margin-bottom: 0;
}

.o-row--s {
	margin-bottom: 1rem;
}

.o-row--m {
	margin-bottom: 5rem;
}

.o-row--l {
	margin-bottom: 11rem;
}

.o-row--xl {
	margin-bottom: 21rem;
}

.o-row--padded {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.o-col {
	position: relative;
	margin-right: 15px;
	margin-left: 15px;
}

.o-col--1 {
	width: calc(8.33333% - 30px);
}

.o-col--2 {
	width: calc(16.66667% - 30px);
}

.o-col--3 {
	width: calc(25% - 30px);
}

.o-col--4 {
	width: calc(33.33333% - 30px);
}

.o-col--5 {
	width: calc(41.66667% - 30px);
}

.o-col--6 {
	width: calc(50% - 30px);
}

.o-col--7 {
	width: calc(58.33333% - 30px);
}

.o-col--8 {
	width: calc(66.66667% - 30px);
}

.o-col--9 {
	width: calc(75% - 30px);
}

.o-col--10 {
	width: calc(83.33333% - 30px);
}

.o-col--11 {
	width: calc(91.66667% - 30px);
}

.o-col--12 {
	width: calc(100% - 30px);
}

.o-col--flush-1 {
	width: 8.33333%;
	margin-right: 0;
	margin-left: 0;
}

.o-col--flush-2 {
	width: 16.66667%;
	margin-right: 0;
	margin-left: 0;
}

.o-col--flush-3 {
	width: 25%;
	margin-right: 0;
	margin-left: 0;
}

.o-col--flush-4 {
	width: 33.33333%;
	margin-right: 0;
	margin-left: 0;
}

.o-col--flush-5 {
	width: 41.66667%;
	margin-right: 0;
	margin-left: 0;
}

.o-col--flush-6 {
	width: 50%;
	margin-right: 0;
	margin-left: 0;
}

.o-col--flush-7 {
	width: 58.33333%;
	margin-right: 0;
	margin-left: 0;
}

.o-col--flush-8 {
	width: 66.66667%;
	margin-right: 0;
	margin-left: 0;
}

.o-col--flush-9 {
	width: 75%;
	margin-right: 0;
	margin-left: 0;
}

.o-col--flush-10 {
	width: 83.33333%;
	margin-right: 0;
	margin-left: 0;
}

.o-col--flush-11 {
	width: 91.66667%;
	margin-right: 0;
	margin-left: 0;
}

.o-col--flush {
	margin: 0;
}

.o-col--fifths {
	width: calc(20% - 30px);
}

.o-col--full {
	width: 100%;
	margin: 0;
}

.o-col--offset-1 {
	margin-left: calc(8.33333% + 30px);
}

.o-col--offset-1--reverse {
	margin-right: calc(8.33333% + 30px);
	margin-left: auto;
}

.o-col--offset-2 {
	margin-left: calc(16.66667% + 30px);
}

.o-col--offset-2--reverse {
	margin-right: calc(16.66667% + 30px);
	margin-left: auto;
}

.o-col--offset-3 {
	margin-left: calc(25% + 30px);
}

.o-col--offset-3--reverse {
	margin-right: calc(25% + 30px);
	margin-left: auto;
}

.o-col--offset-4 {
	margin-left: calc(33.33333% + 30px);
}

.o-col--offset-4--reverse {
	margin-right: calc(33.33333% + 30px);
	margin-left: auto;
}

.o-col--offset-5 {
	margin-left: calc(41.66667% + 30px);
}

.o-col--offset-5--reverse {
	margin-right: calc(41.66667% + 30px);
	margin-left: auto;
}

.o-col--offset-6 {
	margin-left: calc(50% + 30px);
}

.o-col--offset-6--reverse {
	margin-right: calc(50% + 30px);
	margin-left: auto;
}

.o-col--offset-7 {
	margin-left: calc(58.33333% + 30px);
}

.o-col--offset-7--reverse {
	margin-right: calc(58.33333% + 30px);
	margin-left: auto;
}

.o-col--offset-8 {
	margin-left: calc(66.66667% + 30px);
}

.o-col--offset-8--reverse {
	margin-right: calc(66.66667% + 30px);
	margin-left: auto;
}

.o-col--offset-9 {
	margin-left: calc(75% + 30px);
}

.o-col--offset-9--reverse {
	margin-right: calc(75% + 30px);
	margin-left: auto;
}

.o-col--offset-10 {
	margin-left: calc(83.33333% + 30px);
}

.o-col--offset-10--reverse {
	margin-right: calc(83.33333% + 30px);
	margin-left: auto;
}

.o-col--offset-11 {
	margin-left: calc(91.66667% + 30px);
}

.o-col--offset-11--reverse {
	margin-right: calc(91.66667% + 30px);
	margin-left: auto;
}

.o-col--pull-1 {
	margin-left: calc(-8.33333% + 30px);
}

.o-col--pull-2 {
	margin-left: calc(-16.66667% + 30px);
}

.o-col--pull-3 {
	margin-left: calc(-25% + 30px);
}

.o-col--pull-4 {
	margin-left: calc(-33.33333% + 30px);
}

.o-col--pull-5 {
	margin-left: calc(-41.66667% + 30px);
}

.o-col--pull-6 {
	margin-left: calc(-50% + 30px);
}

.o-col--pull-7 {
	margin-left: calc(-58.33333% + 30px);
}

.o-col--pull-8 {
	margin-left: calc(-66.66667% + 30px);
}

.o-col--pull-9 {
	margin-left: calc(-75% + 30px);
}

.o-col--pull-10 {
	margin-left: calc(-83.33333% + 30px);
}

.o-col--pull-11 {
	margin-left: calc(-91.66667% + 30px);
}

@media screen and (max-width:765px) {
	.o-col[class*=o-col--offset], .o-col[class*=o-col--pull] {
		margin-right: 0;
		margin-left: 0;
		padding-right: 30px;
		padding-left: 30px;
	}
}

.o-col--alpha {
	margin-left: 0;
}

.o-col--omega {
	margin-right: 0;
}

@media screen and (max-width:1120px) {
	.o-col.mq-desk-lrg--quart {
		width: calc(25% - 30px);
	}
	
	.o-col.mq-desk-lrg--quart--flush {
		width: 25%;
	}
}

@media screen and (max-width:1120px) {
	.o-col.mq-desk-lrg--third {
		width: calc(33.33333% - 30px);
	}
	
	.o-col.mq-desk-lrg--third--flush {
		width: 33.33333%;
	}
}

@media screen and (max-width:1120px) {
	.o-col.mq-desk-lrg--half {
		width: calc(50% - 30px);
	}
	
	.o-col.mq-desk-lrg--half--flush {
		width: 50%;
	}
}

@media screen and (max-width:1120px) {
	.o-col.mq-desk-lrg--full {
		width: calc(100% - 30px);
	}
	
	.o-col.mq-desk-lrg--full--flush {
		width: 100%;
	}
}

@media screen and (max-width:1024px) {
	.o-col.mq-desk-med--quart {
		width: calc(25% - 30px);
	}
	
	.o-col.mq-desk-med--quart--flush {
		width: 25%;
	}
}

@media screen and (max-width:1024px) {
	.o-col.mq-desk-med--third {
		width: calc(33.33333% - 30px);
	}
	
	.o-col.mq-desk-med--third--flush {
		width: 33.33333%;
	}
}

@media screen and (max-width:1024px) {
	.o-col.mq-desk-med--half {
		width: calc(50% - 30px);
	}
	
	.o-col.mq-desk-med--half--flush {
		width: 50%;
	}
}

@media screen and (max-width:1024px) {
	.o-col.mq-desk-med--full {
		width: calc(100% - 30px);
	}
	
	.o-col.mq-desk-med--full--flush {
		width: 100%;
	}
}

@media screen and (max-width:960px) {
	.o-col.mq-desk--quart {
		width: calc(25% - 30px);
	}
	
	.o-col.mq-desk--quart--flush {
		width: 25%;
	}
}

@media screen and (max-width:960px) {
	.o-col.mq-desk--third {
		width: calc(33.33333% - 30px);
	}
	
	.o-col.mq-desk--third--flush {
		width: 33.33333%;
	}
}

@media screen and (max-width:960px) {
	.o-col.mq-desk--half {
		width: calc(50% - 30px);
	}
	
	.o-col.mq-desk--half--flush {
		width: 50%;
	}
}

@media screen and (max-width:960px) {
	.o-col.mq-desk--full {
		width: calc(100% - 30px);
	}
	
	.o-col.mq-desk--full--flush {
		width: 100%;
	}
}

@media screen and (max-width:820px) {
	.o-col.mq-tab-lrg--quart {
		width: calc(25% - 30px);
	}
	
	.o-col.mq-tab-lrg--quart--flush {
		width: 25%;
	}
}

@media screen and (max-width:820px) {
	.o-col.mq-tab-lrg--third {
		width: calc(33.33333% - 30px);
	}
	
	.o-col.mq-tab-lrg--third--flush {
		width: 33.33333%;
	}
}

@media screen and (max-width:820px) {
	.o-col.mq-tab-lrg--half {
		width: calc(50% - 30px);
	}
	
	.o-col.mq-tab-lrg--half--flush {
		width: 50%;
	}
}

@media screen and (max-width:820px) {
	.o-col.mq-tab-lrg--full {
		width: calc(100% - 30px);
	}
	
	.o-col.mq-tab-lrg--full--flush {
		width: 100%;
	}
}

@media screen and (min-width:481px) and (max-width:768px) {
	.o-col.mq-tab--quart {
		width: calc(25% - 30px);
	}
	
	.o-col.mq-tab--quart--flush {
		width: 25%;
	}
}

@media screen and (max-width:768px) {
	.o-col.mq-tab--third {
		width: calc(33.33333% - 30px);
	}
	
	.o-col.mq-tab--third--flush {
		width: 33.33333%;
	}
}

@media screen and (min-width:481px) and (max-width:768px) {
	.o-col.mq-tab--half {
		width: calc(50% - 30px);
	}
	
	.o-col.mq-tab--half--flush {
		width: 50%;
	}
}

@media screen and (max-width:768px) {
	.o-col.mq-tab--full {
		width: calc(100% - 30px);
	}
	
	.o-col.mq-tab--full--flush {
		width: 100%;
	}
}

@media screen and (max-width:765px) {
	.o-col.mq-tab-sml--quart {
		width: calc(25% - 30px);
	}
	
	.o-col.mq-tab-sml--quart--flush {
		width: 25%;
	}
}

@media screen and (max-width:765px) {
	.o-col.mq-tab-sml--third {
		width: calc(33.33333% - 30px);
	}
	
	.o-col.mq-tab-sml--third--flush {
		width: 33.33333%;
	}
}

@media screen and (max-width:765px) {
	.o-col.mq-tab-sml--half {
		width: calc(50% - 30px);
	}
	
	.o-col.mq-tab-sml--half--flush {
		width: 50%;
	}
}

@media screen and (max-width:765px) {
	.o-col.mq-tab-sml--full {
		width: calc(100% - 30px);
	}
	
	.o-col.mq-tab-sml--full--flush {
		width: 100%;
	}
}

@media screen and (max-width:640px) {
	.o-col.mq-mob-lrg--quart {
		width: calc(25% - 30px);
	}
	
	.o-col.mq-mob-lrg--quart--flush {
		width: 25%;
	}
}

@media screen and (max-width:640px) {
	.o-col.mq-mob-lrg--third {
		width: calc(33.33333% - 30px);
	}
	
	.o-col.mq-mob-lrg--third--flush {
		width: 33.33333%;
	}
}

@media screen and (max-width:640px) {
	.o-col.mq-mob-lrg--half {
		width: calc(50% - 30px);
	}
	
	.o-col.mq-mob-lrg--half--flush {
		width: 50%;
	}
}

@media screen and (max-width:640px) {
	.o-col.mq-mob-lrg--full {
		width: calc(100% - 30px);
	}
	
	.o-col.mq-mob-lrg--full--flush {
		width: 100%;
	}
}

@media screen and (max-width:480px) {
	.o-col.mq-mob--quart {
		width: calc(25% - 30px);
	}
	
	.o-col.mq-mob--quart--flush {
		width: 25%;
	}
}

@media screen and (max-width:480px) {
	.o-col.mq-mob--third {
		width: calc(33.33333% - 30px);
	}
	
	.o-col.mq-mob--third--flush {
		width: 33.33333%;
	}
}

@media screen and (max-width:480px) {
	.o-col.mq-mob--half {
		width: calc(50% - 30px);
	}
	
	.o-col.mq-mob--half--flush {
		width: 50%;
	}
}

@media screen and (max-width:480px) {
	.o-col.mq-mob--full {
		width: calc(100% - 30px);
	}
	
	.o-col.mq-mob--full--flush {
		width: 100%;
	}
}

@media screen and (max-width:560px) {
	.o-col.mq-mob-med--quart {
		width: calc(25% - 30px);
	}
	
	.o-col.mq-mob-med--quart--flush {
		width: 25%;
	}
}

@media screen and (max-width:560px) {
	.o-col.mq-mob-med--third {
		width: calc(33.33333% - 30px);
	}
	
	.o-col.mq-mob-med--third--flush {
		width: 33.33333%;
	}
}

@media screen and (max-width:560px) {
	.o-col.mq-mob-med--half {
		width: calc(50% - 30px);
	}
	
	.o-col.mq-mob-med--half--flush {
		width: 50%;
	}
}

@media screen and (max-width:560px) {
	.o-col.mq-mob-med--full {
		width: calc(100% - 30px);
	}
	
	.o-col.mq-mob-med--full--flush {
		width: 100%;
	}
}

@media screen and (max-width:375px) {
	.o-col.mq-mob-sml--quart {
		width: calc(25% - 30px);
	}
	
	.o-col.mq-mob-sml--quart--flush {
		width: 25%;
	}
}

@media screen and (max-width:375px) {
	.o-col.mq-mob-sml--third {
		width: calc(33.33333% - 30px);
	}
	
	.o-col.mq-mob-sml--third--flush {
		width: 33.33333%;
	}
}

@media screen and (max-width:375px) {
	.o-col.mq-mob-sml--half {
		width: calc(50% - 30px);
	}
	
	.o-col.mq-mob-sml--half--flush {
		width: 50%;
	}
}

@media screen and (max-width:375px) {
	.o-col.mq-mob-sml--full {
		width: calc(100% - 30px);
	}
	
	.o-col.mq-mob-sml--full--flush {
		width: 100%;
	}
}

@media screen and (max-width:480px) {
	.o-col[class*=o-col] {
		width: 100%;
	}
}

.o-media {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

.o-media--reverse {
	flex-direction: row-reverse;
}

@media screen and (max-width:767px) {
	[data-layout*=wide] .o-media {
		flex-direction: column-reverse;
	}
}

.o-media__mob-pad {
	padding-bottom: 1.5rem;
}

@media screen and (min-width:768px) {
	.o-media__mob-pad {
		padding-bottom: 0;
	}
}

.o-media__elem {
	display: flex;
	align-items: center;
}

.o-media__hide-mob {
	display: none;
}

@media screen and (min-width:768px) {
	.o-media__hide-mob {
		display: block;
	}
}

@media screen and (max-width:767px) {
	.o-media__img--offset {
		padding-right: 5rem;
	}
}

.o-media__img>img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: auto;
	text-align: center;
}

.o-media__img--bg {
	background-position: 50%;
	background-size: cover;
}

.o-media__body {
	flex: 1;
	background-color: inherit;
}

.o-media__map {
	padding-right: 11rem;
}

@media screen and (max-width:767px) {
	.o-media__map {
		padding-right: 0;
	}
}

[class*="--reverse"] .o-media__map {
	padding-right: 0;
	padding-left: 11rem;
}

@media screen and (max-width:767px) {
	[class*="--reverse"] .o-media__map {
		padding-left: 0;
	}
}

.o-media__map iframe {
	width: 100%;
	height: 100%;
	min-height: 375px;
}

.o-media__cta-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: auto;
	max-width: none;
}

.o-media__cta-group [class*=cta]+[class*=cta] {
	margin-top: 2rem;
	margin-left: 0;
}

.o-flex-media {
	position: relative;
	display: block;
	min-width: 100%;
	overflow: hidden;
}

.o-flex-media--flex {
	flex: 1;
}

.o-flex-media:before {
	content: "";
	display: block;
	width: 100%;
}

.o-flex-media--3by1:before {
	padding-bottom: 33.33333%;
}

.o-flex-media--2by1:before {
	padding-bottom: 50%;
}

.o-flex-media--16by9:before {
	padding-bottom: 56.25%;
}

.o-flex-media--4by3:before {
	padding-bottom: 75%;
}

.o-flex-media--3by4:before {
	padding-bottom: 133.33333%;
}

.o-flex-media--1by1:before {
	padding-bottom: 100%;
}

.o-flex-media__item, .o-flex-media embed, .o-flex-media iframe, .o-flex-media object {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

.o-img {
	display: block;
	width: 100%;
	height: 100%;
	transform: scale(1.02);
	transition: transform .3s ease-in;
	opacity: 1;
	visibility: visible;
}

.o-img.flickity-lazyloaded, .o-img.is-loaded, .o-img.lazyloaded {
	transform: scale(1);
}

.o-img.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.o-img--cover {
	-o-object-position: center;
	object-position: center;
	font-family: "object-fit: cover; object-position: center";
}

.o-img--cover, .o-img--cover-right {
	-o-object-fit: cover;
	object-fit: cover;
}

.o-img--cover-right {
	-o-object-position: right;
	object-position: right;
	font-family: "object-fit: cover; object-position: right";
}

.o-img--cover-left {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left;
	object-position: left;
	font-family: "object-fit: cover; object-position: left";
}

.o-img--contain {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	font-family: "object-fit: contain; object-position: center";
}

.o-main {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
}

.o-list {
	width: 100%;
	margin: 2rem 0;
	padding: 0;
}

.o-list li {
	position: relative;
	display: list-item;
	margin-bottom: 2rem;
}

.o-list li:last-of-type {
	margin-bottom: 0;
}

.o-list ul {
	padding-left: 3rem;
}

.o-list ul ul {
	margin-top: 1rem;
}

.o-list--bullet {
	padding-left: 3rem;
	list-style: none outside none;
}

.o-list--bullet li {
	padding-left: 2rem;
}

.o-list--bullet li:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 7px;
	height: 7px;
	margin: auto 0;
	background-color: #d5ebde;
	border-radius: 50%;
}

.o-list--square {
	list-style: square outside;
}

.o-list--circle {
	list-style: circle outside;
}

.o-list--disc {
	list-style: disc outside;
}

.o-list--counter {
	list-style: decimal outside;
}

.o-list--reset {
	list-style: none outside none;
}

.o-grid {
	display: grid;
	width: 100%;
	grid-gap: 2rem;
	grid-auto-rows: 2rem;
	grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width:560px) {
	.o-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width:765px) {
	.o-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.o-grid--auto, .o-grid--fixed {
	grid-auto-rows: auto;
}

.o-grid--auto {
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.o-grid__item {
	position: relative;
	justify-content: center;
}

.o-grid__media {
	display: flex;
	width: auto;
	overflow: hidden;
}

.o-grid__media, .o-grid__media svg {
	max-width: 100%;
	height: auto;
}

[class*=t-font], h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
}

.t-font-primary {
	font-family: proxima-nova, Helvetica, Arial, sans-serif;
}

.t-font-secondary {
	font-family: collier, Helvetica, Arial, sans-serif;
}

.t-font-alpha, h1 {
	font-size: 2.8rem;
	line-height: 1;
}

@media screen and (min-width:765px) {
	.t-font-alpha, h1 {
		font-size: 6.5rem;
	}
}

.t-font-beta, h2 {
	font-size: 2.8rem;
}

@media screen and (min-width:765px) {
	.t-font-beta, h2 {
		font-size: 3.7rem;
	}
}

.t-font-gamma, h3 {
	font-size: 2.8rem;
}

@media screen and (min-width:765px) {
	.t-font-gamma, h3 {
		font-size: 3.7rem;
	}
}

.t-font-delta, h4 {
	font-size: 2.1rem;
}

@media screen and (min-width:765px) {
	.t-font-delta, h4 {
		font-size: 2.8rem;
	}
}

.t-font-epsilon, h5 {
	font-size: 2.1rem;
}

.t-font-zeta, h6 {
	font-size: 1.6rem;
}

.t-font-centi {
	font-size: 1.4rem;
}

.c-brand {
	width: 260px;
	max-width: 100%;
	height: 30px;
	color: currentColor;
	-webkit-filter: drop-shadow(1px 1px 1px rgba(39, 43, 49, .3));
	filter: drop-shadow(1px 1px 1px rgba(39, 43, 49, .3));
}

@media screen and (min-width:768px) {
	.c-brand {
		width: 315px;
		height: 35px;
	}
}

.c-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	font: inherit;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	text-transform: uppercase;
}

.c-btn, .c-btn:hover {
	text-decoration: none;
	transition: all .5s cubic-bezier(.4, 0, .2, 1);
}

.c-btn:active {
	outline: none;
}

.c-btn:after, .c-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.c-btn {
	font-size: 1.4rem;
	line-height: 3.66667;
}

.c-btn--sml {
	font-size: 1.4rem;
	line-height: 1.5;
}

.c-btn--object--sml {
	width: 3.5px;
	height: 3.5px;
}

.c-btn--med {
	font-size: 2.1rem;
	line-height: 5;
}

.c-btn--object--med {
	width: 7px;
	height: 7px;
}

.c-btn--lrg {
	font-size: 3.7rem;
	line-height: 6;
}

.c-btn--object--lrg {
	width: 8px;
	height: 8px;
}

.c-btn__icon {
	position: relative;
}

.c-btn__arrow {
	transform: translateX(0);
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.c-btn:hover .c-btn__arrow {
	transform: translateX(10px);
}

.c-btn>span {
	position: relative;
	z-index: 1;
	pointer-events: none;
}

.c-btn:after, .c-btn:before {
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 0;
	transform: translateY(0);
}

.c-btn.is-active:before, .c-btn:hover:before {
	height: 100%;
}

.c-btn.is-active:after, .c-btn:hover:after {
	height: 1px;
	transform: translateY(-20px);
}

.c-btn--primary {
	padding-right: 3.66667rem;
	padding-left: 3.66667rem;
	background-color: #131515;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	border: 1px solid #272b31;
	color: #272b31;
	font-family: proxima-nova, Helvetica, Arial, sans-serif;
	font-weight: 600;
	letter-spacing: normal;
}

.c-btn--primary.nitro-lazy {
	background-image: none !important;
}

.c-btn--primary:before {
	background-color: #272b31;
}

.c-btn--primary:after {
	background-color: currentColor;
}

.c-btn--primary:after {
	content: none;
}

.c-btn--primary:hover {
	border-color: #272b31;
	color: #fff;
}

.c-btn--secondary {
	padding-right: 3.66667rem;
	padding-left: 3.66667rem;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	border: 1px solid #fff;
	color: #fff;
	font-family: proxima-nova, Helvetica, Arial, sans-serif;
	font-weight: 600;
	letter-spacing: normal;
}

.c-btn--secondary.nitro-lazy {
	background-image: none !important;
}

.c-btn--secondary:before {
	background-color: #fff;
}

.c-btn--secondary:after {
	background-color: currentColor;
}

.c-btn--secondary:after {
	content: none;
}

.c-btn--secondary:hover {
	border-color: #fff;
	color: #272b31;
}

.c-btn--tertiary {
	align-self: flex-start;
	line-height: 1.5;
	text-transform: none;
	padding-right: 0;
	padding-left: 0;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	border: solid #272b31;
	border-width: 0 0 1px;
	color: #272b31;
	font-family: proxima-nova, Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0;
}

.c-btn--tertiary.nitro-lazy {
	background-image: none !important;
}

.c-btn--tertiary:before {
	background-color: transparent;
}

.c-btn--tertiary:after {
	background-color: currentColor;
}

.c-btn--tertiary:hover {
	border-color: #272b31;
	color: #272b31;
}

.c-btn--quaternary {
	align-self: flex-start;
	line-height: 1.5;
	text-transform: none;
	padding-right: 0;
	padding-left: 0;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	border: solid #fff;
	border-width: 0 0 1px;
	color: #fff;
	font-family: proxima-nova, Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0;
}

.c-btn--quaternary.nitro-lazy {
	background-image: none !important;
}

.c-btn--quaternary:before {
	background-color: transparent;
}

.c-btn--quaternary:after {
	background-color: currentColor;
}

.c-btn--quaternary:hover {
	border-color: #fff;
	color: #fff;
}

.c-btn--narrow {
	padding-right: 1rem;
	padding-left: 1rem;
}

.c-btn--wide {
	padding-right: 5rem;
	padding-left: 5rem;
}

.c-btn--full {
	width: 100%;
}

.c-btn--full, .c-btn--half {
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}

.c-btn--half {
	width: 50%;
}

.c-btn--inactive, .c-btn--inactive:active, .c-btn--inactive:focus, .c-btn--inactive:hover {
	background-color: #dcdddf;
	color: #c1c3c7;
	cursor: not-allowed;
}

.c-btn--ghost {
	display: block;
	position: absolute;
	bottom: 0;
	height: 100%;
}

.c-btn--ghost, .c-header {
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
}

.c-header {
	position: fixed;
	z-index: 3;
	background-color: transparent;
	color: #fff;
	transform: translateZ(0);
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	will-change: transform;
}

@media screen and (min-width:820px) {
	.c-header.is-hidden {
		transform: translateY(-100%);
	}
}

.c-header--alt {
	color: #272b31;
}

.c-header.is-scrolled {
	background-color: #fff;
	color: #272b31;
}

.is-open .c-header {
	color: #fff;
}

.c-header__container {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	width: 100%;
	margin: auto;
	padding-top: 0;
	padding-bottom: 2rem;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

@media screen and (min-width:820px) {
	.c-header__container {
		padding-top: 5rem;
	}
	
	.is-scrolled .c-header__container {
		padding: 2rem 0;
	}
}

.c-header__brand {
	position: relative;
	right: 0;
	left: 0;
	z-index: 6;
	display: flex;
	flex-grow: 1;
	padding-left: 3rem;
}

.c-header__brand>a {
	display: flex;
}

.c-header__nav {
	display: flex;
	justify-content: flex-start;
	width: auto;
}

.c-header__cta {
	position: relative;
	display: flex;
	flex-grow: 1;
	order: -1;
	width: 100%;
	margin-bottom: 2rem;
	background-color: #fff;
	border-bottom: 1px solid #272b31;
	color: #272b31;
	z-index: 7;
}

@media screen and (min-width:820px) {
	.c-header__cta {
		flex-grow: 0;
		order: 0;
		width: auto;
		margin-right: 15rem;
		margin-bottom: 0;
		background-color: transparent;
		border: none;
		color: currentColor;
	}
}

.c-header__btn {
	flex-grow: 1;
	width: auto;
	padding: 0 1rem;
	border: none;
	color: currentColor;
	line-height: 2.5;
}

@media screen and (min-width:820px) {
	.is-scrolled .c-header__btn:hover {
		color: currentColor;
	}
	
	.c-header__btn:before {
		background-color: transparent;
	}
}

.c-header__btn+.c-header__btn {
	border-left: 1px solid #272b31;
}

@media screen and (min-width:820px) {
	.c-header__btn+.c-header__btn {
		margin-left: 3rem;
		padding: 0;
		border: none;
	}
}

.c-drawer:before {
	content: "";
	position: fixed;
	top: -100px;
	right: -100px;
	z-index: 4;
	width: 200px;
	height: 200px;
	background: #272b31;
	border-radius: 50%;
	transform: scale(1);
	transition: all 1.2s cubic-bezier(.65, .05, .36, 1);
	-webkit-filter: none;
	filter: none;
	opacity: 0;
	visibility: hidden;
	will-change: transform, opacity, visibility;
}

.c-drawer.is-active:before {
	transform: scale(100);
	opacity: .8;
	visibility: visible;
}

.c-drawer__content {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	width: 100%;
	max-width: 100%;
	min-height: 100vh;
	overflow-y: auto;
	background-color: #272b31;
	color: #dae0de;
	transform: translate3d(100%, 0, 0);
	transition: opacity .4s cubic-bezier(.79, .14, .15, .86), visibility .4s cubic-bezier(.79, .14, .15, .86), transform .5s cubic-bezier(.65, .05, .36, 1);
	opacity: 0;
	visibility: hidden;
	overflow-scrolling: touch;
	will-change: transform, opacity, visibility;
}

.is-active .c-drawer__content {
	transform: translateZ(0);
	opacity: 1;
	visibility: visible;
}

.c-drawer__inner {
	position: absolute;
	right: 0;
	left: 0;
	max-width: 100%;
	padding: 1rem;
}

@media screen and (min-width:820px) {
	.c-drawer__inner {
		padding: 5rem;
	}
}

.c-drawer__btn {
	position: relative;
	display: flex;
	flex-grow: 1;
	z-index: 8;
	width: 40px;
	height: 30px;
	margin: 0 1rem;
	border-radius: 100%;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	cursor: pointer;
}

.c-drawer__btn.is-active {
	transform: rotate(180deg);
}

.c-drawer__btn-part {
	position: absolute;
	top: calc(50% - 10px);
	right: 0;
	left: 0;
	width: 40px;
	height: 2px;
	margin: auto;
	background-color: currentColor;
	border-radius: 0;
	transition: all .37s cubic-bezier(.6, .1, .4, 1.3);
}

@media screen and (min-width:820px) {
	.c-drawer__btn-part {
		top: calc(50% - 15px);
		width: 60px;
		height: 3px;
	}
}

.is-active .c-drawer__btn-part {
	box-shadow: none;
}

.is-active .c-drawer__btn-part:first-of-type {
	top: calc(50% - 1px);
	transform: rotate(45deg);
}

.c-drawer__btn-part:nth-of-type(2) {
	top: 50%;
}

@media screen and (min-width:820px) {
	.c-drawer__btn-part:nth-of-type(2) {
		top: calc(50% - 2px);
	}
}

.is-active .c-drawer__btn-part:nth-of-type(2) {
	left: -4px;
	opacity: 0;
}

.c-drawer__btn-part:nth-of-type(3) {
	top: calc(50% - -10px);
}

.is-active .c-drawer__btn-part:nth-of-type(3) {
	top: calc(50% - 1px);
	transform: rotate(-45deg);
}

.c-nav:after {
	width: 100%;
	max-width: 480px;
	height: 100px;
	background: #272b31;
	opacity: 0;
	visibility: hidden;
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}

.is-active .c-nav:after {
	opacity: 1;
	visibility: visible;
}

@media screen and (min-width:820px) {
	.c-nav {
		width: 100%;
	}
}

.c-nav.is-active {
	color: #fff;
}

.c-nav__btn {
	top: 6px;
}

@media screen and (min-width:820px) {
	.c-nav__btn {
		position: absolute;
		top: 15px;
		right: 30px;
		display: flex;
		width: 60px;
		height: 100%;
	}
}

.is-scrolled .c-nav__btn {
	top: 0;
}

.c-nav__list {
	position: absolute;
	right: 0;
	left: 0;
	max-width: 100%;
	padding: 15rem 5rem 5rem 1rem;
}

@media screen and (min-width:820px) {
	.c-nav__list {
		padding: 15rem 5rem 5rem 11rem;
	}
}

.c-nav__container {
	max-width: 480px;
	font-family: collier, Helvetica, Arial, sans-serif;
	font-size: 2.8rem;
}

@media screen and (min-width:820px) {
	.c-nav__container {
		font-size: 3.7rem;
	}
}

.c-nav__item, .c-nav__sub-menu__item {
	position: relative;
	margin: 0;
}

.c-nav__item+.c-nav__item, .c-nav__item+.c-nav__sub-menu__item, .c-nav__sub-menu__item+.c-nav__item, .c-nav__sub-menu__item+.c-nav__sub-menu__item {
	margin-top: 5rem;
}

.is-open .c-nav__item, .is-open .c-nav__sub-menu__item {
	-webkit-animation: fade-in-right 1s ease-in-out 0s both;
	animation: fade-in-right 1s ease-in-out 0s both;
	-webkit-animation: fade-in-right 1s cubic-bezier(.39, .57, .56, 1) 0s both;
	animation: fade-in-right 1s cubic-bezier(.39, .57, .56, 1) 0s both;
}

@-webkit-keyframes fade-in-right {
	0% {
		transform: translate3d(10%, 0, 0);
		opacity: 0;
	}
	
	to {
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes fade-in-right {
	0% {
		transform: translate3d(10%, 0, 0);
		opacity: 0;
	}
	
	to {
		transform: translateZ(0);
		opacity: 1;
	}
}

.is-open .c-nav__item:nth-child(10), .is-open .c-nav__sub-menu__item:nth-child(10) {
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s;
}

.is-open .c-nav__item:nth-child(9), .is-open .c-nav__sub-menu__item:nth-child(9) {
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s;
}

.is-open .c-nav__item:nth-child(8), .is-open .c-nav__sub-menu__item:nth-child(8) {
	-webkit-animation-delay: 1.05s;
	animation-delay: 1.05s;
}

.is-open .c-nav__item:nth-child(7), .is-open .c-nav__sub-menu__item:nth-child(7) {
	-webkit-animation-delay: .95s;
	animation-delay: .95s;
}

.is-open .c-nav__item:nth-child(6), .is-open .c-nav__sub-menu__item:nth-child(6) {
	-webkit-animation-delay: .85s;
	animation-delay: .85s;
}

.is-open .c-nav__item:nth-child(5), .is-open .c-nav__sub-menu__item:nth-child(5) {
	-webkit-animation-delay: .75s;
	animation-delay: .75s;
}

.is-open .c-nav__item:nth-child(4), .is-open .c-nav__sub-menu__item:nth-child(4) {
	-webkit-animation-delay: .65s;
	animation-delay: .65s;
}

.is-open .c-nav__item:nth-child(3), .is-open .c-nav__sub-menu__item:nth-child(3) {
	-webkit-animation-delay: .55s;
	animation-delay: .55s;
}

.is-open .c-nav__item:nth-child(2), .is-open .c-nav__sub-menu__item:nth-child(2) {
	-webkit-animation-delay: .45s;
	animation-delay: .45s;
}

.is-open .c-nav__item:first-child, .is-open .c-nav__sub-menu__item:first-child {
	-webkit-animation-delay: .35s;
	animation-delay: .35s;
}

.c-nav__item.has-subnav, .c-nav__sub-menu__item.has-subnav {
	overflow: hidden;
}

.c-nav__sub-menu {
	max-height: 0;
	margin-top: 2rem;
	font-family: proxima-nova, Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
	transition: max-height .3s cubic-bezier(.4, 0, .2, 1);
}

.c-nav__sub-menu__item+.c-nav__sub-menu__item {
	margin-top: 2rem;
}

.is-expanded~.c-nav__sub-menu {
	max-height: 100%;
}

.c-nav__arrow {
	position: absolute;
	right: 0;
	transform: rotate(0);
	transition: transform .3s cubic-bezier(.4, 0, .2, 1);
	pointer-events: none;
}

.is-expanded .c-nav__arrow {
	transform: rotate(180deg);
}

.c-nav__link {
	display: flex;
	align-items: center;
}

.c-footer {
	padding: 3rem 0;
}

.c-footer__container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 2rem;
	border-top: 1px solid #272b31;
}

.c-footer__container--left {
	justify-content: flex-start;
}

@media screen and (min-width:768px) {
	.c-footer__container {
		flex-direction: row;
		padding-top: 5rem;
	}
}

.c-footer__container+.c-footer__container {
	margin-top: 3rem;
}

@media screen and (min-width:768px) {
	.c-footer__container+.c-footer__container {
		margin-top: 5rem;
	}
}

.c-footer__col {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

@media screen and (min-width:768px) {
	.c-footer__col {
		width: 50%;
	}
}

.c-footer__nav {
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1.4px;
}

@media screen and (min-width:768px) {
	.c-footer__nav {
		width: 60%;
	}
}

.c-footer__nav__list {
	display: flex;
	flex-wrap: wrap;
}

.c-footer__nav__item {
	width: 100%;
	margin-bottom: 2rem;
}

@media screen and (min-width:768px) {
	.c-footer__nav__item {
		width: 50%;
	}
}

.c-footer__nav__link {
	position: relative;
}

.c-footer__nav__link:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 0;
	height: 1px;
	background-color: currentColor;
	transition: width .3s cubic-bezier(.4, 0, .2, 1);
}

.c-footer__nav__link:hover:after, .c-footer__nav__link[aria-current]:after {
	width: 100%;
}

.c-footer__address {
	width: 100%;
}

@media screen and (min-width:768px) {
	.c-footer__address {
		width: 35%;
		text-align: left;
	}
}

.c-footer__address-list {
	margin-top: 2rem;
	font-style: normal;
}

.c-footer__address-item {
	margin-bottom: 2rem;
}

.c-footer__social {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

.c-footer__social-accounts {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 5rem;
}

@media screen and (min-width:768px) {
	.c-footer__social-accounts {
		justify-content: flex-end;
		margin-bottom: 1rem;
	}
}

.c-footer__social-account {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid;
	border-radius: 50%;
}

.c-footer__social-account+.c-footer__social-account {
	margin-left: 1.5rem;
}

.c-footer__social-svg {
	display: block;
	width: 15px;
	max-width: 15px;
	max-height: 15px;
	fill: currentColor;
}

.c-footer__ttl {
	text-transform: uppercase;
	letter-spacing: 1.4px;
}

.c-footer__logos {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
}

@media screen and (min-width:1120px) {
	.c-footer__logos {
		width: 90%;
	}
}

.c-footer__logo {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	max-width: 80px;
	height: auto;
	padding: .5rem;
}

@media screen and (min-width:1120px) {
	.c-footer__logo {
		max-width: none;
	}
	
	.c-footer__logo+.c-footer__logo {
		margin-left: 1rem;
	}
}

.c-footer__logo-img, .c-footer__logo-img>* {
	max-width: 100%;
	color: #272b31;
}

.c-footer__copy {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	margin-top: 3rem;
	text-transform: uppercase;
	font-size: 1.2rem;
}

@media screen and (min-width:1120px) {
	.c-footer__copy {
		width: 10%;
		margin-top: 0;
	}
}

.c-ico {
	display: inline-flex;
	width: 32px;
	height: 32px;
	fill: currentColor;
}

.c-ico--sml {
	width: 20px;
	height: 20px;
}

.c-ico--xsml {
	width: 16px;
	height: 16px;
}

.c-content {
	position: relative;
	width: 100%;
	padding: 1rem;
}

@media screen and (min-width:960px) {
	.c-content {
		padding: 1rem 3rem;
	}
}

.c-content * {
	pointer-events: auto;
}

.c-content__inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 0 1.5rem;
}

.c-content__inner--left {
	align-items: flex-start;
	text-align: left;
}

.c-content__inner--center, .c-content__inner--centre {
	align-items: center;
	text-align: center;
}

.c-content__inner--right {
	align-items: flex-end;
	text-align: right;
}

.c-content__inner--reset {
	margin: 0;
	padding: 0;
}

@media screen and (min-width:960px) {
	.c-content__inner--reset {
		max-width: 75%;
	}
}

.c-content__inner>* {
	width: 100%;
	max-width: 100%;
}

.c-content__inner a[href]:not(.c-btn) {
	text-decoration: underline;
}

.c-content--overlay {
	background-color: hsla(0, 0%, 100%, .4);
}

.c-content--framed {
	padding: 3rem 0;
	border: 16px solid #dae0de;
}

@media screen and (min-width:640px) {
	.c-content--framed {
		padding: 15rem 0;
	}
}

.c-content--narrow {
	padding-right: 0;
	padding-left: 0;
}

@media screen and (min-width:960px) {
	.c-content--narrow {
		padding-right: 11rem;
		padding-left: 11rem;
	}
}

.c-content--vertical-padding {
	padding: 1rem 0;
}

.c-content--padd-offset {
	padding-right: 0;
	padding-left: 0;
}

@media screen and (min-width:960px) {
	.c-content--padd-offset {
		padding-right: 3rem;
		padding-left: 11rem;
	}
}

@media screen and (min-width:820px) {
	.c-content--pushed {
		padding-top: 11rem;
	}
}

.c-content--full {
	padding-right: 0;
	padding-left: 0;
}

.c-content__img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.c-content__head {
	width: 100%;
	margin-bottom: 1rem;
}

.c-content__copy {
	max-width: 100%;
	margin: 1rem 0;
}

.c-content__subcopy {
	max-width: 100%;
	margin-top: 3rem;
}

.c-content__cta-group {
	flex-flow: column wrap;
	justify-content: space-between;
	width: 100%;
	padding-top: 0;
}

.c-content__cta-group--pushed {
	margin: 3rem 0;
}

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

@media screen and (min-width:640px) {
	.c-content__cta+.c-content__cta {
		margin-left: 1rem;
	}
}

.c-ttl {
	position: relative;
	width: 100%;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	color: #272b31;
	text-transform: uppercase;
}

.c-ttl:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 4px;
	margin-top: 1rem;
	background-color: currentColor;
	transition: width .5s cubic-bezier(.86, 0, .07, 1) .75s;
	content: "";
	z-index: 2;
}

.is-inview .c-ttl:after {
	width: 100%;
}

[class*=reverse] .c-ttl:after, [class*=right] .c-ttl:after {
	right: 0;
	left: auto;
}

.c-ttl__sub {
	margin-left: auto;
	text-decoration: underline;
}

.c-ttl--flex {
	display: flex;
	flex-direction: row;
}

.c-ttl--primary:after {
	background-color: #272b31;
}

.c-ttl--secondary:after {
	background-color: #fff;
}

.c-ttl--tertiary:after {
	background-color: #dae0de;
}

.c-ttl--quaternary:after {
	background-color: #d5ebde;
}

.c-ttl--quinary:after {
	background-color: #e5cfcf;
}

.c-ttl--senary:after {
	background-color: #b6d7d2;
}

.c-ttl--septenary:after {
	background-color: #b7c1d4;
}

.c-pager {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: flex-end;
	padding: 1rem;
	color: #fff;
	pointer-events: auto;
}

.c-pager--secondary {
	position: relative;
	color: currentColor;
}

[class*="--alt"] .c-pager {
	display: none;
}

.c-pager__status {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 1.4rem;
	line-height: 1;
}

.c-pager__status+.c-pager__status {
	padding-left: 3rem;
}

.c-pager__status+.c-pager__status:after {
	position: absolute;
	left: 0;
	display: flex;
	align-self: center;
	width: 30px;
	height: 1px;
	background-color: currentColor;
	content: "";
	justify-self: center;
}

.c-pager__key {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.c-pager__key:before {
	display: block;
	width: 25px;
	height: 25px;
	border: 1px solid;
	border-radius: 50%;
	transform: scale(.4);
	transition: all .3s cubic-bezier(.25, .25, .75, .75);
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

:hover>.c-pager__key:before, [aria-current] .c-pager__key:before {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.c-video {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.c-video[data-autoplay] iframe {
	pointer-events: none;
}

.c-video--contain iframe {
	width: 100%;
	height: 100%;
}

.c-video--cover iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.c-video__container {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #272b31;
	transform: translateY(-50%);
}

.c-video__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: opacity 1s ease-in-out;
}

.c-video__image[data-state=visible] {
	opacity: 1;
}

.c-video__image[data-state=hidden] {
	opacity: 0;
	pointer-events: none;
}

.c-video__play {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.c-video__play-btn {
	position: absolute;
	z-index: 1;
	box-sizing: content-box;
	width: 2.3em;
	height: 2.3em;
	padding: .25em;
	background-color: rgba(39, 43, 49, .5);
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 18px;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

@media screen and (min-width:640px) {
	.c-video__play-btn {
		font-size: 28px;
	}
}

.c-video__play-btn:hover {
	border-color: #00a52d;
}

.c-video__play-btn:before {
	position: absolute;
	top: .7em;
	left: .9em;
	width: 0;
	height: 0;
	border: .75em solid transparent;
	border-right-width: 0;
	transition: inherit;
	content: "";
}

[data-state=paused] .c-video__play-btn:before {
	border-left: 1.2em solid #fff;
}

[data-state=paused] .c-video__play-btn:hover:before {
	border-left-color: #00a52d;
}

[data-state=playing] .c-video__play-btn {
	opacity: 0;
}

.c-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(39, 43, 49, .3);
	opacity: 1;
	visibility: visible;
	pointer-events: none;
}

.c-overlay.is-hidden {
	opacity: 0;
	visibility: hidden;
}

.c-card-group {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

@media screen and (max-width:480px) {
	.c-card-group {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.c-card-group--center {
	justify-content: center;
}

.c-card {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	height: 100%;
	min-height: 400px;
	text-align: left;
}

.c-card__hero {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
}

.c-card__img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

.c-card__img--static {
	position: relative;
}

.c-card__img:after {
	width: 100%;
	height: 100%;
	background-color: rgba(39, 43, 49, .3);
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.c-card__content {
	display: flex;
	flex-grow: 1;
}

.c-card__copy {
	margin-top: auto;
}

.c-card__elem {
	display: flex;
	padding: 3rem;
}

.c-card__body {
	flex-grow: 1;
	flex-direction: column;
	padding: 4rem 1rem 2rem;
}

.c-card__body--reset {
	padding: 0;
}

.c-card__inner {
	display: flex;
	justify-content: center;
	height: 100%;
}

.c-card__cta-group {
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: auto;
	padding-top: 0;
}

.has-img .c-card__cta-group {
	margin-top: 0;
}

.c-card__cta {
	margin-bottom: 1rem;
}

.c-card__cta+.c-card__cta {
	margin-left: 0;
}

.c-card--twin {
	width: calc(50% - 20px);
	min-height: auto;
	margin: 0 1rem;
}

@media screen and (min-width:768px) {
	.c-card--twin {
		width: calc(25% - 30px);
		margin: 0 1.5rem;
	}
}

.c-card--twin .c-card__img:after {
	content: none;
}

@media screen and (min-width:768px) {
	.c-card--portrait {
		width: calc(25% - 30px);
		margin: 0 1.5rem;
	}
}

@media screen and (min-width:768px) {
	.c-card--landscape {
		width: 40%;
		margin: 0 1.5rem;
	}
}

.c-caption {
	position: absolute;
	right: 0;
	bottom: .5rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #272b31;
	font-size: 1.6rem;
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
}

.c-caption--push {
	bottom: 2rem;
}

.c-caption--left, .c-caption--right {
	position: relative;
	right: 0;
	bottom: 0;
	justify-content: flex-start;
	-webkit-writing-mode: initial;
	-ms-writing-mode: initial;
	writing-mode: initial;
}

@media screen and (min-width:768px) {
	.c-caption--left, .c-caption--right {
		position: absolute;
		justify-content: flex-end;
		-webkit-writing-mode: tb-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: tb-rl;
	}
}

@media screen and (min-width:768px) {
	.c-caption--left {
		right: unset;
		bottom: 0;
		left: -3rem;
	}
}

@media screen and (min-width:768px) {
	.c-caption--right {
		right: -3rem;
		bottom: 0;
	}
}

@media screen and (min-width:768px) {
	[class*="--reverse"] .c-caption {
		right: unset;
		left: 0;
	}
}

.c-caption__text {
	transform: rotate(180deg);
}

[class*="--left"] .c-caption__text, [class*="--right"] .c-caption__text {
	transform: rotate(0deg);
}

@media screen and (min-width:768px) {
	[class*="--left"] .c-caption__text, [class*="--right"] .c-caption__text {
		transform: rotate(180deg);
	}
}

.has-caption {
	padding-right: 3rem;
}

@media screen and (min-width:768px) {
	[class*="--reverse"] .has-caption {
		padding-right: 0;
		padding-left: 3rem;
	}
}

.c-banner {
	position: relative;
}

.c-banner__slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

@media screen and (min-width:640px) {
	.c-banner__slide {
		flex-direction: row;
	}
}

.c-banner__media {
	position: relative;
	display: flex;
	flex-direction: row;
	width: 100%;
	padding-bottom: 93.33333%;
}

@media screen and (min-width:640px) {
	.c-banner__media {
		padding-bottom: 62.5%;
		min-height: 100vh;
	}
}

.c-banner__media--secondary {
	min-height: auto;
	padding-bottom: 56.21622%;
}

.c-banner__content {
	z-index: 1;
	padding: 0;
	color: currentColor;
	pointer-events: none;
}

@media screen and (min-width:640px) {
	.c-banner__content {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		justify-content: flex-end;
		height: 100%;
	}
}

.c-banner__inner {
	padding: 3rem 2rem;
	background-color: #dae0de;
	color: #272b31;
	pointer-events: none;
}

@media screen and (min-width:640px) {
	.c-banner__inner {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		justify-content: flex-end;
		margin-bottom: 30px;
		padding: 7rem 5rem;
		background-color: transparent;
		color: #fff;
	}
}

.c-banner__inner>* {
	opacity: 0;
}

.is-selected .c-banner__inner>* {
	-webkit-animation: fade-in-up 1s ease-in-out 0s both;
	animation: fade-in-up 1s ease-in-out 0s both;
}

@-webkit-keyframes fade-in-up {
	0% {
		transform: translate3d(0, 100px, 0);
		opacity: 0;
	}
	
	to {
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes fade-in-up {
	0% {
		transform: translate3d(0, 100px, 0);
		opacity: 0;
	}
	
	to {
		transform: translateZ(0);
		opacity: 1;
	}
}

.is-selected .c-banner__inner>:nth-child(10) {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

.is-selected .c-banner__inner>:nth-child(9) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.is-selected .c-banner__inner>:nth-child(8) {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.is-selected .c-banner__inner>:nth-child(7) {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

.is-selected .c-banner__inner>:nth-child(6) {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

.is-selected .c-banner__inner>:nth-child(5) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.is-selected .c-banner__inner>:nth-child(4) {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.is-selected .c-banner__inner>:nth-child(3) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.is-selected .c-banner__inner>:nth-child(2) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.is-selected .c-banner__inner>:first-child {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.has-pager .c-banner__inner {
	padding-bottom: 7rem;
}

.c-banner__ttl {
	font-family: collier, Helvetica, Arial, sans-serif;
	font-size: 3.7rem;
}

@media screen and (min-width:640px) {
	.c-banner__ttl {
		font-size: 6.5rem;
	}
}

@media screen and (max-width:639px) {
	.c-banner__btn {
		border-color: #272b31;
		color: #272b31;
	}
	
	.c-banner__btn:before {
		background-color: #272b31;
	}
	
	.c-banner__btn:hover {
		color: #fff;
	}
}

.c-banner__nav {
	color: #fff;
}

@media screen and (max-width:639px) {
	.c-banner__nav {
		color: #272b31;
	}
}

.c-banner--ttl {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	width: 100%;
	min-height: 250px;
	padding: 6rem 0;
}

@media screen and (min-width:640px) {
	.c-banner--ttl {
		min-height: 350px;
		padding-bottom: 9rem 0;
	}
}

.c-img-grid {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding-top: 3rem;
}

.c-img-grid__item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	max-width: 100%;
	margin-bottom: 2rem;
	padding: 1rem;
}

@media screen and (min-width:640px) {
	.c-img-grid__item {
		width: auto;
		padding: 0;
	}
}

.c-img-grid__item--flex {
	width: auto;
	max-width: calc(33.33% - 20px);
	margin-bottom: 0;
	padding: 0;
}

@media screen and (min-width:640px) {
	.c-img-grid__item--flex {
		width: calc(25% - 20px);
		max-width: calc(25% - 20px);
	}
}

.c-img-grid__item--flex+.c-img-grid__item--flex {
	margin-left: 2rem;
}

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

.c-carousel__slider {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	overflow: hidden;
}

.c-carousel__slider:after {
	content: "flickity";
	display: none;
}

.c-carousel__slider[data-carousel-mq=disabled]:after {
	content: "";
}

.c-carousel__slider[data-carousel-mq=mq-mob--lrg]:after {
	content: "";
}

@media screen and (max-width:640px) {
	.c-carousel__slider[data-carousel-mq=mq-mob--lrg]:after {
		content: "flickity";
		display: none;
	}
}

.c-carousel__slider[data-carousel-mq=mq-tab--lrg]:after {
	content: "";
}

@media screen and (max-width:820px) {
	.c-carousel__slider[data-carousel-mq=mq-tab--lrg]:after {
		content: "flickity";
		display: none;
	}
}

.c-carousel__slider[data-carousel-mq=mq-desk--med]:after {
	content: "";
}

@media screen and (max-width:1024px) {
	.c-carousel__slider[data-carousel-mq=mq-desk--med]:after {
		content: "flickity";
		display: none;
	}
}

.c-carousel__slider[data-carousel-mq=mq-desk--lrg]:after {
	content: "";
}

@media screen and (max-width:1120px) {
	.c-carousel__slider[data-carousel-mq=mq-desk--lrg]:after {
		content: "flickity";
		display: none;
	}
}

.c-carousel__slider .flickity-enabled {
	display: block;
}

.c-carousel__slider .flickity-viewport {
	transition: height .3s cubic-bezier(.4, 0, .2, 1);
}

.c-carousel__slider--cards {
	max-width: 1000px;
	margin: auto;
}

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

@media screen and (min-width:640px) {
	.c-carousel__slide--secondary {
		width: 50%;
	}
}

.c-carousel__slide--secondary {
	margin: 0 0 2rem;
	padding: 0 1rem;
}

@media screen and (min-width:1024px) {
	.c-carousel__slide--secondary {
		width: 33.33333%;
	}
}

@media screen and (min-width:320px) {
	.c-carousel__slide--tertiary {
		width: 50%;
	}
}

@media screen and (min-width:765px) {
	.c-carousel__slide--tertiary {
		width: 33.33333%;
	}
}

.c-carousel__slide--tertiary {
	margin: 0 0 2rem;
	padding: 0 1rem;
}

@media screen and (min-width:1024px) {
	.c-carousel__slide--tertiary {
		width: 16.66667%;
	}
}

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

.c-carousel__slide-img--offset {
	padding-right: 3rem;
}

@media screen and (min-width:768px) {
	.c-carousel__slide-img--offset {
		padding-right: 3rem;
		padding-left: 0;
	}
	
	[class*="--reverse"] .c-carousel__slide-img--offset {
		padding-right: 0;
		padding-left: 3rem;
	}
}

.c-carousel__slide-img--spaced {
	padding-right: 3rem;
	padding-left: 1rem;
}

@media screen and (min-width:768px) {
	.c-carousel__slide-img--spaced {
		padding-right: 3rem;
		padding-left: 3rem;
	}
}

.c-carousel__slide--cards {
	max-width: 80%;
}

@media screen and (min-width:1024px) {
	.c-carousel__slide--cards {
		max-width: 100%;
	}
}

.c-carousel__slide--quaternary {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.c-carousel__nav {
	display: none;
	justify-content: flex-end;
	margin: 1rem;
}

.flickity-enabled~.c-carousel__nav {
	display: flex;
}

.c-carousel__slider--gallery~.c-carousel__nav {
	margin: 0;
}

.c-carousel__nav--overlay {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
	color: #fff;
	pointer-events: none;
}

@media screen and (min-width:1120px) {
	.c-carousel__nav--overlay {
		position: absolute;
	}
}

.c-carousel__nav--cards {
	position: absolute;
	top: -65px;
	right: 0;
	bottom: 0;
	left: 0;
	height: 10px;
}

@media screen and (min-width:768px) {
	.c-carousel__nav--cards {
		height: auto;
		position: relative;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
}

.c-carousel__nav--basement {
	position: absolute;
	top: unset;
	right: 2rem;
	bottom: 0;
	left: unset;
	margin: 0;
}

.c-carousel__nav--alt {
	position: absolute;
	top: -65px;
	right: 0;
	bottom: 0;
	left: 0;
	height: 10px;
}

@media screen and (min-width:1024px) {
	.c-carousel__nav--alt {
		height: auto;
		position: relative;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
}

.c-carousel__img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.c-carousel__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	width: 32px;
	height: 32px;
	margin: 0;
	color: currentColor;
}

@media screen and (min-width:1024px) {
	[class*=nav--alt] .c-carousel__arrow {
		position: relative;
	}
	
	[class*=nav--alt] .c-carousel__arrow--prev {
		left: -20px;
	}
	
	[class*=nav--alt] .c-carousel__arrow--next {
		right: -20px;
	}
}

@media screen and (min-width:1280px) {
	[class*=nav--alt] .c-carousel__arrow {
		position: relative;
	}
	
	[class*=nav--alt] .c-carousel__arrow--prev {
		left: -80px;
	}
	
	[class*=nav--alt] .c-carousel__arrow--next {
		right: -80px;
	}
}

.c-carousel .flickity-button {
	z-index: 9;
	width: 32px;
	height: 32px;
	background: transparent;
}

@media screen and (min-width:765px) {
	.c-form--narrow {
		max-width: 545px;
	}
}

.c-form__outer {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #272b31;
}

[class*="--sidebar"] .c-form__outer {
	padding: 9rem 0 5rem;
}

.c-form__body {
	padding-right: .5rem;
	padding-left: .5rem;
}

.c-form__holder {
	width: 100%;
}

.c-form__inner {
	padding: 0;
	transition: .5s ease;
	opacity: 1;
}

.c-form__inner.is-loading {
	opacity: .5;
	pointer-events: none;
}

.c-form__content {
	max-width: 1400px;
	margin: auto;
}

.is-success .c-form__content {
	display: none;
}

.c-form__fields {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

@media screen and (min-width:820px) {
	.c-form__fields {
		flex-direction: row;
	}
	
	.c-form__fields--left {
		justify-content: flex-start;
	}
	
	.c-form__fields--right {
		justify-content: flex-end;
	}
	
	.c-form__fields--center {
		justify-content: center;
	}
}

.c-form__fields.has-icon {
	flex-direction: row;
	margin-bottom: 1.5rem;
}

.c-form__fields.has-icon>* {
	margin-bottom: 0;
	padding-bottom: 0;
}

.c-form__field {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	margin-bottom: 2rem;
	padding: 5px;
	font-family: proxima-nova, Helvetica, Arial, sans-serif;
}

.has-icon .c-form__field:first-child {
	padding-right: 0;
}

@media screen and (max-width:819px) {
	.has-icon .c-form__field:first-child {
		flex-grow: 1;
		width: auto;
	}
}

@media screen and (min-width:820px) {
	.c-form__field--4 {
		width: 25%;
	}
	
	.c-form__field--3 {
		width: 33.33333%;
	}
	
	.c-form__field--2 {
		width: 50%;
	}
	
	.c-form__field--133 {
		width: 75%;
	}
	
	.c-form__field--150 {
		width: 66.66667%;
	}
}

.c-form__field--inline {
	flex-direction: row;
}

.c-form__field--float {
	position: relative;
}

.c-form__field--float .c-form__label {
	position: absolute;
	top: 50%;
	right: 0;
	left: 5px;
	margin: 0;
	transform: translateY(-50%);
	transition: all .6s cubic-bezier(.4, 0, .2, 1);
	cursor: pointer;
}

.c-form__field--float .c-form__input.is-active~.c-form__label, .c-form__field--float .c-form__input.is-filled~.c-form__label, .c-form__field--float .c-form__input:focus~.c-form__label {
	top: 0;
	font-size: 75%;
	transform: translateY(calc(100% - 30px));
}

.c-form__label {
	display: block;
	margin-bottom: 5px;
}

.c-form__field--inline .c-form__label {
	display: flex;
	flex-grow: 1;
	align-items: center;
	margin-bottom: 0;
	border-bottom: 1px solid #272b31;
}

.is-error~.c-form__label {
	color: #b42c2c;
}

.c-form__input {
	width: 100%;
	height: 30px;
	padding: 5px 10px;
	border-bottom: 1px solid #272b31;
}

.c-form__input.is-error {
	border-color: #b42c2c;
}

.c-form__select-input {
	padding-right: 2rem;
	border-radius: 0;
}

.c-form__dob {
	display: flex;
	flex-grow: 1;
}

.c-form__button-holder {
	flex-direction: row;
	justify-content: flex-start;
}

.c-form__button-holder--inline {
	flex-grow: 1;
	flex-direction: column;
	justify-content: flex-end;
	width: auto;
}

.c-form__button-holder--ico {
	flex-grow: unset;
	padding-left: 0;
}

.c-form__submit {
	min-height: 30px;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	line-height: 1;
}

.c-form__submit--inline {
	width: 100%;
}

.c-form__submit--ico {
	padding: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
}

.c-form__submit--ico:hover {
	color: currentColor;
}

.c-form__submit--ico:hover:before {
	content: none;
}

.c-form__select {
	position: relative;
	width: 100%;
	height: 30px;
}

.c-form__select:after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 6px;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid;
	border-left: 1px solid;
	transform: translateY(-50%) rotate(-45deg);
	pointer-events: none;
}

.c-form__file-holder {
	height: 100%;
}

.c-form__file-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.c-form__file-input:focus~.c-form__file-label {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.c-form__file-label {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
}

.c-form__file-copy {
	margin-bottom: 5px;
}

.c-form__file-text {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.c-form__file-text.is-error {
	color: #b42c2c;
}

.c-form__copy {
	font-family: collier, Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
}

.c-form__message {
	display: none;
	text-align: center;
}

.c-form__message.is-active, .is-success .c-form__message--success {
	display: block;
}

.c-form__message--error {
	color: #b42c2c;
}

.is-error .c-form__message--error {
	display: block;
}

.c-form .hide-recaptcha .grecaptcha-badge {
	opacity: 0;
	visibility: hidden;
}

.c-checkbox {
	margin-bottom: 2rem;
	padding: .5rem;
}

.c-checkbox__input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.c-checkbox__input:focus~.c-checkbox__box {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.c-checkbox__input:checked~.c-checkbox__box:after {
	display: block;
}

.c-checkbox__input.is-error~.c-checkbox__box {
	border-color: #b42c2c;
}

.c-checkbox__input.is-error~.c-checkbox__text {
	color: #b42c2c;
}

.c-checkbox__label {
	display: flex;
	cursor: pointer;
	font-size: 1.4rem;
}

.c-checkbox__box {
	position: relative;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	margin-right: 16px;
	border: 1px solid;
}

.c-checkbox__box:after {
	display: none;
	width: 4px;
	height: 8px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	transform: rotate(35deg);
	content: "";
	position: absolute;
	top: 2px;
	left: 5px;
}

.c-select {
	position: relative;
	width: 100%;
	height: 30px;
}

.c-select:after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 6px;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid;
	border-left: 1px solid;
	transform: translateY(-50%) rotate(-45deg);
	pointer-events: none;
}

.c-select__dropdown {
	width: 100%;
	height: 30px;
	padding: .5rem 2rem .5rem .5rem;
	border-bottom: 1px solid #272b31;
	border-radius: 0;
}

.c-booking-modal__close {
	position: absolute;
	top: 3rem;
	right: 3rem;
	z-index: 8;
	color: #272b31;
}

.c-booking-modal__inner {
	position: fixed;
	max-width: 600px;
	padding: 5rem;
	background-color: #fff;
}

.c-map__inner {
	position: relative;
	width: 100%;
	padding-bottom: 50%;
}

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

.c-posts__filter {
	margin-bottom: 5rem;
	margin-left: auto;
}

@media screen and (min-width:560px) {
	.c-posts__filter {
		width: 33.33333%;
		margin-bottom: 11rem;
	}
}

.c-posts__message {
	display: flex;
	width: 100%;
	padding: 3rem 0;
	text-align: center;
}

.c-posts__message.is-hidden {
	display: none;
}

.c-lightbox {
	position: fixed;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	contain: layout size paint style;
	touch-action: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.c-lightbox[data-state=visible] {
	transition: visibility 2ms, opacity .25s ease;
	opacity: 1;
	visibility: visible;
}

.c-lightbox[data-state=visible] .c-lightbox__scene {
	will-change: transform;
}

.c-lightbox[data-disable-arrow=both] .c-lightbox__nav {
	display: none;
}

.c-lightbox[data-disable-arrow=right] .c-lightbox__arrow--right {
	display: none;
}

.c-lightbox[data-disable-arrow=left] .c-lightbox__arrow--left {
	display: none;
}

.c-lightbox__scene {
	transition: transform 1s cubic-bezier(.1, 1, .1, 1);
	pointer-events: none;
}

.c-lightbox__pane, .c-lightbox__scene {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	contain: layout size style;
}

.c-lightbox__pane img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%, -50%) scale(1) perspective(100vw);
	transform-style: preserve-3d;
	transition: transform 1s cubic-bezier(.1, 1, .1, 1), opacity 1s cubic-bezier(.3, 1, .3, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 1;
	contain: layout paint style;
}

.c-lightbox__pane img.lazyloaded {
	transform: translate(-50%, -50%) scale(1) perspective(100vw);
}

.c-lightbox__pane[aria-hidden] img {
	transform: translate(-50%, -50%) scale(.6) perspective(100vw);
	opacity: 0;
}

.c-lightbox__nav {
	position: absolute;
	top: calc(50% - 12px);
	left: 0;
	z-index: 1;
	width: 100%;
}

.c-lightbox__arrow {
	position: absolute;
	top: 50%;
	padding: 5px;
	color: #000;
}

.c-lightbox__arrow svg {
	vertical-align: middle;
	pointer-events: none;
}

.c-lightbox__arrow--right {
	right: 20px;
}

.c-lightbox__arrow--left {
	left: 20px;
}

.c-lightbox__close {
	padding: 5px;
}

.c-lightbox__close svg {
	vertical-align: middle;
	width: 24px;
	height: 24px;
	pointer-events: none;
}

.c-lightbox__header {
	position: absolute;
	top: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 50px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: rgba(0, 0, 0, .45);
	text-align: right;
}

.c-lightbox__progress {
	color: #fff;
}

.hide-scrollbars {
	max-height: 100vh;
	overflow: hidden;
}

.hide-scrollbars::-webkit-scrollbar {
	width: 0;
}

.c-rating {
	position: relative;
	display: flex;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.c-rating--island {
	justify-content: center;
}

.c-rating__star+.c-rating__star {
	margin-left: .5rem;
}

.c-accordion {
	border: 1px solid #272b31;
}

.c-accordion__heading {
	display: flex;
	border-top: 1px solid;
	font-family: collier, Helvetica, Arial, sans-serif;
	font-size: 2.1rem;
	font-weight: 200;
}

@media screen and (min-width:820px) {
	.c-accordion__heading {
		font-size: 2.8rem;
	}
}

.c-accordion__heading:first-of-type {
	border-top-width: 0;
}

.c-accordion__button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 2rem 5rem 2rem 2rem;
	text-align: left;
}

.c-accordion__ico {
	position: absolute;
	top: 0;
	right: 3rem;
	bottom: 0;
	display: flex;
	width: 30px;
	height: 30px;
	margin: auto;
}

.c-accordion__ico:after, .c-accordion__ico:before {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #272b31;
	transform: rotate(90deg);
	transition: transform .3s ease-in-out;
	opacity: 1;
	content: "";
}

[aria-expanded=true] .c-accordion__ico:after, [aria-expanded=true] .c-accordion__ico:before {
	transform: rotate(-90deg);
}

.c-accordion__ico:before {
	width: 30px;
	height: 1px;
}

[aria-expanded=true] .c-accordion__ico:before {
	opacity: 0;
}

.c-accordion__ico:after {
	top: .5px;
	left: calc(100% - .5px);
	width: 1px;
	height: 30px;
}

.c-accordion__content {
	margin-top: 1rem;
	margin-bottom: 3rem;
	padding: 0 3rem;
}

@media screen and (min-width:820px) {
	.c-accordion__content {
		margin-bottom: 5rem;
		padding: 0 11rem;
	}
}

.c-accordion__panel {
	height: auto;
	overflow: hidden;
	transition: max-height .6s cubic-bezier(.4, 0, .2, 1);
}

.c-accordion__panel[aria-hidden=true] {
	max-height: 0;
}

.c-accordion__panel[aria-hidden=false] {
	max-height: 50em;
}

.c-block {
	position: relative;
}

.c-block--framed {
	border: 5px solid #b6d7d2;
}

.c-block--bg {
	background-color: #b6d7d2;
}

.c-block__inner {
	display: flex;
	flex-direction: column;
}

.c-block__content {
	max-height: 100%;
	padding: 3rem 2rem;
}

.c-block__author {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	font-size: 1.4rem;
}

.u-mt-0 {
	margin-top: 0;
}

.u-mt-20 {
	margin-top: 20px;
}

.u-mb-0 {
	margin-bottom: 0;
}

.u-mb-10 {
	margin-bottom: 10px;
}

.u-mb-20 {
	margin-bottom: 20px;
}

.u-mb-30 {
	margin-bottom: 30px;
}

.u-mr-auto {
	margin-right: autopx;
}

.u-ml-auto {
	margin-left: autopx;
}

.u-pt-30 {
	padding-top: 30px;
}

.u-pr-0 {
	padding-right: 0;
}

.u-pr-10 {
	padding-right: 10px;
}

.u-pr-20 {
	padding-right: 20px;
}

.u-pl-0 {
	padding-left: 0;
}

.u-pl-10 {
	padding-left: 10px;
}

.u-pl-20 {
	padding-left: 20px;
}

4, 6, 1024px, .u--layout 640px {
	secondary: layout 640px, 6, 1024px, 4px;
}

.u--padding 0 1rem {
	secondary: padding 0 1rem px;
}

.u--margin 0 0 2rem {
	secondary: margin 0 0 2rem px;
}

2, 4, 6, 765px, 1024px, .u--layout 320px {
	tertiary: layout 320px, 6, 765px, 4, 1024px, 2px;
}

.u--padding 0 1rem {
	tertiary: padding 0 1rem px;
}

.u--margin 0 0 2rem {
	tertiary: margin 0 0 2rem px;
}

.sr-only:not(:focus):not(:active) {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
}

.u-color-primary, [data-t-color=primary] {
	color: #272b31;
}

.u-color-secondary, [data-t-color=secondary] {
	color: #fff;
}

.u-color-tertiary, [data-t-color=tertiary] {
	color: #dae0de;
}

.u-color-quaternary, [data-t-color=quaternary] {
	color: #d5ebde;
}

.u-color-quinary, [data-t-color=quinary] {
	color: #e5cfcf;
}

.u-color-senary, [data-t-color=senary] {
	color: #b6d7d2;
}

.u-color-septenary, [data-t-color=septenary] {
	color: #b7c1d4;
}

[data-bg-color=primary] {
	background-color: #272b31;
}

[data-bg-color=secondary] {
	background-color: #fff;
}

[data-bg-color=tertiary] {
	background-color: #dae0de;
}

[data-bg-color=quaternary] {
	background-color: #d5ebde;
}

[data-bg-color=quinary] {
	background-color: #e5cfcf;
}

[data-bg-color=senary] {
	background-color: #b6d7d2;
}

[data-bg-color=septenary] {
	background-color: #b7c1d4;
}

.u-text-bold {
	font-weight: 600;
}

.u-text-light {
	font-weight: 300;
}

.u-text-thin {
	font-weight: 200;
}

.u-text-italic {
	font-style: italic;
}

.u-text-upper {
	text-transform: uppercase;
}

.u-text-lower {
	text-transform: lowercase;
}

.u-text-reset {
	text-decoration: none;
	text-transform: none;
}

.u-text-left {
	text-align: left;
}

.u-text-right {
	text-align: right;
}

.u-text-center {
	text-align: center;
}

.u-text-baseline {
	display: block;
	line-height: 1;
}

.u-border-top {
	border-top: 1px solid #272b31;
}

.u-border-right {
	border-right: 1px solid #272b31;
}

.u-border-bottom {
	border-bottom: 1px solid #272b31;
}

.u-border-left {
	border-left: 1px solid #272b31;
}

.u-border-all {
	border: 1px solid #272b31;
}

.u-ls-primary {
	letter-spacing: 1.4px;
}

[data-anim] {
	position: relative;
}

@media (prefers-reduced-motion) {
	[data-anim] {
		transition: none;
		-webkit-animation: unset;
		animation: unset;
	}
}

[data-anim][data-anim*=fade] {
	opacity: 0;
}

[data-anim][data-anim=reveal] {
	transform: scaleY(0);
}

[data-anim][data-anim$=abs] {
	position: absolute;
}

[data-anim][data-anim*=block] {
	overflow: hidden;
}

[data-anim][data-anim*=block]:after {
	content: "";
	position: absolute;
	top: 0;
	right: -1px;
	bottom: 0;
	left: -1px;
	background-color: currentColor;
	transform: translate3d(-100%, 0, 0);
	will-change: transform;
}

[data-anim][data-anim*=block] [src] {
	opacity: 0;
}

.is-inview[data-anim*=fade-in-up], .is-inview [data-anim*=fade-in-up] {
	-webkit-animation: fade-in-up 1s ease-in-out 0s both;
	animation: fade-in-up 1s ease-in-out 0s both;
}

.is-inview[data-anim=fade-in-up-stagger]>*, .is-inview [data-anim=fade-in-up-stagger]>* {
	-webkit-animation: fade-in-up 1s ease-in-out 0s both;
	animation: fade-in-up 1s ease-in-out 0s both;
}

.is-inview[data-anim=fade-in-up-stagger]>:nth-child(2.5), .is-inview [data-anim=fade-in-up-stagger]>:nth-child(2.5) {
	-webkit-animation-delay: .35s;
	animation-delay: .35s;
}

.is-inview[data-anim=fade-in-up-stagger]>:nth-child(1.5), .is-inview [data-anim=fade-in-up-stagger]>:nth-child(1.5) {
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
}

.is-inview[data-anim=fade-in-up-stagger]>:nth-child(.5), .is-inview [data-anim=fade-in-up-stagger]>:nth-child(.5) {
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}

.is-inview[data-anim=fade-in-left], .is-inview [data-anim=fade-in-left] {
	-webkit-animation: fade-in-left 1s ease-in-out 0s both;
	animation: fade-in-left 1s ease-in-out 0s both;
}

@-webkit-keyframes fade-in-left {
	0% {
		transform: translate3d(-10%, 0, 0);
		opacity: 0;
	}
	
	to {
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes fade-in-left {
	0% {
		transform: translate3d(-10%, 0, 0);
		opacity: 0;
	}
	
	to {
		transform: translateZ(0);
		opacity: 1;
	}
}

.is-inview[data-anim=fade-in-right], .is-inview [data-anim=fade-in-right] {
	-webkit-animation: fade-in-right 1s ease-in-out 0s both;
	animation: fade-in-right 1s ease-in-out 0s both;
}

.is-inview[data-anim*=reveal]:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	background-color: inherit;
}

.is-inview[data-anim*=reveal]>* {
	-webkit-animation: fade-in-up 1s ease-in-out 0s both;
	animation: fade-in-up 1s ease-in-out 0s both;
	z-index: 5;
}

.is-inview[data-anim*=reveal]>:nth-child(.5) {
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}

.is-inview[data-anim=reveal] {
	-webkit-animation: reveal 1s ease-in-out 0s both;
	animation: reveal 1s ease-in-out 0s both;
	transform-origin: bottom;
}

@-webkit-keyframes reveal {
	0% {
		transform: scaleY(0);
		opacity: 0;
	}
	
	to {
		transform: scaleY(1);
		opacity: 1;
	}
}

@keyframes reveal {
	0% {
		transform: scaleY(0);
		opacity: 0;
	}
	
	to {
		transform: scaleY(1);
		opacity: 1;
	}
}

.is-inview[data-anim=reveal-left] {
	-webkit-animation: reveal-left 1s ease-in-out 0s both;
	animation: reveal-left 1s ease-in-out 0s both;
	transform-origin: right center;
}

@-webkit-keyframes reveal-left {
	0% {
		transform: scaleX(0);
		opacity: 0;
	}
	
	to {
		transform: scaleX(1);
		opacity: 1;
	}
}

@keyframes reveal-left {
	0% {
		transform: scaleX(0);
		opacity: 0;
	}
	
	to {
		transform: scaleX(1);
		opacity: 1;
	}
}

.is-inview[data-anim=block]:after {
	-webkit-animation: slide-in .7s cubic-bezier(.86, 0, .07, 1) 0s forwards;
	animation: slide-in .7s cubic-bezier(.86, 0, .07, 1) 0s forwards;
}

@-webkit-keyframes slide-in {
	0% {
		transform: translate3d(-100%, 0, 0);
	}
	
	40%, 60% {
		transform: translateZ(0);
		-webkit-animation-delay: 1s;
		animation-delay: 1s;
	}
	
	to {
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slide-in {
	0% {
		transform: translate3d(-100%, 0, 0);
	}
	
	40%, 60% {
		transform: translateZ(0);
		-webkit-animation-delay: 1s;
		animation-delay: 1s;
	}
	
	to {
		transform: translate3d(100%, 0, 0);
	}
}

.is-inview[data-anim=block] [src] {
	-webkit-animation: fade-in .3s ease .6s forwards;
	animation: fade-in .3s ease .6s forwards;
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.is-inview[data-anim-delay-count="1"] {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.is-inview[data-anim-delay-count="2"] {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

.is-inview[data-anim-delay-count="3"] {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.is-inview[data-anim-delay-count="4"] {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.is-inview[data-anim-delay-count="5"] {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.is-inview[data-anim-delay-count="6"] {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

.is-inview[data-anim-delay-count="7"] {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.is-inview[data-anim-delay-count="8"] {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.is-inview[data-anim-delay-count="9"] {
	-webkit-animation-delay: 2.2s;
	animation-delay: 2.2s;
}

.is-inview[data-anim-delay-count="10"] {
	-webkit-animation-delay: 2.4s;
	animation-delay: 2.4s;
}
