@font-face {
	font-family: Gilroy;
	src: url(fonts/gilroy-400.eot);
	src: url(fonts/gilroy-400.eot?#iefix) format("embedded-opentype"), url(fonts/gilroy-400.woff) format("woff"), url(fonts/gilroy-400.woff2) format("woff2"), url(fonts/gilroy-400.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Gilroy;
	src: url(fonts/gilroy-400-italic.eot);
	src: url(fonts/gilroy-400-italic.eot?#iefix) format("embedded-opentype"), url(fonts/gilroy-400-italic.woff) format("woff"), url(fonts/gilroy-400-italic.woff2) format("woff2"), url(fonts/gilroy-400-italic.ttf) format("truetype");
	font-weight: 400;
	font-style: italic
}

@font-face {
	font-family: Gilroy;
	src: url(fonts/gilroy-700.eot);
	src: url(fonts/gilroy-700.eot?#iefix) format("embedded-opentype"), url(fonts/gilroy-700.woff) format("woff"), url(fonts/gilroy-700.woff2) format("woff2"), url(fonts/gilroy-700.ttf) format("truetype");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: Gilroy;
	src: url(fonts/gilroy-700-italic.eot);
	src: url(fonts/gilroy-700-italic.eot?#iefix) format("embedded-opentype"), url(fonts/gilroy-700-italic.woff) format("woff"), url(fonts/gilroy-700-italic.woff2) format("woff2"), url(fonts/gilroy-700-italic.ttf) format("truetype");
	font-weight: 700;
	font-style: italic
}

@font-face {
  font-family: "Futura Hv BT";
  src: url(https://alpha.armstrong-mea.com/app/themes/armstrongtire-v2/assets/fonts/futuhv.ttf);
}

@font-face {
  font-family: "Eurostile Demi";
  src: url(https://alpha.armstrong-mea.com/app/themes/armstrongtire-v2/assets/fonts/Eurostile-Demi.otf);
} 

@font-face {
  font-family: Eurostile-Medium;
  src: url(https://alpha.armstrong-mea.com/app/themes/armstrongtire-v2/assets/fonts/Eurostile-Medium.ttf);
} 



a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

table {
	border-spacing: 0
}

th {
	text-align: left
}

html {
	box-sizing: border-box;
	overflow-x: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

*,
*:after,
*:before {
	box-sizing: inherit
}

body {
	font-family: Gilroy, Helvetica Neue, Arial, sans-serif;
	line-height: 1.5;
	overflow-x: hidden;
	color: #0e3e3e
}

[role="button"],
button,
input[type="submit"] {
	background: none;
	border: 0;
	border-style: solid;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0
}

html[data-whatinput="mouse"] *:focus,
html[data-whatinput="touch"] *:focus {
	outline: none
}

img {
	display: block;
	max-width: 100%;
	width: 100%
}

input,
select,
textarea {
	padding: .75rem;
	font-family: inherit;
	font-size: 16px
}

a,
a:hover a:focus {
	color: inherit;
	text-decoration: none
}

.post-content p a {
	color: #f6c648 !important;
}

svg {
	display: block;
	fill: currentColor
}

*,
*::after,
*::before {
	border: 0 solid currentColor
}

img {
	border-style: solid
}

textarea {
	resize: vertical
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: .5
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: inherit;
	opacity: .5
}

input:-ms-input-placeholder,
input::-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: inherit;
	opacity: .5
}

input::placeholder,
textarea::placeholder {
	color: inherit;
	opacity: .5
}

table {
	border-collapse: collapse
}

.form input[type="email"],
.form input[type="tel"],
.form input[type="text"],
.form select,
.form textarea {
	font-weight: 700;
	padding: .75rem;
	width: 100%;
	background-color: rgba(14, 62, 62, .2)
}

.form fieldset {
	margin-bottom: 2rem
}

.form label {
	display: block;
	margin-bottom: .5rem;
	font-size: 15px
}

.form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0
}

.form textarea {
	min-height: 150px
}

.form input[type="submit"] {
	background-color: #f6c648;
	padding: 1.5rem;
	border-radius: 0;
	font-size: 1.125rem;
	text-align: left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 250px
}

.form-white label {
	color: #fff
}

.form-white input[type="email"],
.form-white input[type="tel"],
.form-white input[type="text"],
.form-white select,
.form-white textarea {
	background-color: #fff
}

.armstrong-form h2 {
	display: none
}

.armstrong-form fieldset {
	margin-bottom: 1.25rem!important;
	max-width: none!important
}

.armstrong-form input[type="submit"] {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.armstrong-form .as-fieldtype-select .input {
	position: relative
}

.armstrong-form .as-fieldtype-select .input::before {
	position: absolute;
	border-color: #ed2027;
	height: .75rem;
	width: .75rem;
	border-width: 0 0 3px 3px;
	content: "";
	right: 20px;
	top: 45%;
	transform: translateY(-50%) rotate(-45deg)
}

.armstrong-form .as-error-msg label {
	font-weight: 700;
	font-style: italic;
	font-size: .8125rem;
	color: #f6c648
}

.armstrong-form .as-submit .actions {
	display: inline-block;
	position: relative
}

.armstrong-form .as-submit .actions::before {
	position: absolute;
	background-image: url(/app/themes/armstrongtire-v2/assets/images/icons/paper-plane.svg);
	background-size: contain;
	content: "";
	height: 24px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px
}

.armstrong-form .as-submit .actions input {
	padding-right: 3.75rem
}

@media (max-width:37.4375em) {
	.armstrong-form .form-columns-2 .as-form-field,
	.armstrong-form .form-columns-3 .as-form-field {
		margin-bottom: .75rem!important;
		width: 100%!important
	}
}

.grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1rem;
	margin-right: -1rem
}

.grid-item {
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%
}

.home-tire {
	display: flex;
	padding: 12.5rem 1rem;
	position: relative
}

@media (min-width:340px) and (max-width:959px) {
	.home-tire {
		padding-top: 300px;
		padding-bottom: 300px
	}
	.home-tire::after,
	.home-tire::before {
		position: absolute;
		width: 100%;
		z-index: -2;
		content: "";
		height: 110px
	}
	.home-tire::before {
		background-color: #fff;
		left: 0;
		top: 0
	}
	.home-tire::after {
		background-color: #0e3e3e;
		bottom: 0;
		left: 0
	}
}

@media (min-width:700px) and (max-width:767px) {
	.home-tire::after,
	.home-tire::before {
		height: 130px
	}
	.home-tire p {
		font-size: 1.25rem
	}
}

@media (min-width:25em) {
	.home-tire {
		padding-left: 2.5rem;
		padding-right: 2.5rem
	}
}

@media (min-width:48em) {
	.home-tire {
		background-color: #fff
	}
}

@media (max-width:59.9375em) {
	.home-tire {
		flex-direction: column;
		justify-content: center;
		z-index: 1
	}
}

@media (min-width:60em) {
	.home-tire {
		background-color: transparent;
		padding-top: 3.75rem;
		padding-left: 0;
		padding-right: 0;
		width: 66.666667%
	}
}

@media (min-width:80em) {
	.home-tire {
		padding-top: 6rem
	}
}

.home-tire__img {
	position: absolute
}

@media (max-width:59.9375em) {
	.home-tire__img {
		left: 0;
		width: 100%;
		z-index: -1;
		bottom: -40px;
		top: -40px
	}
	.home-tire__img img {
		position: absolute;
		height: 100%;
		width: auto;
		left: 50%;
		max-width: none;
		transform-origin: center;
		transform: translateX(-50%)
	}
}

@media (min-width:60em) {
	.home-tire__img {
		max-width: 82.5rem;
		margin-top: -7.5rem;
		top: 100%;
		width: 100vw;
		background-image: none!important;
		left: 60%;
		transform: translateX(-50%)
	}
}

@media (min-width:80em) {
	.home-tire__img {
		margin-top: -12.5rem
	}
}

.home-cta {
	display: flex;
	justify-content: center;
	padding-top: 5rem;
	padding-bottom: 5rem;
	position: relative;
	z-index: 1
}

@media (min-width:48em) {
	.home-cta {
		padding-top: 7.5rem;
		padding-bottom: 7.5rem
	}
}

@media (min-width:80em) {
	.home-cta {
		padding-top: 12.5rem;
		padding-bottom: 12.5rem
	}
}

.home-cta::before {
	position: absolute;
	background-color: #f9f3e3;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	z-index: -1;
	content: ""
}

@media (min-width:80em) {
	.home-cta::before {
		width: 66.666667%
	}
}

select {
	cursor: pointer
}

select[disabled] {
	cursor: not-allowed
}

.appearance-none::-ms-expand {
	display: none
}

.logo-sm {
	height: 44px;
	width: 199px
}

.logo-z-sm {
	height: 55px;
	width: 199px
}

@media (max-width:63.9375em) {
	.nav-items {
		position: absolute;
		visibility: hidden;
		left: 0;
		opacity: 0;
		padding-bottom: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
		top: 100%;
		transition-duration: .1s;
		width: 100%;
		z-index: 999
	}
	.nav-items.-is-active {
		opacity: 1;
		visibility: visible
	}
	.nav-items.-is-active .nav-item,
	.nav-items.-is-active .nav-secondary-items {
		opacity: 1;
		visibility: visible;
		transform: translateY(0)
	}
	.nav-items.-is-active .nav-item:nth-child(1) {
		transition-delay: .1s
	}
	.nav-items.-is-active .nav-item:nth-child(2) {
		transition-delay: .15s
	}
	.nav-items.-is-active .nav-item:nth-child(3) {
		transition-delay: .2s
	}
	.nav-items.-is-active .nav-item:nth-child(4) {
		transition-delay: .25s
	}
	.nav-items.-is-active .nav-item:nth-child(5) {
		transition-delay: .3s
	}
	.nav-items.-is-active .nav-item:nth-child(6) {
		transition-delay: .35s
	}
	.nav-items.-is-active .nav-secondary-items {
		transition-delay: .4s
	}
}

@media (min-width:64em) {
	.nav-items {
		display: flex;
		align-items: center;
		justify-content: space-between
	}
}

@media (max-width:63.9375em) {
	.nav-item {
		visibility: hidden;
		opacity: 0;
		transition-duration: .2s;
		transform: translateY(20px)
	}
}

.nav-item a {
	overflow: hidden;
	position: relative
}

.nav-item a:hover {
	color: #f6c648
}

.nav-item a:hover .nav-item__tire {
	transform: translateY(50%)
}

@media (min-width:64em) {
	.nav-item a {
		padding: 1.5rem 1rem
	}
}

@media (min-width:80em) {
	.nav-item a {
		padding: 1.5rem
	}
}

.nav-item.current-menu-item,
.nav-item.current-menu-item:hover {
	color: #f6c648
}

.nav-item.current-menu-item .nav-item__tire,
.nav-item.current-menu-item:hover .nav-item__tire {
	transform: translateY(0)
}

.nav-item__tire {
	position: absolute;
	bottom: 0;
	left: 0;
	transition-duration: .2s;
	width: 100%;
	transform: translateY(100%)
}

@media (max-width:63.9375em) {
	.nav-item__tire {
		display: none
	}
}

@media (max-width:63.9375em) {
	.nav-secondary-items {
		visibility: hidden;
		opacity: 0;
		transition-duration: .2s;
		transform: translateY(20px)
	}
}

[data-nav-trigger-close],
[data-nav-trigger-open] {
	transition-duration: .2s
}

[data-nav-trigger-open] {
	opacity: 1;
	visibility: visible
}

[data-nav-trigger-close] {
	visibility: hidden;
	opacity: 0
}

[data-nav-trigger][aria-expanded="true"] {
	background-color: #fff!important
}

[data-nav-trigger][aria-expanded="true"] [data-nav-trigger-close] {
	opacity: 1;
	visibility: visible
}

[data-nav-trigger][aria-expanded="true"] [data-nav-trigger-open] {
	visibility: hidden;
	opacity: 0
}

.rtf {
	line-height: 1.5
}

.rtf p:not(:last-child) {
	margin-bottom: 1.5rem
}

.rtf em {
	font-style: italic
}

.rtf strong {
	font-weight: 700
}

.rtf a {
	color: #ed2027;
	text-decoration: underline
}

.rtf ol,
.rtf ol li:not(:last-child),
.rtf ul,
.rtf ul li:not(:last-child) {
	margin-bottom: 1.5rem
}

.rtf ol li:not(:last-child)::after,
.rtf ul li:not(:last-child)::after {
	position: absolute;
	border-color: rgba(0, 0, 0, .1);
	border-top-width: 1px;
	bottom: 0;
	right: 0;
	content: "";
	left: 32px
}

.rtf ul {
	margin-bottom: 2rem;
	margin-top: 2.5rem
}

.rtf ul li {
	padding-bottom: 1.5rem;
	padding-left: 2.5rem;
	position: relative
}

.rtf ul li::before {
	position: absolute;
	border-width: 4px;
	border-color: #0e3e3e;
	left: 0;
	border-radius: 50%;
	content: "";
	height: 15px;
	top: 10px;
	width: 15px
}

.rtf ol {
	margin-bottom: 2rem;
	margin-top: 2.5rem;
	counter-reset: ol
}

.rtf ol li {
	padding-bottom: 1.5rem;
	padding-left: 2.5rem;
	position: relative
}

.rtf ol li::before {
	position: absolute;
	font-weight: 700;
	line-height: 1;
	left: 0;
	margin-top: .25rem;
	font-size: 1.5625rem;
	top: 0;
	content: counter(ol);
	counter-increment: ol;
	width: 32px
}

.rtf-white a,
.rtf-white h2,
.rtf-white h3,
.rtf-white p {
	color: #fff
}

.theme-red .rtf ol li::before {
	color: #ed2027
}

.skip-nav,
.theme-green .rtf ol li::before {
	color: #0e3e3e
}

.skip-nav {
	background-color: #fff;
	font-weight: 700;
	left: 0;
	top: 0;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	display: block;
	position: absolute;
	font-size: 1.25rem;
	z-index: 999
}

.skip-nav:focus {
	clip: auto
}

.tablepress {
	border-top-width: 10px;
	border-color: #0e3e3e;
	font-size: .875rem;
	min-width: 43.75rem;
	width: 100%
}

.tablepress th {
	border-bottom-width: 1px;
	border-color: rgba(14, 62, 62, .5);
	font-weight: 700;
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
	position: relative
}

.tablepress th small {
	display: block;
	font-size: .75rem
}

.tablepress td {
	border-bottom-width: 1px;
	border-color: rgba(14, 62, 62, .2);
	padding-top: 1rem;
	padding-bottom: 1rem
}

.tablepress td,
.tablepress th {
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center
}

.tablepress td.column-1,
.tablepress th:first-child {
	background-color: #0e3e3e;
	border-bottom-width: 1px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	color: #fff;
	border-color: hsla(0, 0%, 100%, .3)
}

.tablepress td.column-1 {
	font-weight: 700;
	text-align: center;
	vertical-align: middle
}

.tablepress tbody tr:hover {
	background-color: rgba(246, 198, 72, .6)
}

.table-vertical {
	width: 100%
}

.table-vertical thead {
	background-color: #f9f3e3
}

.table-vertical thead th {
	border-bottom-width: 1px;
	font-weight: 700;
	padding: 1.5rem;
	border-color: currentColor
}

.table-vertical td {
	padding: 1rem 1.5rem;
	border-bottom-width: 1px;
	border-color: rgba(0, 0, 0, .1)
}

[role="tablist"] a[aria-selected] {
	background-color: #f6c648;
	color: #0e3e3e
}

.tire-detail {
	z-index: 999;
	height: 180px;
	left: calc(50% - 90px);
	position: absolute;
	top: calc(50% - 90px);
	transform: rotate(45deg);
	width: 180px
}

.tire-detail[data-spotlight-position="tread-high"] [data-spotlight] {
	-webkit-clip-path: circle(23px at 65px 15px);
	clip-path: circle(23px at 65px 15px)
}

.tire-detail[data-spotlight-position="tread-high"] [data-spotlight-border] {
	left: 42px;
	top: -8px
}

.tire-detail[data-spotlight-position="tread-middle"] [data-spotlight] {
	-webkit-clip-path: circle(23px at 45px 65px);
	clip-path: circle(23px at 45px 65px)
}

.tire-detail[data-spotlight-position="tread-middle"] [data-spotlight-border] {
	left: 22px;
	top: 42px
}

.tire-detail[data-spotlight-position="tread-low"] [data-spotlight] {
	-webkit-clip-path: circle(23px at 40px 115px);
	clip-path: circle(23px at 40px 115px)
}

.tire-detail[data-spotlight-position="tread-low"] [data-spotlight-border] {
	left: 17px;
	top: 92px
}

.tire-detail[data-spotlight-position="sidewall-high"] [data-spotlight] {
	-webkit-clip-path: circle(23px at 95px 20px);
	clip-path: circle(23px at 95px 20px)
}

.tire-detail[data-spotlight-position="sidewall-high"] [data-spotlight-border] {
	left: 72px;
	top: -3px
}

.tire-detail[data-spotlight-position="sidewall-middle"] [data-spotlight] {
	-webkit-clip-path: circle(23px at 75px 85px);
	clip-path: circle(23px at 75px 85px)
}

.tire-detail[data-spotlight-position="sidewall-middle"] [data-spotlight-border] {
	left: 52px;
	top: 62px
}

.tire-detail[data-spotlight-position="sidewall-low"] [data-spotlight] {
	-webkit-clip-path: circle(23px at 95px 140px);
	clip-path: circle(23px at 95px 140px)
}

.tire-detail[data-spotlight-position="sidewall-low"] [data-spotlight-border] {
	left: 72px;
	top: 117px
}

[data-spotlight-border] {
	height: 46px;
	width: 46px
}

.triangle-up {
	border-color: transparent transparent currentColor;
	border-width: 0 38px 40px;
	height: 0;
	width: 0
}

.wing-left {
	right: 100%
}

.wing-left,
.wing-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100vw
}

.wing-right {
	left: 100%
}

.wpsl-preloader {
	background-color: #fff!important;
	color: #292929!important
}

.wpsl-preloader img {
	width: auto!important
}

.wpsl-search {
	background: none!important
}

.wpsl-dropdown {
	color: #292929
}

#wpsl-search-btn,
#wpsl-search-input,
.wpsl-dropdown {
	border-width: 0!important
}

#wpsl-search-btn {
	background-color: #f6c648!important;
	font-size: 1.125rem;
	text-align: center;
	color: #292929!important;
	background-image: none!important
}

@media (max-width:675px) {
	#wpsl-search-btn {
		margin-top: 1rem!important
	}
}

#wpsl-result-list {
	margin-right: 0
}

#wpsl-wrap #wpsl-result-list li {
	border-bottom: 2px solid hsla(0, 0%, 100%, .2);
	padding: 1rem
}

#wpsl-wrap #wpsl-result-list li a {
	font-weight: 700;
	color: #f6c648;
	text-decoration: underline
}

#wpsl-stores {
	color: #fff
}

.theme-red #wpsl-stores {
	background-color: #0e3e3e
}

.theme-green #wpsl-stores {
	background-color: #ed2027
}

#wpsl-gmap {
	color: #292929
}

@media (min-width:676px) {
	#wpsl-gmap {
		width: 67%
	}
}

.appearance-none {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.bg-transparent {
	background-color: transparent
}

.bg-black-10 {
	background-color: rgba(0, 0, 0, .1)
}

.bg-dark-gray {
	background-color: #292929
}

.bg-white {
	background-color: #fff
}

.bg-white-15 {
	background-color: hsla(0, 0%, 100%, .15)
}

.bg-red {
	background-color: #ed2027
}

.bg-yellow {
	background-color: #f6c648
}

.bg-green {
	background-color: #0e3e3e
}

.bg-tan {
	background-color: #f9f3e3
}

.hover\:bg-black-10:hover {
	background-color: rgba(0, 0, 0, .1)
}

.hover\:bg-white-15:hover {
	background-color: hsla(0, 0%, 100%, .15)
}

.bg-bottom {
	background-position: bottom
}

.bg-center {
	background-position: 50%
}

.bg-no-repeat {
	background-repeat: no-repeat
}

.bg-cover {
	background-size: cover
}

.bg-contain {
	background-size: contain
}

.border-transparent {
	border-color: transparent
}

.border-black-30 {
	border-color: rgba(0, 0, 0, .3)
}

.border-white {
	border-color: #fff
}

.border-red {
	border-color: #ed2027
}

.border-yellow {
	border-color: #f6c648
}

.border-dark-green {
	border-color: #082525
}

.border-green-50 {
	border-color: rgba(14, 62, 62, .5)
}

.border-tan {
	border-color: #f9f3e3
}

.rounded-none {
	border-radius: 0
}

.rounded {
	border-radius: 4px
}

.rounded-circle {
	border-radius: 50%
}

.border-2 {
	border-width: 2px
}

.border-10 {
	border-width: 10px
}

.border {
	border-width: 1px
}

.border-t-4 {
	border-top-width: 4px
}

.border-l-10 {
	border-left-width: 10px
}

.border-b {
	border-bottom-width: 1px
}

.block {
	display: block
}

.inline-block {
	display: inline-block
}

.flex {
	display: flex
}

.table {
	display: table
}

.table-row {
	display: table-row
}

.table-cell {
	display: table-cell
}

.hidden {
	display: none
}

.flex-row-reverse {
	flex-direction: row-reverse
}

.flex-col {
	flex-direction: column
}

.flex-wrap {
	flex-wrap: wrap
}

.items-start {
	align-items: flex-start
}

.items-center {
	align-items: center
}

.justify-end {
	justify-content: flex-end
}

.justify-center {
	justify-content: center
}

.justify-between {
	justify-content: space-between
}

.flex-grow {
	flex-grow: 1
}

.flex-shrink-0 {
	flex-shrink: 0
}

.font-bold {
	font-weight: 700
}

.h-300 {
	height: 300px
}

.h-full {
	height: 100%
}

.leading-none {
	line-height: 1
}

.leading-tight {
	line-height: 1.25
}

.leading-loose {
	line-height: 2
}

.m-32 {
	margin: 2rem
}

.mx-6 {
	margin-left: .375rem;
	margin-right: .375rem
}

.mx-8 {
	margin-left: .5rem;
	margin-right: .5rem
}

.my-12 {
	margin-top: .75rem;
	margin-bottom: .75rem
}

.my-16 {
	margin-top: 1rem;
	margin-bottom: 1rem
}

.mx-16 {
	margin-left: 1rem;
	margin-right: 1rem
}

.mx-20 {
	margin-left: 1.25rem;
	margin-right: 1.25rem
}

.mx-32 {
	margin-left: 0rem; /*2rem*/
	margin-right: 2rem
}

.my-40 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem
}

.my-80 {
	margin-top: 5rem;
	margin-bottom: 5rem
}

.mx-auto {
	margin-left: auto;
	margin-right: auto
}

.-mx-6 {
	margin-left: -.375rem;
	margin-right: -.375rem
}

.-mx-24 {
	margin-left: -1.5rem;
	margin-right: -1.5rem
}

.mr-4 {
	margin-right: .25rem
}

.mt-6 {
	margin-top: .375rem
}

.mb-6 {
	margin-bottom: .375rem
}

.mt-8 {
	margin-top: .5rem
}

.mr-8 {
	margin-right: .5rem
}

.mr-12 {
	margin-right: .75rem
}

.mb-12 {
	margin-bottom: .75rem
}

.mr-16 {
	margin-right: 1rem
}

.mb-16 {
	margin-bottom: 1rem
}

.ml-16 {
	margin-left: 1rem
}

.mt-20 {
	margin-top: 1.25rem
}

.mr-20 {
	margin-right: 1.25rem
}

.mb-20 {
	margin-bottom: 1.25rem
}

.mr-24 {
	margin-right: 1.5rem
}

.mb-24 {
	margin-bottom: 1.5rem
}

.mb-32 {
	margin-bottom: 2rem
}

.ml-32 {
	margin-left: 2rem
}

.mt-40 {
	margin-top: 2.5rem
}

.mb-40 {
	margin-bottom: 2.5rem
}

.mt-48 {
	margin-top: 3rem
}

.mb-48 {
	margin-bottom: 3rem
}

.mb-60 {
	margin-bottom: 3.75rem
}

.mt-80 {
	margin-top: 5rem
}

.ml-80 {
	margin-left: 5rem
}

.mt-120 {
	margin-top: 7.5rem
}

.mb-120 {
	margin-bottom: 7.5rem
}

.mt-160 {
	margin-top: 10rem
}

.mb-160 {
	margin-bottom: 10rem
}

.mt-auto {
	margin-top: auto
}

.-mb-1 {
	margin-bottom: -.0625rem
}

.-mt-6 {
	margin-top: -.375rem
}

.-mt-32 {
	margin-top: -2rem
}

.-mt-80 {
	margin-top: -5rem
}

.-mt-120 {
	margin-top: -7.5rem
}

.-mr-160 {
	margin-right: -10rem
}

.-ml-160 {
	margin-left: -10rem
}

.-mt-200 {
	margin-top: -12.5rem
}

.max-w-350 {
	max-width: 21.875rem
}

.max-w-410 {
	max-width: 25.625rem
}

.max-w-460 {
	max-width: 28.75rem
}

.max-w-500 {
	max-width: 31.25rem
}

.max-w-550 {
	max-width: 34.375rem
}

.max-w-720 {
	max-width: 45rem
}

.max-w-800 {
	max-width: 50rem
}

.max-w-1140 {
	max-width: 71.25rem
}

.max-w-1320 {
	max-width: 82.5rem
}

.max-w-full {
	max-width: 100%
}

.min-w-550 {
	min-width: 34.375rem
}

.min-w-full {
	min-width: 100%
}

.object-contain {
	-o-object-fit: contain;
	object-fit: contain
}

.object-bottom {
	-o-object-position: bottom;
	object-position: bottom
}

.opacity-40 {
	opacity: .4
}

.overflow-hidden {
	overflow: hidden
}

.overflow-x-auto {
	overflow-x: auto
}

.p-6 {
	padding: .375rem
}

.p-16 {
	padding: 1rem
}

.p-20 {
	padding: 1.25rem
}

.p-24 {
	padding: 1.5rem
}

.p-28 {
	padding: 1.75rem
}

.p-32 {
	padding: 2rem
}

.p-80 {
	padding: 5rem
}

.py-6 {
	padding-top: .375rem;
	padding-bottom: .375rem
}

.py-8 {
	padding-top: .5rem;
	padding-bottom: .5rem
}

.px-8 {
	padding-left: .5rem;
	padding-right: .5rem
}

.py-12 {
	padding-top: .75rem;
	padding-bottom: .75rem
}

.px-12 {
	padding-left: .75rem;
	padding-right: .75rem
}

.py-16 {
	padding-top: 1rem;
	padding-bottom: 1rem
}

.px-16 {
	padding-left: 1rem;
	padding-right: 1rem
}

.py-20 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem
}

.px-24 {
	padding-left: 1.5rem;
	padding-right: 1.5rem
}

.py-32 {
	padding-top: 2rem;
	padding-bottom: 2rem
}

.px-32 {
	padding-left: 2rem;
	padding-right: 2rem
}

.px-48 {
	padding-left: 3rem;
	padding-right: 3rem
}

.py-60 {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem
}

.py-64 {
	padding-top: 4rem;
	padding-bottom: 4rem
}

.px-64 {
	padding-left: 4rem;
	padding-right: 4rem
}

.py-80 {
	padding-top: 5rem;
	padding-bottom: 5rem
}

.px-80 {
	padding-left: 5rem;
	padding-right: 5rem
}

.py-96 {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.py-120 {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem
}

.py-160 {
	padding-top: 10rem;
	padding-bottom: 10rem
}

.pt-2 {
	padding-top: .125rem
}

.pt-6 {
	padding-top: .375rem
}

.pb-16 {
	padding-bottom: 1rem
}

.pt-32 {
	padding-top: 2rem
}

.pr-32 {
	padding-right: 2rem
}

.pb-32 {
	padding-bottom: 2rem
}

.pl-32 {
	padding-left: 2rem
}

.pt-40 {
	padding-top: 2.5rem
}

.pl-40 {
	padding-left: 2.5rem
}

.pt-48 {
	padding-top: 3rem
}

.pt-60 {
	padding-top: 3.75rem
}

.pb-60 {
	padding-bottom: 3.75rem
}

.pt-72 {
	padding-top: 4.5rem
}

.pb-72 {
	padding-bottom: 4.5rem
}

.pt-80 {
	padding-top: 5rem
}

.pb-80 {
	padding-bottom: 5rem
}

.pb-96 {
	padding-bottom: 6rem
}

.pt-120 {
	padding-top: 7.5rem
}

.pb-120 {
	padding-bottom: 7.5rem
}

.pt-140 {
	padding-top: 8.75rem
}

.pt-160 {
	padding-top: 10rem
}

.pt-200 {
	padding-top: 12.5rem
}

.pointer-events-none {
	pointer-events: none
}

.fixed {
	position: fixed
}

.absolute {
	position: absolute
}

.relative {
	position: relative
}

.inset-0 {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.inset-10 {
	top: .625rem;
	right: .625rem;
	bottom: .625rem;
	left: .625rem
}

.inset-y-0 {
	top: 0;
	bottom: 0
}

.inset-x-0 {
	right: 0;
	left: 0
}

.top-0 {
	top: 0
}

.right-0 {
	right: 0
}

.bottom-0 {
	bottom: 0
}

.left-0 {
	left: 0
}

.top-60 {
	top: 3.75rem
}

.top-1\/2 {
	top: 50%
}

.left-1\/2 {
	left: 50%
}

.top-full {
	top: 100%
}

.right-full {
	right: 100%
}

.bottom-full {
	bottom: 100%
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

.text-dark-gray {
	color: #292929
}

.text-white {
	color: #fff
}

.text-red {
	color: #ed2027
}

.text-yellow {
	color: #f6c648
}

.text-green {
	color: #0e3e3e
}

.text-tan {
	color: #f9f3e3
}

.group:hover .group-hover\:text-yellow,
.hover\:text-yellow:hover {
	color: #f6c648
}

.text-12 {
	font-size: .75rem
}

.text-13 {
	font-size: .8125rem
}

.text-14 {
	font-size: .875rem
}

.text-18 {
	font-size: 1.125rem
}

.text-20 {
	font-size: 1.25rem
}

.text-25 {
	font-size: 1.5625rem
}

.text-30 {
	font-size: 1.875rem
}

.text-34 {
	font-size: 2.125rem
}

.text-36 {
	font-size: 2.25rem
}

.text-45 {
	font-size: 2.8125rem
}

.text-50 {
	font-size: 3.125rem
}

.text-76 {
	font-size: 4.75rem
}

.uppercase {
	text-transform: uppercase
}

.capitalize {
	text-transform: capitalize
}

.tracking-slight {
	letter-spacing: .05em
}

.tracking-wide {
	letter-spacing: .1em
}

.invisible {
	visibility: hidden
}

.w-64 {
	width: 4rem
}

.w-70 {
	width: 70px
}

.w-120 {
	width: 7.5rem
}

.w-320 {
	width: 320px
}

.w-auto {
	width: auto
}

.w-1\/2 {
	width: 50%
}

.w-1\/3 {
	width: 33.333333%
}

.w-2\/3 {
	width: 66.666667%
}

.w-1\/4 {
	width: 25%
}

.w-3\/4 {
	width: 75%
}

.w-full {
	width: 100%
}

.w-screen {
	width: 100vw
}

.z-1 {
	z-index: 1
}

.z-2 {
	z-index: 2
}

.-z-1 {
	z-index: -1
}

.z-max {
	z-index: 999
}

.transition-fast {
	transition-duration: .2s
}

.transition-slow {
	transition-duration: .5s
}

.group:hover .group-hover\:transition-delay-4 {
	transition-delay: .04s
}

.group:hover .group-hover\:transition-delay-8 {
	transition-delay: .08s
}

.theme-red .border-theme {
	border-color: #ed2027
}

.theme-red .bg-theme {
	background-color: #ed2027
}

.theme-red .text-theme {
	color: #ed2027
}

.theme-green .border-theme {
	border-color: #0e3e3e
}

.theme-green .bg-theme {
	background-color: #0e3e3e
}

.theme-green .text-theme {
	color: #0e3e3e
}

.group:hover .group-hover\:translate-x-10 {
	transform: translateX(10px)
}

.group:hover .group-hover\:-translate-x-10 {
	transform: translateX(-10px)
}

.translate-y-full {
	transform: translateY(100%)
}

.group:hover .group-hover\:translate-y-0 {
	transform: translateY(0)
}

.group:hover .group-hover\:-translate-y-15 {
	transform: translateY(-15px)
}

.-rotate-45 {
	transform: rotate(-45deg)
}

.spin {
	animation: spin 60s infinite linear
}

@media (prefers-reduced-motion:reduce) {
	.spin {
		animation: none
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}

.inset-xc {
	left: 50%;
	transform: translateX(-50%)
}

.overflow-mobile {
	-webkit-overflow-scrolling: touch
}

.sr-only {
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	display: block;
	position: absolute!important
}

[data-togglee] {
	opacity: 1;
	overflow: hidden;
	visibility: visible;
	transition: all .3s
}

.collapsed {
	opacity: 0;
	visibility: hidden;
	max-height: 0!important
}

.pp-top-section h1, .pp-bottom-section h2, .pp-bottom-section h3 {
    font-family: "Futura Hv BT";
    line-height: 1.3;
}

.pp-top-section h1 {
    font-size: 38px;
}

.pp-top-section h1, .pp-bottom-section h4, .pp-bottom-section h3 {
    margin-bottom: 24px;
}

.pp-top-section p, .pp-bottom-section p {
     margin-bottom: 30px;
}

.pp-bottom-section h2, .pp-bottom-section h3, .pp-bottom-section h4, .pp-bottom-section p, .pp-bottom-section strong,  .pp-bottom-section ul li {
    color: #1C1C1B;
}

.pp-bottom-section ul {
    list-style: disc;
    padding-left: 20px;
}

.pp-bottom-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 48px;
}

.pp-bottom-section h3 {
    font-size: 24px;
}

.pp-bottom-section h4 {
    font-size: 20px;
    font-family: "Eurostile Demi";
}

.pp-top-section, .pp-bottom-section {
    font-family: Eurostile-Medium;
    font-size: 18px;
}

.max-w-720.pp-top-section, .pp-bottom-section .max-w-720 {
    max-width: 916px;
}

.pp-bottom-section {
    padding-top: 40px;
    padding-bottom: 140px;
}

@media only screen and (max-width:1023px) {
    .pp-top-section h1 {
        font-size: 24px;
        margin-bottom: 19px !important;
    }
    .pp-bottom-section h2 {
        font-size: 22px;
    }
    .pp-bottom-section h3 {
        font-size: 20px;
    }
    .pp-bottom-section h4 {
        font-size: 18px;
    }
    .pp-top-section, .pp-bottom-section {
        font-size: 14px;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .pp-top-section {
        margin-top: 40px;
    }
    .pp-bottom-section {
        margin-top: -10px;
        padding-top: 20px;
    }
    .pp-bottom-section h2 {
        margin-top: 27px;
    }
    .pp-bottom-section {
        padding-bottom: 55px;
    }
    .pp-top-section p, .pp-bottom-section p {
        margin-bottom: 24px;
    }
}

@media (max-width:24.9375em) {
	.tyd\:flex-col {
		flex-direction: column
	}
	.tyd\:flex-wrap {
		flex-wrap: wrap
	}
	.tyd\:order-first {
		order: -1
	}
	.tyd\:pr-16 {
		padding-right: 1rem
	}
	.tyd\:w-full {
		width: 100%
	}
}

@media (min-width:25em) {
	.ty\:logo-z-lg {
		height: 85px;
		width: 309px
	}
	.ty\:mb-64 {
		margin-bottom: 4rem
	}
	.ty\:-ml-32 {
		margin-left: -2rem
	}
	.ty\:-mt-64 {
		margin-top: -4rem
	}
	.ty\:px-16 {
		padding-left: 1rem;
		padding-right: 1rem
	}
	.ty\:py-32 {
		padding-top: 2rem;
		padding-bottom: 2rem
	}
	.ty\:px-40 {
		padding-left: 2.5rem;
		padding-right: 2.5rem
	}
	.ty\:text-50 {
		font-size: 3.125rem
	}
	.ty\:w-1\/2 {
		width: 50%
	}
}

@media (max-width:37.4375em) {
	.xsd\:hidden {
		display: none
	}
	.xsd\:mb-60 {
		margin-bottom: 3.75rem
	}
	.xsd\:inset-x-10 {
		right: .625rem;
		left: .625rem
	}
	.xsd\:bottom-full {
		bottom: 100%
	}
	.xsd\:text-center {
		text-align: center
	}
	.xsd\:inset-xc {
		left: 50%;
		transform: translateX(-50%)
	}
}

@media (min-width:37.5em) {
	.xs\:separated-list {
		display: flex
	}
	.xs\:separated-list li:not(:last-child)::after {
		content: "/";
		display: inline-block;
		margin-left: .5rem;
		margin-right: .5rem;
		opacity: .4
	}
	.xs\:triangle-left {
		border-color: transparent currentColor transparent transparent;
		border-width: 38px 40px 38px 0;
		height: 0;
		width: 0
	}
	.xs\:flex {
		display: flex
	}
	.xs\:mx-32 {
		margin-left: 2rem;
		margin-right: 2rem
	}
	.xs\:mr-20 {
		margin-right: 1.25rem
	}
	.xs\:ml-32 {
		margin-left: 2rem
	}
	.xs\:-ml-200 {
		margin-left: -12.5rem
	}
	.xs\:py-16 {
		padding-top: 1rem;
		padding-bottom: 1rem
	}
	.xs\:px-32 {
		padding-left: 2rem;
		padding-right: 2rem
	}
	.xs\:px-60 {
		padding-left: 3.75rem;
		padding-right: 3.75rem
	}
	.xs\:py-120 {
		padding-top: 7.5rem;
		padding-bottom: 7.5rem
	}
	.xs\:pr-20 {
		padding-right: 1.25rem
	}
	.xs\:right-full {
		right: 100%
	}
	.xs\:left-full {
		left: 100%
	}
	.xs\:text-36 {
		font-size: 2.25rem
	}
	.xs\:text-96 {
		font-size: 6rem
	}
	.xs\:w-80 {
		width: 5rem
	}
	.xs\:w-320 {
		width: 320px
	}
	.xs\:w-1\/2 {
		width: 50%
	}
	.xs\:w-2\/3 {
		width: 66.666667%
	}
	.xs\:rotate-180 {
		transform: rotate(180deg)
	}
	.xs\:inset-xc {
		left: 50%;
		transform: translateX(-50%)
	}
	.xs\:inset-yc {
		top: 50%;
		transform: translateY(-50%)
	}
}

@media (max-width:47.9375em) {
	.smd\:flex {
		display: flex
	}
	.smd\:hidden {
		display: none
	}
	.smd\:mx-auto {
		margin-left: auto;
		margin-right: auto
	}
	.smd\:mt-20 {
		margin-top: 1.25rem
	}
	.smd\:mb-60 {
		margin-bottom: 3.75rem
	}
	.smd\:max-w-350 {
		max-width: 21.875rem
	}
	.smd\:px-16 {
		padding-left: 1rem;
		padding-right: 1rem
	}
	.smd\:aspect-ratio-16\/9 {
		padding-top: 56.25%
	}
}

@media (min-width:48em) {
	.sm\:block {
		display: block
	}
	.sm\:flex {
		display: flex
	}
	.sm\:hidden {
		display: none
	}
	.sm\:mx-20 {
		margin-left: 1.25rem;
		margin-right: 1.25rem
	}
	.sm\:my-96 {
		margin-top: 6rem;
		margin-bottom: 6rem
	}
	.sm\:mr-16 {
		margin-right: 1rem
	}
	.sm\:ml-16 {
		margin-left: 1rem
	}
	.sm\:mr-80 {
		margin-right: 5rem
	}
	.sm\:mt-96 {
		margin-top: 6rem
	}
	.sm\:max-w-500 {
		max-width: 31.25rem
	}
	.sm\:min-w-350 {
		min-width: 21.875rem
	}
	.sm\:min-w-400 {
		min-width: 25rem
	}
	.sm\:p-64 {
		padding: 4rem
	}
	.sm\:px-32 {
		padding-left: 2rem;
		padding-right: 2rem
	}
	.sm\:px-40 {
		padding-left: 2.5rem;
		padding-right: 2.5rem
	}
	.sm\:px-60 {
		padding-left: 3.75rem;
		padding-right: 3.75rem
	}
	.sm\:py-64 {
		padding-top: 4rem;
		padding-bottom: 4rem
	}
	.sm\:py-120 {
		padding-top: 7.5rem;
		padding-bottom: 7.5rem
	}
	.sm\:py-200 {
		padding-top: 12.5rem;
		padding-bottom: 12.5rem
	}
	.sm\:pb-0 {
		padding-bottom: 0
	}
	.sm\:pr-64 {
		padding-right: 4rem
	}
	.sm\:pb-80 {
		padding-bottom: 5rem
	}
	.sm\:absolute {
		position: absolute
	}
	.sm\:left-1\/2 {
		left: 50%
	}
	.sm\:text-76 {
		font-size: 4.75rem
	}
	.sm\:text-96 {
		font-size: 6rem
	}
	.sm\:text-160 {
		font-size: 10rem
	}
	.sm\:w-140 {
		width: 8.75rem
	}
	.sm\:w-1\/2 {
		width: 50%
	}
}

@media (max-width:59.9375em) {
	.mdd\:bg-white {
		background-color: #fff
	}
	.mdd\:bg-tan {
		background-color: #f9f3e3
	}
	.mdd\:flex {
		display: flex
	}
	.mdd\:hidden {
		display: none
	}
	.mdd\:flex-col {
		flex-direction: column
	}
	.mdd\:justify-center {
		justify-content: center
	}
	.mdd\:order-last {
		order: 999
	}
	.mdd\:mx-auto {
		margin-left: auto;
		margin-right: auto
	}
	.mdd\:mb-20 {
		margin-bottom: 1.25rem
	}
	.mdd\:mb-24 {
		margin-bottom: 1.5rem
	}
	.mdd\:mt-32 {
		margin-top: 2rem
	}
	.mdd\:mb-32 {
		margin-bottom: 2rem
	}
	.mdd\:max-w-350 {
		max-width: 21.875rem
	}
	.mdd\:max-w-500 {
		max-width: 31.25rem
	}
	.mdd\:spin {
		animation: spin 60s infinite linear
	}
}

@media (min-width:60em) {
	.md\:block {
		display: block
	}
	.md\:flex {
		display: flex
	}
	.md\:hidden {
		display: none
	}
	.md\:mx-60 {
		margin-left: 3.75rem;
		margin-right: 3.75rem
	}
	.md\:mr-32 {
		margin-right: 2rem
	}
	.md\:ml-32 {
		margin-left: 2rem
	}
	.md\:mr-64 {
		margin-right: 4rem
	}
	.md\:ml-64 {
		margin-left: 4rem
	}
	.md\:mb-200 {
		margin-bottom: 12.5rem
	}
	.md\:-mb-72 {
		margin-bottom: -4.5rem
	}
	.md\:-mt-120 {
		margin-top: -7.5rem
	}
	.md\:max-w-1320 {
		max-width: 82.5rem
	}
	.md\:min-h-screen {
		min-height: 100vh
	}
	.md\:px-0 {
		padding-left: 0;
		padding-right: 0
	}
	.md\:px-60 {
		padding-left: 3.75rem;
		padding-right: 3.75rem
	}
	.md\:py-80 {
		padding-top: 5rem;
		padding-bottom: 5rem
	}
	.md\:py-120 {
		padding-top: 7.5rem;
		padding-bottom: 7.5rem
	}
	.md\:pl-0 {
		padding-left: 0
	}
	.md\:pl-32 {
		padding-left: 2rem
	}
	.md\:pr-64 {
		padding-right: 4rem
	}
	.md\:pb-120 {
		padding-bottom: 7.5rem
	}
	.md\:pt-200 {
		padding-top: 12.5rem
	}
	.md\:pb-200 {
		padding-bottom: 12.5rem
	}
	.md\:whitespace-no-wrap {
		white-space: nowrap
	}
	.md\:w-180 {
		width: 180px
	}
	.md\:w-auto {
		width: auto
	}
	.md\:w-1\/2 {
		width: 50%
	}
	.md\:w-1\/3 {
		width: 33.333333%
	}
	.md\:w-2\/3 {
		width: 66.666667%
	}
	.md\:w-2\/5 {
		width: 40%
	}
	.md\:w-3\/5 {
		width: 60%
	}
	.md\:spin {
		animation: spin 60s infinite linear
	}
}

@media (max-width:63.9375em) {
	.lgd\:hidden {
		display: none
	}
	.lgd\:my-32 {
		margin-top: 2rem;
		margin-bottom: 2rem
	}
	.lgd\:ml-32 {
		margin-left: 2rem
	}
	.lgd\:min-h-screen {
		min-height: 100vh
	}
	.lgd\:pt-32 {
		padding-top: 2rem
	}
	.lgd\:shadow {
		box-shadow: 0 10px 10px rgba(0, 0, 0, .1)
	}
	.lgd\:text-center {
		text-align: center
	}
	.lgd\:w-1\/3 {
		width: 33.333333%
	}
	.theme-red .lgd\:bg-theme {
		background-color: #ed2027
	}
	.theme-green .lgd\:bg-theme {
		background-color: #0e3e3e
	}
}

@media (min-width:64em) {
	.lg\:block {
		display: block
	}
	.lg\:flex {
		display: flex
	}
	.lg\:hidden {
		display: none
	}
	.lg\:h-overflow {
		height: 125%
	}
	.lg\:ml-0 {
		margin-left: 0
	}
	.lg\:mr-32 {
		margin-right: 2rem
	}
	.lg\:mr-80 {
		margin-right: 5rem
	}
	.lg\:-mt-24 {
		margin-top: -1.5rem
	}
	.lg\:-mb-24 {
		margin-bottom: -1.5rem
	}
	.lg\:max-w-500 {
		max-width: 31.25rem
	}
	.lg\:py-0 {
		padding-top: 0;
		padding-bottom: 0
	}
	.lg\:px-16 {
		padding-left: 1rem;
		padding-right: 1rem
	}
	.lg\:px-32 {
		padding-left: 2rem;
		padding-right: 2rem
	}
	.lg\:py-60 {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem
	}
	.lg\:px-60 {
		padding-left: 3.75rem;
		padding-right: 3.75rem
	}
	.lg\:px-80 {
		padding-left: 5rem;
		padding-right: 5rem
	}
	.lg\:pl-0 {
		padding-left: 0
	}
	.lg\:pt-450 {
		padding-top: 28.125rem
	}
	.lg\:relative {
		position: relative
	}
	.lg\:left-36 {
		left: 2.25rem
	}
	.lg\:text-14 {
		font-size: .875rem
	}
	.lg\:text-16 {
		font-size: 1rem
	}
	.lg\:text-440 {
		font-size: 27.5rem
	}
	.lg\:w-320 {
		width: 320px
	}
	.lg\:w-400 {
		width: 400px
	}
	.lg\:w-1\/2 {
		width: 50%
	}
	.lg\:w-1\/3 {
		width: 33.333333%
	}
	.lg\:w-2\/3 {
		width: 66.666667%
	}
}

@media (max-width:79.9375em) {
	.xld\:mx-auto {
		margin-left: auto;
		margin-right: auto
	}
	.xld\:mb-60 {
		margin-bottom: 3.75rem
	}
}

@media (min-width:80em) {
	.xl\:flex {
		display: flex
	}
	.xl\:mx-32 {
		margin-left: 2rem;
		margin-right: 2rem
	}
	.xl\:-mx-32 {
		margin-left: -2rem;
		margin-right: -2rem
	}
	.xl\:p-80 {
		padding: 5rem
	}
	.xl\:px-0 {
		padding-left: 0;
		padding-right: 0
	}
	.xl\:px-32 {
		padding-left: 2rem;
		padding-right: 2rem
	}
	.xl\:px-60 {
		padding-left: 3.75rem;
		padding-right: 3.75rem
	}
	.xl\:px-64 {
		padding-left: 4rem;
		padding-right: 4rem
	}
	.xl\:py-96 {
		padding-top: 6rem;
		padding-bottom: 6rem
	}
	.xl\:px-96 {
		padding-left: 6rem;
		padding-right: 6rem
	}
	.xl\:pt-72 {
		padding-top: 4.5rem
	}
	.xl\:pt-96 {
		padding-top: 6rem
	}
	.xl\:pr-120 {
		padding-right: 7.5rem
	}
	.xl\:pb-160 {
		padding-bottom: 10rem
	}
	.xl\:pb-200 {
		padding-bottom: 12.5rem
	}
	.xl\:text-18 {
		font-size: 1.125rem
	}
	.xl\:w-1\/4 {
		width: 25%
	}
}