@import url(//fast.fonts.net/t/1.css?apiType=css&projectid=20aa3307-eb54-45e7-976d-7ab848757875);

@font-face {
	font-display: swap;
	font-family: Filson Pro W01;
	font-style: normal;
	font-weight: 425;
	src: url(5e31e57d-3e5b-4d48-baec-41c09504ffb7.woff2) format('woff2');
}

@font-face {
	font-display: swap;
	font-family: Filson Pro W01;
	font-style: normal;
	font-weight: 500;
	src: url(ba1ab612-2cfc-48e1-a83e-ec5fe0081097.woff2) format("woff2");
}

@font-face {
	font-display: swap;
	font-family: Filson Pro W01;
	font-style: normal;
	font-weight: 700;
	src: url(11ef1a9f-5bee-4a38-8676-d85842c76a9f.woff2) format("woff2");
}

@font-face {
	font-display: swap;
	font-family: Filson Pro W01;
	font-style: normal;
	font-weight: 800;
	src: url(c8d3c42f-b90b-495c-84d9-55d1124f5c52.woff2) format("woff2");
}



/*! jQuery UI - v1.12.1 - 2020-04-07
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, button.css, controlgroup.css, checkboxradio.css, dialog.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
body {
	-webkit-text-size-adjust: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	background: #fff;
	color: #090708;
	-ms-flex-direction: column;
	flex-direction: column;
	font: 100%/1.5 HelveticaNeue, Helvetica, Arial, sans-serif;
	min-height: 100vh;
	overflow-x: hidden
}

@-webkit-keyframes slide-up-fade-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px)
	}

	to {
		opacity: 1;
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@keyframes slide-up-fade-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px)
	}

	to {
		opacity: 1;
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

::selection {
	background: #005eb8;
	color: #fff
}

::-moz-selection {
	background: #005eb8;
	color: #fff
}

p {
	margin-bottom: 0;
	max-width: 560px
}

p.description {
	font-size: 14px;
	line-height: 24px;
	max-width: 400px
}

@media(min-width:1440px) {
	p.description {
		max-width: 420px
	}
}

a {
	color: #090708;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

blockquote,
body,
div,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
label,
legend,
li,
nav,
object,
ol,
p,
section,
table,
ul {
	margin: 0;
	padding: 0
}

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

[class*=theme--light],
[class*=theme--white] {
	--theme-bg-color: #fff;
	--theme-border-color: #dce0e5;
	--theme-text-color: #090708;
	--theme-alt-text-color: #546070;
	--theme-text-contrast-color: #fff;
	--theme-disabled-color: #546070;
	--theme-cta-tertiary-accent: #005eb8;
}

[class*=theme--light] {
	--theme-bg-color: #f1f3f6;
	--theme-border-color: #c0c6cd
}

[class*=theme--dark] {
	--theme-bg-color: #14295f;
	--theme-border-color: #c0c6cd;
	--theme-text-color: #fff;
	--theme-alt-text-color: #fff;
	--theme-text-contrast-color: #090708;
	--theme-disabled-color: #c0c6cd;
	--theme-cta-tertiary-accent: #fff;
}

[class*=theme--color] {
	--theme-border-color: #f1f3f6;
	--theme-text-color: #fff;
	--theme-alt-text-color: #fff;
	--theme-text-contrast-color: #090708;
	--theme-accent-word-color: #fff;
	--theme-disabled-color: #c0c6cd;
	--theme-cta-tertiary-accent: #fff;
}

[class*=theme--color],
[class*=theme--dark],
[class*=theme--light],
[class*=theme--white] {
	background-color: var(--theme-bg-color);
	color: var(--theme-text-color)
}

[class*=theme--color] .theme--border,
[class*=theme--dark] .theme--border,
[class*=theme--light] .theme--border,
[class*=theme--white] .theme--border {
	border-color: var(--theme-border-color)
}

[class*=theme--color] .theme--accent-word,
[class*=theme--dark] .theme--accent-word,
[class*=theme--light] .theme--accent-word,
[class*=theme--white] .theme--accent-word {
	color: var(--theme-accent-word-color)
}

[class*=theme--color] .theme--accent,
[class*=theme--dark] .theme--accent,
[class*=theme--light] .theme--accent,
[class*=theme--white] .theme--accent {
	border-color: var(--theme-accent-color)
}

[class*=theme--color] .theme--text,
[class*=theme--dark] .theme--text,
[class*=theme--light] .theme--text,
[class*=theme--white] .theme--text {
	color: var(--theme-text-color)
}

[class*=theme--color] .theme--icon,
[class*=theme--dark] .theme--icon,
[class*=theme--light] .theme--icon,
[class*=theme--white] .theme--icon {
	fill: var(--theme-text-color);
	stroke: var(--theme-text-color)
}

[class*=theme--color] .a-cta:focus,
[class*=theme--color] .a-cta:hover,
[class*=theme--dark] .a-cta:focus,
[class*=theme--dark] .a-cta:hover,
[class*=theme--light] .a-cta:focus,
[class*=theme--light] .a-cta:hover,
[class*=theme--white] .a-cta:focus,
[class*=theme--white] .a-cta:hover {
	color: var(--theme-text-color)
}

[class*=theme--color] .a-cta--primary:focus,
[class*=theme--dark] .a-cta--primary:focus,
[class*=theme--light] .a-cta--primary:focus,
[class*=theme--white] .a-cta--primary:focus {
	outline-color: var(--theme-text-color)
}

[class^=a-type-h] strong {
	display: inline-block;
	position: relative;
	z-index: 100
}

[class^=a-type-h] strong:before {
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: -5%;
	position: absolute;
	top: -2px;
	width: 110%;
	z-index: -1
}


.a-cta--primary,
.a-cta--secondary {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-family: Filson Pro W01, sans-serif;
	font-size: 16px;
	font-weight: 500;
	height: 50px;
	max-width: 100%;
	overflow: hidden;
	padding: 0 20px;
	text-align: center;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	white-space: nowrap;
	width: 100%
}

.a-cta--primary:hover,
.a-cta--secondary:hover {
	-webkit-box-shadow: 6px 6px 0 -3px var(--theme-bg-color), 6px 6px 0 0 var(--theme-text-color);
	box-shadow: 6px 6px 0 -3px var(--theme-bg-color), 6px 6px 0 0 var(--theme-text-color)
}

.a-cta--primary:active,
.a-cta--secondary:active {
	-webkit-box-shadow: 0 0 0 -3px var(--theme-bg-color), 0 0 0 0 var(--theme-text-color);
	box-shadow: 0 0 0 -3px var(--theme-bg-color), 0 0 0 0 var(--theme-text-color);
	-webkit-transform: translate(6px, 6px);
	-ms-transform: translate(6px, 6px);
	transform: translate(6px, 6px)
}

.a-cta--primary>.icon,
.a-cta--secondary>.icon {
	height: 16px;
	margin-left: 8px;
	vertical-align: middle;
	width: 24px
}

@media(min-width:768px) {

	.a-cta--primary,
	.a-cta--secondary {
		min-width: 190px;
		width: auto
	}
}

.a-cta--primary:disabled .a-cta--primary.disabled,
.a-cta--primary:disabled .a-cta--secondary.disabled,
.a-cta--secondary:disabled .a-cta--primary.disabled,
.a-cta--secondary:disabled .a-cta--secondary.disabled {
	cursor: not-allowed
}

.a-cta--primary:disabled .a-cta--primary.disabled:hover,
.a-cta--primary:disabled .a-cta--secondary.disabled:hover,
.a-cta--secondary:disabled .a-cta--primary.disabled:hover,
.a-cta--secondary:disabled .a-cta--secondary.disabled:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}

.a-cta--primary {
	fill: var(--theme-text-contrast-color);
	background-color: var(--theme-text-color);
	color: var(--theme-text-contrast-color)
}

.a-cta--primary:focus,
.a-cta--primary:hover {
	-webkit-box-shadow: 6px 6px 0 -3px #fff, 6px 6px 0 0 #090708;
	box-shadow: 6px 6px 0 -3px #fff, 6px 6px 0 0 #090708;
	color: var(--theme-text-contrast-color)
}

.a-cta--primary.disabled,
.a-cta--primary:disabled {
	background-color: var(--theme-disabled-color)
}

.a-cta--secondary {
	fill: var(--theme-text-color);
	background-color: var(--theme-bg-color);
	border: 3px solid;
	border-color: var(--theme-text-color);
	color: var(--theme-text-color)
}

.a-cta--secondary:hover {
	color: var(--theme-text-color)
}

.a-cta--secondary:focus {
	border-color: var(--theme-text-color);
	color: var(--theme-text-color)
}

.a-cta--secondary.disabled,
.a-cta--secondary:disabled {
	border-color: var(--theme-disabled-color);
	color: var(--theme-disabled-color)
}

.a-cta--tertiary {
	background-color: transparent;
	border: 0;
	color: var(--theme-text-color);
	display: inline-block;
	font-family: Filson Pro W01, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 2;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase
}

.a-cta--tertiary:disabled {
	color: var(--theme-disabled-color)
}

.a-cta--tertiary:disabled:after {
	background-color: var(--theme-disabled-color)
}

.a-cta--tertiary:after {
	background-color: var(--theme-cta-tertiary-accent);
	background-repeat: repeat-x;
	background-size: 112px 9px;
	bottom: 2px;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	width: calc(100% + 20px)
}

.a-cta--tertiary:focus,
.a-cta--tertiary:hover:not(:disabled) {
	color: var(--theme-text-color)
}

.a-cta--tertiary:focus:after,
.a-cta--tertiary:hover:not(:disabled):after {
	-webkit-animation: animation-squiggle-hover .9s linear infinite;
	animation: animation-squiggle-hover .9s linear infinite;
	background-color: transparent;
	bottom: 0;
	height: 9px
}

.a-cta--tertiary .icon-arrow-cta {
	fill: var(--theme-text-color);
	height: 12px;
	width: 21px
}

.a-cta--tertiary--multiline {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(89%, hsla(0, 0%, 100%, 0)), color-stop(90%, var(--theme-cta-tertiary-accent)), to(var(--theme-cta-tertiary-accent)));
	background-image: -o-linear-gradient(top, hsla(0, 0%, 100%, 0) 89%, var(--theme-cta-tertiary-accent) 90%, var(--theme-cta-tertiary-accent) 100%);
	background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 89%, var(--theme-cta-tertiary-accent) 90%, var(--theme-cta-tertiary-accent) 100%);
	background-position: 0 24px;
	background-size: 22px 30px;
	display: inline;
	line-height: 1.2;
	padding-bottom: 8px
}

.a-cta--tertiary--multiline:after {
	display: none
}

.a-cta--tertiary--multiline:hover {
	-webkit-animation: animation-squiggle-hover-bg .9s linear infinite;
	animation: animation-squiggle-hover-bg .9s linear infinite;
}

a.a-cta--primary {
	line-height: 50px
}

a.a-cta--secondary {
	line-height: 44px
}

button.a-cta--secondary:focus {
	outline: thin dotted
}

.a-eyebrow {
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 67px;
	line-height: 2.1;
	margin-bottom: 20px;
	padding-bottom: 12px
}

@font-face {
	font-display: swap;
	font-family: icomoon;
	font-style: normal;
	font-weight: 400;
}

html.touch .select-container:after,
html.touchevents .select-container:after {
	background: transparent;
	-webkit-box-shadow: 0 0 0 #f2f2f2;
	box-shadow: 0 0 0 #f2f2f2;
	display: block;
	height: auto;
	position: absolute;
	right: 15px;
	top: calc(50% + 2.5px);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	width: 5px
}

html.touchevents select.cs-select:not(.cs-select--navigation),
html.touch select.cs-select:not(.cs-select--navigation) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: 1px solid #c0c6cd;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #090708;
	cursor: pointer;
	display: block;
	font-family: Filson Pro W01, sans-serif;
	font-size: 15px;
	font-style: normal;
	height: auto;
	line-height: 1;
	overflow: hidden;
	padding: 14px 3em 11px 14px;
	position: relative;
	text-indent: none;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%
}

html.touchevents select.cs-select:not(.cs-select--navigation):focus,
html.touch select.cs-select:not(.cs-select--navigation):focus {
	font-size: 15px !important
}

html.touchevents select.cs-select:not(.cs-select--navigation)+label.select__label,
html.touch select.cs-select:not(.cs-select--navigation)+label.select__label {
	position: absolute !important;
	visibility: hidden
}

html.touch .category__controls__select .select-container:after,
html.touchevents .category__controls__select .select-container:after {
	top: calc(50% + 7.5px)
}

html.touch .category__controls__select select.cs-select,
html.touchevents .category__controls__select select.cs-select {
	padding: 10px 12px 11px;
	width: 100%
}

html.touch .cs-placeholder,
html.touchevents .cs-placeholder {
	display: none
}

.select-container {
	display: block;
	position: relative
}

li.cs-select {
	background: #fff;
	display: inline-block;
	max-width: 180px;
	position: relative;
	text-align: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	width: 100%;
	z-index: 300
}

@media(max-width:320px) {
	li.cs-select {
		max-width: 280px
	}
}

@-webkit-keyframes expand {
	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes expand {
	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.a-type-h1,
.a-type-h1--big,
.a-type-h2,
.a-type-h2--big,
.a-type-h3,
.a-type-h3--big,
.a-type-h4,
.a-type-h4--big,
.a-type-h5,
.a-type-h5--big,
.a-type-h6,
.a-type-h6--big,
.a-type-n {
	font-family: Filson Pro W01, sans-serif;
	font-family: var(--font-family--base);
	font-weight: 700;
	line-height: calc(1em + 4px);
	margin: 28px 0
}

.a-type-h1 strong,
.a-type-h1--big strong,
.a-type-h2 strong,
.a-type-h2--big strong,
.a-type-h3 strong,
.a-type-h3--big strong,
.a-type-h4 strong,
.a-type-h4--big strong,
.a-type-h5 strong,
.a-type-h5--big strong,
.a-type-h6 strong,
.a-type-h6--big strong,
.a-type-n strong {
	color: inherit;
	font-family: Filson Pro W01, sans-serif;
	font-family: var(--font-family--base)
}

.a-type-n {
	font-size: 100px;
	font-size: var(--font-size-n);
	font-weight: 800;
	line-height: 1
}

.a-type-h1 {
	font-size: 42px;
	font-size: var(--font-size-h1);
	font-weight: 900
}

.a-type-h1--big {
	font-size: 54px;
	font-size: var(--font-size-h1--big)
}

.a-type-h2 {
	font-size: 30px;
	font-size: var(--font-size-h2)
}

.a-type-h2--big {
	font-size: 36px;
	font-size: var(--font-size-h2--big)
}

.a-type-h3 {
	font-size: 20px;
	font-size: var(--font-size-h3)
}

.a-type-h3,
.a-type-h3--big {
	line-height: calc(1em + 6px)
}

.a-type-h3--big {
	font-size: 26px;
	font-size: var(--font-size-h3--big)
}

.a-type-h4 {
	font-size: 14px;
	font-size: var(--font-size-h4);
	letter-spacing: 1px;
	line-height: calc(1em + 6px);
	text-transform: uppercase
}

.a-type-h4--big {
	font-size: 16px;
	font-size: var(--font-size-h4--big);
	letter-spacing: 1.2px
}

.a-type-h5 {
	font-size: 16px;
	font-size: var(--font-size-h5);
	letter-spacing: 0;
	line-height: calc(1em + 6px)
}

.a-type-h5--big {
	font-size: 18px;
	font-size: var(--font-size-h5--big);
	letter-spacing: 0
}

.a-type-h6 {
	font-size: 12px;
	font-size: var(--font-size-h6);
	letter-spacing: 0;
	line-height: calc(1em + 6px)
}

.a-type-h6--big {
	font-size: 14px;
	font-size: var(--font-size-h6--big);
	letter-spacing: 0
}

.a-type-button,
.a-type-p,
.a-type-p--big,
.a-type-p--caption,
.a-type-p--label {
	font-family: Filson Pro W01, sans-serif;
	font-family: var(--font-family--base)
}

.a-type-p {
	font-size: 16px;
	font-size: var(--font-size-p);
	line-height: 26px;
	margin: 12px 0
}

h1.a-type-p {
	font-weight: 400
}

.a-type-p--big {
	font-size: 18px;
	font-size: var(--font-size-p--big);
	line-height: 34px
}

.a-type-p--caption {
	font-size: 14px;
	font-size: var(--font-size-p--caption);
	line-height: 20px
}

.a-type-p--label {
	font-size: 12px;
	font-size: var(--font-size-p--label);
	letter-spacing: 0;
	line-height: 18px
}

.a-type-ol,
.a-type-ul {
	font-family: Filson Pro W01, sans-serif
}

@media(min-width:975px) {

	.a-type-h1,
	.a-type-h1--big {
		line-height: calc(1em + 2px)
	}
}

.a-type--no-margin {
	margin: 0
}

.a-type-h1 strong {
	font-weight: 900
}

@-webkit-keyframes slideDown {
	0% {
		max-height: 0;
		padding: 0
	}

	to {
		max-height: 12em;
		padding: 1rem
	}
}

@keyframes slideDown {
	0% {
		max-height: 0;
		padding: 0
	}

	to {
		max-height: 12em;
		padding: 1rem
	}
}

small {
	font-size: 13px
}

@media (max-width:46.8em) {
	small {
		font-size: 15px
	}
}

b,
strong {
	color: #090708;
	font-weight: 700
}

b,
em,
strong {
	font-family: Filson Pro W01, sans-serif
}

em {
	font-style: italic
}

u {
	border-bottom: 1px solid #090708;
	text-decoration: none
}

body {
	margin: 0
}

:root {
	--spacing-minor: 20px;
	--spacing-major: 30px;
	--spacing-module: 60px;
	--spacing-inner: 10px;
	--spacing-outer: 20px
}

@media(min-width:595px) {
	:root {
		--spacing-minor: 20px;
		--spacing-major: 40px;
		--spacing-module: 80px;
		--spacing-inner: 20px;
		--spacing-outer: 40px
	}
}

@media(min-width:1080px) {
	:root {
		--spacing-minor: 30px;
		--spacing-major: 60px;
		--spacing-module: 120px;
		--spacing-inner: 30px;
		--spacing-outer: 60px
	}
}

:root {
	--theme-bg-color: #fff;
	--theme-border-color: #dce0e5;
	--theme-text-color: #090708;
	--theme-accent-color: #005eb8;
	--theme-accent-word-color: #005eb8;
	--theme-alt-text-color: #546070;
	--theme-accent-color: #546070;
	--theme-accent-word-color: #546070;
	--theme-text-contrast-color: #fff;
	--theme-disabled-color: #546070;
	--theme-cta-tertiary-accent: #005eb8;
}

:root {
	--font-size-n: 100px;
	--font-size-h1--medium: 48px;
	--font-size-h1--big: 54px;
	--font-size-h1: 42px;
	--font-size-h2--big: 36px;
	--font-size-h2: 30px;
	--font-size-h3--big: 26px;
	--font-size-h3: 20px;
	--font-size-h4--big: 16px;
	--font-size-h4: 14px;
	--font-size-h5--big: 18px;
	--font-size-h5: 16px;
	--font-size-h6--big: 14px;
	--font-size-h6: 12px;
	--font-size-p: 16px;
	--font-size-p--big: 18px;
	--font-size-p--giant: 20px;
	--font-size-p--caption: 14px;
	--font-size-list: 18px;
	--font-size-p--label: 12px;
	--font-family--base: Filson Pro W01, sans-serif
}

@media(min-width:975px) {
	:root {
		--font-size-n: 120px;
		--font-size-h1: 64px;
		--font-size-h1--big: 74px;
		--font-size-h1--medium: 72px;
		--font-size-h2: 38px;
		--font-size-h2--big: 54px
	}
}

:root {
	--spacing-none: 0;
	--spacing-tiny: 4px;
	--spacing-x-small: 12px;
	--spacing-small: 20px;
	--spacing-medium: 28px;
	--spacing-large: 36px;
	--spacing-x-large: 42px;
	--spacing-xx-large: 50px;
	--spacing-huge: 60px;
	--container-width-content: 645px;
	--spacing-default: 50px
}

@media(min-width:975px) {
	:root {
		--spacing-default: 60px
	}
}

:root {
	--header-height: 90px
}

@media(min-width:975px) {
	:root {
		--header-height: 60px
	}
}


.o-hero-home {
	background-color: #f1f3f6;
	position: relative
}

.o-hero-home--pre-animation-state {
	opacity: 0;
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0)
}

.o-hero-home__header--animated .o-hero-home__copy,
.o-hero-home__header--animated .o-hero-home__cta-container,
.o-hero-home__header--animated .o-hero-home__title {
	-webkit-animation: slide-up-fade-in .6s ease forwards;
	animation: slide-up-fade-in .6s ease forwards
}

.o-hero-home__header--animated .o-hero-home__title {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.o-hero-home__header--animated .o-hero-home__copy {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.o-hero-home__header--animated .o-hero-home__cta-container {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.o-hero-home__header-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	max-width: 1980px;
	padding: 50px 20px 110px;
	width: 100%
}

@media(min-width:595px) {
	.o-hero-home__header-container {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 50px 36px 230px
	}
}

@media(min-width:975px) {
	.o-hero-home__header-container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 60px 60px 290px
	}
}

.o-hero-home__title {
	margin: 0 0 12px
}

.o-hero-home__title {
	color: var(--theme-text-color, #090708)
}

.o-hero-home__title.accent--cushion .theme--accent-word {
	color: #b9d2eb
}

.o-hero-home__copy {
	color: var(--theme-text-color, #090708);
	margin: 0 0 20px
}

.o-hero-home .a-cta--primary,
.o-hero-home .a-cta--tertiary {
	margin: 0 0 12px
}

@media(min-width:768px) {

	.o-hero-home .a-cta--primary,
	.o-hero-home .a-cta--tertiary {
		margin: 0
	}

	.o-hero-home .a-cta--primary:not(:last-child),
	.o-hero-home .a-cta--tertiary:not(:last-child) {
		margin-right: 20px
	}
}

@media(min-width:975px) {
	.o-hero-home__header-copy {
		margin-right: 5%;
		max-width: 60%;
		min-width: 50%
	}
}

@media(min-width:1080px) {
	.o-hero-home__header-copy {
		margin-top: 60px;
		max-width: 55%
	}
}

/* The CSS found here overwrites some rules for the maintenance page, in order to
update the Site Offline page design as per DPEN-1512 -> https://brooks.atlassian.net/browse/DPEN-1512.
*/
.o-hero-home__header-container {
    padding: 56px 20px 44px;
	width: 100%;
	background: linear-gradient(0deg, rgba(145, 78, 63, 0.80) 0%, rgba(145, 78, 63, 0.80) 100%), url('track.png') lightgray 50% / cover no-repeat;
background-blend-mode: multiply, normal;
	background-size: cover;
}

@media(min-width:595px) {
	.o-hero-home__header-container {
		padding: 60px
	}
}

@media(min-width:975px) {
	.o-hero-home__header-container {
		justify-content: center;
		padding: 100px 60px 80px
	}
}

.o-hero-home__title {
	font-size: 42px;
	font-weight: 800;
	line-height: 46px;
}

@media(min-width:975px) {
	.o-hero-home__title {
		margin-bottom: 16px;
		font-size: 54px;
		font-weight: 800;
		line-height: 58px;
	}
}

.o-hero-home__copy {
	max-width: unset;
}

@media(min-width:975px) {
	.o-hero-home__copy {
		margin: 0 0 33px;
	}
}

.o-hero-home__cta-container a {
	display: block;
	color: #0E131F;
}

.o-hero-home__cta-container a:focus,
.o-hero-home__cta-container a:hover {
	color: #0E131F;
}

@media(min-width:768px) {
	.o-hero-home__cta-container a {
		display: inline-block;
	}
}

.o-hero-home__copy a {
	color: var(--theme-text-color);
}

.o-hero-home__copy a:focus,
.o-hero-home__copy a:hover {
	color: #ecf000;
} 

@media(min-width:975px) {
	.o-hero-home__header-copy {
        max-width: 608px;
		text-align: center;
		margin-right: 0;
		min-width: unset;
	}
}

@media(min-width:1080px) {
	.o-hero-home__header-copy {
		max-width: 608px;
		margin-top: 0
	}
}

.dealer-store-locator {
	margin: 33px 20px!important
}

@media(min-width:595px) {
	.dealer-store-locator {
		margin: 33px 40px!important
	}
}

@media(min-width:975px) {
	.dealer-store-locator {
		margin: 33px 80px!important
	}
}
