@charset "UTF-8";
@media print, screen and (min-width: 40em) {
	.reveal,
	.reveal.large,
	.reveal.small,
	.reveal.tiny {
		right: auto;
		left: auto;
		margin: 0 auto;
	}
} /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
.foundation-mq {
	font-family: "xsmall=0em&small=23.4375em&medium=40em&large=64em&xlarge=80em";
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
}
*,
::after,
::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	margin: 0;
	padding: 0;
	background: #fefefe;
	font-family: PxGrotesk, Helvetica, Roboto, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	color: #072a50;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}
textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0;
}
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-radius: 0;
}
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
	max-width: none !important;
}
button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: 0 0;
	line-height: 1;
	cursor: auto;
}
[data-whatinput="mouse"] button {
	outline: 0;
}
pre {
	overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
}
.is-visible {
	display: block !important;
}
.is-hidden {
	display: none !important;
}
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 2.1375rem;
	margin: 0 0 1rem;
	padding: 0.5rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	-webkit-box-shadow: inset 0 1px 2px rgba(7, 42, 80, 0.1);
	box-shadow: inset 0 1px 2px rgba(7, 42, 80, 0.1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
	color: #072a50;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
		-webkit-box-shadow 0.5s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus {
	outline: 0;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	-webkit-box-shadow: 0 0 5px #cacaca;
	box-shadow: 0 0 5px #cacaca;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
		-webkit-box-shadow 0.5s;
}
textarea {
	max-width: 100%;
}
textarea[rows] {
	height: auto;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
	background-color: #e6e6e6;
	cursor: not-allowed;
}
[type="button"],
[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-input-placeholder {
	color: #cacaca;
}
::-moz-placeholder {
	color: #cacaca;
}
:-ms-input-placeholder {
	color: #cacaca;
}
::-ms-input-placeholder {
	color: #cacaca;
}
::placeholder {
	color: #cacaca;
}
[type="checkbox"],
[type="file"],
[type="radio"] {
	margin: 0 0 1rem;
}
[type="checkbox"] + label,
[type="radio"] + label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: 0.5rem;
	margin-right: 1rem;
	margin-bottom: 0;
}
[type="checkbox"] + label[for],
[type="radio"] + label[for] {
	cursor: pointer;
}
label > [type="checkbox"],
label > [type="radio"] {
	margin-right: 0.5rem;
}
[type="file"] {
	width: 100%;
}
label {
	display: block;
	margin: 0;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	color: #072a50;
}
label.middle {
	margin: 0 0 1rem;
	padding: 0.5625rem 0;
}
.help-text {
	margin-top: -0.5rem;
	font-size: 0.8125rem;
	font-style: italic;
	color: #072a50;
}
.input-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 1rem;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.input-group > :first-child,
.input-group > :first-child.input-group-button > * {
	border-radius: 0;
}
.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
	border-radius: 0;
}
.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
	margin: 0;
	white-space: nowrap;
}
.input-group-label {
	padding: 0 1rem;
	border: 1px solid #cacaca;
	background: #e6e6e6;
	color: #072a50;
	text-align: center;
	white-space: nowrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.input-group-label:first-child {
	border-right: 0;
}
.input-group-label:last-child {
	border-left: 0;
}
.input-group-field {
	border-radius: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	min-width: 0;
}
.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1rem;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
legend {
	max-width: 100%;
	margin-bottom: 0.5rem;
}
.fieldset {
	margin: 1.125rem 0;
	padding: 1.25rem;
	border: 1px solid #cacaca;
}
.fieldset legend {
	margin: 0;
	margin-left: -0.1875rem;
	padding: 0 0.1875rem;
}
select {
	height: 2.1375rem;
	margin: 0 0 1rem;
	padding: 0.5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
	color: #072a50;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.5rem;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
		-webkit-box-shadow 0.5s;
}
@media screen and (min-width: 0\0) {
	select {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
	}
}
select:focus {
	outline: 0;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	-webkit-box-shadow: 0 0 5px #cacaca;
	box-shadow: 0 0 5px #cacaca;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
		-webkit-box-shadow 0.5s;
}
select:disabled {
	background-color: #e6e6e6;
	cursor: not-allowed;
}
select::-ms-expand {
	display: none;
}
select[multiple] {
	height: auto;
	background-image: none;
}
.is-invalid-input:not(:focus) {
	border-color: #cc4b37;
	background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
	color: #cc4b37;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
	color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
	color: #cc4b37;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
	color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
	color: #cc4b37;
}
.is-invalid-label {
	color: #cc4b37;
}
.form-error {
	display: none;
	margin-top: -0.5rem;
	margin-bottom: 1rem;
	font-size: 0.75rem;
	font-weight: 700;
	color: #cc4b37;
}
.form-error.is-visible {
	display: block;
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 1rem;
	font-size: inherit;
	line-height: 125%;
	text-rendering: optimizeLegibility;
}
em,
i {
	font-style: italic;
	line-height: inherit;
}
b,
strong {
	font-weight: 700;
	line-height: inherit;
}
small {
	font-size: 65%;
	line-height: inherit;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: PxGrotesk, Helvetica, Roboto, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: inherit;
	text-rendering: optimizeLegibility;
}
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	line-height: 0;
	color: #cacaca;
}
.h1,
h1 {
	font-size: 3.5rem;
	line-height: 0.9;
	margin-top: 0;
	margin-bottom: 0.5rem;
}
.h2,
h2 {
	font-size: 3.4375rem;
	line-height: 0.9;
	margin-top: 0;
	margin-bottom: 0.5rem;
}
.h3,
h3 {
	font-size: 1.75rem;
	line-height: 0.9;
	margin-top: 0;
	margin-bottom: 0.5rem;
}
.h4,
h4 {
	font-size: 1.5rem;
	line-height: 0.9;
	margin-top: 0;
	margin-bottom: 0.5rem;
}
.h5,
h5 {
	font-size: 1.75rem;
	line-height: 0.9;
	margin-top: 0;
	margin-bottom: 0.5rem;
}
.h6,
h6 {
	font-size: 1.5rem;
	line-height: 0.9;
	margin-top: 0;
	margin-bottom: 0.5rem;
}
.h7,
h7 {
	font-size: 1.25rem;
	line-height: 0.9;
	margin-top: 0;
	margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 23.4375em) {
	.h1,
	h1 {
		font-size: 2rem;
	}
	.h2,
	h2 {
		font-size: 4.0625rem;
	}
	.h3,
	h3 {
		font-size: 2rem;
	}
	.h4,
	h4 {
		font-size: 1.75rem;
	}
	.h5,
	h5 {
		font-size: 2rem;
	}
	.h6,
	h6 {
		font-size: 1.5625rem;
	}
	.h7,
	h7 {
		font-size: 1.3125rem;
	}
}
@media print, screen and (min-width: 40em) {
	.h1,
	h1 {
		font-size: 3rem;
	}
	.h2,
	h2 {
		font-size: 2rem;
	}
	.h3,
	h3 {
		font-size: 2.25rem;
	}
	.h4,
	h4 {
		font-size: 2rem;
	}
	.h5,
	h5 {
		font-size: 2.25rem;
	}
	.h6,
	h6 {
		font-size: 1.625rem;
	}
	.h7,
	h7 {
		font-size: 1.375rem;
	}
}
@media print, screen and (min-width: 64em) {
	.h1,
	h1 {
		font-size: 6rem;
	}
	.h2,
	h2 {
		font-size: 5rem;
	}
	.h3,
	h3 {
		font-size: 2.25rem;
	}
	.h4,
	h4 {
		font-size: 2rem;
	}
	.h5,
	h5 {
		font-size: 2.25rem;
	}
	.h6,
	h6 {
		font-size: 1.625rem;
	}
	.h7,
	h7 {
		font-size: 1.375rem;
	}
}
@media screen and (min-width: 80em) {
	.h1,
	h1 {
		font-size: 6rem;
	}
	.h2,
	h2 {
		font-size: 5rem;
	}
	.h3,
	h3 {
		font-size: 2.625rem;
	}
	.h4,
	h4 {
		font-size: 2.25rem;
	}
	.h5,
	h5 {
		font-size: 2.25rem;
	}
	.h6,
	h6 {
		font-size: 1.75rem;
	}
	.h7,
	h7 {
		font-size: 1.5rem;
	}
}
a {
	line-height: inherit;
	color: #1779ba;
	text-decoration: none;
	cursor: pointer;
}
a:focus,
a:hover {
	color: #1468a0;
}
a img {
	border: 0;
}
hr {
	clear: both;
	max-width: 87.5rem;
	height: 0;
	margin: 1.25rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0;
}
dl,
ol,
ul {
	margin-bottom: 1rem;
	list-style-position: outside;
	line-height: 125%;
}
li {
	font-size: inherit;
}
ul {
	margin-left: 1.25rem;
	list-style-type: disc;
}
ol {
	margin-left: 1.25rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-left: 1.25rem;
	margin-bottom: 0;
}
dl {
	margin-bottom: 1rem;
}
dl dt {
	margin-bottom: 0.3rem;
	font-weight: 700;
}
blockquote {
	margin: 0 0 1rem;
	padding: 0.5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #cacaca;
}
blockquote,
blockquote p {
	line-height: 125%;
	color: #8a8a8a;
}
cite {
	display: block;
	font-size: 0.8125rem;
	color: #8a8a8a;
}
cite:before {
	content: "— ";
}
abbr,
abbr[title] {
	border-bottom: 1px dotted #072a50;
	cursor: help;
	text-decoration: none;
}
figure {
	margin: 0;
}
code {
	padding: 0.125rem 0.3125rem 0.0625rem;
	border: 1px solid #cacaca;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: 400;
	color: #072a50;
}
kbd {
	margin: 0;
	padding: 0.125rem 0.25rem 0;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: #072a50;
}
.subheader {
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	font-weight: 400;
	line-height: 1.4;
	color: #8a8a8a;
}
.lead {
	font-size: 125%;
	line-height: 1.6;
}
.stat {
	font-size: 2.5rem;
	line-height: 1;
}
p + .stat {
	margin-top: -1rem;
}
ol.no-bullet,
ul.no-bullet {
	margin-left: 0;
	list-style: none;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
@media print, screen and (min-width: 23.4375em) {
	.small-text-left {
		text-align: left;
	}
	.small-text-right {
		text-align: right;
	}
	.small-text-center {
		text-align: center;
	}
	.small-text-justify {
		text-align: justify;
	}
}
@media print, screen and (min-width: 40em) {
	.medium-text-left {
		text-align: left;
	}
	.medium-text-right {
		text-align: right;
	}
	.medium-text-center {
		text-align: center;
	}
	.medium-text-justify {
		text-align: justify;
	}
}
@media print, screen and (min-width: 64em) {
	.large-text-left {
		text-align: left;
	}
	.large-text-right {
		text-align: right;
	}
	.large-text-center {
		text-align: center;
	}
	.large-text-justify {
		text-align: justify;
	}
}
@media screen and (min-width: 80em) {
	.xlarge-text-left {
		text-align: left;
	}
	.xlarge-text-right {
		text-align: right;
	}
	.xlarge-text-center {
		text-align: center;
	}
	.xlarge-text-justify {
		text-align: justify;
	}
}
.show-for-print {
	display: none !important;
}
@media print {
	* {
		background: 0 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}
	.show-for-print {
		display: block !important;
	}
	.hide-for-print {
		display: none !important;
	}
	table.show-for-print {
		display: table !important;
	}
	thead.show-for-print {
		display: table-header-group !important;
	}
	tbody.show-for-print {
		display: table-row-group !important;
	}
	tr.show-for-print {
		display: table-row !important;
	}
	td.show-for-print {
		display: table-cell !important;
	}
	th.show-for-print {
		display: table-cell !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	.ir a:after,
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	blockquote,
	pre {
		border: 1px solid #8a8a8a;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.print-break-inside {
		page-break-inside: auto;
	}
}
.grid-container {
	padding-right: 0.625rem;
	padding-left: 0.625rem;
	max-width: 87.5rem;
	margin-left: auto;
	margin-right: auto;
}
@media print, screen and (min-width: 23.4375em) {
	.grid-container {
		padding-right: 0.625rem;
		padding-left: 0.625rem;
	}
}
@media print, screen and (min-width: 40em) {
	.grid-container {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}
.grid-container.fluid {
	padding-right: 0.625rem;
	padding-left: 0.625rem;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media print, screen and (min-width: 23.4375em) {
	.grid-container.fluid {
		padding-right: 0.625rem;
		padding-left: 0.625rem;
	}
}
@media print, screen and (min-width: 40em) {
	.grid-container.fluid {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}
.grid-container.full {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.grid-x {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.cell {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-height: 0;
	min-width: 0;
	width: 100%;
}
.cell.auto {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}
.cell.shrink {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.grid-x > .auto {
	width: auto;
}
.grid-x > .shrink {
	width: auto;
}
.grid-x > .xsmall-1,
.grid-x > .xsmall-10,
.grid-x > .xsmall-11,
.grid-x > .xsmall-12,
.grid-x > .xsmall-2,
.grid-x > .xsmall-3,
.grid-x > .xsmall-4,
.grid-x > .xsmall-5,
.grid-x > .xsmall-6,
.grid-x > .xsmall-7,
.grid-x > .xsmall-8,
.grid-x > .xsmall-9,
.grid-x > .xsmall-full,
.grid-x > .xsmall-shrink {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}
@media print, screen and (min-width: 23.4375em) {
	.grid-x > .small-1,
	.grid-x > .small-10,
	.grid-x > .small-11,
	.grid-x > .small-12,
	.grid-x > .small-2,
	.grid-x > .small-3,
	.grid-x > .small-4,
	.grid-x > .small-5,
	.grid-x > .small-6,
	.grid-x > .small-7,
	.grid-x > .small-8,
	.grid-x > .small-9,
	.grid-x > .small-full,
	.grid-x > .small-shrink {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}
@media print, screen and (min-width: 40em) {
	.grid-x > .medium-1,
	.grid-x > .medium-10,
	.grid-x > .medium-11,
	.grid-x > .medium-12,
	.grid-x > .medium-2,
	.grid-x > .medium-3,
	.grid-x > .medium-4,
	.grid-x > .medium-5,
	.grid-x > .medium-6,
	.grid-x > .medium-7,
	.grid-x > .medium-8,
	.grid-x > .medium-9,
	.grid-x > .medium-full,
	.grid-x > .medium-shrink {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}
@media print, screen and (min-width: 64em) {
	.grid-x > .large-1,
	.grid-x > .large-10,
	.grid-x > .large-11,
	.grid-x > .large-12,
	.grid-x > .large-2,
	.grid-x > .large-3,
	.grid-x > .large-4,
	.grid-x > .large-5,
	.grid-x > .large-6,
	.grid-x > .large-7,
	.grid-x > .large-8,
	.grid-x > .large-9,
	.grid-x > .large-full,
	.grid-x > .large-shrink {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}
@media screen and (min-width: 80em) {
	.grid-x > .xlarge-1,
	.grid-x > .xlarge-10,
	.grid-x > .xlarge-11,
	.grid-x > .xlarge-12,
	.grid-x > .xlarge-2,
	.grid-x > .xlarge-3,
	.grid-x > .xlarge-4,
	.grid-x > .xlarge-5,
	.grid-x > .xlarge-6,
	.grid-x > .xlarge-7,
	.grid-x > .xlarge-8,
	.grid-x > .xlarge-9,
	.grid-x > .xlarge-full,
	.grid-x > .xlarge-shrink {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}
.grid-x > .xsmall-auto {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	width: auto;
}
.grid-x > .xsmall-1,
.grid-x > .xsmall-10,
.grid-x > .xsmall-11,
.grid-x > .xsmall-12,
.grid-x > .xsmall-2,
.grid-x > .xsmall-3,
.grid-x > .xsmall-4,
.grid-x > .xsmall-5,
.grid-x > .xsmall-6,
.grid-x > .xsmall-7,
.grid-x > .xsmall-8,
.grid-x > .xsmall-9,
.grid-x > .xsmall-shrink {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.grid-x > .xsmall-shrink {
	width: auto;
}
.grid-x > .xsmall-1 {
	width: 8.33333%;
}
.grid-x > .xsmall-2 {
	width: 16.66667%;
}
.grid-x > .xsmall-3 {
	width: 25%;
}
.grid-x > .xsmall-4 {
	width: 33.33333%;
}
.grid-x > .xsmall-5 {
	width: 41.66667%;
}
.grid-x > .xsmall-6 {
	width: 50%;
}
.grid-x > .xsmall-7 {
	width: 58.33333%;
}
.grid-x > .xsmall-8 {
	width: 66.66667%;
}
.grid-x > .xsmall-9 {
	width: 75%;
}
.grid-x > .xsmall-10 {
	width: 83.33333%;
}
.grid-x > .xsmall-11 {
	width: 91.66667%;
}
.grid-x > .xsmall-12 {
	width: 100%;
}
@media print, screen and (min-width: 23.4375em) {
	.grid-x > .small-1,
	.grid-x > .small-10,
	.grid-x > .small-11,
	.grid-x > .small-12,
	.grid-x > .small-2,
	.grid-x > .small-3,
	.grid-x > .small-4,
	.grid-x > .small-5,
	.grid-x > .small-6,
	.grid-x > .small-7,
	.grid-x > .small-8,
	.grid-x > .small-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.grid-x > .small-1 {
		width: 8.33333%;
	}
	.grid-x > .small-2 {
		width: 16.66667%;
	}
	.grid-x > .small-3 {
		width: 25%;
	}
	.grid-x > .small-4 {
		width: 33.33333%;
	}
	.grid-x > .small-5 {
		width: 41.66667%;
	}
	.grid-x > .small-6 {
		width: 50%;
	}
	.grid-x > .small-7 {
		width: 58.33333%;
	}
	.grid-x > .small-8 {
		width: 66.66667%;
	}
	.grid-x > .small-9 {
		width: 75%;
	}
	.grid-x > .small-10 {
		width: 83.33333%;
	}
	.grid-x > .small-11 {
		width: 91.66667%;
	}
	.grid-x > .small-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 40em) {
	.grid-x > .medium-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto;
	}
	.grid-x > .medium-1,
	.grid-x > .medium-10,
	.grid-x > .medium-11,
	.grid-x > .medium-12,
	.grid-x > .medium-2,
	.grid-x > .medium-3,
	.grid-x > .medium-4,
	.grid-x > .medium-5,
	.grid-x > .medium-6,
	.grid-x > .medium-7,
	.grid-x > .medium-8,
	.grid-x > .medium-9,
	.grid-x > .medium-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.grid-x > .medium-shrink {
		width: auto;
	}
	.grid-x > .medium-1 {
		width: 8.33333%;
	}
	.grid-x > .medium-2 {
		width: 16.66667%;
	}
	.grid-x > .medium-3 {
		width: 25%;
	}
	.grid-x > .medium-4 {
		width: 33.33333%;
	}
	.grid-x > .medium-5 {
		width: 41.66667%;
	}
	.grid-x > .medium-6 {
		width: 50%;
	}
	.grid-x > .medium-7 {
		width: 58.33333%;
	}
	.grid-x > .medium-8 {
		width: 66.66667%;
	}
	.grid-x > .medium-9 {
		width: 75%;
	}
	.grid-x > .medium-10 {
		width: 83.33333%;
	}
	.grid-x > .medium-11 {
		width: 91.66667%;
	}
	.grid-x > .medium-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.grid-x > .large-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto;
	}
	.grid-x > .large-1,
	.grid-x > .large-10,
	.grid-x > .large-11,
	.grid-x > .large-12,
	.grid-x > .large-2,
	.grid-x > .large-3,
	.grid-x > .large-4,
	.grid-x > .large-5,
	.grid-x > .large-6,
	.grid-x > .large-7,
	.grid-x > .large-8,
	.grid-x > .large-9,
	.grid-x > .large-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.grid-x > .large-shrink {
		width: auto;
	}
	.grid-x > .large-1 {
		width: 8.33333%;
	}
	.grid-x > .large-2 {
		width: 16.66667%;
	}
	.grid-x > .large-3 {
		width: 25%;
	}
	.grid-x > .large-4 {
		width: 33.33333%;
	}
	.grid-x > .large-5 {
		width: 41.66667%;
	}
	.grid-x > .large-6 {
		width: 50%;
	}
	.grid-x > .large-7 {
		width: 58.33333%;
	}
	.grid-x > .large-8 {
		width: 66.66667%;
	}
	.grid-x > .large-9 {
		width: 75%;
	}
	.grid-x > .large-10 {
		width: 83.33333%;
	}
	.grid-x > .large-11 {
		width: 91.66667%;
	}
	.grid-x > .large-12 {
		width: 100%;
	}
}
@media screen and (min-width: 80em) {
	.grid-x > .xlarge-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto;
	}
	.grid-x > .xlarge-1,
	.grid-x > .xlarge-10,
	.grid-x > .xlarge-11,
	.grid-x > .xlarge-12,
	.grid-x > .xlarge-2,
	.grid-x > .xlarge-3,
	.grid-x > .xlarge-4,
	.grid-x > .xlarge-5,
	.grid-x > .xlarge-6,
	.grid-x > .xlarge-7,
	.grid-x > .xlarge-8,
	.grid-x > .xlarge-9,
	.grid-x > .xlarge-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.grid-x > .xlarge-shrink {
		width: auto;
	}
	.grid-x > .xlarge-1 {
		width: 8.33333%;
	}
	.grid-x > .xlarge-2 {
		width: 16.66667%;
	}
	.grid-x > .xlarge-3 {
		width: 25%;
	}
	.grid-x > .xlarge-4 {
		width: 33.33333%;
	}
	.grid-x > .xlarge-5 {
		width: 41.66667%;
	}
	.grid-x > .xlarge-6 {
		width: 50%;
	}
	.grid-x > .xlarge-7 {
		width: 58.33333%;
	}
	.grid-x > .xlarge-8 {
		width: 66.66667%;
	}
	.grid-x > .xlarge-9 {
		width: 75%;
	}
	.grid-x > .xlarge-10 {
		width: 83.33333%;
	}
	.grid-x > .xlarge-11 {
		width: 91.66667%;
	}
	.grid-x > .xlarge-12 {
		width: 100%;
	}
}
.grid-margin-x:not(.grid-x) > .cell {
	width: auto;
}
.grid-margin-y:not(.grid-y) > .cell {
	height: auto;
}
.grid-margin-x {
	margin-left: -0.625rem;
	margin-right: -0.625rem;
}
@media print, screen and (min-width: 23.4375em) {
	.grid-margin-x {
		margin-left: -0.625rem;
		margin-right: -0.625rem;
	}
}
@media print, screen and (min-width: 40em) {
	.grid-margin-x {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
}
.grid-margin-x > .cell {
	width: calc(100% - 1.25rem);
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}
@media print, screen and (min-width: 23.4375em) {
	.grid-margin-x > .cell {
		width: calc(100% - 1.25rem);
		margin-left: 0.625rem;
		margin-right: 0.625rem;
	}
}
@media print, screen and (min-width: 40em) {
	.grid-margin-x > .cell {
		width: calc(100% - 1.875rem);
		margin-left: 0.9375rem;
		margin-right: 0.9375rem;
	}
}
.grid-margin-x > .auto {
	width: auto;
}
.grid-margin-x > .shrink {
	width: auto;
}
.grid-margin-x > .xsmall-1 {
	width: calc(8.33333% - 1.25rem);
}
.grid-margin-x > .xsmall-2 {
	width: calc(16.66667% - 1.25rem);
}
.grid-margin-x > .xsmall-3 {
	width: calc(25% - 1.25rem);
}
.grid-margin-x > .xsmall-4 {
	width: calc(33.33333% - 1.25rem);
}
.grid-margin-x > .xsmall-5 {
	width: calc(41.66667% - 1.25rem);
}
.grid-margin-x > .xsmall-6 {
	width: calc(50% - 1.25rem);
}
.grid-margin-x > .xsmall-7 {
	width: calc(58.33333% - 1.25rem);
}
.grid-margin-x > .xsmall-8 {
	width: calc(66.66667% - 1.25rem);
}
.grid-margin-x > .xsmall-9 {
	width: calc(75% - 1.25rem);
}
.grid-margin-x > .xsmall-10 {
	width: calc(83.33333% - 1.25rem);
}
.grid-margin-x > .xsmall-11 {
	width: calc(91.66667% - 1.25rem);
}
.grid-margin-x > .xsmall-12 {
	width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 23.4375em) {
	.grid-margin-x > .auto {
		width: auto;
	}
	.grid-margin-x > .shrink {
		width: auto;
	}
	.grid-margin-x > .xsmall-1 {
		width: calc(8.33333% - 1.25rem);
	}
	.grid-margin-x > .xsmall-2 {
		width: calc(16.66667% - 1.25rem);
	}
	.grid-margin-x > .xsmall-3 {
		width: calc(25% - 1.25rem);
	}
	.grid-margin-x > .xsmall-4 {
		width: calc(33.33333% - 1.25rem);
	}
	.grid-margin-x > .xsmall-5 {
		width: calc(41.66667% - 1.25rem);
	}
	.grid-margin-x > .xsmall-6 {
		width: calc(50% - 1.25rem);
	}
	.grid-margin-x > .xsmall-7 {
		width: calc(58.33333% - 1.25rem);
	}
	.grid-margin-x > .xsmall-8 {
		width: calc(66.66667% - 1.25rem);
	}
	.grid-margin-x > .xsmall-9 {
		width: calc(75% - 1.25rem);
	}
	.grid-margin-x > .xsmall-10 {
		width: calc(83.33333% - 1.25rem);
	}
	.grid-margin-x > .xsmall-11 {
		width: calc(91.66667% - 1.25rem);
	}
	.grid-margin-x > .xsmall-12 {
		width: calc(100% - 1.25rem);
	}
	.grid-margin-x > .small-auto {
		width: auto;
	}
	.grid-margin-x > .small-shrink {
		width: auto;
	}
	.grid-margin-x > .small-1 {
		width: calc(8.33333% - 1.25rem);
	}
	.grid-margin-x > .small-2 {
		width: calc(16.66667% - 1.25rem);
	}
	.grid-margin-x > .small-3 {
		width: calc(25% - 1.25rem);
	}
	.grid-margin-x > .small-4 {
		width: calc(33.33333% - 1.25rem);
	}
	.grid-margin-x > .small-5 {
		width: calc(41.66667% - 1.25rem);
	}
	.grid-margin-x > .small-6 {
		width: calc(50% - 1.25rem);
	}
	.grid-margin-x > .small-7 {
		width: calc(58.33333% - 1.25rem);
	}
	.grid-margin-x > .small-8 {
		width: calc(66.66667% - 1.25rem);
	}
	.grid-margin-x > .small-9 {
		width: calc(75% - 1.25rem);
	}
	.grid-margin-x > .small-10 {
		width: calc(83.33333% - 1.25rem);
	}
	.grid-margin-x > .small-11 {
		width: calc(91.66667% - 1.25rem);
	}
	.grid-margin-x > .small-12 {
		width: calc(100% - 1.25rem);
	}
}
@media print, screen and (min-width: 40em) {
	.grid-margin-x > .auto {
		width: auto;
	}
	.grid-margin-x > .shrink {
		width: auto;
	}
	.grid-margin-x > .xsmall-1 {
		width: calc(8.33333% - 1.875rem);
	}
	.grid-margin-x > .xsmall-2 {
		width: calc(16.66667% - 1.875rem);
	}
	.grid-margin-x > .xsmall-3 {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x > .xsmall-4 {
		width: calc(33.33333% - 1.875rem);
	}
	.grid-margin-x > .xsmall-5 {
		width: calc(41.66667% - 1.875rem);
	}
	.grid-margin-x > .xsmall-6 {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x > .xsmall-7 {
		width: calc(58.33333% - 1.875rem);
	}
	.grid-margin-x > .xsmall-8 {
		width: calc(66.66667% - 1.875rem);
	}
	.grid-margin-x > .xsmall-9 {
		width: calc(75% - 1.875rem);
	}
	.grid-margin-x > .xsmall-10 {
		width: calc(83.33333% - 1.875rem);
	}
	.grid-margin-x > .xsmall-11 {
		width: calc(91.66667% - 1.875rem);
	}
	.grid-margin-x > .xsmall-12 {
		width: calc(100% - 1.875rem);
	}
	.grid-margin-x > .small-auto {
		width: auto;
	}
	.grid-margin-x > .small-shrink {
		width: auto;
	}
	.grid-margin-x > .small-1 {
		width: calc(8.33333% - 1.875rem);
	}
	.grid-margin-x > .small-2 {
		width: calc(16.66667% - 1.875rem);
	}
	.grid-margin-x > .small-3 {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x > .small-4 {
		width: calc(33.33333% - 1.875rem);
	}
	.grid-margin-x > .small-5 {
		width: calc(41.66667% - 1.875rem);
	}
	.grid-margin-x > .small-6 {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x > .small-7 {
		width: calc(58.33333% - 1.875rem);
	}
	.grid-margin-x > .small-8 {
		width: calc(66.66667% - 1.875rem);
	}
	.grid-margin-x > .small-9 {
		width: calc(75% - 1.875rem);
	}
	.grid-margin-x > .small-10 {
		width: calc(83.33333% - 1.875rem);
	}
	.grid-margin-x > .small-11 {
		width: calc(91.66667% - 1.875rem);
	}
	.grid-margin-x > .small-12 {
		width: calc(100% - 1.875rem);
	}
	.grid-margin-x > .medium-auto {
		width: auto;
	}
	.grid-margin-x > .medium-shrink {
		width: auto;
	}
	.grid-margin-x > .medium-1 {
		width: calc(8.33333% - 1.875rem);
	}
	.grid-margin-x > .medium-2 {
		width: calc(16.66667% - 1.875rem);
	}
	.grid-margin-x > .medium-3 {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x > .medium-4 {
		width: calc(33.33333% - 1.875rem);
	}
	.grid-margin-x > .medium-5 {
		width: calc(41.66667% - 1.875rem);
	}
	.grid-margin-x > .medium-6 {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x > .medium-7 {
		width: calc(58.33333% - 1.875rem);
	}
	.grid-margin-x > .medium-8 {
		width: calc(66.66667% - 1.875rem);
	}
	.grid-margin-x > .medium-9 {
		width: calc(75% - 1.875rem);
	}
	.grid-margin-x > .medium-10 {
		width: calc(83.33333% - 1.875rem);
	}
	.grid-margin-x > .medium-11 {
		width: calc(91.66667% - 1.875rem);
	}
	.grid-margin-x > .medium-12 {
		width: calc(100% - 1.875rem);
	}
}
@media print, screen and (min-width: 64em) {
	.grid-margin-x > .large-auto {
		width: auto;
	}
	.grid-margin-x > .large-shrink {
		width: auto;
	}
	.grid-margin-x > .large-1 {
		width: calc(8.33333% - 1.875rem);
	}
	.grid-margin-x > .large-2 {
		width: calc(16.66667% - 1.875rem);
	}
	.grid-margin-x > .large-3 {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x > .large-4 {
		width: calc(33.33333% - 1.875rem);
	}
	.grid-margin-x > .large-5 {
		width: calc(41.66667% - 1.875rem);
	}
	.grid-margin-x > .large-6 {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x > .large-7 {
		width: calc(58.33333% - 1.875rem);
	}
	.grid-margin-x > .large-8 {
		width: calc(66.66667% - 1.875rem);
	}
	.grid-margin-x > .large-9 {
		width: calc(75% - 1.875rem);
	}
	.grid-margin-x > .large-10 {
		width: calc(83.33333% - 1.875rem);
	}
	.grid-margin-x > .large-11 {
		width: calc(91.66667% - 1.875rem);
	}
	.grid-margin-x > .large-12 {
		width: calc(100% - 1.875rem);
	}
}
@media screen and (min-width: 80em) {
	.grid-margin-x > .xlarge-auto {
		width: auto;
	}
	.grid-margin-x > .xlarge-shrink {
		width: auto;
	}
	.grid-margin-x > .xlarge-1 {
		width: calc(8.33333% - 1.875rem);
	}
	.grid-margin-x > .xlarge-2 {
		width: calc(16.66667% - 1.875rem);
	}
	.grid-margin-x > .xlarge-3 {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x > .xlarge-4 {
		width: calc(33.33333% - 1.875rem);
	}
	.grid-margin-x > .xlarge-5 {
		width: calc(41.66667% - 1.875rem);
	}
	.grid-margin-x > .xlarge-6 {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x > .xlarge-7 {
		width: calc(58.33333% - 1.875rem);
	}
	.grid-margin-x > .xlarge-8 {
		width: calc(66.66667% - 1.875rem);
	}
	.grid-margin-x > .xlarge-9 {
		width: calc(75% - 1.875rem);
	}
	.grid-margin-x > .xlarge-10 {
		width: calc(83.33333% - 1.875rem);
	}
	.grid-margin-x > .xlarge-11 {
		width: calc(91.66667% - 1.875rem);
	}
	.grid-margin-x > .xlarge-12 {
		width: calc(100% - 1.875rem);
	}
}
.grid-padding-x .grid-padding-x {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}
@media print, screen and (min-width: 23.4375em) {
	.grid-padding-x .grid-padding-x {
		margin-right: -0.625rem;
		margin-left: -0.625rem;
	}
}
@media print, screen and (min-width: 40em) {
	.grid-padding-x .grid-padding-x {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}
}
.grid-container:not(.full) > .grid-padding-x {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}
@media print, screen and (min-width: 23.4375em) {
	.grid-container:not(.full) > .grid-padding-x {
		margin-right: -0.625rem;
		margin-left: -0.625rem;
	}
}
@media print, screen and (min-width: 40em) {
	.grid-container:not(.full) > .grid-padding-x {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}
}
.grid-padding-x > .cell {
	padding-right: 0.625rem;
	padding-left: 0.625rem;
}
@media print, screen and (min-width: 23.4375em) {
	.grid-padding-x > .cell {
		padding-right: 0.625rem;
		padding-left: 0.625rem;
	}
}
@media print, screen and (min-width: 40em) {
	.grid-padding-x > .cell {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}
.xsmall-up-1 > .cell {
	width: 100%;
}
.xsmall-up-2 > .cell {
	width: 50%;
}
.xsmall-up-3 > .cell {
	width: 33.33333%;
}
.xsmall-up-4 > .cell {
	width: 25%;
}
.xsmall-up-5 > .cell {
	width: 20%;
}
.xsmall-up-6 > .cell {
	width: 16.66667%;
}
.xsmall-up-7 > .cell {
	width: 14.28571%;
}
.xsmall-up-8 > .cell {
	width: 12.5%;
}
@media print, screen and (min-width: 23.4375em) {
	.small-up-1 > .cell {
		width: 100%;
	}
	.small-up-2 > .cell {
		width: 50%;
	}
	.small-up-3 > .cell {
		width: 33.33333%;
	}
	.small-up-4 > .cell {
		width: 25%;
	}
	.small-up-5 > .cell {
		width: 20%;
	}
	.small-up-6 > .cell {
		width: 16.66667%;
	}
	.small-up-7 > .cell {
		width: 14.28571%;
	}
	.small-up-8 > .cell {
		width: 12.5%;
	}
}
@media print, screen and (min-width: 40em) {
	.medium-up-1 > .cell {
		width: 100%;
	}
	.medium-up-2 > .cell {
		width: 50%;
	}
	.medium-up-3 > .cell {
		width: 33.33333%;
	}
	.medium-up-4 > .cell {
		width: 25%;
	}
	.medium-up-5 > .cell {
		width: 20%;
	}
	.medium-up-6 > .cell {
		width: 16.66667%;
	}
	.medium-up-7 > .cell {
		width: 14.28571%;
	}
	.medium-up-8 > .cell {
		width: 12.5%;
	}
}
@media print, screen and (min-width: 64em) {
	.large-up-1 > .cell {
		width: 100%;
	}
	.large-up-2 > .cell {
		width: 50%;
	}
	.large-up-3 > .cell {
		width: 33.33333%;
	}
	.large-up-4 > .cell {
		width: 25%;
	}
	.large-up-5 > .cell {
		width: 20%;
	}
	.large-up-6 > .cell {
		width: 16.66667%;
	}
	.large-up-7 > .cell {
		width: 14.28571%;
	}
	.large-up-8 > .cell {
		width: 12.5%;
	}
}
@media screen and (min-width: 80em) {
	.xlarge-up-1 > .cell {
		width: 100%;
	}
	.xlarge-up-2 > .cell {
		width: 50%;
	}
	.xlarge-up-3 > .cell {
		width: 33.33333%;
	}
	.xlarge-up-4 > .cell {
		width: 25%;
	}
	.xlarge-up-5 > .cell {
		width: 20%;
	}
	.xlarge-up-6 > .cell {
		width: 16.66667%;
	}
	.xlarge-up-7 > .cell {
		width: 14.28571%;
	}
	.xlarge-up-8 > .cell {
		width: 12.5%;
	}
}
.grid-margin-x.xsmall-up-1 > .cell {
	width: calc(100% - 1.25rem);
}
.grid-margin-x.xsmall-up-2 > .cell {
	width: calc(50% - 1.25rem);
}
.grid-margin-x.xsmall-up-3 > .cell {
	width: calc(33.33333% - 1.25rem);
}
.grid-margin-x.xsmall-up-4 > .cell {
	width: calc(25% - 1.25rem);
}
.grid-margin-x.xsmall-up-5 > .cell {
	width: calc(20% - 1.25rem);
}
.grid-margin-x.xsmall-up-6 > .cell {
	width: calc(16.66667% - 1.25rem);
}
.grid-margin-x.xsmall-up-7 > .cell {
	width: calc(14.28571% - 1.25rem);
}
.grid-margin-x.xsmall-up-8 > .cell {
	width: calc(12.5% - 1.25rem);
}
@media print, screen and (min-width: 23.4375em) {
	.grid-margin-x.xsmall-up-1 > .cell {
		width: calc(100% - 1.25rem);
	}
	.grid-margin-x.xsmall-up-2 > .cell {
		width: calc(50% - 1.25rem);
	}
	.grid-margin-x.xsmall-up-3 > .cell {
		width: calc(33.33333% - 1.25rem);
	}
	.grid-margin-x.xsmall-up-4 > .cell {
		width: calc(25% - 1.25rem);
	}
	.grid-margin-x.xsmall-up-5 > .cell {
		width: calc(20% - 1.25rem);
	}
	.grid-margin-x.xsmall-up-6 > .cell {
		width: calc(16.66667% - 1.25rem);
	}
	.grid-margin-x.xsmall-up-7 > .cell {
		width: calc(14.28571% - 1.25rem);
	}
	.grid-margin-x.xsmall-up-8 > .cell {
		width: calc(12.5% - 1.25rem);
	}
	.grid-margin-x.small-up-1 > .cell {
		width: calc(100% - 1.25rem);
	}
	.grid-margin-x.small-up-2 > .cell {
		width: calc(50% - 1.25rem);
	}
	.grid-margin-x.small-up-3 > .cell {
		width: calc(33.33333% - 1.25rem);
	}
	.grid-margin-x.small-up-4 > .cell {
		width: calc(25% - 1.25rem);
	}
	.grid-margin-x.small-up-5 > .cell {
		width: calc(20% - 1.25rem);
	}
	.grid-margin-x.small-up-6 > .cell {
		width: calc(16.66667% - 1.25rem);
	}
	.grid-margin-x.small-up-7 > .cell {
		width: calc(14.28571% - 1.25rem);
	}
	.grid-margin-x.small-up-8 > .cell {
		width: calc(12.5% - 1.25rem);
	}
}
@media print, screen and (min-width: 40em) {
	.grid-margin-x.xsmall-up-1 > .cell {
		width: calc(100% - 1.875rem);
	}
	.grid-margin-x.small-up-1 > .cell {
		width: calc(100% - 1.875rem);
	}
	.grid-margin-x.xsmall-up-2 > .cell {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x.small-up-2 > .cell {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x.xsmall-up-3 > .cell {
		width: calc(33.33333% - 1.875rem);
	}
	.grid-margin-x.small-up-3 > .cell {
		width: calc(33.33333% - 1.875rem);
	}
	.grid-margin-x.xsmall-up-4 > .cell {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x.small-up-4 > .cell {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x.xsmall-up-5 > .cell {
		width: calc(20% - 1.875rem);
	}
	.grid-margin-x.small-up-5 > .cell {
		width: calc(20% - 1.875rem);
	}
	.grid-margin-x.xsmall-up-6 > .cell {
		width: calc(16.66667% - 1.875rem);
	}
	.grid-margin-x.small-up-6 > .cell {
		width: calc(16.66667% - 1.875rem);
	}
	.grid-margin-x.xsmall-up-7 > .cell {
		width: calc(14.28571% - 1.875rem);
	}
	.grid-margin-x.small-up-7 > .cell {
		width: calc(14.28571% - 1.875rem);
	}
	.grid-margin-x.xsmall-up-8 > .cell {
		width: calc(12.5% - 1.875rem);
	}
	.grid-margin-x.small-up-8 > .cell {
		width: calc(12.5% - 1.875rem);
	}
	.grid-margin-x.medium-up-1 > .cell {
		width: calc(100% - 1.875rem);
	}
	.grid-margin-x.medium-up-2 > .cell {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x.medium-up-3 > .cell {
		width: calc(33.33333% - 1.875rem);
	}
	.grid-margin-x.medium-up-4 > .cell {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x.medium-up-5 > .cell {
		width: calc(20% - 1.875rem);
	}
	.grid-margin-x.medium-up-6 > .cell {
		width: calc(16.66667% - 1.875rem);
	}
	.grid-margin-x.medium-up-7 > .cell {
		width: calc(14.28571% - 1.875rem);
	}
	.grid-margin-x.medium-up-8 > .cell {
		width: calc(12.5% - 1.875rem);
	}
}
@media print, screen and (min-width: 64em) {
	.grid-margin-x.large-up-1 > .cell {
		width: calc(100% - 1.875rem);
	}
	.grid-margin-x.large-up-2 > .cell {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x.large-up-3 > .cell {
		width: calc(33.33333% - 1.875rem);
	}
	.grid-margin-x.large-up-4 > .cell {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x.large-up-5 > .cell {
		width: calc(20% - 1.875rem);
	}
	.grid-margin-x.large-up-6 > .cell {
		width: calc(16.66667% - 1.875rem);
	}
	.grid-margin-x.large-up-7 > .cell {
		width: calc(14.28571% - 1.875rem);
	}
	.grid-margin-x.large-up-8 > .cell {
		width: calc(12.5% - 1.875rem);
	}
}
@media screen and (min-width: 80em) {
	.grid-margin-x.xlarge-up-1 > .cell {
		width: calc(100% - 1.875rem);
	}
	.grid-margin-x.xlarge-up-2 > .cell {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x.xlarge-up-3 > .cell {
		width: calc(33.33333% - 1.875rem);
	}
	.grid-margin-x.xlarge-up-4 > .cell {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x.xlarge-up-5 > .cell {
		width: calc(20% - 1.875rem);
	}
	.grid-margin-x.xlarge-up-6 > .cell {
		width: calc(16.66667% - 1.875rem);
	}
	.grid-margin-x.xlarge-up-7 > .cell {
		width: calc(14.28571% - 1.875rem);
	}
	.grid-margin-x.xlarge-up-8 > .cell {
		width: calc(12.5% - 1.875rem);
	}
}
.xsmall-margin-collapse {
	margin-right: 0;
	margin-left: 0;
}
.xsmall-margin-collapse > .cell {
	margin-right: 0;
	margin-left: 0;
}
.xsmall-margin-collapse > .xsmall-1 {
	width: 8.33333%;
}
.xsmall-margin-collapse > .xsmall-2 {
	width: 16.66667%;
}
.xsmall-margin-collapse > .xsmall-3 {
	width: 25%;
}
.xsmall-margin-collapse > .xsmall-4 {
	width: 33.33333%;
}
.xsmall-margin-collapse > .xsmall-5 {
	width: 41.66667%;
}
.xsmall-margin-collapse > .xsmall-6 {
	width: 50%;
}
.xsmall-margin-collapse > .xsmall-7 {
	width: 58.33333%;
}
.xsmall-margin-collapse > .xsmall-8 {
	width: 66.66667%;
}
.xsmall-margin-collapse > .xsmall-9 {
	width: 75%;
}
.xsmall-margin-collapse > .xsmall-10 {
	width: 83.33333%;
}
.xsmall-margin-collapse > .xsmall-11 {
	width: 91.66667%;
}
.xsmall-margin-collapse > .xsmall-12 {
	width: 100%;
}
@media print, screen and (min-width: 23.4375em) {
	.xsmall-margin-collapse > .small-1 {
		width: 8.33333%;
	}
	.xsmall-margin-collapse > .small-2 {
		width: 16.66667%;
	}
	.xsmall-margin-collapse > .small-3 {
		width: 25%;
	}
	.xsmall-margin-collapse > .small-4 {
		width: 33.33333%;
	}
	.xsmall-margin-collapse > .small-5 {
		width: 41.66667%;
	}
	.xsmall-margin-collapse > .small-6 {
		width: 50%;
	}
	.xsmall-margin-collapse > .small-7 {
		width: 58.33333%;
	}
	.xsmall-margin-collapse > .small-8 {
		width: 66.66667%;
	}
	.xsmall-margin-collapse > .small-9 {
		width: 75%;
	}
	.xsmall-margin-collapse > .small-10 {
		width: 83.33333%;
	}
	.xsmall-margin-collapse > .small-11 {
		width: 91.66667%;
	}
	.xsmall-margin-collapse > .small-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 40em) {
	.xsmall-margin-collapse > .medium-1 {
		width: 8.33333%;
	}
	.xsmall-margin-collapse > .medium-2 {
		width: 16.66667%;
	}
	.xsmall-margin-collapse > .medium-3 {
		width: 25%;
	}
	.xsmall-margin-collapse > .medium-4 {
		width: 33.33333%;
	}
	.xsmall-margin-collapse > .medium-5 {
		width: 41.66667%;
	}
	.xsmall-margin-collapse > .medium-6 {
		width: 50%;
	}
	.xsmall-margin-collapse > .medium-7 {
		width: 58.33333%;
	}
	.xsmall-margin-collapse > .medium-8 {
		width: 66.66667%;
	}
	.xsmall-margin-collapse > .medium-9 {
		width: 75%;
	}
	.xsmall-margin-collapse > .medium-10 {
		width: 83.33333%;
	}
	.xsmall-margin-collapse > .medium-11 {
		width: 91.66667%;
	}
	.xsmall-margin-collapse > .medium-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.xsmall-margin-collapse > .large-1 {
		width: 8.33333%;
	}
	.xsmall-margin-collapse > .large-2 {
		width: 16.66667%;
	}
	.xsmall-margin-collapse > .large-3 {
		width: 25%;
	}
	.xsmall-margin-collapse > .large-4 {
		width: 33.33333%;
	}
	.xsmall-margin-collapse > .large-5 {
		width: 41.66667%;
	}
	.xsmall-margin-collapse > .large-6 {
		width: 50%;
	}
	.xsmall-margin-collapse > .large-7 {
		width: 58.33333%;
	}
	.xsmall-margin-collapse > .large-8 {
		width: 66.66667%;
	}
	.xsmall-margin-collapse > .large-9 {
		width: 75%;
	}
	.xsmall-margin-collapse > .large-10 {
		width: 83.33333%;
	}
	.xsmall-margin-collapse > .large-11 {
		width: 91.66667%;
	}
	.xsmall-margin-collapse > .large-12 {
		width: 100%;
	}
}
@media screen and (min-width: 80em) {
	.xsmall-margin-collapse > .xlarge-1 {
		width: 8.33333%;
	}
	.xsmall-margin-collapse > .xlarge-2 {
		width: 16.66667%;
	}
	.xsmall-margin-collapse > .xlarge-3 {
		width: 25%;
	}
	.xsmall-margin-collapse > .xlarge-4 {
		width: 33.33333%;
	}
	.xsmall-margin-collapse > .xlarge-5 {
		width: 41.66667%;
	}
	.xsmall-margin-collapse > .xlarge-6 {
		width: 50%;
	}
	.xsmall-margin-collapse > .xlarge-7 {
		width: 58.33333%;
	}
	.xsmall-margin-collapse > .xlarge-8 {
		width: 66.66667%;
	}
	.xsmall-margin-collapse > .xlarge-9 {
		width: 75%;
	}
	.xsmall-margin-collapse > .xlarge-10 {
		width: 83.33333%;
	}
	.xsmall-margin-collapse > .xlarge-11 {
		width: 91.66667%;
	}
	.xsmall-margin-collapse > .xlarge-12 {
		width: 100%;
	}
}
.xsmall-padding-collapse {
	margin-right: 0;
	margin-left: 0;
}
.xsmall-padding-collapse > .cell {
	padding-right: 0;
	padding-left: 0;
}
@media print, screen and (min-width: 23.4375em) {
	.small-margin-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.small-margin-collapse > .cell {
		margin-right: 0;
		margin-left: 0;
	}
}
@media print, screen and (min-width: 23.4375em) {
	.small-margin-collapse > .xsmall-1 {
		width: 8.33333%;
	}
	.small-margin-collapse > .xsmall-2 {
		width: 16.66667%;
	}
	.small-margin-collapse > .xsmall-3 {
		width: 25%;
	}
	.small-margin-collapse > .xsmall-4 {
		width: 33.33333%;
	}
	.small-margin-collapse > .xsmall-5 {
		width: 41.66667%;
	}
	.small-margin-collapse > .xsmall-6 {
		width: 50%;
	}
	.small-margin-collapse > .xsmall-7 {
		width: 58.33333%;
	}
	.small-margin-collapse > .xsmall-8 {
		width: 66.66667%;
	}
	.small-margin-collapse > .xsmall-9 {
		width: 75%;
	}
	.small-margin-collapse > .xsmall-10 {
		width: 83.33333%;
	}
	.small-margin-collapse > .xsmall-11 {
		width: 91.66667%;
	}
	.small-margin-collapse > .xsmall-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 23.4375em) {
	.small-margin-collapse > .small-1 {
		width: 8.33333%;
	}
	.small-margin-collapse > .small-2 {
		width: 16.66667%;
	}
	.small-margin-collapse > .small-3 {
		width: 25%;
	}
	.small-margin-collapse > .small-4 {
		width: 33.33333%;
	}
	.small-margin-collapse > .small-5 {
		width: 41.66667%;
	}
	.small-margin-collapse > .small-6 {
		width: 50%;
	}
	.small-margin-collapse > .small-7 {
		width: 58.33333%;
	}
	.small-margin-collapse > .small-8 {
		width: 66.66667%;
	}
	.small-margin-collapse > .small-9 {
		width: 75%;
	}
	.small-margin-collapse > .small-10 {
		width: 83.33333%;
	}
	.small-margin-collapse > .small-11 {
		width: 91.66667%;
	}
	.small-margin-collapse > .small-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 40em) {
	.small-margin-collapse > .medium-1 {
		width: 8.33333%;
	}
	.small-margin-collapse > .medium-2 {
		width: 16.66667%;
	}
	.small-margin-collapse > .medium-3 {
		width: 25%;
	}
	.small-margin-collapse > .medium-4 {
		width: 33.33333%;
	}
	.small-margin-collapse > .medium-5 {
		width: 41.66667%;
	}
	.small-margin-collapse > .medium-6 {
		width: 50%;
	}
	.small-margin-collapse > .medium-7 {
		width: 58.33333%;
	}
	.small-margin-collapse > .medium-8 {
		width: 66.66667%;
	}
	.small-margin-collapse > .medium-9 {
		width: 75%;
	}
	.small-margin-collapse > .medium-10 {
		width: 83.33333%;
	}
	.small-margin-collapse > .medium-11 {
		width: 91.66667%;
	}
	.small-margin-collapse > .medium-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.small-margin-collapse > .large-1 {
		width: 8.33333%;
	}
	.small-margin-collapse > .large-2 {
		width: 16.66667%;
	}
	.small-margin-collapse > .large-3 {
		width: 25%;
	}
	.small-margin-collapse > .large-4 {
		width: 33.33333%;
	}
	.small-margin-collapse > .large-5 {
		width: 41.66667%;
	}
	.small-margin-collapse > .large-6 {
		width: 50%;
	}
	.small-margin-collapse > .large-7 {
		width: 58.33333%;
	}
	.small-margin-collapse > .large-8 {
		width: 66.66667%;
	}
	.small-margin-collapse > .large-9 {
		width: 75%;
	}
	.small-margin-collapse > .large-10 {
		width: 83.33333%;
	}
	.small-margin-collapse > .large-11 {
		width: 91.66667%;
	}
	.small-margin-collapse > .large-12 {
		width: 100%;
	}
}
@media screen and (min-width: 80em) {
	.small-margin-collapse > .xlarge-1 {
		width: 8.33333%;
	}
	.small-margin-collapse > .xlarge-2 {
		width: 16.66667%;
	}
	.small-margin-collapse > .xlarge-3 {
		width: 25%;
	}
	.small-margin-collapse > .xlarge-4 {
		width: 33.33333%;
	}
	.small-margin-collapse > .xlarge-5 {
		width: 41.66667%;
	}
	.small-margin-collapse > .xlarge-6 {
		width: 50%;
	}
	.small-margin-collapse > .xlarge-7 {
		width: 58.33333%;
	}
	.small-margin-collapse > .xlarge-8 {
		width: 66.66667%;
	}
	.small-margin-collapse > .xlarge-9 {
		width: 75%;
	}
	.small-margin-collapse > .xlarge-10 {
		width: 83.33333%;
	}
	.small-margin-collapse > .xlarge-11 {
		width: 91.66667%;
	}
	.small-margin-collapse > .xlarge-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 23.4375em) {
	.small-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.small-padding-collapse > .cell {
		padding-right: 0;
		padding-left: 0;
	}
}
@media print, screen and (min-width: 40em) {
	.medium-margin-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.medium-margin-collapse > .cell {
		margin-right: 0;
		margin-left: 0;
	}
}
@media print, screen and (min-width: 40em) {
	.medium-margin-collapse > .xsmall-1 {
		width: 8.33333%;
	}
	.medium-margin-collapse > .xsmall-2 {
		width: 16.66667%;
	}
	.medium-margin-collapse > .xsmall-3 {
		width: 25%;
	}
	.medium-margin-collapse > .xsmall-4 {
		width: 33.33333%;
	}
	.medium-margin-collapse > .xsmall-5 {
		width: 41.66667%;
	}
	.medium-margin-collapse > .xsmall-6 {
		width: 50%;
	}
	.medium-margin-collapse > .xsmall-7 {
		width: 58.33333%;
	}
	.medium-margin-collapse > .xsmall-8 {
		width: 66.66667%;
	}
	.medium-margin-collapse > .xsmall-9 {
		width: 75%;
	}
	.medium-margin-collapse > .xsmall-10 {
		width: 83.33333%;
	}
	.medium-margin-collapse > .xsmall-11 {
		width: 91.66667%;
	}
	.medium-margin-collapse > .xsmall-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 40em) {
	.medium-margin-collapse > .small-1 {
		width: 8.33333%;
	}
	.medium-margin-collapse > .small-2 {
		width: 16.66667%;
	}
	.medium-margin-collapse > .small-3 {
		width: 25%;
	}
	.medium-margin-collapse > .small-4 {
		width: 33.33333%;
	}
	.medium-margin-collapse > .small-5 {
		width: 41.66667%;
	}
	.medium-margin-collapse > .small-6 {
		width: 50%;
	}
	.medium-margin-collapse > .small-7 {
		width: 58.33333%;
	}
	.medium-margin-collapse > .small-8 {
		width: 66.66667%;
	}
	.medium-margin-collapse > .small-9 {
		width: 75%;
	}
	.medium-margin-collapse > .small-10 {
		width: 83.33333%;
	}
	.medium-margin-collapse > .small-11 {
		width: 91.66667%;
	}
	.medium-margin-collapse > .small-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 40em) {
	.medium-margin-collapse > .medium-1 {
		width: 8.33333%;
	}
	.medium-margin-collapse > .medium-2 {
		width: 16.66667%;
	}
	.medium-margin-collapse > .medium-3 {
		width: 25%;
	}
	.medium-margin-collapse > .medium-4 {
		width: 33.33333%;
	}
	.medium-margin-collapse > .medium-5 {
		width: 41.66667%;
	}
	.medium-margin-collapse > .medium-6 {
		width: 50%;
	}
	.medium-margin-collapse > .medium-7 {
		width: 58.33333%;
	}
	.medium-margin-collapse > .medium-8 {
		width: 66.66667%;
	}
	.medium-margin-collapse > .medium-9 {
		width: 75%;
	}
	.medium-margin-collapse > .medium-10 {
		width: 83.33333%;
	}
	.medium-margin-collapse > .medium-11 {
		width: 91.66667%;
	}
	.medium-margin-collapse > .medium-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.medium-margin-collapse > .large-1 {
		width: 8.33333%;
	}
	.medium-margin-collapse > .large-2 {
		width: 16.66667%;
	}
	.medium-margin-collapse > .large-3 {
		width: 25%;
	}
	.medium-margin-collapse > .large-4 {
		width: 33.33333%;
	}
	.medium-margin-collapse > .large-5 {
		width: 41.66667%;
	}
	.medium-margin-collapse > .large-6 {
		width: 50%;
	}
	.medium-margin-collapse > .large-7 {
		width: 58.33333%;
	}
	.medium-margin-collapse > .large-8 {
		width: 66.66667%;
	}
	.medium-margin-collapse > .large-9 {
		width: 75%;
	}
	.medium-margin-collapse > .large-10 {
		width: 83.33333%;
	}
	.medium-margin-collapse > .large-11 {
		width: 91.66667%;
	}
	.medium-margin-collapse > .large-12 {
		width: 100%;
	}
}
@media screen and (min-width: 80em) {
	.medium-margin-collapse > .xlarge-1 {
		width: 8.33333%;
	}
	.medium-margin-collapse > .xlarge-2 {
		width: 16.66667%;
	}
	.medium-margin-collapse > .xlarge-3 {
		width: 25%;
	}
	.medium-margin-collapse > .xlarge-4 {
		width: 33.33333%;
	}
	.medium-margin-collapse > .xlarge-5 {
		width: 41.66667%;
	}
	.medium-margin-collapse > .xlarge-6 {
		width: 50%;
	}
	.medium-margin-collapse > .xlarge-7 {
		width: 58.33333%;
	}
	.medium-margin-collapse > .xlarge-8 {
		width: 66.66667%;
	}
	.medium-margin-collapse > .xlarge-9 {
		width: 75%;
	}
	.medium-margin-collapse > .xlarge-10 {
		width: 83.33333%;
	}
	.medium-margin-collapse > .xlarge-11 {
		width: 91.66667%;
	}
	.medium-margin-collapse > .xlarge-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 40em) {
	.medium-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.medium-padding-collapse > .cell {
		padding-right: 0;
		padding-left: 0;
	}
}
@media print, screen and (min-width: 64em) {
	.large-margin-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.large-margin-collapse > .cell {
		margin-right: 0;
		margin-left: 0;
	}
}
@media print, screen and (min-width: 64em) {
	.large-margin-collapse > .xsmall-1 {
		width: 8.33333%;
	}
	.large-margin-collapse > .xsmall-2 {
		width: 16.66667%;
	}
	.large-margin-collapse > .xsmall-3 {
		width: 25%;
	}
	.large-margin-collapse > .xsmall-4 {
		width: 33.33333%;
	}
	.large-margin-collapse > .xsmall-5 {
		width: 41.66667%;
	}
	.large-margin-collapse > .xsmall-6 {
		width: 50%;
	}
	.large-margin-collapse > .xsmall-7 {
		width: 58.33333%;
	}
	.large-margin-collapse > .xsmall-8 {
		width: 66.66667%;
	}
	.large-margin-collapse > .xsmall-9 {
		width: 75%;
	}
	.large-margin-collapse > .xsmall-10 {
		width: 83.33333%;
	}
	.large-margin-collapse > .xsmall-11 {
		width: 91.66667%;
	}
	.large-margin-collapse > .xsmall-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.large-margin-collapse > .small-1 {
		width: 8.33333%;
	}
	.large-margin-collapse > .small-2 {
		width: 16.66667%;
	}
	.large-margin-collapse > .small-3 {
		width: 25%;
	}
	.large-margin-collapse > .small-4 {
		width: 33.33333%;
	}
	.large-margin-collapse > .small-5 {
		width: 41.66667%;
	}
	.large-margin-collapse > .small-6 {
		width: 50%;
	}
	.large-margin-collapse > .small-7 {
		width: 58.33333%;
	}
	.large-margin-collapse > .small-8 {
		width: 66.66667%;
	}
	.large-margin-collapse > .small-9 {
		width: 75%;
	}
	.large-margin-collapse > .small-10 {
		width: 83.33333%;
	}
	.large-margin-collapse > .small-11 {
		width: 91.66667%;
	}
	.large-margin-collapse > .small-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.large-margin-collapse > .medium-1 {
		width: 8.33333%;
	}
	.large-margin-collapse > .medium-2 {
		width: 16.66667%;
	}
	.large-margin-collapse > .medium-3 {
		width: 25%;
	}
	.large-margin-collapse > .medium-4 {
		width: 33.33333%;
	}
	.large-margin-collapse > .medium-5 {
		width: 41.66667%;
	}
	.large-margin-collapse > .medium-6 {
		width: 50%;
	}
	.large-margin-collapse > .medium-7 {
		width: 58.33333%;
	}
	.large-margin-collapse > .medium-8 {
		width: 66.66667%;
	}
	.large-margin-collapse > .medium-9 {
		width: 75%;
	}
	.large-margin-collapse > .medium-10 {
		width: 83.33333%;
	}
	.large-margin-collapse > .medium-11 {
		width: 91.66667%;
	}
	.large-margin-collapse > .medium-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.large-margin-collapse > .large-1 {
		width: 8.33333%;
	}
	.large-margin-collapse > .large-2 {
		width: 16.66667%;
	}
	.large-margin-collapse > .large-3 {
		width: 25%;
	}
	.large-margin-collapse > .large-4 {
		width: 33.33333%;
	}
	.large-margin-collapse > .large-5 {
		width: 41.66667%;
	}
	.large-margin-collapse > .large-6 {
		width: 50%;
	}
	.large-margin-collapse > .large-7 {
		width: 58.33333%;
	}
	.large-margin-collapse > .large-8 {
		width: 66.66667%;
	}
	.large-margin-collapse > .large-9 {
		width: 75%;
	}
	.large-margin-collapse > .large-10 {
		width: 83.33333%;
	}
	.large-margin-collapse > .large-11 {
		width: 91.66667%;
	}
	.large-margin-collapse > .large-12 {
		width: 100%;
	}
}
@media screen and (min-width: 80em) {
	.large-margin-collapse > .xlarge-1 {
		width: 8.33333%;
	}
	.large-margin-collapse > .xlarge-2 {
		width: 16.66667%;
	}
	.large-margin-collapse > .xlarge-3 {
		width: 25%;
	}
	.large-margin-collapse > .xlarge-4 {
		width: 33.33333%;
	}
	.large-margin-collapse > .xlarge-5 {
		width: 41.66667%;
	}
	.large-margin-collapse > .xlarge-6 {
		width: 50%;
	}
	.large-margin-collapse > .xlarge-7 {
		width: 58.33333%;
	}
	.large-margin-collapse > .xlarge-8 {
		width: 66.66667%;
	}
	.large-margin-collapse > .xlarge-9 {
		width: 75%;
	}
	.large-margin-collapse > .xlarge-10 {
		width: 83.33333%;
	}
	.large-margin-collapse > .xlarge-11 {
		width: 91.66667%;
	}
	.large-margin-collapse > .xlarge-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.large-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.large-padding-collapse > .cell {
		padding-right: 0;
		padding-left: 0;
	}
}
@media screen and (min-width: 80em) {
	.xlarge-margin-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.xlarge-margin-collapse > .cell {
		margin-right: 0;
		margin-left: 0;
	}
}
@media screen and (min-width: 80em) {
	.xlarge-margin-collapse > .xsmall-1 {
		width: 8.33333%;
	}
	.xlarge-margin-collapse > .xsmall-2 {
		width: 16.66667%;
	}
	.xlarge-margin-collapse > .xsmall-3 {
		width: 25%;
	}
	.xlarge-margin-collapse > .xsmall-4 {
		width: 33.33333%;
	}
	.xlarge-margin-collapse > .xsmall-5 {
		width: 41.66667%;
	}
	.xlarge-margin-collapse > .xsmall-6 {
		width: 50%;
	}
	.xlarge-margin-collapse > .xsmall-7 {
		width: 58.33333%;
	}
	.xlarge-margin-collapse > .xsmall-8 {
		width: 66.66667%;
	}
	.xlarge-margin-collapse > .xsmall-9 {
		width: 75%;
	}
	.xlarge-margin-collapse > .xsmall-10 {
		width: 83.33333%;
	}
	.xlarge-margin-collapse > .xsmall-11 {
		width: 91.66667%;
	}
	.xlarge-margin-collapse > .xsmall-12 {
		width: 100%;
	}
}
@media screen and (min-width: 80em) {
	.xlarge-margin-collapse > .small-1 {
		width: 8.33333%;
	}
	.xlarge-margin-collapse > .small-2 {
		width: 16.66667%;
	}
	.xlarge-margin-collapse > .small-3 {
		width: 25%;
	}
	.xlarge-margin-collapse > .small-4 {
		width: 33.33333%;
	}
	.xlarge-margin-collapse > .small-5 {
		width: 41.66667%;
	}
	.xlarge-margin-collapse > .small-6 {
		width: 50%;
	}
	.xlarge-margin-collapse > .small-7 {
		width: 58.33333%;
	}
	.xlarge-margin-collapse > .small-8 {
		width: 66.66667%;
	}
	.xlarge-margin-collapse > .small-9 {
		width: 75%;
	}
	.xlarge-margin-collapse > .small-10 {
		width: 83.33333%;
	}
	.xlarge-margin-collapse > .small-11 {
		width: 91.66667%;
	}
	.xlarge-margin-collapse > .small-12 {
		width: 100%;
	}
}
@media screen and (min-width: 80em) {
	.xlarge-margin-collapse > .medium-1 {
		width: 8.33333%;
	}
	.xlarge-margin-collapse > .medium-2 {
		width: 16.66667%;
	}
	.xlarge-margin-collapse > .medium-3 {
		width: 25%;
	}
	.xlarge-margin-collapse > .medium-4 {
		width: 33.33333%;
	}
	.xlarge-margin-collapse > .medium-5 {
		width: 41.66667%;
	}
	.xlarge-margin-collapse > .medium-6 {
		width: 50%;
	}
	.xlarge-margin-collapse > .medium-7 {
		width: 58.33333%;
	}
	.xlarge-margin-collapse > .medium-8 {
		width: 66.66667%;
	}
	.xlarge-margin-collapse > .medium-9 {
		width: 75%;
	}
	.xlarge-margin-collapse > .medium-10 {
		width: 83.33333%;
	}
	.xlarge-margin-collapse > .medium-11 {
		width: 91.66667%;
	}
	.xlarge-margin-collapse > .medium-12 {
		width: 100%;
	}
}
@media screen and (min-width: 80em) {
	.xlarge-margin-collapse > .large-1 {
		width: 8.33333%;
	}
	.xlarge-margin-collapse > .large-2 {
		width: 16.66667%;
	}
	.xlarge-margin-collapse > .large-3 {
		width: 25%;
	}
	.xlarge-margin-collapse > .large-4 {
		width: 33.33333%;
	}
	.xlarge-margin-collapse > .large-5 {
		width: 41.66667%;
	}
	.xlarge-margin-collapse > .large-6 {
		width: 50%;
	}
	.xlarge-margin-collapse > .large-7 {
		width: 58.33333%;
	}
	.xlarge-margin-collapse > .large-8 {
		width: 66.66667%;
	}
	.xlarge-margin-collapse > .large-9 {
		width: 75%;
	}
	.xlarge-margin-collapse > .large-10 {
		width: 83.33333%;
	}
	.xlarge-margin-collapse > .large-11 {
		width: 91.66667%;
	}
	.xlarge-margin-collapse > .large-12 {
		width: 100%;
	}
}
@media screen and (min-width: 80em) {
	.xlarge-margin-collapse > .xlarge-1 {
		width: 8.33333%;
	}
	.xlarge-margin-collapse > .xlarge-2 {
		width: 16.66667%;
	}
	.xlarge-margin-collapse > .xlarge-3 {
		width: 25%;
	}
	.xlarge-margin-collapse > .xlarge-4 {
		width: 33.33333%;
	}
	.xlarge-margin-collapse > .xlarge-5 {
		width: 41.66667%;
	}
	.xlarge-margin-collapse > .xlarge-6 {
		width: 50%;
	}
	.xlarge-margin-collapse > .xlarge-7 {
		width: 58.33333%;
	}
	.xlarge-margin-collapse > .xlarge-8 {
		width: 66.66667%;
	}
	.xlarge-margin-collapse > .xlarge-9 {
		width: 75%;
	}
	.xlarge-margin-collapse > .xlarge-10 {
		width: 83.33333%;
	}
	.xlarge-margin-collapse > .xlarge-11 {
		width: 91.66667%;
	}
	.xlarge-margin-collapse > .xlarge-12 {
		width: 100%;
	}
}
@media screen and (min-width: 80em) {
	.xlarge-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.xlarge-padding-collapse > .cell {
		padding-right: 0;
		padding-left: 0;
	}
}
.xsmall-offset-0 {
	margin-left: 0;
}
.grid-margin-x > .xsmall-offset-0 {
	margin-left: calc(0% + 0.625rem);
}
.xsmall-offset-1 {
	margin-left: 8.33333%;
}
.grid-margin-x > .xsmall-offset-1 {
	margin-left: calc(8.33333% + 0.625rem);
}
.xsmall-offset-2 {
	margin-left: 16.66667%;
}
.grid-margin-x > .xsmall-offset-2 {
	margin-left: calc(16.66667% + 0.625rem);
}
.xsmall-offset-3 {
	margin-left: 25%;
}
.grid-margin-x > .xsmall-offset-3 {
	margin-left: calc(25% + 0.625rem);
}
.xsmall-offset-4 {
	margin-left: 33.33333%;
}
.grid-margin-x > .xsmall-offset-4 {
	margin-left: calc(33.33333% + 0.625rem);
}
.xsmall-offset-5 {
	margin-left: 41.66667%;
}
.grid-margin-x > .xsmall-offset-5 {
	margin-left: calc(41.66667% + 0.625rem);
}
.xsmall-offset-6 {
	margin-left: 50%;
}
.grid-margin-x > .xsmall-offset-6 {
	margin-left: calc(50% + 0.625rem);
}
.xsmall-offset-7 {
	margin-left: 58.33333%;
}
.grid-margin-x > .xsmall-offset-7 {
	margin-left: calc(58.33333% + 0.625rem);
}
.xsmall-offset-8 {
	margin-left: 66.66667%;
}
.grid-margin-x > .xsmall-offset-8 {
	margin-left: calc(66.66667% + 0.625rem);
}
.xsmall-offset-9 {
	margin-left: 75%;
}
.grid-margin-x > .xsmall-offset-9 {
	margin-left: calc(75% + 0.625rem);
}
.xsmall-offset-10 {
	margin-left: 83.33333%;
}
.grid-margin-x > .xsmall-offset-10 {
	margin-left: calc(83.33333% + 0.625rem);
}
.xsmall-offset-11 {
	margin-left: 91.66667%;
}
.grid-margin-x > .xsmall-offset-11 {
	margin-left: calc(91.66667% + 0.625rem);
}
@media print, screen and (min-width: 23.4375em) {
	.small-offset-0 {
		margin-left: 0;
	}
	.grid-margin-x > .small-offset-0 {
		margin-left: calc(0% + 0.625rem);
	}
	.small-offset-1 {
		margin-left: 8.33333%;
	}
	.grid-margin-x > .small-offset-1 {
		margin-left: calc(8.33333% + 0.625rem);
	}
	.small-offset-2 {
		margin-left: 16.66667%;
	}
	.grid-margin-x > .small-offset-2 {
		margin-left: calc(16.66667% + 0.625rem);
	}
	.small-offset-3 {
		margin-left: 25%;
	}
	.grid-margin-x > .small-offset-3 {
		margin-left: calc(25% + 0.625rem);
	}
	.small-offset-4 {
		margin-left: 33.33333%;
	}
	.grid-margin-x > .small-offset-4 {
		margin-left: calc(33.33333% + 0.625rem);
	}
	.small-offset-5 {
		margin-left: 41.66667%;
	}
	.grid-margin-x > .small-offset-5 {
		margin-left: calc(41.66667% + 0.625rem);
	}
	.small-offset-6 {
		margin-left: 50%;
	}
	.grid-margin-x > .small-offset-6 {
		margin-left: calc(50% + 0.625rem);
	}
	.small-offset-7 {
		margin-left: 58.33333%;
	}
	.grid-margin-x > .small-offset-7 {
		margin-left: calc(58.33333% + 0.625rem);
	}
	.small-offset-8 {
		margin-left: 66.66667%;
	}
	.grid-margin-x > .small-offset-8 {
		margin-left: calc(66.66667% + 0.625rem);
	}
	.small-offset-9 {
		margin-left: 75%;
	}
	.grid-margin-x > .small-offset-9 {
		margin-left: calc(75% + 0.625rem);
	}
	.small-offset-10 {
		margin-left: 83.33333%;
	}
	.grid-margin-x > .small-offset-10 {
		margin-left: calc(83.33333% + 0.625rem);
	}
	.small-offset-11 {
		margin-left: 91.66667%;
	}
	.grid-margin-x > .small-offset-11 {
		margin-left: calc(91.66667% + 0.625rem);
	}
}
@media print, screen and (min-width: 40em) {
	.medium-offset-0 {
		margin-left: 0;
	}
	.grid-margin-x > .medium-offset-0 {
		margin-left: calc(0% + 0.9375rem);
	}
	.medium-offset-1 {
		margin-left: 8.33333%;
	}
	.grid-margin-x > .medium-offset-1 {
		margin-left: calc(8.33333% + 0.9375rem);
	}
	.medium-offset-2 {
		margin-left: 16.66667%;
	}
	.grid-margin-x > .medium-offset-2 {
		margin-left: calc(16.66667% + 0.9375rem);
	}
	.medium-offset-3 {
		margin-left: 25%;
	}
	.grid-margin-x > .medium-offset-3 {
		margin-left: calc(25% + 0.9375rem);
	}
	.medium-offset-4 {
		margin-left: 33.33333%;
	}
	.grid-margin-x > .medium-offset-4 {
		margin-left: calc(33.33333% + 0.9375rem);
	}
	.medium-offset-5 {
		margin-left: 41.66667%;
	}
	.grid-margin-x > .medium-offset-5 {
		margin-left: calc(41.66667% + 0.9375rem);
	}
	.medium-offset-6 {
		margin-left: 50%;
	}
	.grid-margin-x > .medium-offset-6 {
		margin-left: calc(50% + 0.9375rem);
	}
	.medium-offset-7 {
		margin-left: 58.33333%;
	}
	.grid-margin-x > .medium-offset-7 {
		margin-left: calc(58.33333% + 0.9375rem);
	}
	.medium-offset-8 {
		margin-left: 66.66667%;
	}
	.grid-margin-x > .medium-offset-8 {
		margin-left: calc(66.66667% + 0.9375rem);
	}
	.medium-offset-9 {
		margin-left: 75%;
	}
	.grid-margin-x > .medium-offset-9 {
		margin-left: calc(75% + 0.9375rem);
	}
	.medium-offset-10 {
		margin-left: 83.33333%;
	}
	.grid-margin-x > .medium-offset-10 {
		margin-left: calc(83.33333% + 0.9375rem);
	}
	.medium-offset-11 {
		margin-left: 91.66667%;
	}
	.grid-margin-x > .medium-offset-11 {
		margin-left: calc(91.66667% + 0.9375rem);
	}
}
@media print, screen and (min-width: 64em) {
	.large-offset-0 {
		margin-left: 0;
	}
	.grid-margin-x > .large-offset-0 {
		margin-left: calc(0% + 0.9375rem);
	}
	.large-offset-1 {
		margin-left: 8.33333%;
	}
	.grid-margin-x > .large-offset-1 {
		margin-left: calc(8.33333% + 0.9375rem);
	}
	.large-offset-2 {
		margin-left: 16.66667%;
	}
	.grid-margin-x > .large-offset-2 {
		margin-left: calc(16.66667% + 0.9375rem);
	}
	.large-offset-3 {
		margin-left: 25%;
	}
	.grid-margin-x > .large-offset-3 {
		margin-left: calc(25% + 0.9375rem);
	}
	.large-offset-4 {
		margin-left: 33.33333%;
	}
	.grid-margin-x > .large-offset-4 {
		margin-left: calc(33.33333% + 0.9375rem);
	}
	.large-offset-5 {
		margin-left: 41.66667%;
	}
	.grid-margin-x > .large-offset-5 {
		margin-left: calc(41.66667% + 0.9375rem);
	}
	.large-offset-6 {
		margin-left: 50%;
	}
	.grid-margin-x > .large-offset-6 {
		margin-left: calc(50% + 0.9375rem);
	}
	.large-offset-7 {
		margin-left: 58.33333%;
	}
	.grid-margin-x > .large-offset-7 {
		margin-left: calc(58.33333% + 0.9375rem);
	}
	.large-offset-8 {
		margin-left: 66.66667%;
	}
	.grid-margin-x > .large-offset-8 {
		margin-left: calc(66.66667% + 0.9375rem);
	}
	.large-offset-9 {
		margin-left: 75%;
	}
	.grid-margin-x > .large-offset-9 {
		margin-left: calc(75% + 0.9375rem);
	}
	.large-offset-10 {
		margin-left: 83.33333%;
	}
	.grid-margin-x > .large-offset-10 {
		margin-left: calc(83.33333% + 0.9375rem);
	}
	.large-offset-11 {
		margin-left: 91.66667%;
	}
	.grid-margin-x > .large-offset-11 {
		margin-left: calc(91.66667% + 0.9375rem);
	}
}
@media screen and (min-width: 80em) {
	.xlarge-offset-0 {
		margin-left: 0;
	}
	.grid-margin-x > .xlarge-offset-0 {
		margin-left: calc(0% + 0.9375rem);
	}
	.xlarge-offset-1 {
		margin-left: 8.33333%;
	}
	.grid-margin-x > .xlarge-offset-1 {
		margin-left: calc(8.33333% + 0.9375rem);
	}
	.xlarge-offset-2 {
		margin-left: 16.66667%;
	}
	.grid-margin-x > .xlarge-offset-2 {
		margin-left: calc(16.66667% + 0.9375rem);
	}
	.xlarge-offset-3 {
		margin-left: 25%;
	}
	.grid-margin-x > .xlarge-offset-3 {
		margin-left: calc(25% + 0.9375rem);
	}
	.xlarge-offset-4 {
		margin-left: 33.33333%;
	}
	.grid-margin-x > .xlarge-offset-4 {
		margin-left: calc(33.33333% + 0.9375rem);
	}
	.xlarge-offset-5 {
		margin-left: 41.66667%;
	}
	.grid-margin-x > .xlarge-offset-5 {
		margin-left: calc(41.66667% + 0.9375rem);
	}
	.xlarge-offset-6 {
		margin-left: 50%;
	}
	.grid-margin-x > .xlarge-offset-6 {
		margin-left: calc(50% + 0.9375rem);
	}
	.xlarge-offset-7 {
		margin-left: 58.33333%;
	}
	.grid-margin-x > .xlarge-offset-7 {
		margin-left: calc(58.33333% + 0.9375rem);
	}
	.xlarge-offset-8 {
		margin-left: 66.66667%;
	}
	.grid-margin-x > .xlarge-offset-8 {
		margin-left: calc(66.66667% + 0.9375rem);
	}
	.xlarge-offset-9 {
		margin-left: 75%;
	}
	.grid-margin-x > .xlarge-offset-9 {
		margin-left: calc(75% + 0.9375rem);
	}
	.xlarge-offset-10 {
		margin-left: 83.33333%;
	}
	.grid-margin-x > .xlarge-offset-10 {
		margin-left: calc(83.33333% + 0.9375rem);
	}
	.xlarge-offset-11 {
		margin-left: 91.66667%;
	}
	.grid-margin-x > .xlarge-offset-11 {
		margin-left: calc(91.66667% + 0.9375rem);
	}
}
.grid-y {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}
.grid-y > .cell {
	width: auto;
	max-width: none;
}
.grid-y > .auto {
	height: auto;
}
.grid-y > .shrink {
	height: auto;
}
.grid-y > .xsmall-1,
.grid-y > .xsmall-10,
.grid-y > .xsmall-11,
.grid-y > .xsmall-12,
.grid-y > .xsmall-2,
.grid-y > .xsmall-3,
.grid-y > .xsmall-4,
.grid-y > .xsmall-5,
.grid-y > .xsmall-6,
.grid-y > .xsmall-7,
.grid-y > .xsmall-8,
.grid-y > .xsmall-9,
.grid-y > .xsmall-full,
.grid-y > .xsmall-shrink {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}
@media print, screen and (min-width: 23.4375em) {
	.grid-y > .small-1,
	.grid-y > .small-10,
	.grid-y > .small-11,
	.grid-y > .small-12,
	.grid-y > .small-2,
	.grid-y > .small-3,
	.grid-y > .small-4,
	.grid-y > .small-5,
	.grid-y > .small-6,
	.grid-y > .small-7,
	.grid-y > .small-8,
	.grid-y > .small-9,
	.grid-y > .small-full,
	.grid-y > .small-shrink {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}
@media print, screen and (min-width: 40em) {
	.grid-y > .medium-1,
	.grid-y > .medium-10,
	.grid-y > .medium-11,
	.grid-y > .medium-12,
	.grid-y > .medium-2,
	.grid-y > .medium-3,
	.grid-y > .medium-4,
	.grid-y > .medium-5,
	.grid-y > .medium-6,
	.grid-y > .medium-7,
	.grid-y > .medium-8,
	.grid-y > .medium-9,
	.grid-y > .medium-full,
	.grid-y > .medium-shrink {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}
@media print, screen and (min-width: 64em) {
	.grid-y > .large-1,
	.grid-y > .large-10,
	.grid-y > .large-11,
	.grid-y > .large-12,
	.grid-y > .large-2,
	.grid-y > .large-3,
	.grid-y > .large-4,
	.grid-y > .large-5,
	.grid-y > .large-6,
	.grid-y > .large-7,
	.grid-y > .large-8,
	.grid-y > .large-9,
	.grid-y > .large-full,
	.grid-y > .large-shrink {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}
@media screen and (min-width: 80em) {
	.grid-y > .xlarge-1,
	.grid-y > .xlarge-10,
	.grid-y > .xlarge-11,
	.grid-y > .xlarge-12,
	.grid-y > .xlarge-2,
	.grid-y > .xlarge-3,
	.grid-y > .xlarge-4,
	.grid-y > .xlarge-5,
	.grid-y > .xlarge-6,
	.grid-y > .xlarge-7,
	.grid-y > .xlarge-8,
	.grid-y > .xlarge-9,
	.grid-y > .xlarge-full,
	.grid-y > .xlarge-shrink {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}
.grid-y > .xsmall-auto {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	height: auto;
}
.grid-y > .xsmall-1,
.grid-y > .xsmall-10,
.grid-y > .xsmall-11,
.grid-y > .xsmall-12,
.grid-y > .xsmall-2,
.grid-y > .xsmall-3,
.grid-y > .xsmall-4,
.grid-y > .xsmall-5,
.grid-y > .xsmall-6,
.grid-y > .xsmall-7,
.grid-y > .xsmall-8,
.grid-y > .xsmall-9,
.grid-y > .xsmall-shrink {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.grid-y > .xsmall-shrink {
	height: auto;
}
.grid-y > .xsmall-1 {
	height: 8.33333%;
}
.grid-y > .xsmall-2 {
	height: 16.66667%;
}
.grid-y > .xsmall-3 {
	height: 25%;
}
.grid-y > .xsmall-4 {
	height: 33.33333%;
}
.grid-y > .xsmall-5 {
	height: 41.66667%;
}
.grid-y > .xsmall-6 {
	height: 50%;
}
.grid-y > .xsmall-7 {
	height: 58.33333%;
}
.grid-y > .xsmall-8 {
	height: 66.66667%;
}
.grid-y > .xsmall-9 {
	height: 75%;
}
.grid-y > .xsmall-10 {
	height: 83.33333%;
}
.grid-y > .xsmall-11 {
	height: 91.66667%;
}
.grid-y > .xsmall-12 {
	height: 100%;
}
@media print, screen and (min-width: 23.4375em) {
	.grid-y > .small-1,
	.grid-y > .small-10,
	.grid-y > .small-11,
	.grid-y > .small-12,
	.grid-y > .small-2,
	.grid-y > .small-3,
	.grid-y > .small-4,
	.grid-y > .small-5,
	.grid-y > .small-6,
	.grid-y > .small-7,
	.grid-y > .small-8,
	.grid-y > .small-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.grid-y > .small-1 {
		height: 8.33333%;
	}
	.grid-y > .small-2 {
		height: 16.66667%;
	}
	.grid-y > .small-3 {
		height: 25%;
	}
	.grid-y > .small-4 {
		height: 33.33333%;
	}
	.grid-y > .small-5 {
		height: 41.66667%;
	}
	.grid-y > .small-6 {
		height: 50%;
	}
	.grid-y > .small-7 {
		height: 58.33333%;
	}
	.grid-y > .small-8 {
		height: 66.66667%;
	}
	.grid-y > .small-9 {
		height: 75%;
	}
	.grid-y > .small-10 {
		height: 83.33333%;
	}
	.grid-y > .small-11 {
		height: 91.66667%;
	}
	.grid-y > .small-12 {
		height: 100%;
	}
}
@media print, screen and (min-width: 40em) {
	.grid-y > .medium-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		height: auto;
	}
	.grid-y > .medium-1,
	.grid-y > .medium-10,
	.grid-y > .medium-11,
	.grid-y > .medium-12,
	.grid-y > .medium-2,
	.grid-y > .medium-3,
	.grid-y > .medium-4,
	.grid-y > .medium-5,
	.grid-y > .medium-6,
	.grid-y > .medium-7,
	.grid-y > .medium-8,
	.grid-y > .medium-9,
	.grid-y > .medium-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.grid-y > .medium-shrink {
		height: auto;
	}
	.grid-y > .medium-1 {
		height: 8.33333%;
	}
	.grid-y > .medium-2 {
		height: 16.66667%;
	}
	.grid-y > .medium-3 {
		height: 25%;
	}
	.grid-y > .medium-4 {
		height: 33.33333%;
	}
	.grid-y > .medium-5 {
		height: 41.66667%;
	}
	.grid-y > .medium-6 {
		height: 50%;
	}
	.grid-y > .medium-7 {
		height: 58.33333%;
	}
	.grid-y > .medium-8 {
		height: 66.66667%;
	}
	.grid-y > .medium-9 {
		height: 75%;
	}
	.grid-y > .medium-10 {
		height: 83.33333%;
	}
	.grid-y > .medium-11 {
		height: 91.66667%;
	}
	.grid-y > .medium-12 {
		height: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.grid-y > .large-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		height: auto;
	}
	.grid-y > .large-1,
	.grid-y > .large-10,
	.grid-y > .large-11,
	.grid-y > .large-12,
	.grid-y > .large-2,
	.grid-y > .large-3,
	.grid-y > .large-4,
	.grid-y > .large-5,
	.grid-y > .large-6,
	.grid-y > .large-7,
	.grid-y > .large-8,
	.grid-y > .large-9,
	.grid-y > .large-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.grid-y > .large-shrink {
		height: auto;
	}
	.grid-y > .large-1 {
		height: 8.33333%;
	}
	.grid-y > .large-2 {
		height: 16.66667%;
	}
	.grid-y > .large-3 {
		height: 25%;
	}
	.grid-y > .large-4 {
		height: 33.33333%;
	}
	.grid-y > .large-5 {
		height: 41.66667%;
	}
	.grid-y > .large-6 {
		height: 50%;
	}
	.grid-y > .large-7 {
		height: 58.33333%;
	}
	.grid-y > .large-8 {
		height: 66.66667%;
	}
	.grid-y > .large-9 {
		height: 75%;
	}
	.grid-y > .large-10 {
		height: 83.33333%;
	}
	.grid-y > .large-11 {
		height: 91.66667%;
	}
	.grid-y > .large-12 {
		height: 100%;
	}
}
@media screen and (min-width: 80em) {
	.grid-y > .xlarge-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		height: auto;
	}
	.grid-y > .xlarge-1,
	.grid-y > .xlarge-10,
	.grid-y > .xlarge-11,
	.grid-y > .xlarge-12,
	.grid-y > .xlarge-2,
	.grid-y > .xlarge-3,
	.grid-y > .xlarge-4,
	.grid-y > .xlarge-5,
	.grid-y > .xlarge-6,
	.grid-y > .xlarge-7,
	.grid-y > .xlarge-8,
	.grid-y > .xlarge-9,
	.grid-y > .xlarge-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.grid-y > .xlarge-shrink {
		height: auto;
	}
	.grid-y > .xlarge-1 {
		height: 8.33333%;
	}
	.grid-y > .xlarge-2 {
		height: 16.66667%;
	}
	.grid-y > .xlarge-3 {
		height: 25%;
	}
	.grid-y > .xlarge-4 {
		height: 33.33333%;
	}
	.grid-y > .xlarge-5 {
		height: 41.66667%;
	}
	.grid-y > .xlarge-6 {
		height: 50%;
	}
	.grid-y > .xlarge-7 {
		height: 58.33333%;
	}
	.grid-y > .xlarge-8 {
		height: 66.66667%;
	}
	.grid-y > .xlarge-9 {
		height: 75%;
	}
	.grid-y > .xlarge-10 {
		height: 83.33333%;
	}
	.grid-y > .xlarge-11 {
		height: 91.66667%;
	}
	.grid-y > .xlarge-12 {
		height: 100%;
	}
}
.grid-padding-y .grid-padding-y {
	margin-top: -0.625rem;
	margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 23.4375em) {
	.grid-padding-y .grid-padding-y {
		margin-top: -0.625rem;
		margin-bottom: -0.625rem;
	}
}
@media print, screen and (min-width: 40em) {
	.grid-padding-y .grid-padding-y {
		margin-top: -0.9375rem;
		margin-bottom: -0.9375rem;
	}
}
.grid-padding-y > .cell {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 23.4375em) {
	.grid-padding-y > .cell {
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
	}
}
@media print, screen and (min-width: 40em) {
	.grid-padding-y > .cell {
		padding-top: 0.9375rem;
		padding-bottom: 0.9375rem;
	}
}
.grid-margin-y {
	margin-top: -0.625rem;
	margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 23.4375em) {
	.grid-margin-y {
		margin-top: -0.625rem;
		margin-bottom: -0.625rem;
	}
}
@media print, screen and (min-width: 40em) {
	.grid-margin-y {
		margin-top: -0.9375rem;
		margin-bottom: -0.9375rem;
	}
}
.grid-margin-y > .cell {
	height: calc(100% - 1.25rem);
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 23.4375em) {
	.grid-margin-y > .cell {
		height: calc(100% - 1.25rem);
		margin-top: 0.625rem;
		margin-bottom: 0.625rem;
	}
}
@media print, screen and (min-width: 40em) {
	.grid-margin-y > .cell {
		height: calc(100% - 1.875rem);
		margin-top: 0.9375rem;
		margin-bottom: 0.9375rem;
	}
}
.grid-margin-y > .auto {
	height: auto;
}
.grid-margin-y > .shrink {
	height: auto;
}
.grid-margin-y > .xsmall-1 {
	height: calc(8.33333% - 1.25rem);
}
.grid-margin-y > .xsmall-2 {
	height: calc(16.66667% - 1.25rem);
}
.grid-margin-y > .xsmall-3 {
	height: calc(25% - 1.25rem);
}
.grid-margin-y > .xsmall-4 {
	height: calc(33.33333% - 1.25rem);
}
.grid-margin-y > .xsmall-5 {
	height: calc(41.66667% - 1.25rem);
}
.grid-margin-y > .xsmall-6 {
	height: calc(50% - 1.25rem);
}
.grid-margin-y > .xsmall-7 {
	height: calc(58.33333% - 1.25rem);
}
.grid-margin-y > .xsmall-8 {
	height: calc(66.66667% - 1.25rem);
}
.grid-margin-y > .xsmall-9 {
	height: calc(75% - 1.25rem);
}
.grid-margin-y > .xsmall-10 {
	height: calc(83.33333% - 1.25rem);
}
.grid-margin-y > .xsmall-11 {
	height: calc(91.66667% - 1.25rem);
}
.grid-margin-y > .xsmall-12 {
	height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 23.4375em) {
	.grid-margin-y > .auto {
		height: auto;
	}
	.grid-margin-y > .shrink {
		height: auto;
	}
	.grid-margin-y > .xsmall-1 {
		height: calc(8.33333% - 1.25rem);
	}
	.grid-margin-y > .xsmall-2 {
		height: calc(16.66667% - 1.25rem);
	}
	.grid-margin-y > .xsmall-3 {
		height: calc(25% - 1.25rem);
	}
	.grid-margin-y > .xsmall-4 {
		height: calc(33.33333% - 1.25rem);
	}
	.grid-margin-y > .xsmall-5 {
		height: calc(41.66667% - 1.25rem);
	}
	.grid-margin-y > .xsmall-6 {
		height: calc(50% - 1.25rem);
	}
	.grid-margin-y > .xsmall-7 {
		height: calc(58.33333% - 1.25rem);
	}
	.grid-margin-y > .xsmall-8 {
		height: calc(66.66667% - 1.25rem);
	}
	.grid-margin-y > .xsmall-9 {
		height: calc(75% - 1.25rem);
	}
	.grid-margin-y > .xsmall-10 {
		height: calc(83.33333% - 1.25rem);
	}
	.grid-margin-y > .xsmall-11 {
		height: calc(91.66667% - 1.25rem);
	}
	.grid-margin-y > .xsmall-12 {
		height: calc(100% - 1.25rem);
	}
	.grid-margin-y > .small-auto {
		height: auto;
	}
	.grid-margin-y > .small-shrink {
		height: auto;
	}
	.grid-margin-y > .small-1 {
		height: calc(8.33333% - 1.25rem);
	}
	.grid-margin-y > .small-2 {
		height: calc(16.66667% - 1.25rem);
	}
	.grid-margin-y > .small-3 {
		height: calc(25% - 1.25rem);
	}
	.grid-margin-y > .small-4 {
		height: calc(33.33333% - 1.25rem);
	}
	.grid-margin-y > .small-5 {
		height: calc(41.66667% - 1.25rem);
	}
	.grid-margin-y > .small-6 {
		height: calc(50% - 1.25rem);
	}
	.grid-margin-y > .small-7 {
		height: calc(58.33333% - 1.25rem);
	}
	.grid-margin-y > .small-8 {
		height: calc(66.66667% - 1.25rem);
	}
	.grid-margin-y > .small-9 {
		height: calc(75% - 1.25rem);
	}
	.grid-margin-y > .small-10 {
		height: calc(83.33333% - 1.25rem);
	}
	.grid-margin-y > .small-11 {
		height: calc(91.66667% - 1.25rem);
	}
	.grid-margin-y > .small-12 {
		height: calc(100% - 1.25rem);
	}
}
@media print, screen and (min-width: 40em) {
	.grid-margin-y > .auto {
		height: auto;
	}
	.grid-margin-y > .shrink {
		height: auto;
	}
	.grid-margin-y > .xsmall-1 {
		height: calc(8.33333% - 1.875rem);
	}
	.grid-margin-y > .xsmall-2 {
		height: calc(16.66667% - 1.875rem);
	}
	.grid-margin-y > .xsmall-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .xsmall-4 {
		height: calc(33.33333% - 1.875rem);
	}
	.grid-margin-y > .xsmall-5 {
		height: calc(41.66667% - 1.875rem);
	}
	.grid-margin-y > .xsmall-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .xsmall-7 {
		height: calc(58.33333% - 1.875rem);
	}
	.grid-margin-y > .xsmall-8 {
		height: calc(66.66667% - 1.875rem);
	}
	.grid-margin-y > .xsmall-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .xsmall-10 {
		height: calc(83.33333% - 1.875rem);
	}
	.grid-margin-y > .xsmall-11 {
		height: calc(91.66667% - 1.875rem);
	}
	.grid-margin-y > .xsmall-12 {
		height: calc(100% - 1.875rem);
	}
	.grid-margin-y > .small-auto {
		height: auto;
	}
	.grid-margin-y > .small-shrink {
		height: auto;
	}
	.grid-margin-y > .small-1 {
		height: calc(8.33333% - 1.875rem);
	}
	.grid-margin-y > .small-2 {
		height: calc(16.66667% - 1.875rem);
	}
	.grid-margin-y > .small-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .small-4 {
		height: calc(33.33333% - 1.875rem);
	}
	.grid-margin-y > .small-5 {
		height: calc(41.66667% - 1.875rem);
	}
	.grid-margin-y > .small-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .small-7 {
		height: calc(58.33333% - 1.875rem);
	}
	.grid-margin-y > .small-8 {
		height: calc(66.66667% - 1.875rem);
	}
	.grid-margin-y > .small-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .small-10 {
		height: calc(83.33333% - 1.875rem);
	}
	.grid-margin-y > .small-11 {
		height: calc(91.66667% - 1.875rem);
	}
	.grid-margin-y > .small-12 {
		height: calc(100% - 1.875rem);
	}
	.grid-margin-y > .medium-auto {
		height: auto;
	}
	.grid-margin-y > .medium-shrink {
		height: auto;
	}
	.grid-margin-y > .medium-1 {
		height: calc(8.33333% - 1.875rem);
	}
	.grid-margin-y > .medium-2 {
		height: calc(16.66667% - 1.875rem);
	}
	.grid-margin-y > .medium-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .medium-4 {
		height: calc(33.33333% - 1.875rem);
	}
	.grid-margin-y > .medium-5 {
		height: calc(41.66667% - 1.875rem);
	}
	.grid-margin-y > .medium-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .medium-7 {
		height: calc(58.33333% - 1.875rem);
	}
	.grid-margin-y > .medium-8 {
		height: calc(66.66667% - 1.875rem);
	}
	.grid-margin-y > .medium-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .medium-10 {
		height: calc(83.33333% - 1.875rem);
	}
	.grid-margin-y > .medium-11 {
		height: calc(91.66667% - 1.875rem);
	}
	.grid-margin-y > .medium-12 {
		height: calc(100% - 1.875rem);
	}
}
@media print, screen and (min-width: 64em) {
	.grid-margin-y > .large-auto {
		height: auto;
	}
	.grid-margin-y > .large-shrink {
		height: auto;
	}
	.grid-margin-y > .large-1 {
		height: calc(8.33333% - 1.875rem);
	}
	.grid-margin-y > .large-2 {
		height: calc(16.66667% - 1.875rem);
	}
	.grid-margin-y > .large-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .large-4 {
		height: calc(33.33333% - 1.875rem);
	}
	.grid-margin-y > .large-5 {
		height: calc(41.66667% - 1.875rem);
	}
	.grid-margin-y > .large-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .large-7 {
		height: calc(58.33333% - 1.875rem);
	}
	.grid-margin-y > .large-8 {
		height: calc(66.66667% - 1.875rem);
	}
	.grid-margin-y > .large-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .large-10 {
		height: calc(83.33333% - 1.875rem);
	}
	.grid-margin-y > .large-11 {
		height: calc(91.66667% - 1.875rem);
	}
	.grid-margin-y > .large-12 {
		height: calc(100% - 1.875rem);
	}
}
@media screen and (min-width: 80em) {
	.grid-margin-y > .xlarge-auto {
		height: auto;
	}
	.grid-margin-y > .xlarge-shrink {
		height: auto;
	}
	.grid-margin-y > .xlarge-1 {
		height: calc(8.33333% - 1.875rem);
	}
	.grid-margin-y > .xlarge-2 {
		height: calc(16.66667% - 1.875rem);
	}
	.grid-margin-y > .xlarge-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .xlarge-4 {
		height: calc(33.33333% - 1.875rem);
	}
	.grid-margin-y > .xlarge-5 {
		height: calc(41.66667% - 1.875rem);
	}
	.grid-margin-y > .xlarge-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .xlarge-7 {
		height: calc(58.33333% - 1.875rem);
	}
	.grid-margin-y > .xlarge-8 {
		height: calc(66.66667% - 1.875rem);
	}
	.grid-margin-y > .xlarge-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .xlarge-10 {
		height: calc(83.33333% - 1.875rem);
	}
	.grid-margin-y > .xlarge-11 {
		height: calc(91.66667% - 1.875rem);
	}
	.grid-margin-y > .xlarge-12 {
		height: calc(100% - 1.875rem);
	}
}
.grid-frame {
	overflow: hidden;
	position: relative;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100vw;
}
.cell .grid-frame {
	width: 100%;
}
.cell-block {
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.cell-block-y {
	overflow-y: auto;
	max-height: 100%;
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.cell-block-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%;
}
.cell-block-container > .grid-x {
	max-height: 100%;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
@media print, screen and (min-width: 23.4375em) {
	.small-grid-frame {
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100vw;
	}
	.cell .small-grid-frame {
		width: 100%;
	}
	.small-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.small-cell-block-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%;
	}
	.small-cell-block-container > .grid-x {
		max-height: 100%;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.small-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
@media print, screen and (min-width: 40em) {
	.medium-grid-frame {
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100vw;
	}
	.cell .medium-grid-frame {
		width: 100%;
	}
	.medium-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.medium-cell-block-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%;
	}
	.medium-cell-block-container > .grid-x {
		max-height: 100%;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.medium-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
@media print, screen and (min-width: 64em) {
	.large-grid-frame {
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100vw;
	}
	.cell .large-grid-frame {
		width: 100%;
	}
	.large-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.large-cell-block-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%;
	}
	.large-cell-block-container > .grid-x {
		max-height: 100%;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.large-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
@media screen and (min-width: 80em) {
	.xlarge-grid-frame {
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100vw;
	}
	.cell .xlarge-grid-frame {
		width: 100%;
	}
	.xlarge-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.xlarge-cell-block-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%;
	}
	.xlarge-cell-block-container > .grid-x {
		max-height: 100%;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.xlarge-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
.grid-y.grid-frame {
	width: auto;
	overflow: hidden;
	position: relative;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100vh;
}
@media print, screen and (min-width: 23.4375em) {
	.grid-y.small-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: 100vh;
	}
}
@media print, screen and (min-width: 40em) {
	.grid-y.medium-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: 100vh;
	}
}
@media print, screen and (min-width: 64em) {
	.grid-y.large-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: 100vh;
	}
}
@media screen and (min-width: 80em) {
	.grid-y.xlarge-grid-frame {
		width: auto;
		overflow: hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: 100vh;
	}
}
.cell .grid-y.grid-frame {
	height: 100%;
}
@media print, screen and (min-width: 23.4375em) {
	.cell .grid-y.small-grid-frame {
		height: 100%;
	}
}
@media print, screen and (min-width: 40em) {
	.cell .grid-y.medium-grid-frame {
		height: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.cell .grid-y.large-grid-frame {
		height: 100%;
	}
}
@media screen and (min-width: 80em) {
	.cell .grid-y.xlarge-grid-frame {
		height: 100%;
	}
}
.grid-margin-y {
	margin-top: -0.625rem;
	margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 23.4375em) {
	.grid-margin-y {
		margin-top: -0.625rem;
		margin-bottom: -0.625rem;
	}
}
@media print, screen and (min-width: 40em) {
	.grid-margin-y {
		margin-top: -0.9375rem;
		margin-bottom: -0.9375rem;
	}
}
.grid-margin-y > .cell {
	height: calc(100% - 1.25rem);
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 23.4375em) {
	.grid-margin-y > .cell {
		height: calc(100% - 1.25rem);
		margin-top: 0.625rem;
		margin-bottom: 0.625rem;
	}
}
@media print, screen and (min-width: 40em) {
	.grid-margin-y > .cell {
		height: calc(100% - 1.875rem);
		margin-top: 0.9375rem;
		margin-bottom: 0.9375rem;
	}
}
.grid-margin-y > .auto {
	height: auto;
}
.grid-margin-y > .shrink {
	height: auto;
}
.grid-margin-y > .xsmall-1 {
	height: calc(8.33333% - 1.25rem);
}
.grid-margin-y > .xsmall-2 {
	height: calc(16.66667% - 1.25rem);
}
.grid-margin-y > .xsmall-3 {
	height: calc(25% - 1.25rem);
}
.grid-margin-y > .xsmall-4 {
	height: calc(33.33333% - 1.25rem);
}
.grid-margin-y > .xsmall-5 {
	height: calc(41.66667% - 1.25rem);
}
.grid-margin-y > .xsmall-6 {
	height: calc(50% - 1.25rem);
}
.grid-margin-y > .xsmall-7 {
	height: calc(58.33333% - 1.25rem);
}
.grid-margin-y > .xsmall-8 {
	height: calc(66.66667% - 1.25rem);
}
.grid-margin-y > .xsmall-9 {
	height: calc(75% - 1.25rem);
}
.grid-margin-y > .xsmall-10 {
	height: calc(83.33333% - 1.25rem);
}
.grid-margin-y > .xsmall-11 {
	height: calc(91.66667% - 1.25rem);
}
.grid-margin-y > .xsmall-12 {
	height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 23.4375em) {
	.grid-margin-y > .auto {
		height: auto;
	}
	.grid-margin-y > .shrink {
		height: auto;
	}
	.grid-margin-y > .xsmall-1 {
		height: calc(8.33333% - 1.25rem);
	}
	.grid-margin-y > .xsmall-2 {
		height: calc(16.66667% - 1.25rem);
	}
	.grid-margin-y > .xsmall-3 {
		height: calc(25% - 1.25rem);
	}
	.grid-margin-y > .xsmall-4 {
		height: calc(33.33333% - 1.25rem);
	}
	.grid-margin-y > .xsmall-5 {
		height: calc(41.66667% - 1.25rem);
	}
	.grid-margin-y > .xsmall-6 {
		height: calc(50% - 1.25rem);
	}
	.grid-margin-y > .xsmall-7 {
		height: calc(58.33333% - 1.25rem);
	}
	.grid-margin-y > .xsmall-8 {
		height: calc(66.66667% - 1.25rem);
	}
	.grid-margin-y > .xsmall-9 {
		height: calc(75% - 1.25rem);
	}
	.grid-margin-y > .xsmall-10 {
		height: calc(83.33333% - 1.25rem);
	}
	.grid-margin-y > .xsmall-11 {
		height: calc(91.66667% - 1.25rem);
	}
	.grid-margin-y > .xsmall-12 {
		height: calc(100% - 1.25rem);
	}
	.grid-margin-y > .small-auto {
		height: auto;
	}
	.grid-margin-y > .small-shrink {
		height: auto;
	}
	.grid-margin-y > .small-1 {
		height: calc(8.33333% - 1.25rem);
	}
	.grid-margin-y > .small-2 {
		height: calc(16.66667% - 1.25rem);
	}
	.grid-margin-y > .small-3 {
		height: calc(25% - 1.25rem);
	}
	.grid-margin-y > .small-4 {
		height: calc(33.33333% - 1.25rem);
	}
	.grid-margin-y > .small-5 {
		height: calc(41.66667% - 1.25rem);
	}
	.grid-margin-y > .small-6 {
		height: calc(50% - 1.25rem);
	}
	.grid-margin-y > .small-7 {
		height: calc(58.33333% - 1.25rem);
	}
	.grid-margin-y > .small-8 {
		height: calc(66.66667% - 1.25rem);
	}
	.grid-margin-y > .small-9 {
		height: calc(75% - 1.25rem);
	}
	.grid-margin-y > .small-10 {
		height: calc(83.33333% - 1.25rem);
	}
	.grid-margin-y > .small-11 {
		height: calc(91.66667% - 1.25rem);
	}
	.grid-margin-y > .small-12 {
		height: calc(100% - 1.25rem);
	}
}
@media print, screen and (min-width: 40em) {
	.grid-margin-y > .auto {
		height: auto;
	}
	.grid-margin-y > .shrink {
		height: auto;
	}
	.grid-margin-y > .xsmall-1 {
		height: calc(8.33333% - 1.875rem);
	}
	.grid-margin-y > .xsmall-2 {
		height: calc(16.66667% - 1.875rem);
	}
	.grid-margin-y > .xsmall-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .xsmall-4 {
		height: calc(33.33333% - 1.875rem);
	}
	.grid-margin-y > .xsmall-5 {
		height: calc(41.66667% - 1.875rem);
	}
	.grid-margin-y > .xsmall-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .xsmall-7 {
		height: calc(58.33333% - 1.875rem);
	}
	.grid-margin-y > .xsmall-8 {
		height: calc(66.66667% - 1.875rem);
	}
	.grid-margin-y > .xsmall-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .xsmall-10 {
		height: calc(83.33333% - 1.875rem);
	}
	.grid-margin-y > .xsmall-11 {
		height: calc(91.66667% - 1.875rem);
	}
	.grid-margin-y > .xsmall-12 {
		height: calc(100% - 1.875rem);
	}
	.grid-margin-y > .small-auto {
		height: auto;
	}
	.grid-margin-y > .small-shrink {
		height: auto;
	}
	.grid-margin-y > .small-1 {
		height: calc(8.33333% - 1.875rem);
	}
	.grid-margin-y > .small-2 {
		height: calc(16.66667% - 1.875rem);
	}
	.grid-margin-y > .small-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .small-4 {
		height: calc(33.33333% - 1.875rem);
	}
	.grid-margin-y > .small-5 {
		height: calc(41.66667% - 1.875rem);
	}
	.grid-margin-y > .small-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .small-7 {
		height: calc(58.33333% - 1.875rem);
	}
	.grid-margin-y > .small-8 {
		height: calc(66.66667% - 1.875rem);
	}
	.grid-margin-y > .small-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .small-10 {
		height: calc(83.33333% - 1.875rem);
	}
	.grid-margin-y > .small-11 {
		height: calc(91.66667% - 1.875rem);
	}
	.grid-margin-y > .small-12 {
		height: calc(100% - 1.875rem);
	}
	.grid-margin-y > .medium-auto {
		height: auto;
	}
	.grid-margin-y > .medium-shrink {
		height: auto;
	}
	.grid-margin-y > .medium-1 {
		height: calc(8.33333% - 1.875rem);
	}
	.grid-margin-y > .medium-2 {
		height: calc(16.66667% - 1.875rem);
	}
	.grid-margin-y > .medium-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .medium-4 {
		height: calc(33.33333% - 1.875rem);
	}
	.grid-margin-y > .medium-5 {
		height: calc(41.66667% - 1.875rem);
	}
	.grid-margin-y > .medium-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .medium-7 {
		height: calc(58.33333% - 1.875rem);
	}
	.grid-margin-y > .medium-8 {
		height: calc(66.66667% - 1.875rem);
	}
	.grid-margin-y > .medium-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .medium-10 {
		height: calc(83.33333% - 1.875rem);
	}
	.grid-margin-y > .medium-11 {
		height: calc(91.66667% - 1.875rem);
	}
	.grid-margin-y > .medium-12 {
		height: calc(100% - 1.875rem);
	}
}
@media print, screen and (min-width: 64em) {
	.grid-margin-y > .large-auto {
		height: auto;
	}
	.grid-margin-y > .large-shrink {
		height: auto;
	}
	.grid-margin-y > .large-1 {
		height: calc(8.33333% - 1.875rem);
	}
	.grid-margin-y > .large-2 {
		height: calc(16.66667% - 1.875rem);
	}
	.grid-margin-y > .large-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .large-4 {
		height: calc(33.33333% - 1.875rem);
	}
	.grid-margin-y > .large-5 {
		height: calc(41.66667% - 1.875rem);
	}
	.grid-margin-y > .large-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .large-7 {
		height: calc(58.33333% - 1.875rem);
	}
	.grid-margin-y > .large-8 {
		height: calc(66.66667% - 1.875rem);
	}
	.grid-margin-y > .large-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .large-10 {
		height: calc(83.33333% - 1.875rem);
	}
	.grid-margin-y > .large-11 {
		height: calc(91.66667% - 1.875rem);
	}
	.grid-margin-y > .large-12 {
		height: calc(100% - 1.875rem);
	}
}
@media screen and (min-width: 80em) {
	.grid-margin-y > .xlarge-auto {
		height: auto;
	}
	.grid-margin-y > .xlarge-shrink {
		height: auto;
	}
	.grid-margin-y > .xlarge-1 {
		height: calc(8.33333% - 1.875rem);
	}
	.grid-margin-y > .xlarge-2 {
		height: calc(16.66667% - 1.875rem);
	}
	.grid-margin-y > .xlarge-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .xlarge-4 {
		height: calc(33.33333% - 1.875rem);
	}
	.grid-margin-y > .xlarge-5 {
		height: calc(41.66667% - 1.875rem);
	}
	.grid-margin-y > .xlarge-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .xlarge-7 {
		height: calc(58.33333% - 1.875rem);
	}
	.grid-margin-y > .xlarge-8 {
		height: calc(66.66667% - 1.875rem);
	}
	.grid-margin-y > .xlarge-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .xlarge-10 {
		height: calc(83.33333% - 1.875rem);
	}
	.grid-margin-y > .xlarge-11 {
		height: calc(91.66667% - 1.875rem);
	}
	.grid-margin-y > .xlarge-12 {
		height: calc(100% - 1.875rem);
	}
}
.grid-frame.grid-margin-y {
	height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 23.4375em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.25rem);
	}
}
@media print, screen and (min-width: 40em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.875rem);
	}
}
@media print, screen and (min-width: 64em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.875rem);
	}
}
@media screen and (min-width: 80em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.875rem);
	}
}
@media print, screen and (min-width: 23.4375em) {
	.grid-margin-y.small-grid-frame {
		height: calc(100vh + 1.25rem);
	}
}
@media print, screen and (min-width: 40em) {
	.grid-margin-y.medium-grid-frame {
		height: calc(100vh + 1.875rem);
	}
}
@media print, screen and (min-width: 64em) {
	.grid-margin-y.large-grid-frame {
		height: calc(100vh + 1.875rem);
	}
}
@media screen and (min-width: 80em) {
	.grid-margin-y.xlarge-grid-frame {
		height: calc(100vh + 1.875rem);
	}
}
.row {
	max-width: 87.5rem;
	margin-right: auto;
	margin-left: auto;
}
.row::after,
.row::before {
	display: table;
	content: " ";
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}
.row::after {
	clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
	padding-right: 0;
	padding-left: 0;
}
.row .row {
	margin-right: -0.9375rem;
	margin-left: -0.9375rem;
}
@media print, screen and (min-width: 23.4375em) {
	.row .row {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}
}
@media print, screen and (min-width: 40em) {
	.row .row {
		margin-right: -1.5625rem;
		margin-left: -1.5625rem;
	}
}
@media print, screen and (min-width: 64em) {
	.row .row {
		margin-right: -1.5625rem;
		margin-left: -1.5625rem;
	}
}
@media screen and (min-width: 80em) {
	.row .row {
		margin-right: -1.5625rem;
		margin-left: -1.5625rem;
	}
}
.row .row.collapse {
	margin-right: 0;
	margin-left: 0;
}
.row.expanded {
	max-width: none;
}
.row.expanded .row {
	margin-right: auto;
	margin-left: auto;
}
.row:not(.expanded) .row {
	max-width: none;
}
.row.gutter-xsmall > .column,
.row.gutter-xsmall > .columns {
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
}
.row.gutter-small > .column,
.row.gutter-small > .columns {
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
}
.row.gutter-medium > .column,
.row.gutter-medium > .columns {
	padding-right: 1.5625rem;
	padding-left: 1.5625rem;
}
.column,
.columns {
	width: 100%;
	float: left;
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
}
@media print, screen and (min-width: 23.4375em) {
	.column,
	.columns {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}
@media print, screen and (min-width: 40em) {
	.column,
	.columns {
		padding-right: 1.5625rem;
		padding-left: 1.5625rem;
	}
}
.column,
.column:last-child:not(:first-child),
.columns,
.columns:last-child:not(:first-child) {
	float: left;
	clear: none;
}
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
	float: right;
}
.column.end:last-child:last-child,
.end.columns:last-child:last-child {
	float: left;
}
.column.row.row,
.row.row.columns {
	float: none;
}
.row .column.row.row,
.row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}
.xsmall-1 {
	width: 6.25%;
}
.xsmall-push-1 {
	position: relative;
	left: 6.25%;
}
.xsmall-pull-1 {
	position: relative;
	left: -6.25%;
}
.xsmall-offset-0 {
	margin-left: 0;
}
.xsmall-2 {
	width: 12.5%;
}
.xsmall-push-2 {
	position: relative;
	left: 12.5%;
}
.xsmall-pull-2 {
	position: relative;
	left: -12.5%;
}
.xsmall-offset-1 {
	margin-left: 6.25%;
}
.xsmall-3 {
	width: 18.75%;
}
.xsmall-push-3 {
	position: relative;
	left: 18.75%;
}
.xsmall-pull-3 {
	position: relative;
	left: -18.75%;
}
.xsmall-offset-2 {
	margin-left: 12.5%;
}
.xsmall-4 {
	width: 25%;
}
.xsmall-push-4 {
	position: relative;
	left: 25%;
}
.xsmall-pull-4 {
	position: relative;
	left: -25%;
}
.xsmall-offset-3 {
	margin-left: 18.75%;
}
.xsmall-5 {
	width: 31.25%;
}
.xsmall-push-5 {
	position: relative;
	left: 31.25%;
}
.xsmall-pull-5 {
	position: relative;
	left: -31.25%;
}
.xsmall-offset-4 {
	margin-left: 25%;
}
.xsmall-6 {
	width: 37.5%;
}
.xsmall-push-6 {
	position: relative;
	left: 37.5%;
}
.xsmall-pull-6 {
	position: relative;
	left: -37.5%;
}
.xsmall-offset-5 {
	margin-left: 31.25%;
}
.xsmall-7 {
	width: 43.75%;
}
.xsmall-push-7 {
	position: relative;
	left: 43.75%;
}
.xsmall-pull-7 {
	position: relative;
	left: -43.75%;
}
.xsmall-offset-6 {
	margin-left: 37.5%;
}
.xsmall-8 {
	width: 50%;
}
.xsmall-push-8 {
	position: relative;
	left: 50%;
}
.xsmall-pull-8 {
	position: relative;
	left: -50%;
}
.xsmall-offset-7 {
	margin-left: 43.75%;
}
.xsmall-9 {
	width: 56.25%;
}
.xsmall-push-9 {
	position: relative;
	left: 56.25%;
}
.xsmall-pull-9 {
	position: relative;
	left: -56.25%;
}
.xsmall-offset-8 {
	margin-left: 50%;
}
.xsmall-10 {
	width: 62.5%;
}
.xsmall-push-10 {
	position: relative;
	left: 62.5%;
}
.xsmall-pull-10 {
	position: relative;
	left: -62.5%;
}
.xsmall-offset-9 {
	margin-left: 56.25%;
}
.xsmall-11 {
	width: 68.75%;
}
.xsmall-push-11 {
	position: relative;
	left: 68.75%;
}
.xsmall-pull-11 {
	position: relative;
	left: -68.75%;
}
.xsmall-offset-10 {
	margin-left: 62.5%;
}
.xsmall-12 {
	width: 75%;
}
.xsmall-push-12 {
	position: relative;
	left: 75%;
}
.xsmall-pull-12 {
	position: relative;
	left: -75%;
}
.xsmall-offset-11 {
	margin-left: 68.75%;
}
.xsmall-13 {
	width: 81.25%;
}
.xsmall-push-13 {
	position: relative;
	left: 81.25%;
}
.xsmall-pull-13 {
	position: relative;
	left: -81.25%;
}
.xsmall-offset-12 {
	margin-left: 75%;
}
.xsmall-14 {
	width: 87.5%;
}
.xsmall-push-14 {
	position: relative;
	left: 87.5%;
}
.xsmall-pull-14 {
	position: relative;
	left: -87.5%;
}
.xsmall-offset-13 {
	margin-left: 81.25%;
}
.xsmall-15 {
	width: 93.75%;
}
.xsmall-push-15 {
	position: relative;
	left: 93.75%;
}
.xsmall-pull-15 {
	position: relative;
	left: -93.75%;
}
.xsmall-offset-14 {
	margin-left: 87.5%;
}
.xsmall-16 {
	width: 100%;
}
.xsmall-offset-15 {
	margin-left: 93.75%;
}
.xsmall-up-1 > .column,
.xsmall-up-1 > .columns {
	float: left;
	width: 100%;
}
.xsmall-up-1 > .column:nth-of-type(1n),
.xsmall-up-1 > .columns:nth-of-type(1n) {
	clear: none;
}
.xsmall-up-1 > .column:nth-of-type(1n + 1),
.xsmall-up-1 > .columns:nth-of-type(1n + 1) {
	clear: both;
}
.xsmall-up-1 > .column:last-child,
.xsmall-up-1 > .columns:last-child {
	float: left;
}
.xsmall-up-2 > .column,
.xsmall-up-2 > .columns {
	float: left;
	width: 50%;
}
.xsmall-up-2 > .column:nth-of-type(1n),
.xsmall-up-2 > .columns:nth-of-type(1n) {
	clear: none;
}
.xsmall-up-2 > .column:nth-of-type(2n + 1),
.xsmall-up-2 > .columns:nth-of-type(2n + 1) {
	clear: both;
}
.xsmall-up-2 > .column:last-child,
.xsmall-up-2 > .columns:last-child {
	float: left;
}
.xsmall-up-3 > .column,
.xsmall-up-3 > .columns {
	float: left;
	width: 33.33333%;
}
.xsmall-up-3 > .column:nth-of-type(1n),
.xsmall-up-3 > .columns:nth-of-type(1n) {
	clear: none;
}
.xsmall-up-3 > .column:nth-of-type(3n + 1),
.xsmall-up-3 > .columns:nth-of-type(3n + 1) {
	clear: both;
}
.xsmall-up-3 > .column:last-child,
.xsmall-up-3 > .columns:last-child {
	float: left;
}
.xsmall-up-4 > .column,
.xsmall-up-4 > .columns {
	float: left;
	width: 25%;
}
.xsmall-up-4 > .column:nth-of-type(1n),
.xsmall-up-4 > .columns:nth-of-type(1n) {
	clear: none;
}
.xsmall-up-4 > .column:nth-of-type(4n + 1),
.xsmall-up-4 > .columns:nth-of-type(4n + 1) {
	clear: both;
}
.xsmall-up-4 > .column:last-child,
.xsmall-up-4 > .columns:last-child {
	float: left;
}
.xsmall-up-5 > .column,
.xsmall-up-5 > .columns {
	float: left;
	width: 20%;
}
.xsmall-up-5 > .column:nth-of-type(1n),
.xsmall-up-5 > .columns:nth-of-type(1n) {
	clear: none;
}
.xsmall-up-5 > .column:nth-of-type(5n + 1),
.xsmall-up-5 > .columns:nth-of-type(5n + 1) {
	clear: both;
}
.xsmall-up-5 > .column:last-child,
.xsmall-up-5 > .columns:last-child {
	float: left;
}
.xsmall-up-6 > .column,
.xsmall-up-6 > .columns {
	float: left;
	width: 16.66667%;
}
.xsmall-up-6 > .column:nth-of-type(1n),
.xsmall-up-6 > .columns:nth-of-type(1n) {
	clear: none;
}
.xsmall-up-6 > .column:nth-of-type(6n + 1),
.xsmall-up-6 > .columns:nth-of-type(6n + 1) {
	clear: both;
}
.xsmall-up-6 > .column:last-child,
.xsmall-up-6 > .columns:last-child {
	float: left;
}
.xsmall-up-7 > .column,
.xsmall-up-7 > .columns {
	float: left;
	width: 14.28571%;
}
.xsmall-up-7 > .column:nth-of-type(1n),
.xsmall-up-7 > .columns:nth-of-type(1n) {
	clear: none;
}
.xsmall-up-7 > .column:nth-of-type(7n + 1),
.xsmall-up-7 > .columns:nth-of-type(7n + 1) {
	clear: both;
}
.xsmall-up-7 > .column:last-child,
.xsmall-up-7 > .columns:last-child {
	float: left;
}
.xsmall-up-8 > .column,
.xsmall-up-8 > .columns {
	float: left;
	width: 12.5%;
}
.xsmall-up-8 > .column:nth-of-type(1n),
.xsmall-up-8 > .columns:nth-of-type(1n) {
	clear: none;
}
.xsmall-up-8 > .column:nth-of-type(8n + 1),
.xsmall-up-8 > .columns:nth-of-type(8n + 1) {
	clear: both;
}
.xsmall-up-8 > .column:last-child,
.xsmall-up-8 > .columns:last-child {
	float: left;
}
.xsmall-collapse > .column,
.xsmall-collapse > .columns {
	padding-right: 0;
	padding-left: 0;
}
.xsmall-collapse .row {
	margin-right: 0;
	margin-left: 0;
}
.expanded.row .xsmall-collapse.row {
	margin-right: 0;
	margin-left: 0;
}
.xsmall-uncollapse > .column,
.xsmall-uncollapse > .columns {
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
}
.xsmall-centered {
	margin-right: auto;
	margin-left: auto;
}
.xsmall-centered,
.xsmall-centered:last-child:not(:first-child) {
	float: none;
	clear: both;
}
.xsmall-pull-0,
.xsmall-push-0,
.xsmall-uncentered {
	position: static;
	margin-right: 0;
	margin-left: 0;
}
.xsmall-pull-0,
.xsmall-pull-0:last-child:not(:first-child),
.xsmall-push-0,
.xsmall-push-0:last-child:not(:first-child),
.xsmall-uncentered,
.xsmall-uncentered:last-child:not(:first-child) {
	float: left;
	clear: none;
}
.xsmall-pull-0:last-child:not(:first-child),
.xsmall-push-0:last-child:not(:first-child),
.xsmall-uncentered:last-child:not(:first-child) {
	float: right;
}
@media print, screen and (min-width: 23.4375em) {
	.small-1 {
		width: 6.25%;
	}
	.small-push-1 {
		position: relative;
		left: 6.25%;
	}
	.small-pull-1 {
		position: relative;
		left: -6.25%;
	}
	.small-offset-0 {
		margin-left: 0;
	}
	.small-2 {
		width: 12.5%;
	}
	.small-push-2 {
		position: relative;
		left: 12.5%;
	}
	.small-pull-2 {
		position: relative;
		left: -12.5%;
	}
	.small-offset-1 {
		margin-left: 6.25%;
	}
	.small-3 {
		width: 18.75%;
	}
	.small-push-3 {
		position: relative;
		left: 18.75%;
	}
	.small-pull-3 {
		position: relative;
		left: -18.75%;
	}
	.small-offset-2 {
		margin-left: 12.5%;
	}
	.small-4 {
		width: 25%;
	}
	.small-push-4 {
		position: relative;
		left: 25%;
	}
	.small-pull-4 {
		position: relative;
		left: -25%;
	}
	.small-offset-3 {
		margin-left: 18.75%;
	}
	.small-5 {
		width: 31.25%;
	}
	.small-push-5 {
		position: relative;
		left: 31.25%;
	}
	.small-pull-5 {
		position: relative;
		left: -31.25%;
	}
	.small-offset-4 {
		margin-left: 25%;
	}
	.small-6 {
		width: 37.5%;
	}
	.small-push-6 {
		position: relative;
		left: 37.5%;
	}
	.small-pull-6 {
		position: relative;
		left: -37.5%;
	}
	.small-offset-5 {
		margin-left: 31.25%;
	}
	.small-7 {
		width: 43.75%;
	}
	.small-push-7 {
		position: relative;
		left: 43.75%;
	}
	.small-pull-7 {
		position: relative;
		left: -43.75%;
	}
	.small-offset-6 {
		margin-left: 37.5%;
	}
	.small-8 {
		width: 50%;
	}
	.small-push-8 {
		position: relative;
		left: 50%;
	}
	.small-pull-8 {
		position: relative;
		left: -50%;
	}
	.small-offset-7 {
		margin-left: 43.75%;
	}
	.small-9 {
		width: 56.25%;
	}
	.small-push-9 {
		position: relative;
		left: 56.25%;
	}
	.small-pull-9 {
		position: relative;
		left: -56.25%;
	}
	.small-offset-8 {
		margin-left: 50%;
	}
	.small-10 {
		width: 62.5%;
	}
	.small-push-10 {
		position: relative;
		left: 62.5%;
	}
	.small-pull-10 {
		position: relative;
		left: -62.5%;
	}
	.small-offset-9 {
		margin-left: 56.25%;
	}
	.small-11 {
		width: 68.75%;
	}
	.small-push-11 {
		position: relative;
		left: 68.75%;
	}
	.small-pull-11 {
		position: relative;
		left: -68.75%;
	}
	.small-offset-10 {
		margin-left: 62.5%;
	}
	.small-12 {
		width: 75%;
	}
	.small-push-12 {
		position: relative;
		left: 75%;
	}
	.small-pull-12 {
		position: relative;
		left: -75%;
	}
	.small-offset-11 {
		margin-left: 68.75%;
	}
	.small-13 {
		width: 81.25%;
	}
	.small-push-13 {
		position: relative;
		left: 81.25%;
	}
	.small-pull-13 {
		position: relative;
		left: -81.25%;
	}
	.small-offset-12 {
		margin-left: 75%;
	}
	.small-14 {
		width: 87.5%;
	}
	.small-push-14 {
		position: relative;
		left: 87.5%;
	}
	.small-pull-14 {
		position: relative;
		left: -87.5%;
	}
	.small-offset-13 {
		margin-left: 81.25%;
	}
	.small-15 {
		width: 93.75%;
	}
	.small-push-15 {
		position: relative;
		left: 93.75%;
	}
	.small-pull-15 {
		position: relative;
		left: -93.75%;
	}
	.small-offset-14 {
		margin-left: 87.5%;
	}
	.small-16 {
		width: 100%;
	}
	.small-offset-15 {
		margin-left: 93.75%;
	}
	.small-up-1 > .column,
	.small-up-1 > .columns {
		float: left;
		width: 100%;
	}
	.small-up-1 > .column:nth-of-type(1n),
	.small-up-1 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.small-up-1 > .column:nth-of-type(1n + 1),
	.small-up-1 > .columns:nth-of-type(1n + 1) {
		clear: both;
	}
	.small-up-1 > .column:last-child,
	.small-up-1 > .columns:last-child {
		float: left;
	}
	.small-up-2 > .column,
	.small-up-2 > .columns {
		float: left;
		width: 50%;
	}
	.small-up-2 > .column:nth-of-type(1n),
	.small-up-2 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.small-up-2 > .column:nth-of-type(2n + 1),
	.small-up-2 > .columns:nth-of-type(2n + 1) {
		clear: both;
	}
	.small-up-2 > .column:last-child,
	.small-up-2 > .columns:last-child {
		float: left;
	}
	.small-up-3 > .column,
	.small-up-3 > .columns {
		float: left;
		width: 33.33333%;
	}
	.small-up-3 > .column:nth-of-type(1n),
	.small-up-3 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.small-up-3 > .column:nth-of-type(3n + 1),
	.small-up-3 > .columns:nth-of-type(3n + 1) {
		clear: both;
	}
	.small-up-3 > .column:last-child,
	.small-up-3 > .columns:last-child {
		float: left;
	}
	.small-up-4 > .column,
	.small-up-4 > .columns {
		float: left;
		width: 25%;
	}
	.small-up-4 > .column:nth-of-type(1n),
	.small-up-4 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.small-up-4 > .column:nth-of-type(4n + 1),
	.small-up-4 > .columns:nth-of-type(4n + 1) {
		clear: both;
	}
	.small-up-4 > .column:last-child,
	.small-up-4 > .columns:last-child {
		float: left;
	}
	.small-up-5 > .column,
	.small-up-5 > .columns {
		float: left;
		width: 20%;
	}
	.small-up-5 > .column:nth-of-type(1n),
	.small-up-5 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.small-up-5 > .column:nth-of-type(5n + 1),
	.small-up-5 > .columns:nth-of-type(5n + 1) {
		clear: both;
	}
	.small-up-5 > .column:last-child,
	.small-up-5 > .columns:last-child {
		float: left;
	}
	.small-up-6 > .column,
	.small-up-6 > .columns {
		float: left;
		width: 16.66667%;
	}
	.small-up-6 > .column:nth-of-type(1n),
	.small-up-6 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.small-up-6 > .column:nth-of-type(6n + 1),
	.small-up-6 > .columns:nth-of-type(6n + 1) {
		clear: both;
	}
	.small-up-6 > .column:last-child,
	.small-up-6 > .columns:last-child {
		float: left;
	}
	.small-up-7 > .column,
	.small-up-7 > .columns {
		float: left;
		width: 14.28571%;
	}
	.small-up-7 > .column:nth-of-type(1n),
	.small-up-7 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.small-up-7 > .column:nth-of-type(7n + 1),
	.small-up-7 > .columns:nth-of-type(7n + 1) {
		clear: both;
	}
	.small-up-7 > .column:last-child,
	.small-up-7 > .columns:last-child {
		float: left;
	}
	.small-up-8 > .column,
	.small-up-8 > .columns {
		float: left;
		width: 12.5%;
	}
	.small-up-8 > .column:nth-of-type(1n),
	.small-up-8 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.small-up-8 > .column:nth-of-type(8n + 1),
	.small-up-8 > .columns:nth-of-type(8n + 1) {
		clear: both;
	}
	.small-up-8 > .column:last-child,
	.small-up-8 > .columns:last-child {
		float: left;
	}
	.small-collapse > .column,
	.small-collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}
	.small-collapse .row {
		margin-right: 0;
		margin-left: 0;
	}
	.expanded.row .small-collapse.row {
		margin-right: 0;
		margin-left: 0;
	}
	.small-uncollapse > .column,
	.small-uncollapse > .columns {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
	.small-centered {
		margin-right: auto;
		margin-left: auto;
	}
	.small-centered,
	.small-centered:last-child:not(:first-child) {
		float: none;
		clear: both;
	}
	.small-pull-0,
	.small-push-0,
	.small-uncentered {
		position: static;
		margin-right: 0;
		margin-left: 0;
	}
	.small-pull-0,
	.small-pull-0:last-child:not(:first-child),
	.small-push-0,
	.small-push-0:last-child:not(:first-child),
	.small-uncentered,
	.small-uncentered:last-child:not(:first-child) {
		float: left;
		clear: none;
	}
	.small-pull-0:last-child:not(:first-child),
	.small-push-0:last-child:not(:first-child),
	.small-uncentered:last-child:not(:first-child) {
		float: right;
	}
}
@media print, screen and (min-width: 40em) {
	.medium-1 {
		width: 6.25%;
	}
	.medium-push-1 {
		position: relative;
		left: 6.25%;
	}
	.medium-pull-1 {
		position: relative;
		left: -6.25%;
	}
	.medium-offset-0 {
		margin-left: 0;
	}
	.medium-2 {
		width: 12.5%;
	}
	.medium-push-2 {
		position: relative;
		left: 12.5%;
	}
	.medium-pull-2 {
		position: relative;
		left: -12.5%;
	}
	.medium-offset-1 {
		margin-left: 6.25%;
	}
	.medium-3 {
		width: 18.75%;
	}
	.medium-push-3 {
		position: relative;
		left: 18.75%;
	}
	.medium-pull-3 {
		position: relative;
		left: -18.75%;
	}
	.medium-offset-2 {
		margin-left: 12.5%;
	}
	.medium-4 {
		width: 25%;
	}
	.medium-push-4 {
		position: relative;
		left: 25%;
	}
	.medium-pull-4 {
		position: relative;
		left: -25%;
	}
	.medium-offset-3 {
		margin-left: 18.75%;
	}
	.medium-5 {
		width: 31.25%;
	}
	.medium-push-5 {
		position: relative;
		left: 31.25%;
	}
	.medium-pull-5 {
		position: relative;
		left: -31.25%;
	}
	.medium-offset-4 {
		margin-left: 25%;
	}
	.medium-6 {
		width: 37.5%;
	}
	.medium-push-6 {
		position: relative;
		left: 37.5%;
	}
	.medium-pull-6 {
		position: relative;
		left: -37.5%;
	}
	.medium-offset-5 {
		margin-left: 31.25%;
	}
	.medium-7 {
		width: 43.75%;
	}
	.medium-push-7 {
		position: relative;
		left: 43.75%;
	}
	.medium-pull-7 {
		position: relative;
		left: -43.75%;
	}
	.medium-offset-6 {
		margin-left: 37.5%;
	}
	.medium-8 {
		width: 50%;
	}
	.medium-push-8 {
		position: relative;
		left: 50%;
	}
	.medium-pull-8 {
		position: relative;
		left: -50%;
	}
	.medium-offset-7 {
		margin-left: 43.75%;
	}
	.medium-9 {
		width: 56.25%;
	}
	.medium-push-9 {
		position: relative;
		left: 56.25%;
	}
	.medium-pull-9 {
		position: relative;
		left: -56.25%;
	}
	.medium-offset-8 {
		margin-left: 50%;
	}
	.medium-10 {
		width: 62.5%;
	}
	.medium-push-10 {
		position: relative;
		left: 62.5%;
	}
	.medium-pull-10 {
		position: relative;
		left: -62.5%;
	}
	.medium-offset-9 {
		margin-left: 56.25%;
	}
	.medium-11 {
		width: 68.75%;
	}
	.medium-push-11 {
		position: relative;
		left: 68.75%;
	}
	.medium-pull-11 {
		position: relative;
		left: -68.75%;
	}
	.medium-offset-10 {
		margin-left: 62.5%;
	}
	.medium-12 {
		width: 75%;
	}
	.medium-push-12 {
		position: relative;
		left: 75%;
	}
	.medium-pull-12 {
		position: relative;
		left: -75%;
	}
	.medium-offset-11 {
		margin-left: 68.75%;
	}
	.medium-13 {
		width: 81.25%;
	}
	.medium-push-13 {
		position: relative;
		left: 81.25%;
	}
	.medium-pull-13 {
		position: relative;
		left: -81.25%;
	}
	.medium-offset-12 {
		margin-left: 75%;
	}
	.medium-14 {
		width: 87.5%;
	}
	.medium-push-14 {
		position: relative;
		left: 87.5%;
	}
	.medium-pull-14 {
		position: relative;
		left: -87.5%;
	}
	.medium-offset-13 {
		margin-left: 81.25%;
	}
	.medium-15 {
		width: 93.75%;
	}
	.medium-push-15 {
		position: relative;
		left: 93.75%;
	}
	.medium-pull-15 {
		position: relative;
		left: -93.75%;
	}
	.medium-offset-14 {
		margin-left: 87.5%;
	}
	.medium-16 {
		width: 100%;
	}
	.medium-offset-15 {
		margin-left: 93.75%;
	}
	.medium-up-1 > .column,
	.medium-up-1 > .columns {
		float: left;
		width: 100%;
	}
	.medium-up-1 > .column:nth-of-type(1n),
	.medium-up-1 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-1 > .column:nth-of-type(1n + 1),
	.medium-up-1 > .columns:nth-of-type(1n + 1) {
		clear: both;
	}
	.medium-up-1 > .column:last-child,
	.medium-up-1 > .columns:last-child {
		float: left;
	}
	.medium-up-2 > .column,
	.medium-up-2 > .columns {
		float: left;
		width: 50%;
	}
	.medium-up-2 > .column:nth-of-type(1n),
	.medium-up-2 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-2 > .column:nth-of-type(2n + 1),
	.medium-up-2 > .columns:nth-of-type(2n + 1) {
		clear: both;
	}
	.medium-up-2 > .column:last-child,
	.medium-up-2 > .columns:last-child {
		float: left;
	}
	.medium-up-3 > .column,
	.medium-up-3 > .columns {
		float: left;
		width: 33.33333%;
	}
	.medium-up-3 > .column:nth-of-type(1n),
	.medium-up-3 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-3 > .column:nth-of-type(3n + 1),
	.medium-up-3 > .columns:nth-of-type(3n + 1) {
		clear: both;
	}
	.medium-up-3 > .column:last-child,
	.medium-up-3 > .columns:last-child {
		float: left;
	}
	.medium-up-4 > .column,
	.medium-up-4 > .columns {
		float: left;
		width: 25%;
	}
	.medium-up-4 > .column:nth-of-type(1n),
	.medium-up-4 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-4 > .column:nth-of-type(4n + 1),
	.medium-up-4 > .columns:nth-of-type(4n + 1) {
		clear: both;
	}
	.medium-up-4 > .column:last-child,
	.medium-up-4 > .columns:last-child {
		float: left;
	}
	.medium-up-5 > .column,
	.medium-up-5 > .columns {
		float: left;
		width: 20%;
	}
	.medium-up-5 > .column:nth-of-type(1n),
	.medium-up-5 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-5 > .column:nth-of-type(5n + 1),
	.medium-up-5 > .columns:nth-of-type(5n + 1) {
		clear: both;
	}
	.medium-up-5 > .column:last-child,
	.medium-up-5 > .columns:last-child {
		float: left;
	}
	.medium-up-6 > .column,
	.medium-up-6 > .columns {
		float: left;
		width: 16.66667%;
	}
	.medium-up-6 > .column:nth-of-type(1n),
	.medium-up-6 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-6 > .column:nth-of-type(6n + 1),
	.medium-up-6 > .columns:nth-of-type(6n + 1) {
		clear: both;
	}
	.medium-up-6 > .column:last-child,
	.medium-up-6 > .columns:last-child {
		float: left;
	}
	.medium-up-7 > .column,
	.medium-up-7 > .columns {
		float: left;
		width: 14.28571%;
	}
	.medium-up-7 > .column:nth-of-type(1n),
	.medium-up-7 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-7 > .column:nth-of-type(7n + 1),
	.medium-up-7 > .columns:nth-of-type(7n + 1) {
		clear: both;
	}
	.medium-up-7 > .column:last-child,
	.medium-up-7 > .columns:last-child {
		float: left;
	}
	.medium-up-8 > .column,
	.medium-up-8 > .columns {
		float: left;
		width: 12.5%;
	}
	.medium-up-8 > .column:nth-of-type(1n),
	.medium-up-8 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-8 > .column:nth-of-type(8n + 1),
	.medium-up-8 > .columns:nth-of-type(8n + 1) {
		clear: both;
	}
	.medium-up-8 > .column:last-child,
	.medium-up-8 > .columns:last-child {
		float: left;
	}
	.medium-collapse > .column,
	.medium-collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}
	.medium-collapse .row {
		margin-right: 0;
		margin-left: 0;
	}
	.expanded.row .medium-collapse.row {
		margin-right: 0;
		margin-left: 0;
	}
	.medium-uncollapse > .column,
	.medium-uncollapse > .columns {
		padding-right: 1.5625rem;
		padding-left: 1.5625rem;
	}
	.medium-centered {
		margin-right: auto;
		margin-left: auto;
	}
	.medium-centered,
	.medium-centered:last-child:not(:first-child) {
		float: none;
		clear: both;
	}
	.medium-pull-0,
	.medium-push-0,
	.medium-uncentered {
		position: static;
		margin-right: 0;
		margin-left: 0;
	}
	.medium-pull-0,
	.medium-pull-0:last-child:not(:first-child),
	.medium-push-0,
	.medium-push-0:last-child:not(:first-child),
	.medium-uncentered,
	.medium-uncentered:last-child:not(:first-child) {
		float: left;
		clear: none;
	}
	.medium-pull-0:last-child:not(:first-child),
	.medium-push-0:last-child:not(:first-child),
	.medium-uncentered:last-child:not(:first-child) {
		float: right;
	}
}
@media print, screen and (min-width: 64em) {
	.large-1 {
		width: 6.25%;
	}
	.large-push-1 {
		position: relative;
		left: 6.25%;
	}
	.large-pull-1 {
		position: relative;
		left: -6.25%;
	}
	.large-offset-0 {
		margin-left: 0;
	}
	.large-2 {
		width: 12.5%;
	}
	.large-push-2 {
		position: relative;
		left: 12.5%;
	}
	.large-pull-2 {
		position: relative;
		left: -12.5%;
	}
	.large-offset-1 {
		margin-left: 6.25%;
	}
	.large-3 {
		width: 18.75%;
	}
	.large-push-3 {
		position: relative;
		left: 18.75%;
	}
	.large-pull-3 {
		position: relative;
		left: -18.75%;
	}
	.large-offset-2 {
		margin-left: 12.5%;
	}
	.large-4 {
		width: 25%;
	}
	.large-push-4 {
		position: relative;
		left: 25%;
	}
	.large-pull-4 {
		position: relative;
		left: -25%;
	}
	.large-offset-3 {
		margin-left: 18.75%;
	}
	.large-5 {
		width: 31.25%;
	}
	.large-push-5 {
		position: relative;
		left: 31.25%;
	}
	.large-pull-5 {
		position: relative;
		left: -31.25%;
	}
	.large-offset-4 {
		margin-left: 25%;
	}
	.large-6 {
		width: 37.5%;
	}
	.large-push-6 {
		position: relative;
		left: 37.5%;
	}
	.large-pull-6 {
		position: relative;
		left: -37.5%;
	}
	.large-offset-5 {
		margin-left: 31.25%;
	}
	.large-7 {
		width: 43.75%;
	}
	.large-push-7 {
		position: relative;
		left: 43.75%;
	}
	.large-pull-7 {
		position: relative;
		left: -43.75%;
	}
	.large-offset-6 {
		margin-left: 37.5%;
	}
	.large-8 {
		width: 50%;
	}
	.large-push-8 {
		position: relative;
		left: 50%;
	}
	.large-pull-8 {
		position: relative;
		left: -50%;
	}
	.large-offset-7 {
		margin-left: 43.75%;
	}
	.large-9 {
		width: 56.25%;
	}
	.large-push-9 {
		position: relative;
		left: 56.25%;
	}
	.large-pull-9 {
		position: relative;
		left: -56.25%;
	}
	.large-offset-8 {
		margin-left: 50%;
	}
	.large-10 {
		width: 62.5%;
	}
	.large-push-10 {
		position: relative;
		left: 62.5%;
	}
	.large-pull-10 {
		position: relative;
		left: -62.5%;
	}
	.large-offset-9 {
		margin-left: 56.25%;
	}
	.large-11 {
		width: 68.75%;
	}
	.large-push-11 {
		position: relative;
		left: 68.75%;
	}
	.large-pull-11 {
		position: relative;
		left: -68.75%;
	}
	.large-offset-10 {
		margin-left: 62.5%;
	}
	.large-12 {
		width: 75%;
	}
	.large-push-12 {
		position: relative;
		left: 75%;
	}
	.large-pull-12 {
		position: relative;
		left: -75%;
	}
	.large-offset-11 {
		margin-left: 68.75%;
	}
	.large-13 {
		width: 81.25%;
	}
	.large-push-13 {
		position: relative;
		left: 81.25%;
	}
	.large-pull-13 {
		position: relative;
		left: -81.25%;
	}
	.large-offset-12 {
		margin-left: 75%;
	}
	.large-14 {
		width: 87.5%;
	}
	.large-push-14 {
		position: relative;
		left: 87.5%;
	}
	.large-pull-14 {
		position: relative;
		left: -87.5%;
	}
	.large-offset-13 {
		margin-left: 81.25%;
	}
	.large-15 {
		width: 93.75%;
	}
	.large-push-15 {
		position: relative;
		left: 93.75%;
	}
	.large-pull-15 {
		position: relative;
		left: -93.75%;
	}
	.large-offset-14 {
		margin-left: 87.5%;
	}
	.large-16 {
		width: 100%;
	}
	.large-offset-15 {
		margin-left: 93.75%;
	}
	.large-up-1 > .column,
	.large-up-1 > .columns {
		float: left;
		width: 100%;
	}
	.large-up-1 > .column:nth-of-type(1n),
	.large-up-1 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-1 > .column:nth-of-type(1n + 1),
	.large-up-1 > .columns:nth-of-type(1n + 1) {
		clear: both;
	}
	.large-up-1 > .column:last-child,
	.large-up-1 > .columns:last-child {
		float: left;
	}
	.large-up-2 > .column,
	.large-up-2 > .columns {
		float: left;
		width: 50%;
	}
	.large-up-2 > .column:nth-of-type(1n),
	.large-up-2 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-2 > .column:nth-of-type(2n + 1),
	.large-up-2 > .columns:nth-of-type(2n + 1) {
		clear: both;
	}
	.large-up-2 > .column:last-child,
	.large-up-2 > .columns:last-child {
		float: left;
	}
	.large-up-3 > .column,
	.large-up-3 > .columns {
		float: left;
		width: 33.33333%;
	}
	.large-up-3 > .column:nth-of-type(1n),
	.large-up-3 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-3 > .column:nth-of-type(3n + 1),
	.large-up-3 > .columns:nth-of-type(3n + 1) {
		clear: both;
	}
	.large-up-3 > .column:last-child,
	.large-up-3 > .columns:last-child {
		float: left;
	}
	.large-up-4 > .column,
	.large-up-4 > .columns {
		float: left;
		width: 25%;
	}
	.large-up-4 > .column:nth-of-type(1n),
	.large-up-4 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-4 > .column:nth-of-type(4n + 1),
	.large-up-4 > .columns:nth-of-type(4n + 1) {
		clear: both;
	}
	.large-up-4 > .column:last-child,
	.large-up-4 > .columns:last-child {
		float: left;
	}
	.large-up-5 > .column,
	.large-up-5 > .columns {
		float: left;
		width: 20%;
	}
	.large-up-5 > .column:nth-of-type(1n),
	.large-up-5 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-5 > .column:nth-of-type(5n + 1),
	.large-up-5 > .columns:nth-of-type(5n + 1) {
		clear: both;
	}
	.large-up-5 > .column:last-child,
	.large-up-5 > .columns:last-child {
		float: left;
	}
	.large-up-6 > .column,
	.large-up-6 > .columns {
		float: left;
		width: 16.66667%;
	}
	.large-up-6 > .column:nth-of-type(1n),
	.large-up-6 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-6 > .column:nth-of-type(6n + 1),
	.large-up-6 > .columns:nth-of-type(6n + 1) {
		clear: both;
	}
	.large-up-6 > .column:last-child,
	.large-up-6 > .columns:last-child {
		float: left;
	}
	.large-up-7 > .column,
	.large-up-7 > .columns {
		float: left;
		width: 14.28571%;
	}
	.large-up-7 > .column:nth-of-type(1n),
	.large-up-7 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-7 > .column:nth-of-type(7n + 1),
	.large-up-7 > .columns:nth-of-type(7n + 1) {
		clear: both;
	}
	.large-up-7 > .column:last-child,
	.large-up-7 > .columns:last-child {
		float: left;
	}
	.large-up-8 > .column,
	.large-up-8 > .columns {
		float: left;
		width: 12.5%;
	}
	.large-up-8 > .column:nth-of-type(1n),
	.large-up-8 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-8 > .column:nth-of-type(8n + 1),
	.large-up-8 > .columns:nth-of-type(8n + 1) {
		clear: both;
	}
	.large-up-8 > .column:last-child,
	.large-up-8 > .columns:last-child {
		float: left;
	}
	.large-collapse > .column,
	.large-collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}
	.large-collapse .row {
		margin-right: 0;
		margin-left: 0;
	}
	.expanded.row .large-collapse.row {
		margin-right: 0;
		margin-left: 0;
	}
	.large-uncollapse > .column,
	.large-uncollapse > .columns {
		padding-right: 1.5625rem;
		padding-left: 1.5625rem;
	}
	.large-centered {
		margin-right: auto;
		margin-left: auto;
	}
	.large-centered,
	.large-centered:last-child:not(:first-child) {
		float: none;
		clear: both;
	}
	.large-pull-0,
	.large-push-0,
	.large-uncentered {
		position: static;
		margin-right: 0;
		margin-left: 0;
	}
	.large-pull-0,
	.large-pull-0:last-child:not(:first-child),
	.large-push-0,
	.large-push-0:last-child:not(:first-child),
	.large-uncentered,
	.large-uncentered:last-child:not(:first-child) {
		float: left;
		clear: none;
	}
	.large-pull-0:last-child:not(:first-child),
	.large-push-0:last-child:not(:first-child),
	.large-uncentered:last-child:not(:first-child) {
		float: right;
	}
}
@media screen and (min-width: 80em) {
	.xlarge-1 {
		width: 6.25%;
	}
	.xlarge-push-1 {
		position: relative;
		left: 6.25%;
	}
	.xlarge-pull-1 {
		position: relative;
		left: -6.25%;
	}
	.xlarge-offset-0 {
		margin-left: 0;
	}
	.xlarge-2 {
		width: 12.5%;
	}
	.xlarge-push-2 {
		position: relative;
		left: 12.5%;
	}
	.xlarge-pull-2 {
		position: relative;
		left: -12.5%;
	}
	.xlarge-offset-1 {
		margin-left: 6.25%;
	}
	.xlarge-3 {
		width: 18.75%;
	}
	.xlarge-push-3 {
		position: relative;
		left: 18.75%;
	}
	.xlarge-pull-3 {
		position: relative;
		left: -18.75%;
	}
	.xlarge-offset-2 {
		margin-left: 12.5%;
	}
	.xlarge-4 {
		width: 25%;
	}
	.xlarge-push-4 {
		position: relative;
		left: 25%;
	}
	.xlarge-pull-4 {
		position: relative;
		left: -25%;
	}
	.xlarge-offset-3 {
		margin-left: 18.75%;
	}
	.xlarge-5 {
		width: 31.25%;
	}
	.xlarge-push-5 {
		position: relative;
		left: 31.25%;
	}
	.xlarge-pull-5 {
		position: relative;
		left: -31.25%;
	}
	.xlarge-offset-4 {
		margin-left: 25%;
	}
	.xlarge-6 {
		width: 37.5%;
	}
	.xlarge-push-6 {
		position: relative;
		left: 37.5%;
	}
	.xlarge-pull-6 {
		position: relative;
		left: -37.5%;
	}
	.xlarge-offset-5 {
		margin-left: 31.25%;
	}
	.xlarge-7 {
		width: 43.75%;
	}
	.xlarge-push-7 {
		position: relative;
		left: 43.75%;
	}
	.xlarge-pull-7 {
		position: relative;
		left: -43.75%;
	}
	.xlarge-offset-6 {
		margin-left: 37.5%;
	}
	.xlarge-8 {
		width: 50%;
	}
	.xlarge-push-8 {
		position: relative;
		left: 50%;
	}
	.xlarge-pull-8 {
		position: relative;
		left: -50%;
	}
	.xlarge-offset-7 {
		margin-left: 43.75%;
	}
	.xlarge-9 {
		width: 56.25%;
	}
	.xlarge-push-9 {
		position: relative;
		left: 56.25%;
	}
	.xlarge-pull-9 {
		position: relative;
		left: -56.25%;
	}
	.xlarge-offset-8 {
		margin-left: 50%;
	}
	.xlarge-10 {
		width: 62.5%;
	}
	.xlarge-push-10 {
		position: relative;
		left: 62.5%;
	}
	.xlarge-pull-10 {
		position: relative;
		left: -62.5%;
	}
	.xlarge-offset-9 {
		margin-left: 56.25%;
	}
	.xlarge-11 {
		width: 68.75%;
	}
	.xlarge-push-11 {
		position: relative;
		left: 68.75%;
	}
	.xlarge-pull-11 {
		position: relative;
		left: -68.75%;
	}
	.xlarge-offset-10 {
		margin-left: 62.5%;
	}
	.xlarge-12 {
		width: 75%;
	}
	.xlarge-push-12 {
		position: relative;
		left: 75%;
	}
	.xlarge-pull-12 {
		position: relative;
		left: -75%;
	}
	.xlarge-offset-11 {
		margin-left: 68.75%;
	}
	.xlarge-13 {
		width: 81.25%;
	}
	.xlarge-push-13 {
		position: relative;
		left: 81.25%;
	}
	.xlarge-pull-13 {
		position: relative;
		left: -81.25%;
	}
	.xlarge-offset-12 {
		margin-left: 75%;
	}
	.xlarge-14 {
		width: 87.5%;
	}
	.xlarge-push-14 {
		position: relative;
		left: 87.5%;
	}
	.xlarge-pull-14 {
		position: relative;
		left: -87.5%;
	}
	.xlarge-offset-13 {
		margin-left: 81.25%;
	}
	.xlarge-15 {
		width: 93.75%;
	}
	.xlarge-push-15 {
		position: relative;
		left: 93.75%;
	}
	.xlarge-pull-15 {
		position: relative;
		left: -93.75%;
	}
	.xlarge-offset-14 {
		margin-left: 87.5%;
	}
	.xlarge-16 {
		width: 100%;
	}
	.xlarge-offset-15 {
		margin-left: 93.75%;
	}
	.xlarge-up-1 > .column,
	.xlarge-up-1 > .columns {
		float: left;
		width: 100%;
	}
	.xlarge-up-1 > .column:nth-of-type(1n),
	.xlarge-up-1 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.xlarge-up-1 > .column:nth-of-type(1n + 1),
	.xlarge-up-1 > .columns:nth-of-type(1n + 1) {
		clear: both;
	}
	.xlarge-up-1 > .column:last-child,
	.xlarge-up-1 > .columns:last-child {
		float: left;
	}
	.xlarge-up-2 > .column,
	.xlarge-up-2 > .columns {
		float: left;
		width: 50%;
	}
	.xlarge-up-2 > .column:nth-of-type(1n),
	.xlarge-up-2 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.xlarge-up-2 > .column:nth-of-type(2n + 1),
	.xlarge-up-2 > .columns:nth-of-type(2n + 1) {
		clear: both;
	}
	.xlarge-up-2 > .column:last-child,
	.xlarge-up-2 > .columns:last-child {
		float: left;
	}
	.xlarge-up-3 > .column,
	.xlarge-up-3 > .columns {
		float: left;
		width: 33.33333%;
	}
	.xlarge-up-3 > .column:nth-of-type(1n),
	.xlarge-up-3 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.xlarge-up-3 > .column:nth-of-type(3n + 1),
	.xlarge-up-3 > .columns:nth-of-type(3n + 1) {
		clear: both;
	}
	.xlarge-up-3 > .column:last-child,
	.xlarge-up-3 > .columns:last-child {
		float: left;
	}
	.xlarge-up-4 > .column,
	.xlarge-up-4 > .columns {
		float: left;
		width: 25%;
	}
	.xlarge-up-4 > .column:nth-of-type(1n),
	.xlarge-up-4 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.xlarge-up-4 > .column:nth-of-type(4n + 1),
	.xlarge-up-4 > .columns:nth-of-type(4n + 1) {
		clear: both;
	}
	.xlarge-up-4 > .column:last-child,
	.xlarge-up-4 > .columns:last-child {
		float: left;
	}
	.xlarge-up-5 > .column,
	.xlarge-up-5 > .columns {
		float: left;
		width: 20%;
	}
	.xlarge-up-5 > .column:nth-of-type(1n),
	.xlarge-up-5 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.xlarge-up-5 > .column:nth-of-type(5n + 1),
	.xlarge-up-5 > .columns:nth-of-type(5n + 1) {
		clear: both;
	}
	.xlarge-up-5 > .column:last-child,
	.xlarge-up-5 > .columns:last-child {
		float: left;
	}
	.xlarge-up-6 > .column,
	.xlarge-up-6 > .columns {
		float: left;
		width: 16.66667%;
	}
	.xlarge-up-6 > .column:nth-of-type(1n),
	.xlarge-up-6 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.xlarge-up-6 > .column:nth-of-type(6n + 1),
	.xlarge-up-6 > .columns:nth-of-type(6n + 1) {
		clear: both;
	}
	.xlarge-up-6 > .column:last-child,
	.xlarge-up-6 > .columns:last-child {
		float: left;
	}
	.xlarge-up-7 > .column,
	.xlarge-up-7 > .columns {
		float: left;
		width: 14.28571%;
	}
	.xlarge-up-7 > .column:nth-of-type(1n),
	.xlarge-up-7 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.xlarge-up-7 > .column:nth-of-type(7n + 1),
	.xlarge-up-7 > .columns:nth-of-type(7n + 1) {
		clear: both;
	}
	.xlarge-up-7 > .column:last-child,
	.xlarge-up-7 > .columns:last-child {
		float: left;
	}
	.xlarge-up-8 > .column,
	.xlarge-up-8 > .columns {
		float: left;
		width: 12.5%;
	}
	.xlarge-up-8 > .column:nth-of-type(1n),
	.xlarge-up-8 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.xlarge-up-8 > .column:nth-of-type(8n + 1),
	.xlarge-up-8 > .columns:nth-of-type(8n + 1) {
		clear: both;
	}
	.xlarge-up-8 > .column:last-child,
	.xlarge-up-8 > .columns:last-child {
		float: left;
	}
	.xlarge-collapse > .column,
	.xlarge-collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}
	.xlarge-collapse .row {
		margin-right: 0;
		margin-left: 0;
	}
	.expanded.row .xlarge-collapse.row {
		margin-right: 0;
		margin-left: 0;
	}
	.xlarge-uncollapse > .column,
	.xlarge-uncollapse > .columns {
		padding-right: 1.5625rem;
		padding-left: 1.5625rem;
	}
	.xlarge-centered {
		margin-right: auto;
		margin-left: auto;
	}
	.xlarge-centered,
	.xlarge-centered:last-child:not(:first-child) {
		float: none;
		clear: both;
	}
	.xlarge-pull-0,
	.xlarge-push-0,
	.xlarge-uncentered {
		position: static;
		margin-right: 0;
		margin-left: 0;
	}
	.xlarge-pull-0,
	.xlarge-pull-0:last-child:not(:first-child),
	.xlarge-push-0,
	.xlarge-push-0:last-child:not(:first-child),
	.xlarge-uncentered,
	.xlarge-uncentered:last-child:not(:first-child) {
		float: left;
		clear: none;
	}
	.xlarge-pull-0:last-child:not(:first-child),
	.xlarge-push-0:last-child:not(:first-child),
	.xlarge-uncentered:last-child:not(:first-child) {
		float: right;
	}
}
.column-block {
	margin-bottom: 1.875rem;
}
.column-block > :last-child {
	margin-bottom: 0;
}
@media print, screen and (min-width: 23.4375em) {
	.column-block {
		margin-bottom: 1.875rem;
	}
	.column-block > :last-child {
		margin-bottom: 0;
	}
}
@media print, screen and (min-width: 40em) {
	.column-block {
		margin-bottom: 3.125rem;
	}
	.column-block > :last-child {
		margin-bottom: 0;
	}
}
.row {
	max-width: 87.5rem;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.row .row {
	margin-right: -0.9375rem;
	margin-left: -0.9375rem;
}
@media print, screen and (min-width: 23.4375em) {
	.row .row {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}
}
@media print, screen and (min-width: 40em) {
	.row .row {
		margin-right: -1.5625rem;
		margin-left: -1.5625rem;
	}
}
@media print, screen and (min-width: 64em) {
	.row .row {
		margin-right: -1.5625rem;
		margin-left: -1.5625rem;
	}
}
@media screen and (min-width: 80em) {
	.row .row {
		margin-right: -1.5625rem;
		margin-left: -1.5625rem;
	}
}
.row .row.collapse {
	margin-right: 0;
	margin-left: 0;
}
.row.expanded {
	max-width: none;
}
.row.expanded .row {
	margin-right: auto;
	margin-left: auto;
}
.row:not(.expanded) .row {
	max-width: none;
}
.row.collapse > .column,
.row.collapse > .columns {
	padding-right: 0;
	padding-left: 0;
}
.row.collapse > .column > .row,
.row.collapse > .columns > .row,
.row.is-collapse-child {
	margin-right: 0;
	margin-left: 0;
}
.column,
.columns {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
	min-width: 0;
}
@media print, screen and (min-width: 23.4375em) {
	.column,
	.columns {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}
@media print, screen and (min-width: 40em) {
	.column,
	.columns {
		padding-right: 1.5625rem;
		padding-left: 1.5625rem;
	}
}
.column.row.row,
.row.row.columns {
	float: none;
	display: block;
}
.row .column.row.row,
.row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}
.xsmall-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 6.25%;
	-ms-flex: 0 0 6.25%;
	flex: 0 0 6.25%;
	max-width: 6.25%;
}
.xsmall-offset-0 {
	margin-left: 0;
}
.xsmall-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 12.5%;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%;
}
.xsmall-offset-1 {
	margin-left: 6.25%;
}
.xsmall-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 18.75%;
	-ms-flex: 0 0 18.75%;
	flex: 0 0 18.75%;
	max-width: 18.75%;
}
.xsmall-offset-2 {
	margin-left: 12.5%;
}
.xsmall-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.xsmall-offset-3 {
	margin-left: 18.75%;
}
.xsmall-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 31.25%;
	-ms-flex: 0 0 31.25%;
	flex: 0 0 31.25%;
	max-width: 31.25%;
}
.xsmall-offset-4 {
	margin-left: 25%;
}
.xsmall-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 37.5%;
	-ms-flex: 0 0 37.5%;
	flex: 0 0 37.5%;
	max-width: 37.5%;
}
.xsmall-offset-5 {
	margin-left: 31.25%;
}
.xsmall-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 43.75%;
	-ms-flex: 0 0 43.75%;
	flex: 0 0 43.75%;
	max-width: 43.75%;
}
.xsmall-offset-6 {
	margin-left: 37.5%;
}
.xsmall-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.xsmall-offset-7 {
	margin-left: 43.75%;
}
.xsmall-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 56.25%;
	-ms-flex: 0 0 56.25%;
	flex: 0 0 56.25%;
	max-width: 56.25%;
}
.xsmall-offset-8 {
	margin-left: 50%;
}
.xsmall-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 62.5%;
	-ms-flex: 0 0 62.5%;
	flex: 0 0 62.5%;
	max-width: 62.5%;
}
.xsmall-offset-9 {
	margin-left: 56.25%;
}
.xsmall-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 68.75%;
	-ms-flex: 0 0 68.75%;
	flex: 0 0 68.75%;
	max-width: 68.75%;
}
.xsmall-offset-10 {
	margin-left: 62.5%;
}
.xsmall-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.xsmall-offset-11 {
	margin-left: 68.75%;
}
.xsmall-13 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 81.25%;
	-ms-flex: 0 0 81.25%;
	flex: 0 0 81.25%;
	max-width: 81.25%;
}
.xsmall-offset-12 {
	margin-left: 75%;
}
.xsmall-14 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 87.5%;
	-ms-flex: 0 0 87.5%;
	flex: 0 0 87.5%;
	max-width: 87.5%;
}
.xsmall-offset-13 {
	margin-left: 81.25%;
}
.xsmall-15 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 93.75%;
	-ms-flex: 0 0 93.75%;
	flex: 0 0 93.75%;
	max-width: 93.75%;
}
.xsmall-offset-14 {
	margin-left: 87.5%;
}
.xsmall-16 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.xsmall-offset-15 {
	margin-left: 93.75%;
}
.xsmall-up-1 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.xsmall-up-1 > .column,
.xsmall-up-1 > .columns {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.xsmall-up-2 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.xsmall-up-2 > .column,
.xsmall-up-2 > .columns {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.xsmall-up-3 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.xsmall-up-3 > .column,
.xsmall-up-3 > .columns {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.xsmall-up-4 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.xsmall-up-4 > .column,
.xsmall-up-4 > .columns {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.xsmall-up-5 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.xsmall-up-5 > .column,
.xsmall-up-5 > .columns {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.xsmall-up-6 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.xsmall-up-6 > .column,
.xsmall-up-6 > .columns {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.xsmall-up-7 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.xsmall-up-7 > .column,
.xsmall-up-7 > .columns {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 14.28571%;
	-ms-flex: 0 0 14.28571%;
	flex: 0 0 14.28571%;
	max-width: 14.28571%;
}
.xsmall-up-8 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.xsmall-up-8 > .column,
.xsmall-up-8 > .columns {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 12.5%;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%;
}
.xsmall-collapse > .column,
.xsmall-collapse > .columns {
	padding-right: 0;
	padding-left: 0;
}
.xsmall-uncollapse > .column,
.xsmall-uncollapse > .columns {
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
}
@media print, screen and (min-width: 23.4375em) {
	.small-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 6.25%;
		-ms-flex: 0 0 6.25%;
		flex: 0 0 6.25%;
		max-width: 6.25%;
	}
	.small-offset-0 {
		margin-left: 0;
	}
	.small-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.small-offset-1 {
		margin-left: 6.25%;
	}
	.small-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 18.75%;
		-ms-flex: 0 0 18.75%;
		flex: 0 0 18.75%;
		max-width: 18.75%;
	}
	.small-offset-2 {
		margin-left: 12.5%;
	}
	.small-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.small-offset-3 {
		margin-left: 18.75%;
	}
	.small-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 31.25%;
		-ms-flex: 0 0 31.25%;
		flex: 0 0 31.25%;
		max-width: 31.25%;
	}
	.small-offset-4 {
		margin-left: 25%;
	}
	.small-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 37.5%;
		-ms-flex: 0 0 37.5%;
		flex: 0 0 37.5%;
		max-width: 37.5%;
	}
	.small-offset-5 {
		margin-left: 31.25%;
	}
	.small-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 43.75%;
		-ms-flex: 0 0 43.75%;
		flex: 0 0 43.75%;
		max-width: 43.75%;
	}
	.small-offset-6 {
		margin-left: 37.5%;
	}
	.small-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.small-offset-7 {
		margin-left: 43.75%;
	}
	.small-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 56.25%;
		-ms-flex: 0 0 56.25%;
		flex: 0 0 56.25%;
		max-width: 56.25%;
	}
	.small-offset-8 {
		margin-left: 50%;
	}
	.small-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 62.5%;
		-ms-flex: 0 0 62.5%;
		flex: 0 0 62.5%;
		max-width: 62.5%;
	}
	.small-offset-9 {
		margin-left: 56.25%;
	}
	.small-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 68.75%;
		-ms-flex: 0 0 68.75%;
		flex: 0 0 68.75%;
		max-width: 68.75%;
	}
	.small-offset-10 {
		margin-left: 62.5%;
	}
	.small-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.small-offset-11 {
		margin-left: 68.75%;
	}
	.small-13 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 81.25%;
		-ms-flex: 0 0 81.25%;
		flex: 0 0 81.25%;
		max-width: 81.25%;
	}
	.small-offset-12 {
		margin-left: 75%;
	}
	.small-14 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 87.5%;
		-ms-flex: 0 0 87.5%;
		flex: 0 0 87.5%;
		max-width: 87.5%;
	}
	.small-offset-13 {
		margin-left: 81.25%;
	}
	.small-15 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 93.75%;
		-ms-flex: 0 0 93.75%;
		flex: 0 0 93.75%;
		max-width: 93.75%;
	}
	.small-offset-14 {
		margin-left: 87.5%;
	}
	.small-16 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.small-offset-15 {
		margin-left: 93.75%;
	}
	.small-up-1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.small-up-1 > .column,
	.small-up-1 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.small-up-2 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.small-up-2 > .column,
	.small-up-2 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.small-up-3 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.small-up-3 > .column,
	.small-up-3 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.small-up-4 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.small-up-4 > .column,
	.small-up-4 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.small-up-5 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.small-up-5 > .column,
	.small-up-5 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.small-up-6 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.small-up-6 > .column,
	.small-up-6 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.small-up-7 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.small-up-7 > .column,
	.small-up-7 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 14.28571%;
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%;
	}
	.small-up-8 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.small-up-8 > .column,
	.small-up-8 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}
@media print, screen and (min-width: 23.4375em) and (min-width: 23.4375em) {
	.small-expand {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}
.row.small-unstack > .column,
.row.small-unstack > .columns {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
@media print, screen and (min-width: 23.4375em) {
	.row.small-unstack > .column,
	.row.small-unstack > .columns {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}
@media print, screen and (min-width: 23.4375em) {
	.small-collapse > .column,
	.small-collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}
	.small-uncollapse > .column,
	.small-uncollapse > .columns {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}
@media print, screen and (min-width: 40em) {
	.medium-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 6.25%;
		-ms-flex: 0 0 6.25%;
		flex: 0 0 6.25%;
		max-width: 6.25%;
	}
	.medium-offset-0 {
		margin-left: 0;
	}
	.medium-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.medium-offset-1 {
		margin-left: 6.25%;
	}
	.medium-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 18.75%;
		-ms-flex: 0 0 18.75%;
		flex: 0 0 18.75%;
		max-width: 18.75%;
	}
	.medium-offset-2 {
		margin-left: 12.5%;
	}
	.medium-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.medium-offset-3 {
		margin-left: 18.75%;
	}
	.medium-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 31.25%;
		-ms-flex: 0 0 31.25%;
		flex: 0 0 31.25%;
		max-width: 31.25%;
	}
	.medium-offset-4 {
		margin-left: 25%;
	}
	.medium-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 37.5%;
		-ms-flex: 0 0 37.5%;
		flex: 0 0 37.5%;
		max-width: 37.5%;
	}
	.medium-offset-5 {
		margin-left: 31.25%;
	}
	.medium-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 43.75%;
		-ms-flex: 0 0 43.75%;
		flex: 0 0 43.75%;
		max-width: 43.75%;
	}
	.medium-offset-6 {
		margin-left: 37.5%;
	}
	.medium-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.medium-offset-7 {
		margin-left: 43.75%;
	}
	.medium-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 56.25%;
		-ms-flex: 0 0 56.25%;
		flex: 0 0 56.25%;
		max-width: 56.25%;
	}
	.medium-offset-8 {
		margin-left: 50%;
	}
	.medium-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 62.5%;
		-ms-flex: 0 0 62.5%;
		flex: 0 0 62.5%;
		max-width: 62.5%;
	}
	.medium-offset-9 {
		margin-left: 56.25%;
	}
	.medium-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 68.75%;
		-ms-flex: 0 0 68.75%;
		flex: 0 0 68.75%;
		max-width: 68.75%;
	}
	.medium-offset-10 {
		margin-left: 62.5%;
	}
	.medium-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.medium-offset-11 {
		margin-left: 68.75%;
	}
	.medium-13 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 81.25%;
		-ms-flex: 0 0 81.25%;
		flex: 0 0 81.25%;
		max-width: 81.25%;
	}
	.medium-offset-12 {
		margin-left: 75%;
	}
	.medium-14 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 87.5%;
		-ms-flex: 0 0 87.5%;
		flex: 0 0 87.5%;
		max-width: 87.5%;
	}
	.medium-offset-13 {
		margin-left: 81.25%;
	}
	.medium-15 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 93.75%;
		-ms-flex: 0 0 93.75%;
		flex: 0 0 93.75%;
		max-width: 93.75%;
	}
	.medium-offset-14 {
		margin-left: 87.5%;
	}
	.medium-16 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.medium-offset-15 {
		margin-left: 93.75%;
	}
	.medium-up-1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.medium-up-1 > .column,
	.medium-up-1 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.medium-up-2 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.medium-up-2 > .column,
	.medium-up-2 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.medium-up-3 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.medium-up-3 > .column,
	.medium-up-3 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.medium-up-4 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.medium-up-4 > .column,
	.medium-up-4 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.medium-up-5 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.medium-up-5 > .column,
	.medium-up-5 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.medium-up-6 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.medium-up-6 > .column,
	.medium-up-6 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.medium-up-7 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.medium-up-7 > .column,
	.medium-up-7 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 14.28571%;
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%;
	}
	.medium-up-8 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.medium-up-8 > .column,
	.medium-up-8 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
	.medium-expand {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}
.row.medium-unstack > .column,
.row.medium-unstack > .columns {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
	.row.medium-unstack > .column,
	.row.medium-unstack > .columns {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}
@media print, screen and (min-width: 40em) {
	.medium-collapse > .column,
	.medium-collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}
	.medium-uncollapse > .column,
	.medium-uncollapse > .columns {
		padding-right: 1.5625rem;
		padding-left: 1.5625rem;
	}
}
@media print, screen and (min-width: 64em) {
	.large-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 6.25%;
		-ms-flex: 0 0 6.25%;
		flex: 0 0 6.25%;
		max-width: 6.25%;
	}
	.large-offset-0 {
		margin-left: 0;
	}
	.large-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.large-offset-1 {
		margin-left: 6.25%;
	}
	.large-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 18.75%;
		-ms-flex: 0 0 18.75%;
		flex: 0 0 18.75%;
		max-width: 18.75%;
	}
	.large-offset-2 {
		margin-left: 12.5%;
	}
	.large-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.large-offset-3 {
		margin-left: 18.75%;
	}
	.large-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 31.25%;
		-ms-flex: 0 0 31.25%;
		flex: 0 0 31.25%;
		max-width: 31.25%;
	}
	.large-offset-4 {
		margin-left: 25%;
	}
	.large-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 37.5%;
		-ms-flex: 0 0 37.5%;
		flex: 0 0 37.5%;
		max-width: 37.5%;
	}
	.large-offset-5 {
		margin-left: 31.25%;
	}
	.large-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 43.75%;
		-ms-flex: 0 0 43.75%;
		flex: 0 0 43.75%;
		max-width: 43.75%;
	}
	.large-offset-6 {
		margin-left: 37.5%;
	}
	.large-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.large-offset-7 {
		margin-left: 43.75%;
	}
	.large-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 56.25%;
		-ms-flex: 0 0 56.25%;
		flex: 0 0 56.25%;
		max-width: 56.25%;
	}
	.large-offset-8 {
		margin-left: 50%;
	}
	.large-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 62.5%;
		-ms-flex: 0 0 62.5%;
		flex: 0 0 62.5%;
		max-width: 62.5%;
	}
	.large-offset-9 {
		margin-left: 56.25%;
	}
	.large-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 68.75%;
		-ms-flex: 0 0 68.75%;
		flex: 0 0 68.75%;
		max-width: 68.75%;
	}
	.large-offset-10 {
		margin-left: 62.5%;
	}
	.large-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.large-offset-11 {
		margin-left: 68.75%;
	}
	.large-13 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 81.25%;
		-ms-flex: 0 0 81.25%;
		flex: 0 0 81.25%;
		max-width: 81.25%;
	}
	.large-offset-12 {
		margin-left: 75%;
	}
	.large-14 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 87.5%;
		-ms-flex: 0 0 87.5%;
		flex: 0 0 87.5%;
		max-width: 87.5%;
	}
	.large-offset-13 {
		margin-left: 81.25%;
	}
	.large-15 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 93.75%;
		-ms-flex: 0 0 93.75%;
		flex: 0 0 93.75%;
		max-width: 93.75%;
	}
	.large-offset-14 {
		margin-left: 87.5%;
	}
	.large-16 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.large-offset-15 {
		margin-left: 93.75%;
	}
	.large-up-1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.large-up-1 > .column,
	.large-up-1 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.large-up-2 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.large-up-2 > .column,
	.large-up-2 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.large-up-3 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.large-up-3 > .column,
	.large-up-3 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.large-up-4 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.large-up-4 > .column,
	.large-up-4 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.large-up-5 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.large-up-5 > .column,
	.large-up-5 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.large-up-6 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.large-up-6 > .column,
	.large-up-6 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.large-up-7 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.large-up-7 > .column,
	.large-up-7 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 14.28571%;
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%;
	}
	.large-up-8 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.large-up-8 > .column,
	.large-up-8 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
	.large-expand {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}
.row.large-unstack > .column,
.row.large-unstack > .columns {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
	.row.large-unstack > .column,
	.row.large-unstack > .columns {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}
@media print, screen and (min-width: 64em) {
	.large-collapse > .column,
	.large-collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}
	.large-uncollapse > .column,
	.large-uncollapse > .columns {
		padding-right: 1.5625rem;
		padding-left: 1.5625rem;
	}
}
@media screen and (min-width: 80em) {
	.xlarge-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 6.25%;
		-ms-flex: 0 0 6.25%;
		flex: 0 0 6.25%;
		max-width: 6.25%;
	}
	.xlarge-offset-0 {
		margin-left: 0;
	}
	.xlarge-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.xlarge-offset-1 {
		margin-left: 6.25%;
	}
	.xlarge-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 18.75%;
		-ms-flex: 0 0 18.75%;
		flex: 0 0 18.75%;
		max-width: 18.75%;
	}
	.xlarge-offset-2 {
		margin-left: 12.5%;
	}
	.xlarge-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.xlarge-offset-3 {
		margin-left: 18.75%;
	}
	.xlarge-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 31.25%;
		-ms-flex: 0 0 31.25%;
		flex: 0 0 31.25%;
		max-width: 31.25%;
	}
	.xlarge-offset-4 {
		margin-left: 25%;
	}
	.xlarge-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 37.5%;
		-ms-flex: 0 0 37.5%;
		flex: 0 0 37.5%;
		max-width: 37.5%;
	}
	.xlarge-offset-5 {
		margin-left: 31.25%;
	}
	.xlarge-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 43.75%;
		-ms-flex: 0 0 43.75%;
		flex: 0 0 43.75%;
		max-width: 43.75%;
	}
	.xlarge-offset-6 {
		margin-left: 37.5%;
	}
	.xlarge-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.xlarge-offset-7 {
		margin-left: 43.75%;
	}
	.xlarge-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 56.25%;
		-ms-flex: 0 0 56.25%;
		flex: 0 0 56.25%;
		max-width: 56.25%;
	}
	.xlarge-offset-8 {
		margin-left: 50%;
	}
	.xlarge-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 62.5%;
		-ms-flex: 0 0 62.5%;
		flex: 0 0 62.5%;
		max-width: 62.5%;
	}
	.xlarge-offset-9 {
		margin-left: 56.25%;
	}
	.xlarge-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 68.75%;
		-ms-flex: 0 0 68.75%;
		flex: 0 0 68.75%;
		max-width: 68.75%;
	}
	.xlarge-offset-10 {
		margin-left: 62.5%;
	}
	.xlarge-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.xlarge-offset-11 {
		margin-left: 68.75%;
	}
	.xlarge-13 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 81.25%;
		-ms-flex: 0 0 81.25%;
		flex: 0 0 81.25%;
		max-width: 81.25%;
	}
	.xlarge-offset-12 {
		margin-left: 75%;
	}
	.xlarge-14 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 87.5%;
		-ms-flex: 0 0 87.5%;
		flex: 0 0 87.5%;
		max-width: 87.5%;
	}
	.xlarge-offset-13 {
		margin-left: 81.25%;
	}
	.xlarge-15 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 93.75%;
		-ms-flex: 0 0 93.75%;
		flex: 0 0 93.75%;
		max-width: 93.75%;
	}
	.xlarge-offset-14 {
		margin-left: 87.5%;
	}
	.xlarge-16 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.xlarge-offset-15 {
		margin-left: 93.75%;
	}
	.xlarge-up-1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.xlarge-up-1 > .column,
	.xlarge-up-1 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.xlarge-up-2 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.xlarge-up-2 > .column,
	.xlarge-up-2 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.xlarge-up-3 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.xlarge-up-3 > .column,
	.xlarge-up-3 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.xlarge-up-4 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.xlarge-up-4 > .column,
	.xlarge-up-4 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.xlarge-up-5 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.xlarge-up-5 > .column,
	.xlarge-up-5 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.xlarge-up-6 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.xlarge-up-6 > .column,
	.xlarge-up-6 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.xlarge-up-7 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.xlarge-up-7 > .column,
	.xlarge-up-7 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 14.28571%;
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%;
	}
	.xlarge-up-8 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.xlarge-up-8 > .column,
	.xlarge-up-8 > .columns {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}
@media screen and (min-width: 80em) and (min-width: 80em) {
	.xlarge-expand {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}
.row.xlarge-unstack > .column,
.row.xlarge-unstack > .columns {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
@media screen and (min-width: 80em) {
	.row.xlarge-unstack > .column,
	.row.xlarge-unstack > .columns {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}
@media screen and (min-width: 80em) {
	.xlarge-collapse > .column,
	.xlarge-collapse > .columns {
		padding-right: 0;
		padding-left: 0;
	}
	.xlarge-uncollapse > .column,
	.xlarge-uncollapse > .columns {
		padding-right: 1.5625rem;
		padding-left: 1.5625rem;
	}
}
.shrink {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
}
.column-block {
	margin-bottom: 1.875rem;
}
.column-block > :last-child {
	margin-bottom: 0;
}
@media print, screen and (min-width: 23.4375em) {
	.column-block {
		margin-bottom: 1.875rem;
	}
	.column-block > :last-child {
		margin-bottom: 0;
	}
}
@media print, screen and (min-width: 40em) {
	.column-block {
		margin-bottom: 3.125rem;
	}
	.column-block > :last-child {
		margin-bottom: 0;
	}
}
.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	padding: 0.85em 1em;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-family: inherit;
	font-size: 0.9rem;
	-webkit-appearance: none;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #1779ba;
	color: #fefefe;
}
[data-whatinput="mouse"] .button {
	outline: 0;
}
.button:focus,
.button:hover {
	background-color: #14679e;
	color: #fefefe;
}
.button.tiny {
	font-size: 0.6rem;
}
.button.small {
	font-size: 0.75rem;
}
.button.large {
	font-size: 1.25rem;
}
.button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.button.primary {
	background-color: #1779ba;
	color: #fefefe;
}
.button.primary:focus,
.button.primary:hover {
	background-color: #126195;
	color: #fefefe;
}
.button.secondary {
	background-color: #767676;
	color: #fefefe;
}
.button.secondary:focus,
.button.secondary:hover {
	background-color: #5e5e5e;
	color: #fefefe;
}
.button.success {
	background-color: #3adb76;
	color: #072a50;
}
.button.success:focus,
.button.success:hover {
	background-color: #22bb5b;
	color: #072a50;
}
.button.warning {
	background-color: #ffae00;
	color: #072a50;
}
.button.warning:focus,
.button.warning:hover {
	background-color: #cc8b00;
	color: #072a50;
}
.button.alert {
	background-color: #cc4b37;
	color: #fefefe;
}
.button.alert:focus,
.button.alert:hover {
	background-color: #a53b2a;
	color: #fefefe;
}
.button.disabled,
.button[disabled] {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
	background-color: #1779ba;
	color: #fefefe;
}
.button.disabled.primary,
.button[disabled].primary {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled.primary,
.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
	background-color: #1779ba;
	color: #fefefe;
}
.button.disabled.secondary,
.button[disabled].secondary {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled.secondary,
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
	background-color: #767676;
	color: #fefefe;
}
.button.disabled.success,
.button[disabled].success {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled.success,
.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success,
.button[disabled].success:focus,
.button[disabled].success:hover {
	background-color: #3adb76;
	color: #072a50;
}
.button.disabled.warning,
.button[disabled].warning {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled.warning,
.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning,
.button[disabled].warning:focus,
.button[disabled].warning:hover {
	background-color: #ffae00;
	color: #072a50;
}
.button.disabled.alert,
.button[disabled].alert {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled.alert,
.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert,
.button[disabled].alert:focus,
.button[disabled].alert:hover {
	background-color: #cc4b37;
	color: #fefefe;
}
.button.hollow {
	border: 1px solid #1779ba;
	color: #1779ba;
}
.button.hollow,
.button.hollow:focus,
.button.hollow:hover {
	background-color: transparent;
}
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
	background-color: transparent;
}
.button.hollow:focus,
.button.hollow:hover {
	border-color: #0c3d5d;
	color: #0c3d5d;
}
.button.hollow:focus.disabled,
.button.hollow:focus[disabled],
.button.hollow:hover.disabled,
.button.hollow:hover[disabled] {
	border: 1px solid #1779ba;
	color: #1779ba;
}
.button.hollow.primary {
	border: 1px solid #1779ba;
	color: #1779ba;
}
.button.hollow.primary:focus,
.button.hollow.primary:hover {
	border-color: #0c3d5d;
	color: #0c3d5d;
}
.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled],
.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled] {
	border: 1px solid #1779ba;
	color: #1779ba;
}
.button.hollow.secondary {
	border: 1px solid #767676;
	color: #767676;
}
.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
	border-color: #3b3b3b;
	color: #3b3b3b;
}
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled],
.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled] {
	border: 1px solid #767676;
	color: #767676;
}
.button.hollow.success {
	border: 1px solid #3adb76;
	color: #3adb76;
}
.button.hollow.success:focus,
.button.hollow.success:hover {
	border-color: #157539;
	color: #157539;
}
.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled],
.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76;
}
.button.hollow.warning {
	border: 1px solid #ffae00;
	color: #ffae00;
}
.button.hollow.warning:focus,
.button.hollow.warning:hover {
	border-color: #805700;
	color: #805700;
}
.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled],
.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00;
}
.button.hollow.alert {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}
.button.hollow.alert:focus,
.button.hollow.alert:hover {
	border-color: #67251a;
	color: #67251a;
}
.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled],
.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled] {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}
.button.clear {
	border: 1px solid #1779ba;
	color: #1779ba;
}
.button.clear,
.button.clear:focus,
.button.clear:hover {
	background-color: transparent;
}
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
	background-color: transparent;
}
.button.clear:focus,
.button.clear:hover {
	border-color: #0c3d5d;
	color: #0c3d5d;
}
.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover.disabled,
.button.clear:hover[disabled] {
	border: 1px solid #1779ba;
	color: #1779ba;
}
.button.clear,
.button.clear.disabled,
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear[disabled] {
	border-color: transparent;
}
.button.clear.primary {
	border: 1px solid #1779ba;
	color: #1779ba;
}
.button.clear.primary:focus,
.button.clear.primary:hover {
	border-color: #0c3d5d;
	color: #0c3d5d;
}
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled] {
	border: 1px solid #1779ba;
	color: #1779ba;
}
.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary[disabled] {
	border-color: transparent;
}
.button.clear.secondary {
	border: 1px solid #767676;
	color: #767676;
}
.button.clear.secondary:focus,
.button.clear.secondary:hover {
	border-color: #3b3b3b;
	color: #3b3b3b;
}
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled] {
	border: 1px solid #767676;
	color: #767676;
}
.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary[disabled] {
	border-color: transparent;
}
.button.clear.success {
	border: 1px solid #3adb76;
	color: #3adb76;
}
.button.clear.success:focus,
.button.clear.success:hover {
	border-color: #157539;
	color: #157539;
}
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76;
}
.button.clear.success,
.button.clear.success.disabled,
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success[disabled] {
	border-color: transparent;
}
.button.clear.warning {
	border: 1px solid #ffae00;
	color: #ffae00;
}
.button.clear.warning:focus,
.button.clear.warning:hover {
	border-color: #805700;
	color: #805700;
}
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00;
}
.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning[disabled] {
	border-color: transparent;
}
.button.clear.alert {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}
.button.clear.alert:focus,
.button.clear.alert:hover {
	border-color: #67251a;
	color: #67251a;
}
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled] {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}
.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert[disabled] {
	border-color: transparent;
}
.button.dropdown::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 0.4em;
	content: "";
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fefefe transparent transparent;
	position: relative;
	top: 0.4em;
	display: inline-block;
	float: right;
	margin-left: 1em;
}
.button.dropdown.clear::after,
.button.dropdown.hollow::after {
	border-top-color: #1779ba;
}
.button.dropdown.clear.primary::after,
.button.dropdown.hollow.primary::after {
	border-top-color: #1779ba;
}
.button.dropdown.clear.secondary::after,
.button.dropdown.hollow.secondary::after {
	border-top-color: #767676;
}
.button.dropdown.clear.success::after,
.button.dropdown.hollow.success::after {
	border-top-color: #3adb76;
}
.button.dropdown.clear.warning::after,
.button.dropdown.hollow.warning::after {
	border-top-color: #ffae00;
}
.button.dropdown.clear.alert::after,
.button.dropdown.hollow.alert::after {
	border-top-color: #cc4b37;
}
.button.arrow-only::after {
	top: -0.1em;
	float: none;
	margin-left: 0;
}
a.button:focus,
a.button:hover {
	text-decoration: none;
}
.button-group {
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.button-group::after,
.button-group::before {
	display: table;
	content: " ";
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}
.button-group::after {
	clear: both;
}
.button-group .button {
	margin: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: 0.9rem;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.button-group .button:last-child {
	margin-right: 0;
}
.button-group.tiny .button {
	font-size: 0.6rem;
}
.button-group.small .button {
	font-size: 0.75rem;
}
.button-group.large .button {
	font-size: 1.25rem;
}
.button-group.expanded .button {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}
.button-group.primary .button {
	background-color: #1779ba;
	color: #fefefe;
}
.button-group.primary .button:focus,
.button-group.primary .button:hover {
	background-color: #126195;
	color: #fefefe;
}
.button-group.secondary .button {
	background-color: #767676;
	color: #fefefe;
}
.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
	background-color: #5e5e5e;
	color: #fefefe;
}
.button-group.success .button {
	background-color: #3adb76;
	color: #072a50;
}
.button-group.success .button:focus,
.button-group.success .button:hover {
	background-color: #22bb5b;
	color: #072a50;
}
.button-group.warning .button {
	background-color: #ffae00;
	color: #072a50;
}
.button-group.warning .button:focus,
.button-group.warning .button:hover {
	background-color: #cc8b00;
	color: #072a50;
}
.button-group.alert .button {
	background-color: #cc4b37;
	color: #fefefe;
}
.button-group.alert .button:focus,
.button-group.alert .button:hover {
	background-color: #a53b2a;
	color: #fefefe;
}
.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.button-group.stacked .button,
.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.button-group.stacked .button:last-child,
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child {
	margin-bottom: 0;
}
.button-group.stacked-for-medium.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked.expanded .button {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
	.button-group.stacked-for-small .button {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-bottom: 0;
	}
}
@media print, screen and (min-width: 64em) {
	.button-group.stacked-for-medium .button {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 23.4375em) and (max-width: 39.99875em) {
	.button-group.stacked-for-small.expanded {
		display: block;
	}
	.button-group.stacked-for-small.expanded .button {
		display: block;
		margin-right: 0;
	}
}
@media screen and (max-width: 63.99875em) {
	.button-group.stacked-for-medium.expanded {
		display: block;
	}
	.button-group.stacked-for-medium.expanded .button {
		display: block;
		margin-right: 0;
	}
}
.close-button {
	position: absolute;
	color: #8a8a8a;
	cursor: pointer;
}
[data-whatinput="mouse"] .close-button {
	outline: 0;
}
.close-button:focus,
.close-button:hover {
	color: #fff;
}
.close-button.small {
	right: 1rem;
	top: 0.33em;
	font-size: 1.5em;
	line-height: 1;
}
.close-button,
.close-button.medium {
	right: 1rem;
	top: 0.5rem;
	font-size: 3em;
	line-height: 1;
}
.label {
	display: inline-block;
	padding: 0.33333rem 0.5rem;
	border-radius: 0;
	font-size: 0.8rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	background: #1779ba;
	color: #fefefe;
}
.label.primary {
	background: #1779ba;
	color: #fefefe;
}
.label.secondary {
	background: #767676;
	color: #fefefe;
}
.label.success {
	background: #3adb76;
	color: #072a50;
}
.label.warning {
	background: #ffae00;
	color: #072a50;
}
.label.alert {
	background: #cc4b37;
	color: #fefefe;
}
.progress {
	height: 1rem;
	margin-bottom: 1rem;
	border-radius: 0;
	background-color: #cacaca;
}
.progress.primary .progress-meter {
	background-color: #1779ba;
}
.progress.secondary .progress-meter {
	background-color: #767676;
}
.progress.success .progress-meter {
	background-color: #3adb76;
}
.progress.warning .progress-meter {
	background-color: #ffae00;
}
.progress.alert .progress-meter {
	background-color: #cc4b37;
}
.progress-meter {
	position: relative;
	display: block;
	width: 0%;
	height: 100%;
	background-color: #1779ba;
}
.progress-meter-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	font-size: 0.75rem;
	font-weight: 700;
	color: #fefefe;
	white-space: nowrap;
}
.slider {
	position: relative;
	height: 0.5rem;
	margin-top: 1.25rem;
	margin-bottom: 2.25rem;
	background-color: #e6e6e6;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	touch-action: none;
}
.slider-fill {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	max-width: 100%;
	height: 0.5rem;
	background-color: #cacaca;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
	-webkit-transition: all 0s linear;
	transition: all 0s linear;
}
.slider-handle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 0;
	background-color: #1779ba;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
[data-whatinput="mouse"] .slider-handle {
	outline: 0;
}
.slider-handle:hover {
	background-color: #14679e;
}
.slider-handle.is-dragging {
	-webkit-transition: all 0s linear;
	transition: all 0s linear;
}
.slider.disabled,
.slider[disabled] {
	opacity: 0.25;
	cursor: not-allowed;
}
.slider.vertical {
	display: inline-block;
	width: 0.5rem;
	height: 12.5rem;
	margin: 0 1.25rem;
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
.slider.vertical .slider-fill {
	top: 0;
	width: 0.5rem;
	max-height: 100%;
}
.slider.vertical .slider-handle {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1.4rem;
	height: 1.4rem;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.switch {
	height: 2rem;
	position: relative;
	margin-bottom: 1rem;
	outline: 0;
	font-size: 0.875rem;
	font-weight: 700;
	color: #fefefe;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.switch-input {
	position: absolute;
	margin-bottom: 0;
	opacity: 0;
}
.switch-paddle {
	position: relative;
	display: block;
	width: 4rem;
	height: 2rem;
	border-radius: 0;
	background: #cacaca;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	font-weight: inherit;
	color: inherit;
	cursor: pointer;
}
input + .switch-paddle {
	margin: 0;
}
.switch-paddle::after {
	position: absolute;
	top: 0.25rem;
	left: 0.25rem;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border-radius: 0;
	background: #fefefe;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	content: "";
}
input:checked ~ .switch-paddle {
	background: #1779ba;
}
input:checked ~ .switch-paddle::after {
	left: 2.25rem;
}
[data-whatinput="mouse"] input:focus ~ .switch-paddle {
	outline: 0;
}
.switch-active,
.switch-inactive {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.switch-active {
	left: 8%;
	display: none;
}
input:checked + label > .switch-active {
	display: block;
}
.switch-inactive {
	right: 15%;
}
input:checked + label > .switch-inactive {
	display: none;
}
.switch.tiny {
	height: 1.5rem;
}
.switch.tiny .switch-paddle {
	width: 3rem;
	height: 1.5rem;
	font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
	top: 0.25rem;
	left: 0.25rem;
	width: 1rem;
	height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
	left: 1.75rem;
}
.switch.small {
	height: 1.75rem;
}
.switch.small .switch-paddle {
	width: 3.5rem;
	height: 1.75rem;
	font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
	top: 0.25rem;
	left: 0.25rem;
	width: 1.25rem;
	height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
	left: 2rem;
}
.switch.large {
	height: 2.5rem;
}
.switch.large .switch-paddle {
	width: 5rem;
	height: 2.5rem;
	font-size: 1rem;
}
.switch.large .switch-paddle::after {
	top: 0.25rem;
	left: 0.25rem;
	width: 2rem;
	height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
	left: 2.75rem;
}
table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0;
}
tbody,
tfoot,
thead {
	border: 1px solid #f1f1f1;
	background-color: #fefefe;
}
caption {
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: 700;
}
thead {
	background: #f8f8f8;
	color: #072a50;
}
tfoot {
	background: #f1f1f1;
	color: #072a50;
}
tfoot tr,
thead tr {
	background: 0 0;
}
tfoot td,
tfoot th,
thead td,
thead th {
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: 700;
	text-align: left;
}
tbody td,
tbody th {
	padding: 0.5rem 0.625rem 0.625rem;
}
tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #f1f1f1;
}
table.unstriped tbody {
	background-color: #fefefe;
}
table.unstriped tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid #f1f1f1;
	background-color: #fefefe;
}
@media screen and (max-width: 63.99875em) {
	table.stack thead {
		display: none;
	}
	table.stack tfoot {
		display: none;
	}
	table.stack td,
	table.stack th,
	table.stack tr {
		display: block;
	}
	table.stack td {
		border-top: 0;
	}
}
table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto;
}
table.hover thead tr:hover {
	background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
	background-color: #ececec;
}
table.hover tbody tr:hover {
	background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
	background-color: #ececec;
}
.table-scroll {
	overflow-x: auto;
}
.badge {
	display: inline-block;
	min-width: 2.1em;
	padding: 0.3em;
	border-radius: 50%;
	font-size: 0.6rem;
	text-align: center;
	background: #1779ba;
	color: #fefefe;
}
.badge.primary {
	background: #1779ba;
	color: #fefefe;
}
.badge.secondary {
	background: #767676;
	color: #fefefe;
}
.badge.success {
	background: #3adb76;
	color: #072a50;
}
.badge.warning {
	background: #ffae00;
	color: #072a50;
}
.badge.alert {
	background: #cc4b37;
	color: #fefefe;
}
.breadcrumbs {
	margin: 0 0 1rem 0;
	list-style: none;
}
.breadcrumbs::after,
.breadcrumbs::before {
	display: table;
	content: " ";
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}
.breadcrumbs::after {
	clear: both;
}
.breadcrumbs li {
	float: left;
	font-size: 0.6875rem;
	color: #072a50;
	cursor: default;
	text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
	position: relative;
	margin: 0 0.75rem;
	opacity: 1;
	content: "/";
	color: #cacaca;
}
.breadcrumbs a {
	color: #1779ba;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs .disabled {
	color: #cacaca;
	cursor: not-allowed;
}
.callout {
	position: relative;
	margin: 0 0 1rem 0;
	padding: 1rem;
	border: 1px solid rgba(7, 42, 80, 0.25);
	border-radius: 0;
	background-color: #fff;
	color: #072a50;
}
.callout > :first-child {
	margin-top: 0;
}
.callout > :last-child {
	margin-bottom: 0;
}
.callout.primary {
	background-color: #d7ecfa;
	color: #072a50;
}
.callout.secondary {
	background-color: #eaeaea;
	color: #072a50;
}
.callout.success {
	background-color: #e1faea;
	color: #072a50;
}
.callout.warning {
	background-color: #fff3d9;
	color: #072a50;
}
.callout.alert {
	background-color: #f7e4e1;
	color: #072a50;
}
.callout.small {
	padding-top: 0.5rem;
	padding-right: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.5rem;
}
.callout.large {
	padding-top: 3rem;
	padding-right: 3rem;
	padding-bottom: 3rem;
	padding-left: 3rem;
}
.card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 1rem;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	background: #fefefe;
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow: hidden;
	color: #072a50;
}
.card > :last-child {
	margin-bottom: 0;
}
.card-divider {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: 1rem;
	background: #e6e6e6;
}
.card-divider > :last-child {
	margin-bottom: 0;
}
.card-section {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 1rem;
}
.card-section > :last-child {
	margin-bottom: 0;
}
.card-image {
	min-height: 1px;
}
.dropdown-pane {
	position: absolute;
	z-index: 10;
	display: none;
	width: 300px;
	padding: 1rem;
	visibility: hidden;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	font-size: 1rem;
}
.dropdown-pane.is-opening {
	display: block;
}
.dropdown-pane.is-open {
	display: block;
	visibility: visible;
}
.dropdown-pane.tiny {
	width: 100px;
}
.dropdown-pane.small {
	width: 200px;
}
.dropdown-pane.large {
	width: 400px;
}
.pagination {
	margin-left: 0;
	margin-bottom: 1rem;
}
.pagination::after,
.pagination::before {
	display: table;
	content: " ";
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}
.pagination::after {
	clear: both;
}
.pagination li {
	margin-right: 0.0625rem;
	border-radius: 0;
	font-size: 0.875rem;
	display: none;
}
.pagination li:first-child,
.pagination li:last-child {
	display: inline-block;
}
@media print, screen and (min-width: 40em) {
	.pagination li {
		display: inline-block;
	}
}
.pagination a,
.pagination button {
	display: block;
	padding: 0.1875rem 0.625rem;
	border-radius: 0;
	color: #072a50;
}
.pagination a:hover,
.pagination button:hover {
	background: #e6e6e6;
}
.pagination .current {
	padding: 0.1875rem 0.625rem;
	background: #1779ba;
	color: #fefefe;
	cursor: default;
}
.pagination .disabled {
	padding: 0.1875rem 0.625rem;
	color: #cacaca;
	cursor: not-allowed;
}
.pagination .disabled:hover {
	background: 0 0;
}
.pagination .ellipsis::after {
	padding: 0.1875rem 0.625rem;
	content: "\2026";
	color: #072a50;
}
.pagination-previous a::before,
.pagination-previous.disabled::before {
	display: inline-block;
	margin-right: 0.5rem;
	content: "\00ab";
}
.pagination-next a::after,
.pagination-next.disabled::after {
	display: inline-block;
	margin-left: 0.5rem;
	content: "\00bb";
}
.has-tip {
	position: relative;
	display: inline-block;
	border-bottom: dotted 1px #8a8a8a;
	font-weight: 700;
	cursor: help;
}
.tooltip {
	position: absolute;
	top: calc(100% + 0.6495rem);
	z-index: 1200;
	max-width: 10rem;
	padding: 0.75rem;
	border-radius: 0;
	background-color: #072a50;
	font-size: 65%;
	color: #fefefe;
}
.tooltip::before {
	position: absolute;
}
.tooltip.bottom::before {
	display: block;
	width: 0;
	height: 0;
	border: inset 0.75rem;
	content: "";
	border-top-width: 0;
	border-bottom-style: solid;
	border-color: transparent transparent #072a50;
	bottom: 100%;
}
.tooltip.bottom.align-center::before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.tooltip.top::before {
	display: block;
	width: 0;
	height: 0;
	border: inset 0.75rem;
	content: "";
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #072a50 transparent transparent;
	top: 100%;
	bottom: auto;
}
.tooltip.top.align-center::before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.tooltip.left::before {
	display: block;
	width: 0;
	height: 0;
	border: inset 0.75rem;
	content: "";
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #072a50;
	left: 100%;
}
.tooltip.left.align-center::before {
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tooltip.right::before {
	display: block;
	width: 0;
	height: 0;
	border: inset 0.75rem;
	content: "";
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #072a50 transparent transparent;
	right: 100%;
	left: auto;
}
.tooltip.right.align-center::before {
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tooltip.align-top::before {
	bottom: auto;
	top: 10%;
}
.tooltip.align-bottom::before {
	bottom: 10%;
	top: auto;
}
.tooltip.align-left::before {
	left: 10%;
	right: auto;
}
.tooltip.align-right::before {
	left: auto;
	right: 10%;
}
.accordion {
	margin-left: 0;
	background: #fefefe;
	list-style-type: none;
}
.accordion[disabled] .accordion-title {
	cursor: not-allowed;
}
.accordion-item:first-child > :first-child {
	border-radius: 0;
}
.accordion-item:last-child > :last-child {
	border-radius: 0;
}
.accordion-title {
	position: relative;
	display: block;
	padding: 1.25rem 1rem;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	font-size: 0.75rem;
	line-height: 1;
	color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
	border-bottom: 1px solid #e6e6e6;
	border-radius: 0;
}
.accordion-title:focus,
.accordion-title:hover {
	background-color: #e6e6e6;
}
.accordion-title::before {
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -0.5rem;
	content: "+";
}
.is-active > .accordion-title::before {
	content: "\2013";
}
.accordion-content {
	display: none;
	padding: 1rem;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	background-color: #fefefe;
	color: #072a50;
}
:last-child > .accordion-content:last-child {
	border-bottom: 1px solid #e6e6e6;
}
.media-object {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.media-object img {
	max-width: none;
}
@media screen and (max-width: 23.43625em) {
	.media-object.stack-for-xsmall {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.media-object-section {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.media-object-section:first-child {
	padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
	padding-left: 1rem;
}
.media-object-section > :last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 23.43625em) {
	.stack-for-xsmall .media-object-section {
		padding: 0;
		padding-bottom: 1rem;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.stack-for-xsmall .media-object-section img {
		width: 100%;
	}
}
.media-object-section.main-section {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}
.orbit {
	position: relative;
}
.orbit-container {
	position: relative;
	height: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.orbit-slide {
	width: 100%;
	position: absolute;
}
.orbit-slide.no-motionui.is-active {
	top: 0;
	left: 0;
}
.orbit-figure {
	margin: 0;
}
.orbit-image {
	width: 100%;
	max-width: 100%;
	margin: 0;
}
.orbit-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
	padding: 1rem;
	background-color: rgba(7, 42, 80, 0.5);
	color: #fefefe;
}
.orbit-next,
.orbit-previous {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	padding: 1rem;
	color: #fefefe;
}
[data-whatinput="mouse"] .orbit-next,
[data-whatinput="mouse"] .orbit-previous {
	outline: 0;
}
.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
	background-color: rgba(7, 42, 80, 0.5);
}
.orbit-previous {
	left: 0;
}
.orbit-next {
	left: auto;
	right: 0;
}
.orbit-bullets {
	position: relative;
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;
	text-align: center;
}
[data-whatinput="mouse"] .orbit-bullets {
	outline: 0;
}
.orbit-bullets button {
	width: 1.2rem;
	height: 1.2rem;
	margin: 0.1rem;
	border-radius: 50%;
	background-color: #cacaca;
}
.orbit-bullets button:hover {
	background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
	background-color: #8a8a8a;
}
.flex-video,
.responsive-embed {
	position: relative;
	height: 0;
	margin-bottom: 1rem;
	padding-bottom: 75%;
	overflow: hidden;
}
.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.flex-video.widescreen,
.responsive-embed.widescreen {
	padding-bottom: 56.25%;
}
.tabs {
	margin: 0;
	border: 1px solid #e6e6e6;
	background: #fefefe;
	list-style-type: none;
}
.tabs::after,
.tabs::before {
	display: table;
	content: " ";
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}
.tabs::after {
	clear: both;
}
.tabs.vertical > li {
	display: block;
	float: none;
	width: auto;
}
.tabs.simple > li > a {
	padding: 0;
}
.tabs.simple > li > a:hover {
	background: 0 0;
}
.tabs.primary {
	background: #1779ba;
}
.tabs.primary > li > a {
	color: #fefefe;
}
.tabs.primary > li > a:focus,
.tabs.primary > li > a:hover {
	background: #1673b1;
}
.tabs-title {
	float: left;
}
.tabs-title > a {
	display: block;
	padding: 1.25rem 1.5rem;
	font-size: 0.75rem;
	line-height: 1;
	color: #1779ba;
}
[data-whatinput="mouse"] .tabs-title > a {
	outline: 0;
}
.tabs-title > a:hover {
	background: #fefefe;
	color: #1468a0;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
	background: #e6e6e6;
	color: #1779ba;
}
.tabs-content {
	border: 1px solid #e6e6e6;
	border-top: 0;
	background: #fefefe;
	color: #072a50;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.tabs-content.vertical {
	border: 1px solid #e6e6e6;
	border-left: 0;
}
.tabs-panel {
	display: none;
	padding: 1rem;
}
.tabs-panel.is-active {
	display: block;
}
.thumbnail {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 1rem;
	border: 4px solid #fefefe;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 1px rgba(7, 42, 80, 0.2);
	box-shadow: 0 0 0 1px rgba(7, 42, 80, 0.2);
	line-height: 0;
}
a.thumbnail {
	-webkit-transition: -webkit-box-shadow 0.2s ease-out;
	transition: -webkit-box-shadow 0.2s ease-out;
	transition: box-shadow 0.2s ease-out;
	transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
}
a.thumbnail:focus,
a.thumbnail:hover {
	-webkit-box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
	box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail image {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
[data-whatinput="mouse"] .menu li {
	outline: 0;
}
.menu .button,
.menu a {
	line-height: 1;
	text-decoration: none;
	display: block;
	padding: 0.7rem 1rem;
}
.menu a,
.menu button,
.menu input,
.menu select {
	margin-bottom: 0;
}
.menu input {
	display: inline-block;
}
.menu,
.menu.horizontal {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.menu.vertical {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.menu.expanded li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}
.menu.simple {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.menu.simple li + li {
	margin-left: 1rem;
}
.menu.simple a {
	padding: 0;
}
@media print, screen and (min-width: 23.4375em) {
	.menu.small-horizontal {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.menu.small-vertical {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.menu.small-expanded li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
	.menu.small-simple li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}
@media print, screen and (min-width: 40em) {
	.menu.medium-horizontal {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.menu.medium-vertical {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.menu.medium-expanded li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
	.menu.medium-simple li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}
@media print, screen and (min-width: 64em) {
	.menu.large-horizontal {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.menu.large-vertical {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.menu.large-expanded li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
	.menu.large-simple li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}
@media screen and (min-width: 80em) {
	.menu.xlarge-horizontal {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.menu.xlarge-vertical {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.menu.xlarge-expanded li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
	.menu.xlarge-simple li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
	}
}
.menu.nested {
	margin-right: 0;
	margin-left: 1rem;
}
.menu.icons a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.menu.icon-left li a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}
.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
	margin-right: 0.25rem;
}
.menu.icon-right li a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}
.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
	margin-left: 0.25rem;
}
.menu.icon-top li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}
.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	margin-bottom: 0.25rem;
	text-align: center;
}
.menu.icon-bottom li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}
.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	margin-bottom: 0.25rem;
	text-align: center;
}
.menu .is-active > a {
	background: #1779ba;
	color: #fefefe;
}
.menu .active > a {
	background: #1779ba;
	color: #fefefe;
}
.menu.align-left {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.menu.align-right li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.menu.align-right li .submenu li {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.menu.align-right.vertical li {
	display: block;
	text-align: right;
}
.menu.align-right.vertical li .submenu li {
	text-align: right;
}
.menu.align-right .nested {
	margin-right: 1rem;
	margin-left: 0;
}
.menu.align-center li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.menu.align-center li .submenu li {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.menu .menu-text {
	padding: 0.7rem 1rem;
	font-weight: 700;
	line-height: 1;
	color: inherit;
}
.menu-centered > .menu {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.menu-centered > .menu li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.menu-centered > .menu li .submenu li {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.no-js [data-responsive-menu] ul {
	display: none;
}
.menu-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer;
}
.menu-icon::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #fefefe;
	-webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
	box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
	content: "";
}
.menu-icon:hover::after {
	background: #cacaca;
	-webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
	box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}
.menu-icon.dark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer;
}
.menu-icon.dark::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #072a50;
	-webkit-box-shadow: 0 7px 0 #072a50, 0 14px 0 #072a50;
	box-shadow: 0 7px 0 #072a50, 0 14px 0 #072a50;
	content: "";
}
.menu-icon.dark:hover::after {
	background: #8a8a8a;
	-webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
	box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}
.accordion-menu li {
	width: 100%;
}
.accordion-menu a {
	padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
	padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
	margin-right: 0;
	margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
	margin-right: 1rem;
	margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
	position: relative;
}
.accordion-menu
	.is-accordion-submenu-parent:not(.has-submenu-toggle)
	> a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #1779ba transparent transparent;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
	right: 1rem;
	left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
	right: auto;
	left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.is-accordion-submenu-parent {
	position: relative;
}
.has-submenu-toggle > a {
	margin-right: 40px;
}
.submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.submenu-toggle::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #1779ba transparent transparent;
	top: 0;
	bottom: 0;
	margin: auto;
}
.submenu-toggle[aria-expanded="true"]::after {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.submenu-toggle-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.is-drilldown {
	position: relative;
	overflow: hidden;
}
.is-drilldown li {
	display: block;
}
.is-drilldown.animate-height {
	-webkit-transition: height 0.5s;
	transition: height 0.5s;
}
.drilldown a {
	padding: 0.7rem 1rem;
	background: #fefefe;
}
.drilldown .is-drilldown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: -1;
	width: 100%;
	background: #fefefe;
	-webkit-transition: -webkit-transform 0.15s linear;
	transition: -webkit-transform 0.15s linear;
	transition: transform 0.15s linear;
	transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
	z-index: 1;
	display: block;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
	padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
	margin-right: 0;
	margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
	min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
	position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1779ba;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1779ba;
	right: 1rem;
	left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1779ba transparent transparent;
	right: auto;
	left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1779ba transparent transparent;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.75rem;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
	top: 100%;
	right: 0;
	left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
	top: 100%;
	right: auto;
	left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
	position: relative;
	padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #1779ba transparent transparent;
	right: 5px;
	left: auto;
	margin-top: -3px;
}
[data-whatinput="mouse"] .dropdown.menu a {
	outline: 0;
}
.dropdown.menu > li > a {
	padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
	background: 0 0;
	color: #1779ba;
}
.no-js .dropdown.menu ul {
	display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
	margin-right: 0;
	margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
	top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
	top: 0;
	right: 100%;
	left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
	right: auto;
	left: 100%;
}
.dropdown.menu.vertical > li > a::after {
	right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1779ba transparent transparent;
	right: auto;
	left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 23.4375em) {
	.dropdown.menu.small-horizontal > li.opens-left > .is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto;
	}
	.dropdown.menu.small-horizontal > li.opens-right > .is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0;
	}
	.dropdown.menu.small-horizontal > li.is-dropdown-submenu-parent > a {
		position: relative;
		padding-right: 1.5rem;
	}
	.dropdown.menu.small-horizontal > li.is-dropdown-submenu-parent > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #1779ba transparent transparent;
		right: 5px;
		left: auto;
		margin-top: -3px;
	}
	.dropdown.menu.small-vertical > li .is-dropdown-submenu {
		top: 0;
	}
	.dropdown.menu.small-vertical > li.opens-left > .is-dropdown-submenu {
		top: 0;
		right: 100%;
		left: auto;
	}
	.dropdown.menu.small-vertical > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 100%;
	}
	.dropdown.menu.small-vertical > li > a::after {
		right: 14px;
	}
	.dropdown.menu.small-vertical > li.opens-left > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #1779ba transparent transparent;
		right: auto;
		left: 5px;
	}
	.dropdown.menu.small-vertical > li.opens-right > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #1779ba;
	}
}
@media print, screen and (min-width: 40em) {
	.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto;
	}
	.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0;
	}
	.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
		position: relative;
		padding-right: 1.5rem;
	}
	.dropdown.menu.medium-horizontal
		> li.is-dropdown-submenu-parent
		> a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #1779ba transparent transparent;
		right: 5px;
		left: auto;
		margin-top: -3px;
	}
	.dropdown.menu.medium-vertical > li .is-dropdown-submenu {
		top: 0;
	}
	.dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
		top: 0;
		right: 100%;
		left: auto;
	}
	.dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 100%;
	}
	.dropdown.menu.medium-vertical > li > a::after {
		right: 14px;
	}
	.dropdown.menu.medium-vertical > li.opens-left > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #1779ba transparent transparent;
		right: auto;
		left: 5px;
	}
	.dropdown.menu.medium-vertical > li.opens-right > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #1779ba;
	}
}
@media print, screen and (min-width: 64em) {
	.dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto;
	}
	.dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0;
	}
	.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
		position: relative;
		padding-right: 1.5rem;
	}
	.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #1779ba transparent transparent;
		right: 5px;
		left: auto;
		margin-top: -3px;
	}
	.dropdown.menu.large-vertical > li .is-dropdown-submenu {
		top: 0;
	}
	.dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
		top: 0;
		right: 100%;
		left: auto;
	}
	.dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 100%;
	}
	.dropdown.menu.large-vertical > li > a::after {
		right: 14px;
	}
	.dropdown.menu.large-vertical > li.opens-left > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #1779ba transparent transparent;
		right: auto;
		left: 5px;
	}
	.dropdown.menu.large-vertical > li.opens-right > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #1779ba;
	}
}
@media screen and (min-width: 80em) {
	.dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto;
	}
	.dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0;
	}
	.dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
		position: relative;
		padding-right: 1.5rem;
	}
	.dropdown.menu.xlarge-horizontal
		> li.is-dropdown-submenu-parent
		> a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #1779ba transparent transparent;
		right: 5px;
		left: auto;
		margin-top: -3px;
	}
	.dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
		top: 0;
	}
	.dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
		top: 0;
		right: 100%;
		left: auto;
	}
	.dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 100%;
	}
	.dropdown.menu.xlarge-vertical > li > a::after {
		right: 14px;
	}
	.dropdown.menu.xlarge-vertical > li.opens-left > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #1779ba transparent transparent;
		right: auto;
		left: 5px;
	}
	.dropdown.menu.xlarge-vertical > li.opens-right > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: "";
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #1779ba;
	}
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
	top: 100%;
	right: 0;
	left: auto;
}
.is-dropdown-menu.vertical {
	width: 100px;
}
.is-dropdown-menu.vertical.align-right {
	float: right;
}
.is-dropdown-submenu-parent {
	position: relative;
}
.is-dropdown-submenu-parent a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	left: auto;
	margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
	top: 100%;
	left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
	right: 100%;
	left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
	right: auto;
	left: 100%;
}
.is-dropdown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	display: none;
	min-width: 200px;
	border: 1px solid #cacaca;
	background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
	padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
	right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1779ba transparent transparent;
	right: auto;
	left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: "";
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
	margin-top: -1px;
}
.is-dropdown-submenu > li {
	width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
	display: block;
}
.is-off-canvas-open {
	overflow: hidden;
}
.js-off-canvas-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	background: rgba(254, 254, 254, 0.25);
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
	opacity: 1;
	visibility: visible;
}
.js-off-canvas-overlay.is-closable {
	cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
	position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
	position: fixed;
}
.off-canvas-wrapper {
	position: relative;
	overflow: hidden;
}
.off-canvas {
	position: fixed;
	z-index: 12;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: getColor(primary-blue);
}
[data-whatinput="mouse"] .off-canvas {
	outline: 0;
}
.off-canvas.is-transition-push {
	z-index: 12;
}
.off-canvas.is-closed {
	visibility: hidden;
}
.off-canvas.is-transition-overlap {
	z-index: 99999;
}
.off-canvas.is-transition-overlap.is-open {
	-webkit-box-shadow: 0 0 10px rgba(7, 42, 80, 0.7);
	box-shadow: 0 0 10px rgba(7, 42, 80, 0.7);
}
.off-canvas.is-open {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.off-canvas-absolute {
	position: absolute;
	z-index: 12;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: getColor(primary-blue);
}
[data-whatinput="mouse"] .off-canvas-absolute {
	outline: 0;
}
.off-canvas-absolute.is-transition-push {
	z-index: 12;
}
.off-canvas-absolute.is-closed {
	visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
	z-index: 99999;
}
.off-canvas-absolute.is-transition-overlap.is-open {
	-webkit-box-shadow: 0 0 10px rgba(7, 42, 80, 0.7);
	box-shadow: 0 0 10px rgba(7, 42, 80, 0.7);
}
.off-canvas-absolute.is-open {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.position-left {
	top: 0;
	left: 0;
	height: 100%;
	overflow-y: auto;
}
@media print, screen and (min-width: 23.4375em) {
	.position-left {
		width: 250px;
		-webkit-transform: translateX(-250px);
		-ms-transform: translateX(-250px);
		transform: translateX(-250px);
	}
}
@media print, screen and (min-width: 23.4375em) {
	.off-canvas-content .off-canvas.position-left {
		-webkit-transform: translateX(-250px);
		-ms-transform: translateX(-250px);
		transform: translateX(-250px);
	}
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
@media print, screen and (min-width: 23.4375em) {
	.off-canvas-content.is-open-left.has-transition-push {
		-webkit-transform: translateX(250px);
		-ms-transform: translateX(250px);
		transform: translateX(250px);
	}
}
.position-left.is-transition-push {
	-webkit-box-shadow: inset -13px 0 20px -13px rgba(7, 42, 80, 0.25);
	box-shadow: inset -13px 0 20px -13px rgba(7, 42, 80, 0.25);
}
.position-right {
	top: 0;
	right: 0;
	height: 100%;
	overflow-y: auto;
}
@media print, screen and (min-width: 23.4375em) {
	.position-right {
		width: 250px;
		-webkit-transform: translateX(250px);
		-ms-transform: translateX(250px);
		transform: translateX(250px);
	}
}
@media print, screen and (min-width: 23.4375em) {
	.off-canvas-content .off-canvas.position-right {
		-webkit-transform: translateX(250px);
		-ms-transform: translateX(250px);
		transform: translateX(250px);
	}
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
@media print, screen and (min-width: 23.4375em) {
	.off-canvas-content.is-open-right.has-transition-push {
		-webkit-transform: translateX(-250px);
		-ms-transform: translateX(-250px);
		transform: translateX(-250px);
	}
}
.position-right.is-transition-push {
	-webkit-box-shadow: inset 13px 0 20px -13px rgba(7, 42, 80, 0.25);
	box-shadow: inset 13px 0 20px -13px rgba(7, 42, 80, 0.25);
}
.position-top {
	top: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
}
@media print, screen and (min-width: 23.4375em) {
	.position-top {
		height: 100%;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}
@media print, screen and (min-width: 23.4375em) {
	.off-canvas-content .off-canvas.position-top {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
@media print, screen and (min-width: 23.4375em) {
	.off-canvas-content.is-open-top.has-transition-push {
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
	}
}
.position-top.is-transition-push {
	-webkit-box-shadow: inset 0 -13px 20px -13px rgba(7, 42, 80, 0.25);
	box-shadow: inset 0 -13px 20px -13px rgba(7, 42, 80, 0.25);
}
.position-bottom {
	bottom: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
}
@media print, screen and (min-width: 23.4375em) {
	.position-bottom {
		height: 100%;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
	}
}
@media print, screen and (min-width: 23.4375em) {
	.off-canvas-content .off-canvas.position-bottom {
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
	}
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
@media print, screen and (min-width: 23.4375em) {
	.off-canvas-content.is-open-bottom.has-transition-push {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}
.position-bottom.is-transition-push {
	-webkit-box-shadow: inset 0 13px 20px -13px rgba(7, 42, 80, 0.25);
	box-shadow: inset 0 13px 20px -13px rgba(7, 42, 80, 0.25);
}
.off-canvas-content {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.off-canvas-content.has-transition-push {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
@media print, screen and (min-width: 23.4375em) {
	.position-left.reveal-for-small {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}
	.position-left.reveal-for-small .close-button {
		display: none;
	}
	.off-canvas-content .position-left.reveal-for-small {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.off-canvas-content.has-reveal-left {
		margin-left: 250px;
	}
	.position-left.reveal-for-small ~ .off-canvas-content {
		margin-left: 250px;
	}
	.position-right.reveal-for-small {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}
	.position-right.reveal-for-small .close-button {
		display: none;
	}
	.off-canvas-content .position-right.reveal-for-small {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.off-canvas-content.has-reveal-right {
		margin-right: 250px;
	}
	.position-right.reveal-for-small ~ .off-canvas-content {
		margin-right: 250px;
	}
	.position-top.reveal-for-small {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}
	.position-top.reveal-for-small .close-button {
		display: none;
	}
	.off-canvas-content .position-top.reveal-for-small {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.off-canvas-content.has-reveal-top {
		margin-top: 250px;
	}
	.position-top.reveal-for-small ~ .off-canvas-content {
		margin-top: 250px;
	}
	.position-bottom.reveal-for-small {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}
	.position-bottom.reveal-for-small .close-button {
		display: none;
	}
	.off-canvas-content .position-bottom.reveal-for-small {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.off-canvas-content.has-reveal-bottom {
		margin-bottom: 250px;
	}
	.position-bottom.reveal-for-small ~ .off-canvas-content {
		margin-bottom: 250px;
	}
}
@media print, screen and (min-width: 40em) {
	.position-left.reveal-for-medium {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}
	.position-left.reveal-for-medium .close-button {
		display: none;
	}
	.off-canvas-content .position-left.reveal-for-medium {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.off-canvas-content.has-reveal-left {
		margin-left: 250px;
	}
	.position-left.reveal-for-medium ~ .off-canvas-content {
		margin-left: 250px;
	}
	.position-right.reveal-for-medium {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}
	.position-right.reveal-for-medium .close-button {
		display: none;
	}
	.off-canvas-content .position-right.reveal-for-medium {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.off-canvas-content.has-reveal-right {
		margin-right: 250px;
	}
	.position-right.reveal-for-medium ~ .off-canvas-content {
		margin-right: 250px;
	}
	.position-top.reveal-for-medium {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}
	.position-top.reveal-for-medium .close-button {
		display: none;
	}
	.off-canvas-content .position-top.reveal-for-medium {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.off-canvas-content.has-reveal-top {
		margin-top: 250px;
	}
	.position-top.reveal-for-medium ~ .off-canvas-content {
		margin-top: 250px;
	}
	.position-bottom.reveal-for-medium {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}
	.position-bottom.reveal-for-medium .close-button {
		display: none;
	}
	.off-canvas-content .position-bottom.reveal-for-medium {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.off-canvas-content.has-reveal-bottom {
		margin-bottom: 250px;
	}
	.position-bottom.reveal-for-medium ~ .off-canvas-content {
		margin-bottom: 250px;
	}
}
@media print, screen and (min-width: 64em) {
	.position-left.reveal-for-large {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}
	.position-left.reveal-for-large .close-button {
		display: none;
	}
	.off-canvas-content .position-left.reveal-for-large {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.off-canvas-content.has-reveal-left {
		margin-left: 250px;
	}
	.position-left.reveal-for-large ~ .off-canvas-content {
		margin-left: 250px;
	}
	.position-right.reveal-for-large {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}
	.position-right.reveal-for-large .close-button {
		display: none;
	}
	.off-canvas-content .position-right.reveal-for-large {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.off-canvas-content.has-reveal-right {
		margin-right: 250px;
	}
	.position-right.reveal-for-large ~ .off-canvas-content {
		margin-right: 250px;
	}
	.position-top.reveal-for-large {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}
	.position-top.reveal-for-large .close-button {
		display: none;
	}
	.off-canvas-content .position-top.reveal-for-large {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.off-canvas-content.has-reveal-top {
		margin-top: 250px;
	}
	.position-top.reveal-for-large ~ .off-canvas-content {
		margin-top: 250px;
	}
	.position-bottom.reveal-for-large {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}
	.position-bottom.reveal-for-large .close-button {
		display: none;
	}
	.off-canvas-content .position-bottom.reveal-for-large {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.off-canvas-content.has-reveal-bottom {
		margin-bottom: 250px;
	}
	.position-bottom.reveal-for-large ~ .off-canvas-content {
		margin-bottom: 250px;
	}
}
@media screen and (min-width: 80em) {
	.position-left.reveal-for-xlarge {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}
	.position-left.reveal-for-xlarge .close-button {
		display: none;
	}
	.off-canvas-content .position-left.reveal-for-xlarge {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.off-canvas-content.has-reveal-left {
		margin-left: 250px;
	}
	.position-left.reveal-for-xlarge ~ .off-canvas-content {
		margin-left: 250px;
	}
	.position-right.reveal-for-xlarge {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}
	.position-right.reveal-for-xlarge .close-button {
		display: none;
	}
	.off-canvas-content .position-right.reveal-for-xlarge {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.off-canvas-content.has-reveal-right {
		margin-right: 250px;
	}
	.position-right.reveal-for-xlarge ~ .off-canvas-content {
		margin-right: 250px;
	}
	.position-top.reveal-for-xlarge {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}
	.position-top.reveal-for-xlarge .close-button {
		display: none;
	}
	.off-canvas-content .position-top.reveal-for-xlarge {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.off-canvas-content.has-reveal-top {
		margin-top: 250px;
	}
	.position-top.reveal-for-xlarge ~ .off-canvas-content {
		margin-top: 250px;
	}
	.position-bottom.reveal-for-xlarge {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible;
	}
	.position-bottom.reveal-for-xlarge .close-button {
		display: none;
	}
	.off-canvas-content .position-bottom.reveal-for-xlarge {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.off-canvas-content.has-reveal-bottom {
		margin-bottom: 250px;
	}
	.position-bottom.reveal-for-xlarge ~ .off-canvas-content {
		margin-bottom: 250px;
	}
}
@media print, screen and (min-width: 23.4375em) {
	.off-canvas.in-canvas-for-small {
		visibility: visible;
		height: auto;
		position: static;
		background: 0 0;
		width: auto;
		overflow: visible;
		-webkit-transition: none;
		transition: none;
	}
	.off-canvas.in-canvas-for-small.position-bottom,
	.off-canvas.in-canvas-for-small.position-left,
	.off-canvas.in-canvas-for-small.position-right,
	.off-canvas.in-canvas-for-small.position-top {
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.off-canvas.in-canvas-for-small .close-button {
		display: none;
	}
}
@media print, screen and (min-width: 40em) {
	.off-canvas.in-canvas-for-medium {
		visibility: visible;
		height: auto;
		position: static;
		background: 0 0;
		width: auto;
		overflow: visible;
		-webkit-transition: none;
		transition: none;
	}
	.off-canvas.in-canvas-for-medium.position-bottom,
	.off-canvas.in-canvas-for-medium.position-left,
	.off-canvas.in-canvas-for-medium.position-right,
	.off-canvas.in-canvas-for-medium.position-top {
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.off-canvas.in-canvas-for-medium .close-button {
		display: none;
	}
}
@media print, screen and (min-width: 64em) {
	.off-canvas.in-canvas-for-large {
		visibility: visible;
		height: auto;
		position: static;
		background: 0 0;
		width: auto;
		overflow: visible;
		-webkit-transition: none;
		transition: none;
	}
	.off-canvas.in-canvas-for-large.position-bottom,
	.off-canvas.in-canvas-for-large.position-left,
	.off-canvas.in-canvas-for-large.position-right,
	.off-canvas.in-canvas-for-large.position-top {
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.off-canvas.in-canvas-for-large .close-button {
		display: none;
	}
}
@media screen and (min-width: 80em) {
	.off-canvas.in-canvas-for-xlarge {
		visibility: visible;
		height: auto;
		position: static;
		background: 0 0;
		width: auto;
		overflow: visible;
		-webkit-transition: none;
		transition: none;
	}
	.off-canvas.in-canvas-for-xlarge.position-bottom,
	.off-canvas.in-canvas-for-xlarge.position-left,
	.off-canvas.in-canvas-for-xlarge.position-right,
	.off-canvas.in-canvas-for-xlarge.position-top {
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.off-canvas.in-canvas-for-xlarge .close-button {
		display: none;
	}
}
html.is-reveal-open {
	position: fixed;
	width: 100%;
	overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
	overflow-y: scroll;
}
html.is-reveal-open body {
	overflow-y: hidden;
}
.reveal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	display: none;
	background-color: rgba(7, 42, 80, 0.45);
	overflow-y: auto;
}
.reveal {
	z-index: 1006;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	padding: 1rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto;
}
[data-whatinput="mouse"] .reveal {
	outline: 0;
}
@media print, screen and (min-width: 40em) {
	.reveal {
		min-height: 0;
	}
}
.reveal .column,
.reveal .columns {
	min-width: 0;
}
.reveal > :last-child {
	margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
	.reveal {
		width: 600px;
		max-width: 87.5rem;
	}
}
.reveal.collapse {
	padding: 0;
}
@media print, screen and (min-width: 40em) {
	.reveal.tiny {
		width: 30%;
		max-width: 87.5rem;
	}
}
@media print, screen and (min-width: 40em) {
	.reveal.small {
		width: 50%;
		max-width: 87.5rem;
	}
}
@media print, screen and (min-width: 40em) {
	.reveal.large {
		width: 90%;
		max-width: 87.5rem;
	}
}
.reveal.full {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	min-height: 100%;
	margin-left: 0;
	border: 0;
	border-radius: 0;
}
@media screen and (max-width: 23.43625em) {
	.reveal {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: none;
		height: 100%;
		min-height: 100%;
		margin-left: 0;
		border: 0;
		border-radius: 0;
	}
}
.reveal.without-overlay {
	position: fixed;
}
.sticky-container {
	position: relative;
}
.sticky {
	position: relative;
	z-index: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.sticky.is-stuck {
	position: fixed;
	z-index: 5;
	width: 100%;
}
.sticky.is-stuck.is-at-top {
	top: 0;
}
.sticky.is-stuck.is-at-bottom {
	bottom: 0;
}
.sticky.is-anchored {
	position: relative;
	right: auto;
	left: auto;
}
.sticky.is-anchored.is-at-bottom {
	bottom: 0;
}
.title-bar {
	padding: 1.5rem 1.25rem;
	background: #072a50;
	color: #fefefe;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.title-bar .menu-icon {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.title-bar-left,
.title-bar-right {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}
.title-bar-right {
	text-align: right;
}
.title-bar-title {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
}
.top-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 41px 64px 2rem;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
	background-color: transparent;
}
.top-bar input {
	max-width: 200px;
	margin-right: 1rem;
}
.top-bar .input-group-field {
	width: 100%;
	margin-right: 0;
}
.top-bar input.button {
	width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
@media print, screen and (min-width: 40em) {
	.top-bar {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.top-bar .top-bar-left {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-right: auto;
	}
	.top-bar .top-bar-right {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 39.99875em) {
	.top-bar.stacked-for-small {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.top-bar.stacked-for-small .top-bar-left,
	.top-bar.stacked-for-small .top-bar-right {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 63.99875em) {
	.top-bar.stacked-for-medium {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.top-bar.stacked-for-medium .top-bar-left,
	.top-bar.stacked-for-medium .top-bar-right {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 79.99875em) {
	.top-bar.stacked-for-large {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.top-bar.stacked-for-large .top-bar-left,
	.top-bar.stacked-for-large .top-bar-right {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.top-bar.stacked-for-xlarge {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top-bar.stacked-for-xlarge .top-bar-left,
.top-bar.stacked-for-xlarge .top-bar-right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.top-bar-title {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0.5rem 1rem 0.5rem 0;
}
.top-bar-left,
.top-bar-right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.float-center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.clearfix::after,
.clearfix::before {
	display: table;
	content: " ";
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}
.clearfix::after {
	clear: both;
}
.align-left {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.align-right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.align-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.align-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.align-spaced {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.align-left.vertical.menu > li > a {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.align-right.vertical.menu > li > a {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.align-top {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.align-self-top {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.align-bottom {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.align-self-bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.align-middle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.align-self-middle {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}
.align-stretch {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.align-self-stretch {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}
.align-center-middle {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
.xsmall-order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}
.xsmall-order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}
.xsmall-order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}
.xsmall-order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
}
.xsmall-order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5;
}
.xsmall-order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6;
}
@media print, screen and (min-width: 23.4375em) {
	.small-order-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.small-order-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.small-order-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	.small-order-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	.small-order-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	.small-order-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
}
@media print, screen and (min-width: 40em) {
	.medium-order-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.medium-order-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.medium-order-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	.medium-order-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	.medium-order-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	.medium-order-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
}
@media print, screen and (min-width: 64em) {
	.large-order-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.large-order-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.large-order-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	.large-order-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	.large-order-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	.large-order-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
}
@media screen and (min-width: 80em) {
	.xlarge-order-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.xlarge-order-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.xlarge-order-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	.xlarge-order-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	.xlarge-order-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	.xlarge-order-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
}
.flex-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex-child-auto {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.flex-child-grow {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.flex-child-shrink {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.flex-dir-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.flex-dir-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex-dir-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.flex-dir-column-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
@media print, screen and (min-width: 23.4375em) {
	.small-flex-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.small-flex-child-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.small-flex-child-grow {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	.small-flex-child-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.small-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.small-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.small-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.small-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
@media print, screen and (min-width: 40em) {
	.medium-flex-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.medium-flex-child-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.medium-flex-child-grow {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	.medium-flex-child-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.medium-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.medium-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.medium-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.medium-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
@media print, screen and (min-width: 64em) {
	.large-flex-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.large-flex-child-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.large-flex-child-grow {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	.large-flex-child-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.large-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.large-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.large-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.large-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
@media screen and (min-width: 80em) {
	.xlarge-flex-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.xlarge-flex-child-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.xlarge-flex-child-grow {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	.xlarge-flex-child-shrink {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.xlarge-flex-dir-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.xlarge-flex-dir-row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.xlarge-flex-dir-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.xlarge-flex-dir-column-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
.hide {
	display: none !important;
}
.invisible {
	visibility: hidden;
}
@media screen and (max-width: 23.43625em) {
	.hide-for-xsmall-only {
		display: none !important;
	}
}
@media screen and (max-width: 0em), screen and (min-width: 23.4375em) {
	.show-for-xsmall-only {
		display: none !important;
	}
}
@media print, screen and (min-width: 23.4375em) {
	.hide-for-small {
		display: none !important;
	}
}
@media screen and (max-width: 23.43625em) {
	.show-for-small {
		display: none !important;
	}
}
@media screen and (min-width: 23.4375em) and (max-width: 39.99875em) {
	.hide-for-small-only {
		display: none !important;
	}
}
@media screen and (max-width: 23.43625em), screen and (min-width: 40em) {
	.show-for-small-only {
		display: none !important;
	}
}
@media print, screen and (min-width: 40em) {
	.hide-for-medium {
		display: none !important;
	}
}
@media screen and (max-width: 39.99875em) {
	.show-for-medium {
		display: none !important;
	}
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
	.hide-for-medium-only {
		display: none !important;
	}
}
@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
	.show-for-medium-only {
		display: none !important;
	}
}
@media print, screen and (min-width: 64em) {
	.hide-for-large {
		display: none !important;
	}
}
@media screen and (max-width: 63.99875em) {
	.show-for-large {
		display: none !important;
	}
}
@media screen and (min-width: 64em) and (max-width: 79.99875em) {
	.hide-for-large-only {
		display: none !important;
	}
}
@media screen and (max-width: 63.99875em), screen and (min-width: 80em) {
	.show-for-large-only {
		display: none !important;
	}
}
@media screen and (min-width: 80em) {
	.hide-for-xlarge {
		display: none !important;
	}
}
@media screen and (max-width: 79.99875em) {
	.show-for-xlarge {
		display: none !important;
	}
}
@media screen and (min-width: 80em) {
	.hide-for-xlarge-only {
		display: none !important;
	}
}
@media screen and (max-width: 79.99875em) {
	.show-for-xlarge-only {
		display: none !important;
	}
}
.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.show-on-focus:active,
.show-on-focus:focus {
	position: static !important;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}
.hide-for-portrait,
.show-for-landscape {
	display: block !important;
}
@media screen and (orientation: landscape) {
	.hide-for-portrait,
	.show-for-landscape {
		display: block !important;
	}
}
@media screen and (orientation: portrait) {
	.hide-for-portrait,
	.show-for-landscape {
		display: none !important;
	}
}
.hide-for-landscape,
.show-for-portrait {
	display: none !important;
}
@media screen and (orientation: landscape) {
	.hide-for-landscape,
	.show-for-portrait {
		display: none !important;
	}
}
@media screen and (orientation: portrait) {
	.hide-for-landscape,
	.show-for-portrait {
		display: block !important;
	}
}
.slide-in-down.mui-enter {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slide-in-down.mui-enter.mui-enter-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.slide-in-left.mui-enter {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slide-in-left.mui-enter.mui-enter-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.slide-in-up.mui-enter {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slide-in-up.mui-enter.mui-enter-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.slide-in-right.mui-enter {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slide-in-right.mui-enter.mui-enter-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.slide-out-down.mui-leave {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slide-out-down.mui-leave.mui-leave-active {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.slide-out-right.mui-leave {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slide-out-right.mui-leave.mui-leave-active {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.slide-out-up.mui-leave {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slide-out-up.mui-leave.mui-leave-active {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.slide-out-left.mui-leave {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slide-out-left.mui-leave.mui-leave-active {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
.fade-in.mui-enter {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.fade-in.mui-enter.mui-enter-active {
	opacity: 1;
}
.fade-out.mui-leave {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	opacity: 1;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.fade-out.mui-leave.mui-leave-active {
	opacity: 0;
}
.hinge-in-from-top.mui-enter {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}
.hinge-in-from-top.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	opacity: 1;
}
.hinge-in-from-right.mui-enter {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}
.hinge-in-from-right.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	opacity: 1;
}
.hinge-in-from-bottom.mui-enter {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	opacity: 1;
}
.hinge-in-from-left.mui-enter {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}
.hinge-in-from-left.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	opacity: 1;
}
.hinge-in-from-middle-x.mui-enter {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	opacity: 1;
}
.hinge-in-from-middle-y.mui-enter {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	opacity: 1;
}
.hinge-out-from-top.mui-leave {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}
.hinge-out-from-top.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0;
}
.hinge-out-from-right.mui-leave {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}
.hinge-out-from-right.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0;
}
.hinge-out-from-bottom.mui-leave {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}
.hinge-out-from-left.mui-leave {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}
.hinge-out-from-left.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}
.hinge-out-from-middle-x.mui-leave {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0;
}
.hinge-out-from-middle-y.mui-leave {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0;
}
.scale-in-up.mui-enter {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}
.scale-in-up.mui-enter.mui-enter-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.scale-in-down.mui-enter {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}
.scale-in-down.mui-enter.mui-enter-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.scale-out-up.mui-leave {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}
.scale-out-up.mui-leave.mui-leave-active {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
}
.scale-out-down.mui-leave {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}
.scale-out-down.mui-leave.mui-leave-active {
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}
.spin-in.mui-enter {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(-0.75turn);
	-ms-transform: rotate(-0.75turn);
	transform: rotate(-0.75turn);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}
.spin-in.mui-enter.mui-enter-active {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}
.spin-out.mui-leave {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}
.spin-out.mui-leave.mui-leave-active {
	-webkit-transform: rotate(0.75turn);
	-ms-transform: rotate(0.75turn);
	transform: rotate(0.75turn);
	opacity: 0;
}
.spin-in-ccw.mui-enter {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(0.75turn);
	-ms-transform: rotate(0.75turn);
	transform: rotate(0.75turn);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
}
.spin-in-ccw.mui-enter.mui-enter-active {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}
.spin-out-ccw.mui-leave {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1;
}
.spin-out-ccw.mui-leave.mui-leave-active {
	-webkit-transform: rotate(-0.75turn);
	-ms-transform: rotate(-0.75turn);
	transform: rotate(-0.75turn);
	opacity: 0;
}
.slow {
	-webkit-transition-duration: 750ms !important;
	transition-duration: 750ms !important;
}
.fast {
	-webkit-transition-duration: 250ms !important;
	transition-duration: 250ms !important;
}
.linear {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}
.ease {
	-webkit-transition-timing-function: ease !important;
	transition-timing-function: ease !important;
}
.ease-in {
	-webkit-transition-timing-function: ease-in !important;
	transition-timing-function: ease-in !important;
}
.ease-out {
	-webkit-transition-timing-function: ease-out !important;
	transition-timing-function: ease-out !important;
}
.ease-in-out {
	-webkit-transition-timing-function: ease-in-out !important;
	transition-timing-function: ease-in-out !important;
}
.bounce-in {
	-webkit-transition-timing-function: cubic-bezier(
		0.485,
		0.155,
		0.24,
		1.245
	) !important;
	transition-timing-function: cubic-bezier(
		0.485,
		0.155,
		0.24,
		1.245
	) !important;
}
.bounce-out {
	-webkit-transition-timing-function: cubic-bezier(
		0.485,
		0.155,
		0.515,
		0.845
	) !important;
	transition-timing-function: cubic-bezier(
		0.485,
		0.155,
		0.515,
		0.845
	) !important;
}
.bounce-in-out {
	-webkit-transition-timing-function: cubic-bezier(
		0.76,
		-0.245,
		0.24,
		1.245
	) !important;
	transition-timing-function: cubic-bezier(
		0.76,
		-0.245,
		0.24,
		1.245
	) !important;
}
.short-delay {
	-webkit-transition-delay: 0.3s !important;
	transition-delay: 0.3s !important;
}
.long-delay {
	-webkit-transition-delay: 0.7s !important;
	transition-delay: 0.7s !important;
}
.shake {
	-webkit-animation-name: shake-7;
	animation-name: shake-7;
}
@-webkit-keyframes shake-7 {
	0%,
	10%,
	20%,
	30%,
	40%,
	50%,
	60%,
	70%,
	80%,
	90% {
		-webkit-transform: translateX(7%);
		transform: translateX(7%);
	}
	15%,
	25%,
	35%,
	45%,
	5%,
	55%,
	65%,
	75%,
	85%,
	95% {
		-webkit-transform: translateX(-7%);
		transform: translateX(-7%);
	}
}
@keyframes shake-7 {
	0%,
	10%,
	20%,
	30%,
	40%,
	50%,
	60%,
	70%,
	80%,
	90% {
		-webkit-transform: translateX(7%);
		transform: translateX(7%);
	}
	15%,
	25%,
	35%,
	45%,
	5%,
	55%,
	65%,
	75%,
	85%,
	95% {
		-webkit-transform: translateX(-7%);
		transform: translateX(-7%);
	}
}
.spin-cw {
	-webkit-animation-name: spin-cw-1turn;
	animation-name: spin-cw-1turn;
}
@-webkit-keyframes spin-cw-1turn {
	0% {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
@keyframes spin-cw-1turn {
	0% {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
.spin-ccw {
	-webkit-animation-name: spin-ccw-1turn;
	animation-name: spin-ccw-1turn;
}
@-webkit-keyframes spin-ccw-1turn {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn);
	}
}
@keyframes spin-ccw-1turn {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn);
	}
}
.wiggle {
	-webkit-animation-name: wiggle-7deg;
	animation-name: wiggle-7deg;
}
@-webkit-keyframes wiggle-7deg {
	40%,
	50%,
	60% {
		-webkit-transform: rotate(7deg);
		transform: rotate(7deg);
	}
	35%,
	45%,
	55%,
	65% {
		-webkit-transform: rotate(-7deg);
		transform: rotate(-7deg);
	}
	0%,
	100%,
	30%,
	70% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
@keyframes wiggle-7deg {
	40%,
	50%,
	60% {
		-webkit-transform: rotate(7deg);
		transform: rotate(7deg);
	}
	35%,
	45%,
	55%,
	65% {
		-webkit-transform: rotate(-7deg);
		transform: rotate(-7deg);
	}
	0%,
	100%,
	30%,
	70% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
.shake,
.spin-ccw,
.spin-cw,
.wiggle {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.slow {
	-webkit-animation-duration: 750ms !important;
	animation-duration: 750ms !important;
}
.fast {
	-webkit-animation-duration: 250ms !important;
	animation-duration: 250ms !important;
}
.linear {
	-webkit-animation-timing-function: linear !important;
	animation-timing-function: linear !important;
}
.ease {
	-webkit-animation-timing-function: ease !important;
	animation-timing-function: ease !important;
}
.ease-in {
	-webkit-animation-timing-function: ease-in !important;
	animation-timing-function: ease-in !important;
}
.ease-out {
	-webkit-animation-timing-function: ease-out !important;
	animation-timing-function: ease-out !important;
}
.ease-in-out {
	-webkit-animation-timing-function: ease-in-out !important;
	animation-timing-function: ease-in-out !important;
}
.bounce-in {
	-webkit-animation-timing-function: cubic-bezier(
		0.485,
		0.155,
		0.24,
		1.245
	) !important;
	animation-timing-function: cubic-bezier(
		0.485,
		0.155,
		0.24,
		1.245
	) !important;
}
.bounce-out {
	-webkit-animation-timing-function: cubic-bezier(
		0.485,
		0.155,
		0.515,
		0.845
	) !important;
	animation-timing-function: cubic-bezier(
		0.485,
		0.155,
		0.515,
		0.845
	) !important;
}
.bounce-in-out {
	-webkit-animation-timing-function: cubic-bezier(
		0.76,
		-0.245,
		0.24,
		1.245
	) !important;
	animation-timing-function: cubic-bezier(
		0.76,
		-0.245,
		0.24,
		1.245
	) !important;
}
.short-delay {
	-webkit-animation-delay: 0.3s !important;
	animation-delay: 0.3s !important;
}
.long-delay {
	-webkit-animation-delay: 0.7s !important;
	animation-delay: 0.7s !important;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
	float: left;
}
.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: linear-gradient(
		to left,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}
@font-face {
	font-family: nn_ernestobold;
	src: url(../fonts/nn-ernesto_bold-webfont.woff2) format("woff2"),
		url(../fonts/nn-ernesto_bold-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: PxGrotesk;
	src: url(../fonts/PxGrotesk-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
	float: left;
}
.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	padding-bottom: 3.125rem;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: linear-gradient(
		to left,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 0;
	width: 50%;
	height: 85%;
	z-index: 10;
	cursor: pointer;
}
@media print, screen and (min-width: 40em) {
	.swiper-button-next,
	.swiper-button-prev {
		height: 93%;
	}
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0;
	right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0;
	left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
	display: none;
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0.3125rem;
	left: 0;
	width: 100%;
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}
.swiper-pagination-bullet {
	position: relative;
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 100%;
	opacity: 1;
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet-active {
	opacity: 1;
}
.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
	> .swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}
.swiper-container-vertical
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}
.swiper-container-vertical
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 0.2s top, 0.2s -webkit-transform;
	transition: 0.2s top, 0.2s -webkit-transform;
	transition: 0.2s transform, 0.2s top;
	transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal
	> .swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 0 10px;
}
.swiper-container-horizontal
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}
.swiper-container-horizontal
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	-webkit-transition: 0.2s left, 0.2s -webkit-transform;
	transition: 0.2s left, 0.2s -webkit-transform;
	transition: 0.2s transform, 0.2s left;
	transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
	> .swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	-webkit-transition: 0.2s right, 0.2s -webkit-transform;
	transition: 0.2s right, 0.2s -webkit-transform;
	transition: 0.2s transform, 0.2s right;
	transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.swiper-container-rtl
	.swiper-pagination-progressbar
	.swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
	> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}
.swiper-container-horizontal
	> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
	.swiper-pagination-progressbar-fill {
	background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
	.swiper-pagination-progressbar-fill {
	background: #000;
}
.swiper-pagination-lock {
	display: none;
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}
.swiper-scrollbar-lock {
	display: none;
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.swiper-slide-zoomed {
	cursor: move;
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube {
	overflow: visible;
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
	opacity: 1;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}
.swiper-container-flip {
	overflow: visible;
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px;
}
.swiper-container {
	height: 100%;
	width: 100%;
}
.slider__content {
	padding-top: 3.75rem;
	float: right;
	font-size: 0.75rem;
}
.inviewPos,
.module__inview .iv-up,
.module__inview .iv-up-2,
.module__inview .iv-up-3 {
	position: relative;
	opacity: 0;
	top: 50px;
	-webkit-transition: opacity 0.5s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53),
		top 0.4s cubic-bezier(0.755, 0.05, 0.855, 0.06);
	transition: opacity 0.5s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53),
		top 0.4s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.inviewPos.character,
.module__inview .character.iv-up,
.module__inview .character.iv-up-2,
.module__inview .character.iv-up-3 {
	top: 150px;
	-webkit-transition: opacity 0.5s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53),
		top 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.5s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53),
		top 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.module__inview .iv-up-2 {
	-webkit-transition: opacity 0.5s 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53),
		top 0.4s cubic-bezier(0.755, 0.05, 0.855, 0.06) 0.2s;
	transition: opacity 0.5s 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53),
		top 0.4s cubic-bezier(0.755, 0.05, 0.855, 0.06) 0.2s;
}
.module__inview .iv-up-3 {
	-webkit-transition: opacity 0.5s 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53),
		top 0.4s cubic-bezier(0.755, 0.05, 0.855, 0.06) 0.3s;
	transition: opacity 0.5s 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53),
		top 0.4s cubic-bezier(0.755, 0.05, 0.855, 0.06) 0.3s;
}
.module__inview .iv-left {
	opacity: 0;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	-webkit-transition: opacity 0.2s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53),
		-webkit-transform 0.3s cubic-bezier(0.755, 0.05, 0.855, 0.06);
	transition: opacity 0.2s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53),
		-webkit-transform 0.3s cubic-bezier(0.755, 0.05, 0.855, 0.06);
	transition: opacity 0.2s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53),
		transform 0.3s cubic-bezier(0.755, 0.05, 0.855, 0.06);
	transition: opacity 0.2s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53),
		transform 0.3s cubic-bezier(0.755, 0.05, 0.855, 0.06),
		-webkit-transform 0.3s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.module__inview.inview .iv-up {
	opacity: 1;
	top: 0;
}
.module__inview.inview .iv-up-3 {
	opacity: 1;
	top: 0;
}
.module__inview.inview .iv-left {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.games__content .game__title,
.games__content .games__logo,
.games__content a,
.games__content p {
	opacity: 0;
}
.games__content .game__title {
	position: relative;
	top: 10px;
}
.inview .games__content .games__logo {
	opacity: 1;
	-webkit-transition: opacity 0.2s cubic-bezier(0.755, 0.05, 0.855, 0.06);
	transition: opacity 0.2s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.inview .games__content .game__title {
	opacity: 1;
	top: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
.inview .games__content p {
	opacity: 1;
	-webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s;
	transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s;
}
.inview .games__content a {
	opacity: 1;
	-webkit-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s;
	transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s;
}
h3,
h4 {
	line-height: 125%;
}
.is-IE .game__slider {
	margin-top: 0;
}
#sticky-nav {
	position: absolute;
	top: 50px;
}
@media print, screen and (min-width: 40em) {
	#sticky-nav {
		top: 150px;
	}
}
.page-template-games-page .main-wrapper {
	background-color: #072a50;
}
@media screen and (min-width: 64em) and (max-width: 79.99875em) {
	.main-wrapper .grid-container {
		max-width: 1100px;
	}
}
.module {
	position: relative;
	font-size: 1.125rem;
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}
@media print, screen and (min-width: 23.4375em) {
	.module {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}
}
@media print, screen and (min-width: 40em) {
	.module {
		padding-top: 6.25rem;
		padding-bottom: 6.25rem;
	}
}
.module .module__title {
	position: relative;
	text-transform: uppercase;
	font-family: nn_ernestobold;
}
@media print, screen and (min-width: 40em) {
	.module .module__title-rotate {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		top: -5%;
	}
}
.module .module__intro {
	position: relative;
	z-index: 3;
	line-height: 1.2;
	font-size: 1.5rem;
	padding-top: 3.75rem;
}
@media print, screen and (min-width: 23.4375em) {
	.module .module__intro {
		padding-top: 3.75rem;
	}
}
@media print, screen and (min-width: 40em) {
	.module .module__intro {
		padding-top: 6.25rem;
	}
}
@media print, screen and (min-width: 40em) {
	.module .module__intro {
		font-size: 1.75rem;
	}
}
@media print, screen and (min-width: 64em) {
	.module .module__intro {
		font-size: 1.5rem;
	}
}
.module .module__button {
	padding-top: 0.9375rem;
	padding-bottom: 0.9375rem;
}
@media print, screen and (min-width: 23.4375em) {
	.module .module__button {
		padding-top: 0.9375rem;
		padding-bottom: 0.9375rem;
	}
}
@media print, screen and (min-width: 40em) {
	.module .module__button {
		padding-top: 1.5625rem;
		padding-bottom: 1.5625rem;
	}
}
.module .module {
	padding: 0;
}
.module--top {
	padding-top: 11.25rem;
}
@media print, screen and (min-width: 23.4375em) {
	.module--top {
		padding-top: 11.25rem;
	}
}
@media print, screen and (min-width: 40em) {
	.module--top {
		padding-top: 18.75rem;
	}
}
.module--dark-blue {
	background-color: #072a50;
	color: #fff;
}
.module--dark-blue .swiper-pagination-bullet-active {
	background-color: #fff;
}
.module--dark-blue .swiper-pagination-bullet:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module--dark-blue .swiper-pagination-bullet:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 13.0858L13.0858 14H1.91421L1 13.0858V1.91421L1.91421 1H13.0858L14 1.91421V13.0858Z' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}
.module--dark-blue.module__game {
	background-color: transparent !important;
}
.module--dark-blue.module__game:before {
	background-color: #072a50;
}
.module--red {
	color: #fff;
	background-color: #fd4a63 !important;
}
.module--red .game__container {
	background-color: #fd4a63 !important;
}
.module--red .swiper-pagination-bullet-active {
	background-color: #fd4a63;
}
.module--red .swiper-pagination-bullet:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module--red .swiper-pagination-bullet:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 13.0858L13.0858 14H1.91421L1 13.0858V1.91421L1.91421 1H13.0858L14 1.91421V13.0858Z' stroke='%23FD4A63' stroke-width='2'/%3E%3C/svg%3E");
}
.page-template-home-page .module--red .swiper-pagination-bullet-active {
	background-color: #fff;
}
.page-template-home-page .module--red .swiper-pagination-bullet:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.page-template-home-page .module--red .swiper-pagination-bullet:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 13.0858L13.0858 14H1.91421L1 13.0858V1.91421L1.91421 1H13.0858L14 1.91421V13.0858Z' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}
.module--red.module__game {
	background-color: transparent !important;
}
.module--red.module__game:before {
	background-color: #fd4a63;
}
.module--blue {
	color: #fff;
	background-color: #0076ce !important;
}
.module--blue .game__container {
	background-color: #0076ce !important;
}
.module--blue .swiper-pagination-bullet-active {
	background-color: #0076ce;
}
.module--blue .swiper-pagination-bullet:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module--blue .swiper-pagination-bullet:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 13.0858L13.0858 14H1.91421L1 13.0858V1.91421L1.91421 1H13.0858L14 1.91421V13.0858Z' stroke='%23004A98' stroke-width='2'/%3E%3C/svg%3E");
}
.module--blue.module__game {
	background-color: transparent !important;
}
.module--blue.module__game:before {
	background-color: #0076ce;
}
.module--chartreuse {
	color: #fff;
	background-color: #bfb800 !important;
}
.module--chartreuse .game__container {
	background-color: #bfb800 !important;
}
.module--chartreuse .swiper-pagination-bullet-active {
	background-color: #bfb800;
}
.module--chartreuse .swiper-pagination-bullet:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module--chartreuse .swiper-pagination-bullet:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 13.0858L13.0858 14H1.91421L1 13.0858V1.91421L1.91421 1H13.0858L14 1.91421V13.0858Z' stroke='%23BFB800' stroke-width='2'/%3E%3C/svg%3E");
}
.module--chartreuse.module__game {
	background-color: transparent !important;
}
.module--chartreuse.module__game:before {
	background-color: #bfb800;
}
.module--red-dark {
	color: #fff;
	background-color: #cb333b !important;
}
.module--aqua {
	color: #fff;
	background-color: #00919a !important;
}
.module--aqua .game__container {
	background-color: #00919a !important;
}
.module--aqua .swiper-pagination-bullet-active {
	background-color: #00919a;
}
.module--aqua .swiper-pagination-bullet:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module--aqua .swiper-pagination-bullet:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 13.0858L13.0858 14H1.91421L1 13.0858V1.91421L1.91421 1H13.0858L14 1.91421V13.0858Z' stroke='%2300919a' stroke-width='2'/%3E%3C/svg%3E");
}
.module--aqua.module__game {
	background-color: transparent !important;
}
.module--aqua.module__game:before {
	background-color: #00919a;
}
.module--red-dark .game__container {
	background-color: #cb333b !important;
}
.module--red-dark .swiper-pagination-bullet-active {
	background-color: #cb333b;
}
.module--red-dark .swiper-pagination-bullet:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module--red-dark .swiper-pagination-bullet:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 13.0858L13.0858 14H1.91421L1 13.0858V1.91421L1.91421 1H13.0858L14 1.91421V13.0858Z' stroke='%23CB333B' stroke-width='2'/%3E%3C/svg%3E");
}
.module--red-dark.module__game {
	background-color: transparent !important;
}
.module--red-dark.module__game:before {
	background-color: #cb333b;
}
.module--white {
	color: #072a50;
	background-color: #fff !important;
}
.module--white .game__container {
	background-color: #fff !important;
}
.module--white .swiper-pagination-bullet-active {
	background-color: #fff;
}
.module--white .swiper-pagination-bullet:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module--white .swiper-pagination-bullet:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 13.0858L13.0858 14H1.91421L1 13.0858V1.91421L1.91421 1H13.0858L14 1.91421V13.0858Z' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}
.module--white.module__game {
	background-color: transparent !important;
}
.module--white.module__game:before {
	background-color: #fff;
}
.module--primary-blue {
	background-color: #3ca9e7 !important;
}
.module--primary-blue polygon {
	fill: #3ca9e7;
}
.module--secondary-blue {
	color: #fff;
	background-color: #0076ce;
}
.module__hero {
	padding-bottom: 0;
}
.module__hero .module__title {
	margin-top: -10%;
}
@media print, screen and (min-width: 64em) {
	.module__hero .module__title {
		margin-top: -9%;
	}
}
.module__hero .module__intro {
	font-size: 1.25rem;
}
@media print, screen and (min-width: 40em) {
	.module__hero .module__intro {
		font-size: 2.125rem;
	}
}
.module__hero-home {
	padding-top: 8.4375rem;
	padding-bottom: 7.5rem;
}
@media print, screen and (min-width: 23.4375em) {
	.module__hero-home {
		padding-top: 8.4375rem;
	}
}
@media print, screen and (min-width: 40em) {
	.module__hero-home {
		padding-top: 14.0625rem;
	}
}
@media print, screen and (min-width: 23.4375em) {
	.module__hero-home {
		padding-bottom: 7.5rem;
	}
}
@media print, screen and (min-width: 40em) {
	.module__hero-home {
		padding-bottom: 12.5rem;
	}
}
@media print, screen and (min-width: 64em) {
	.module__hero-home {
		padding-bottom: 11.25rem;
	}
}
@media print, screen and (min-width: 64em) and (min-width: 23.4375em) {
	.module__hero-home {
		padding-bottom: 11.25rem;
	}
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
	.module__hero-home {
		padding-bottom: 18.75rem;
	}
}
.module__slider .swiper-slide {
	position: relative;
}
.module__games {
	padding-top: 0.9375rem;
}
.module__games .game__slide {
	position: relative;
}
.module__games .game__content {
	color: #fff;
	position: absolute;
	top: 59%;
	width: 75%;
	margin: auto;
	left: 16%;
	right: 0;
}
.games__logo {
	max-width: 175px;
}
@media screen and (max-width: 63.99875em) {
	#world-war-rising .games__logo {
		margin: -1.5625rem 0 0 -2.1875rem;
	}
}
@media screen and (max-width: 63.99875em) {
	#final-fantasy-xv-a-new-empire .games__logo, #final-fantasy-xv-war-for-eos .games__logo {
		margin: -2.8125rem 0 0 -2.8125rem;
	}
}
@media screen and (max-width: 63.99875em) {
	#mobile-strike .games__logo {
		margin: -2.1875rem 0 0 -1.5625rem;
	}
}
@media screen and (max-width: 63.99875em) {
	#game-of-war-fire-age .games__logo {
		margin: -3.4375rem 0 0 -1.5625rem;
	}
}
@media print, screen and (min-width: 64em) {
	#crystalborne .games__logo {
		max-width: 400px;
	}
	#game-of-war-fire-age .games__logo {
		max-width: 280px;
	}
	#final-fantasy-xv-a-new-empire .games__logo, #final-fantasy-xv-war-for-eos .games__logo {
		max-width: 375px;
		margin-top: -8%;
	}
	#game-of-war-fire-age .games__logo {
		max-width: 190px;
	}
}
.module__games-home {
	padding-bottom: 7.5rem;
	padding-top: 3.125rem;
	overflow: visible;
}
@media print, screen and (min-width: 23.4375em) {
	.module__games-home {
		padding-bottom: 7.5rem;
	}
}
@media print, screen and (min-width: 40em) {
	.module__games-home {
		padding-bottom: 12.5rem;
	}
}
.module__games-home.angle {
	background-color: #0076ce;
}
@media print, screen and (min-width: 64em) {
	.module__games-home {
		padding-top: 0;
	}
}
.module__games-home .game__content-home h3 {
	margin-bottom: 1.5625rem;
}
.game__icons {
	margin: 0 -0.625rem;
	display: inline-block;
	padding: 0.625rem 0 1.25rem;
	width: 100%;
}
@media print, screen and (min-width: 40em) {
	.game__icons {
		width: 80%;
	}
}
.game__icons .game__icon {
	margin: 10px;
	width: 25%;
	max-width: 85px;
	height: auto;
	float: left;
	border-radius: 20%;
    overflow: hidden;
}
.module__game {
	padding-top: 9.375rem;
	padding-bottom: 7.5rem;
	font-size: 1.125rem;
	margin-left: 0;
	margin-right: 0;
}
@media print, screen and (min-width: 23.4375em) {
	.module__game {
		padding-top: 9.375rem;
	}
}
@media print, screen and (min-width: 40em) {
	.module__game {
		padding-top: 15.625rem;
	}
}
@media print, screen and (min-width: 23.4375em) {
	.module__game {
		padding-bottom: 7.5rem;
	}
}
@media print, screen and (min-width: 40em) {
	.module__game {
		padding-bottom: 12.5rem;
	}
}
.module__game .game__container {
	margin-top: -7.5rem;
}
@media print, screen and (min-width: 40em) {
	.module__game .game__container {
		margin-top: -12.5rem;
	}
}
.module__game .swiper-slide {
	padding-bottom: 3.125rem;
	background-color: #072a50;
}
.module__game .character {
	position: relative;
	text-align: right;
}
.module__game .games__content {
	margin-top: -15%;
	margin-bottom: 7.5%;
	padding: 0 0.9375rem 1.5625rem 0.9375rem;
}
.module__game .games__content .game__title {
	font-size: 6.5vw;
	line-height: 115%;
	margin-bottom: 1.875rem;
	width: 115%;
}
@media print, screen and (min-width: 40em) {
	.module__game .games__content .game__title {
		font-size: 3.375rem;
	}
}
@media print, screen and (min-width: 64em) {
	.module__game .games__content .game__title {
		font-size: 4vw;
	}
}
@media only screen and (min-width: 1380px) {
	.module__game .games__content .game__title {
		font-size: 3.375rem;
	}
}
@media print, screen and (min-width: 64em) {
	.module__game .games__content {
		margin-top: -30%;
		padding: 0 0.9375rem 4.6875rem 3.125rem;
		padding-right: 3vw;
	}
}
.module__game .games__content .button__large {
	margin-top: 0.9375rem;
}
.module__game .games__logo {
	max-width: 150px;
	padding-bottom: 1.5625rem;
}
@media print, screen and (min-width: 40em) {
	.module__game .games__logo {
		max-width: 250px;
	}
}
@media print, screen and (min-width: 64em) {
	.module__game .games__logo {
		max-width: 300px;
		width: 20vw;
	}
}
@media only screen and (min-width: 1380px) {
	.module__game .games__logo {
		max-width: 300px;
		width: 100%;
	}
}
.module__game .game__character {
	position: relative;
	bottom: 0;
	right: 0;
	max-width: 75%;
}
@media print, screen and (min-width: 64em) {
	.module__game .game__character {
		position: absolute;
		bottom: 0;
		right: -15%;
		max-width: 140%;
	}
}
@media only screen and (min-width: 1380px) {
	.module__game .game__character {
		position: absolute;
		bottom: -15%;
		right: -10%;
		max-width: 135%;
	}
}
.module__game#final-fantasy-xv-a-new-empire .game__character {
	right: -20%;
	bottom: 0;
}
@media print, screen and (min-width: 64em) {
	.module__game#final-fantasy-xv-a-new-empire .game__character {
		max-width: 150%;
		right: -30%;
		bottom: -15%;
	}
}
@media only screen and (min-width: 1380px) {
	.module__game#final-fantasy-xv-a-new-empire .game__character {
		max-width: 150%;
		right: -30%;
		bottom: -45%;
	}
}
.module__game#game-of-war-fire-age .game__character {
	max-width: 90%;
	right: 0;
	bottom: 0;
}
@media print, screen and (min-width: 64em) {
	.module__game#game-of-war-fire-age .game__character {
		max-width: 150%;
		right: -9%;
		bottom: 0;
	}
}
@media print, screen and (min-width: 64em) {
	.module__game {
		margin-top: 35%;
		margin-bottom: 35%;
		padding-bottom: 3.75rem;
	}
}
@media print, screen and (min-width: 64em) and (min-width: 23.4375em) {
	.module__game {
		padding-bottom: 3.75rem;
	}
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
	.module__game {
		padding-bottom: 6.25rem;
	}
}
@media screen and (min-width: 80em) {
	.module__game {
		margin-left: 3.25rem;
		margin-right: 3.25rem;
		margin-top: 35%;
		margin-bottom: 35%;
		padding-bottom: 3.75rem;
	}
}
@media screen and (min-width: 80em) and (min-width: 23.4375em) {
	.module__game {
		padding-bottom: 3.75rem;
	}
}
@media screen and (min-width: 80em) and (min-width: 40em) {
	.module__game {
		padding-bottom: 6.25rem;
	}
}
.module__game:last-of-type {
	margin-bottom: 12.5rem;
}
@media print, screen and (min-width: 64em) {
	#game-of-war-fire-age.module__game .games__content {
		margin-top: -38%;
	}
}
@media print, screen and (min-width: 64em) {
	#final-fantasy-xv-a-new-empire.module__game .games__content {
		margin-top: -35%;
	}
}
.game__slider {
	padding: 0 !important;
	margin-top: -75px;
	z-index: 3;
	-webkit-clip-path: polygon(0 9%, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 9%, 100% 0, 100% 100%, 0 100%);
}
.game__slider .cell {
	padding: 0;
}
.game__slider .game__slider-image img {
	width: 100%;
}
.game__slider .swiper-wrapper {
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.module__about {
	padding-bottom: 7.5rem;
}
@media print, screen and (min-width: 23.4375em) {
	.module__about {
		padding-bottom: 7.5rem;
	}
}
@media print, screen and (min-width: 40em) {
	.module__about {
		padding-bottom: 12.5rem;
	}
}
.module__about .module__title {
	margin-bottom: -15%;
	z-index: 2;
}
@media print, screen and (min-width: 40em) {
	.module__about .module__title {
		margin-bottom: -6%;
	}
}
.page-template-home-page .module__about .module__title {
	margin-bottom: -8%;
}
@media print, screen and (min-width: 40em) {
	.page-template-home-page .module__about {
		margin-bottom: -5%;
	}
}
@media print, screen and (min-width: 64em) {
	.page-template-home-page .module__about {
		margin-bottom: -6%;
	}
}
@media screen and (min-width: 74em) {
	.page-template-home-page .module__about {
		margin-bottom: 0;
	}
}
.module__about .module__intro {
	padding-top: 1.25rem;
	font-size: 1.25rem;
}
@media print, screen and (min-width: 40em) {
	.module__about .module__intro {
		font-size: 2.125rem;
	}
}
@media print, screen and (min-width: 64em) {
	.module__about .module__intro {
		font-size: 2.125rem;
	}
}
.module__about .module__about-content {
	padding-top: 0.9375rem;
	padding-bottom: 1.875rem;
	position: relative;
	z-index: 2;
}
@media print, screen and (min-width: 23.4375em) {
	.module__about .module__about-content {
		padding-top: 0.9375rem;
	}
}
@media print, screen and (min-width: 40em) {
	.module__about .module__about-content {
		padding-top: 1.5625rem;
	}
}
@media print, screen and (min-width: 23.4375em) {
	.module__about .module__about-content {
		padding-bottom: 1.875rem;
	}
}
@media print, screen and (min-width: 40em) {
	.module__about .module__about-content {
		padding-bottom: 3.125rem;
	}
}
@media print, screen and (min-width: 40em) {
	.module__about .module__about-content .module__about-entry {
		padding-top: 0;
	}
}
.module__about.angle:before {
	-webkit-transform: skewY(-4.5deg);
	-ms-transform: skewY(-4.5deg);
	transform: skewY(-4.5deg);
	background-color: #fd4a63;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}
.page-template-about-page .module__about {
	padding-bottom: 1.875rem;
}
@media print, screen and (min-width: 23.4375em) {
	.page-template-about-page .module__about {
		padding-bottom: 1.875rem;
	}
}
@media print, screen and (min-width: 40em) {
	.page-template-about-page .module__about {
		padding-bottom: 3.125rem;
	}
}
.page-template-about-page .module__about .module__title {
	margin-bottom: -4%;
}
@media print, screen and (min-width: 40em) {
	.page-template-about-page .module__about .module__title {
		margin-bottom: -3%;
	}
}
@media print, screen and (min-width: 64em) {
	.page-template-about-page .module__about .module__title {
		margin-bottom: -3%;
	}
}
.page-template-about-page .module__about ~ .module__about {
	padding-top: 1.875rem;
	padding-bottom: 7.5rem;
}
@media print, screen and (min-width: 23.4375em) {
	.page-template-about-page .module__about ~ .module__about {
		padding-top: 1.875rem;
	}
}
@media print, screen and (min-width: 40em) {
	.page-template-about-page .module__about ~ .module__about {
		padding-top: 3.125rem;
	}
}
@media print, screen and (min-width: 23.4375em) {
	.page-template-about-page .module__about ~ .module__about {
		padding-bottom: 7.5rem;
	}
}
@media print, screen and (min-width: 40em) {
	.page-template-about-page .module__about ~ .module__about {
		padding-bottom: 12.5rem;
	}
}
.page-template-about-page .module__about .module__team .module__title {
	margin-bottom: 30px;
	margin-top: -12%;
}
@media screen and (max-width: 39.99875em) {
	.page-template-about-page .module__about .module__team .module__title {
		margin-top: -20%;
		font-size: 15vw;
	}
}
.page-template-about-page .module__about.angle-after {
	position: relative;
}
.page-template-about-page .module__about.angle-after:after {
	background: inherit;
	content: "";
	display: block;
	height: 10%;
	left: 0;
	bottom: 0;
	position: absolute;
	right: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
}
.page-template-about-page .module__about.angle-after:after {
	-webkit-transform: skewY(1.5deg);
	-ms-transform: skewY(1.5deg);
	transform: skewY(1.5deg);
	background-color: #072a50;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}
.page-template-careers-page .module__about {
	padding-bottom: 0;
}
.page-template-careers-page .module__about .module__title {
	margin-bottom: 17%;
	z-index: 2;
}
@media print, screen and (min-width: 40em) {
	.page-template-careers-page .module__about .module__title {
		margin-bottom: 4%;
	}
}
.parallax__image {
	height: 75vh;
	max-height: 650px;
	background-size: cover !important;
	background-position: center center !important;
	background-attachment: fixed !important;
}
@media (hover: none) {
	.parallax__image {
		background-attachment: initial !important;
	}
}
.module__team .team__member {
	color: #fff;
	position: relative;
	cursor: pointer;
}
@media screen and (min-width: 23.4375em) and (max-width: 39.99875em) {
	.module__team .team__member {
		margin: 1.875rem 0;
	}
}
.module__team .team__member .team__image {
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	overflow: hidden;
	width: 100%;
}
.module__team .team__member .team__image:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%;
}
.module__team .team__member .team__image > .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.module__team .team__member .team__image .team__hover {
	-webkit-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
}
.module__team .team__member .team__image .team__hover img {
	width: 100%;
}
.module__team .team__member.is-active .team__hover,
.module__team .team__member:hover .team__hover {
	opacity: 1;
}
.module__team .team__member.is-active .team__info {
	opacity: 0;
	bottom: 5px;
}
.module__team .team__member .team__image-large {
	position: relative;
}
.module__team .team__member .team__image-large:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 124.61538%;
}
.module__team .team__member .team__image-large > .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.module__team .team__member .team__info {
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	position: absolute;
	bottom: 12px;
	left: 15px;
	font-size: 0.875rem;
	padding-right: 1.25rem;
}
.module__team .team__member .team__info p {
	margin-bottom: 0;
}
.module__team .team__member .team__title {
	margin-bottom: 0.625rem;
}
.module__team .team__quote {
	font-size: 1.5rem;
	-webkit-transition: left 0.25s ease-out;
	transition: left 0.25s ease-out;
	pointer-events: none;
}
.module__team .team__quote p {
	font-style: italic;
}
@media print, screen and (min-width: 40em) {
	.module__team .team__quote {
		font-size: 2rem;
	}
}
@media print, screen and (min-width: 64em) {
	.module__team .team__quote {
		font-size: 2.25rem;
	}
}
.module__team .team__quote.active,
.module__team .team__quote.is-active {
	left: 0;
}
.module__team .team__quote-small {
	font-size: 1.5rem;
}
.module__team .team__quote-small p {
	font-style: italic;
}
.module__team .team__content {
	max-height: 0;
	-webkit-transition: max-height 0.15s ease-out, padding 0.2s ease-in;
	transition: max-height 0.15s ease-out, padding 0.2s ease-in;
	overflow: hidden;
}
@media print, screen and (min-width: 40em) {
	.module__team .team__content {
		width: 425px;
	}
}
.module__team .team__content.is-open {
	max-height: 900px;
	-webkit-transition: max-height 0.25s ease-in 0.15s;
	transition: max-height 0.25s ease-in 0.15s;
	padding-top: 1.25rem;
}
.module__team .team__content h7 {
	display: block;
	margin-bottom: 1.5625rem;
}
.module__team .social {
	display: block;
	margin-bottom: 0.9375rem;
}
.module__team .social .icon-linkedin,
.module__team .social .icon-twitter {
	margin-left: 0;
}
.module__team .social .icon-linkedin:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module__team .social .icon-linkedin:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' %3E%3Cpath fill='white' d='M14.6,1.9C17.6,0.6,20.7,0,24,0s6.4,0.6,9.3,1.9c3,1.3,5.5,3,7.7,5.1c2.1,2.1,3.8,4.7,5.1,7.7c1.3,3,1.9,6.1,1.9,9.3s-0.6,6.4-1.9,9.4c-1.3,3-3,5.5-5.1,7.6c-2.1,2.1-4.7,3.8-7.7,5.1c-3,1.3-6.1,1.9-9.3,1.9s-6.4-0.6-9.4-1.9c-3-1.3-5.5-3-7.6-5.1c-2.1-2.1-3.8-4.7-5.1-7.6C0.6,30.4,0,27.3,0,24s0.6-6.4,1.9-9.3c1.3-3,3-5.5,5.1-7.7C9.1,4.9,11.7,3.2,14.6,1.9z M14,16c1.2,0,2.2-0.3,2.9-1c0.7-0.7,1.1-1.5,1.1-2.5c0-1-0.4-1.9-1.1-2.5c-0.7-0.7-1.7-1-2.9-1c-1.2,0-2.1,0.3-2.9,1c-0.7,0.7-1.1,1.5-1.1,2.5c0,1,0.4,1.8,1.1,2.5C11.8,15.7,12.8,16,14,16L14,16z M17,36V19h-6v17H17z M39,36v-9c0-2.8-0.6-4.9-1.9-6.6c-1.3-1.6-3-2.4-5.1-2.4c-1.2,0-2.2,0.3-3.1,1c-0.9,0.6-1.5,1.5-1.9,2.6L26.8,19h-6l0.2,4v13h6v-9c0-1.2,0.3-2.2,0.8-2.9C28.3,23.4,29,23,30,23c1,0,1.7,0.3,2.2,0.9c0.5,0.6,0.8,1.6,0.8,3.1v9H39z'/%3E%3C/svg%3E");
}
.module__team .social .icon-twitter:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module__team .social .icon-twitter:before {
background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style='enable-background:new 0 0 48 48;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M46.1,14.7c-1.3-3-3-5.6-5.1-7.7c-2.2-2.1-4.7-3.8-7.7-5.1C30.4,0.6,27.3,0,24,0s-6.4,0.6-9.4,1.9 C11.7,3.2,9.1,4.9,7,7c-2.1,2.2-3.8,4.7-5.1,7.7C0.6,17.6,0,20.7,0,24s0.6,6.4,1.9,9.4c1.3,2.9,3,5.5,5.1,7.6s4.6,3.8,7.6,5.1 c3,1.3,6.2,1.9,9.4,1.9s6.3-0.6,9.3-1.9c3-1.3,5.6-3,7.7-5.1s3.8-4.6,5.1-7.6c1.3-3,1.9-6.2,1.9-9.4S47.4,17.7,46.1,14.7z M29.5,37.8l-7.4-10.7l-9.2,10.7h-2.4L21,25.5L10.5,10.2h8l7,10.1l8.7-10.1h2.4L26.6,21.9h0l10.9,15.9H29.5z'/%3E%3Cpolygon class='st0' points='24.3,21.8 17.4,12 13.7,12 22.2,24.2 23.3,25.7 23.3,25.7 30.6,36.1 34.2,36.1 25.3,23.3 '/%3E%3C/g%3E%3C/svg%3E%0A");}
@media print, screen and (min-width: 40em) {
	.module__team-staff .staff__row:nth-child(odd) {
		position: relative;
	}
}
@media print, screen and (min-width: 40em) {
	.module__team-staff .staff__row:nth-child(even) {
		position: relative;
	}
}
.module__bio {
	position: relative;
}
.module__bio .bio--image {
	height: 100vh;
	background-size: cover !important;
}
.module__benefits .benefit__container {
	display: flex;
	padding-bottom: 0.9375rem;
}

.module__benefits .benefit__container .benefit__title {
	padding: 0.9375rem;
	width: 100%;
}

@media print, screen and (min-width: 23.4375em) {
	.module__benefits .benefit__container {
		padding-bottom: 0.9375rem;
	}
}
@media print, screen and (min-width: 40em) {
	.module__benefits .benefit__container {
		padding-bottom: 1.5625rem;
	}
}
.module__benefits .benefit__container .icon {
	width: 125px;
	padding: 0.9375rem;
	height: auto;
	min-height: 125px;
}

.module__benefits .benefit-color-blue .icon {
	background-color: #65cdf3;
}

.module__benefits .benefit-color-blue .benefit__title {
	background-color: #00aae8;
}

.module__benefits .benefit-color-yellow .icon {
	background-color: #e7e614;
}

.module__benefits .benefit-color-yellow .benefit__title {
	background-color: #c5c416;
}

.module__benefits .benefit-color-red .icon {
	background-color: #f59aa1;
}

.module__benefits .benefit-color-red .benefit__title {
	background-color: #ef4158;
}

.module__benefits .benefit-color-dark .icon {
	background-color: #005f9f;
}

.module__benefits .benefit-color-dark .benefit__title {
	background-color: #000a3e;
}

.module__benefits .benefit__container .icon img {
	width: 100%;
}
.module__benefits .mz_mark {
	width: 60vw;
	z-index: 0;
	left: 0;
	-webkit-transform: translate(-28%, 50%) rotate(90deg);
	-ms-transform: translate(-28%, 50%) rotate(90deg);
	transform: translate(-28%, 50%) rotate(90deg);
}
.module__benefits .mz_mark:after {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module__benefits .mz_mark:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 288 128'%3E %3Cg%3E %3Cg%3E %3Cpolygon fill='%23033a74' points='0,0 0,128 32,128 32,32 32,0'/%3E %3Cpolygon fill='%23033a74' points='64,0 32,32 64,32 64,128 96,128 96,32 96,0'/%3E %3Cpolygon fill='%23033a74' points='96,32 128,32 128,128 160,128 160,0 128,0'/%3E %3C/g%3E %3Cg%3E %3Cpolygon fill='%23033a74' points='213.3,64 181.3,96 181.3,128 288,128 288,96 213.3,96'/%3E %3Cpolygon fill='%23033a74' points='181.3,0 181.3,32 256,32 256,64 288,32 288,0'/%3E %3C/g%3E %3C/g%3E%3C/svg%3E");
}
.sticky-mz {
	z-index: 0 !important;
}
.mz_mark.mz-benefit {
	width: 60vw;
	z-index: 0;
	left: 0;
	-webkit-transform: translate(-28%, 50%) rotate(90deg);
	-ms-transform: translate(-28%, 50%) rotate(90deg);
	transform: translate(-28%, 50%) rotate(90deg);
}
.mz_mark.mz-benefit:after {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.mz_mark.mz-benefit:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 288 128'%3E %3Cg%3E %3Cg%3E %3Cpolygon fill='%23033a74' points='0,0 0,128 32,128 32,32 32,0'/%3E %3Cpolygon fill='%23033a74' points='64,0 32,32 64,32 64,128 96,128 96,32 96,0'/%3E %3Cpolygon fill='%23033a74' points='96,32 128,32 128,128 160,128 160,0 128,0'/%3E %3C/g%3E %3Cg%3E %3Cpolygon fill='%23033a74' points='213.3,64 181.3,96 181.3,128 288,128 288,96 213.3,96'/%3E %3Cpolygon fill='%23033a74' points='181.3,0 181.3,32 256,32 256,64 288,32 288,0'/%3E %3C/g%3E %3C/g%3E%3C/svg%3E");
}

.module__perks {
	background-color: #000a3e;
	width: 80%;
	margin: 0 auto;
	padding: 2rem;
}

.module__perks .perks_title {
	color: #e7e614;
	text-transform: uppercase;
	padding-left: 5%;
}

.module__perks .perks__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.module__perks .perk__container {
	width: 300px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media print, screen and (min-width: 23.4375em) {
	.module__perks .perk__container {
		padding-left: 40px;
	}
	.module__perks .perk__container.perkLarge {
		width: 600px;
	}
}

.module__perks .perk__container .perk__icon {
	position: relative;
	width: 125px;
	padding: 0.9375rem;
	height: auto;
	min-height: 125px;
}

.module__perks .perk__container .perk__icon img {
	width: 100%;
}

.module__perks .perk__container .perk__description {
	padding: 0.9375rem;
	width: 100%;
}

.module__staff {
	position: relative;
	padding-bottom: 14.0625rem;
}
.module__staff #mid {
	position: absolute;
	width: 100%;
	height: 1px;
	top: 65%;
}
.module__staff #mid.mid-slider {
	top: 15%;
}
.module__staff .staff__image {
	position: relative;
}
.module__staff .staff__image:nth-child(4n + 1) {
	width: 70%;
	z-index: 1;
	left: -5%;
}
@media print, screen and (min-width: 40em) {
	.module__staff .staff__image:nth-child(4n + 1) {
		width: 55%;
		z-index: 1;
		left: 10%;
	}
}
.module__staff .staff__image:nth-child(2n + 0) {
	z-index: 2;
	width: 60%;
	z-index: 2;
	left: 45%;
}
@media print, screen and (min-width: 40em) {
	.module__staff .staff__image:nth-child(2n + 0) {
		width: 40%;
		left: -10%;
		margin-top: 40%;
	}
}
.module__staff .staff__image:nth-child(3n + 0) {
	width: 59%;
	z-index: 3;
	left: -13%;
}
@media print, screen and (min-width: 40em) {
	.module__staff .staff__image:nth-child(3n + 0) {
		width: 45%;
		left: 0;
		margin-top: -20%;
	}
}
.module__staff .staff__image:nth-child(4n + 0) {
	width: 70%;
	z-index: 2;
	left: 39%;
	margin-top: -13%;
}
@media print, screen and (min-width: 40em) {
	.module__staff .staff__image:nth-child(4n + 0) {
		width: 55%;
		left: -7%;
		margin-top: 3%;
	}
}
.module__staff .staff__image:nth-child(5n + 0) {
	width: 66%;
	z-index: 2;
	left: -6%;
	margin-top: 0;
}
@media print, screen and (min-width: 40em) {
	.module__staff .staff__image:nth-child(5n + 0) {
		width: 36%;
		left: 0;
		margin-top: -27%;
	}
}
.module__staff .staff__image:nth-child(6n + 0) {
	width: 75%;
	z-index: 2;
	left: 28%;
	margin-top: -15%;
}
@media print, screen and (min-width: 40em) {
	.module__staff .staff__image:nth-child(6n + 0) {
		width: 49%;
		left: -13%;
		margin-top: 5%;
	}
}
.module__vip {
	padding-top: 0;
}
.module__vip .icon {
	margin-bottom: 1.875rem;
	height: 85px;
	width: auto;
}
.module__vip .icon img {
	height: 100%;
}
@media print, screen and (min-width: 40em) {
	.module__vip .icon {
		height: 125px;
	}
}
.module__vip .vip__title {
	margin-bottom: 1.25rem;
	font-size: 2.375rem;
}
@media print, screen and (min-width: 40em) {
	.module__vip .vip__title {
		font-size: 3rem;
	}
}
@media print, screen and (min-width: 64em) {
	.module__vip .vip__title {
		font-size: 3rem;
	}
}
@media screen and (min-width: 80em) {
	.module__vip .vip__title {
		font-size: 3.375rem;
	}
}
@media screen and (min-width: 23.4375em) and (max-width: 39.99875em) {
	.module__vip .vip__container {
		padding-top: 0.9375rem;
		padding-bottom: 0.9375rem;
	}
}
@media screen and (min-width: 23.4375em) and (max-width: 39.99875em) and (min-width: 23.4375em) {
	.module__vip .vip__container {
		padding-top: 0.9375rem;
		padding-bottom: 0.9375rem;
	}
}
@media screen and (min-width: 23.4375em) and (max-width: 39.99875em) and (min-width: 40em) {
	.module__vip .vip__container {
		padding-top: 1.5625rem;
		padding-bottom: 1.5625rem;
	}
}
.module__vip .vip__container:nth-child(even) {
	position: relative;
}
@media print, screen and (min-width: 40em) {
	.module__vip .vip__container:nth-child(even) {
		left: 2.5%;
		padding-top: 5.625rem;
		padding-right: 0.625rem;
	}
}
@media print, screen and (min-width: 40em) and (min-width: 23.4375em) {
	.module__vip .vip__container:nth-child(even) {
		padding-top: 5.625rem;
	}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
	.module__vip .vip__container:nth-child(even) {
		padding-top: 9.375rem;
	}
}
@media print, screen and (min-width: 64em) {
	.module__vip .vip__container:nth-child(even) {
		left: 7.5%;
	}
}
.module__hiring {
	color: #3ca9e7;
	padding-bottom: 4.6875rem;
}
@media print, screen and (min-width: 23.4375em) {
	.module__hiring {
		padding-bottom: 4.6875rem;
	}
}
@media print, screen and (min-width: 40em) {
	.module__hiring {
		padding-bottom: 7.8125rem;
	}
}
.module__hiring.angle {
	background-color: #fff;
}
.module__hiring p {
	color: #072a50;
}
.module__hiring .module__title {
	margin-bottom: 2.5rem;
}
.module__hiring .module__features {
	padding-top: 0.28125rem;
	padding-bottom: 0.28125rem;
}
@media print, screen and (min-width: 23.4375em) {
	.module__hiring .module__features {
		padding-top: 0.28125rem;
		padding-bottom: 0.28125rem;
	}
}
@media print, screen and (min-width: 40em) {
	.module__hiring .module__features {
		padding-top: 0.46875rem;
		padding-bottom: 0.46875rem;
	}
}
.module__hiring .feature-title {
	font-size: 7.5vw;
}
@media print, screen and (min-width: 40em) {
	.module__hiring .feature-title {
		font-size: 3.375rem;
	}
}
.module__hiring .image__triangle {
	margin-bottom: 50px;
	position: relative;
}
.module__hiring .image__triangle:before {
	content: "";
	display: block;
	background-image: -webkit-gradient(
		linear,
		right bottom,
		left top,
		from(#3ca9e7),
		color-stop(50%, #3ca9e7),
		color-stop(50%, transparent)
	);
	background-image: linear-gradient(
		to left top,
		#3ca9e7 0,
		#3ca9e7 50%,
		transparent 50%
	);
	position: absolute;
	width: 85%;
	height: 85%;
	top: 15%;
	left: auto;
	right: 0;
	bottom: -1px;
}
.module__hiring .image__triangle img {
	position: relative;
	z-index: 3;
}
@media print, screen and (min-width: 64em) {
	.module__hiring .image__triangle {
		margin-top: -15%;
	}
}
.module__careers .module__title {
	color: #fd4a63;
	padding-bottom: 2.1875rem;
}
.module__careers .career__description {
	font-size: 2.25rem;
}
.module__careers .career__category {
	padding-bottom: 3.125rem;
}
.module__careers .career__post {
	padding-bottom: 1.25rem;
}
.module__careers .career__title {
	color: #000;
	text-transform: uppercase;
	width: 100%;
	display: block;
}
.module__careers .career__item {
	font-size: 2rem;
	color: #fd4a63;
}
.module__careers .location {
	color: #999;
	display: block;
}
.module__default .module__title {
	margin-bottom: -0.625rem;
}
.module__default h2,
.module__default h3,
.module__default h4,
.module__default h5,
.module__default h6 {
	margin-bottom: 1.875rem;
	line-height: 1.2;
}
.module__default h1 {
	color: #fff;
}
.module__default h2 {
	margin-top: 3.75rem;
	font-size: 1.5625rem;
}
@media print, screen and (min-width: 23.4375em) {
	.module__default h2 {
		margin-top: 3.75rem;
	}
}
@media print, screen and (min-width: 40em) {
	.module__default h2 {
		margin-top: 6.25rem;
	}
}
.module__default h3 {
	text-transform: uppercase;
	font-size: 1.25rem;
}
.module__default a:hover {
	text-shadow: 0 0 1px #1468a0, 0 0 1px #1468a0;
}
.module__default-header {
	padding: 0;
	padding-top: 15rem;
	padding-bottom: 3.125rem;
	background-color: #072a50 !important;
}
@media print, screen and (min-width: 23.4375em) {
	.module__default-header {
		padding-top: 15rem;
	}
}
@media print, screen and (min-width: 40em) {
	.module__default-header {
		padding-top: 25rem;
	}
}
@media print, screen and (min-width: 40em) {
	.module__default-header {
		padding-top: 9.375rem;
	}
}
@media print, screen and (min-width: 40em) and (min-width: 23.4375em) {
	.module__default-header {
		padding-top: 9.375rem;
	}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
	.module__default-header {
		padding-top: 15.625rem;
	}
}
.icon {
	position: relative;
	width: 90px;
	height: 90px;
}
@media print, screen and (min-width: 40em) {
	.icon {
		width: 125px;
		height: 125px;
	}
}
.image--clip-br {
	-webkit-clip-path: polygon(100% 0, 100% 80%, 85% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0, 100% 80%, 85% 100%, 0 100%, 0 0);
}
.icon__expand {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
}
.icon__expand:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.icon__expand:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48 0L0 48H48V0Z' fill='%23FD4A63'/%3E%3Cpath d='M48 40.766V38.234L47.6383 37.8723H41.4894L41.1277 37.5106V31.3617L40.766 31H38.234L37.8723 31.3617V37.5106L37.5106 37.8723H31.3617L31 38.234V40.766L31.3617 41.1277H37.5106L37.8723 41.4894V47.6383L38.234 48H40.766L41.1277 47.6383V41.4894L41.4894 41.1277H47.6383L48 40.766Z' fill='white'/%3E%3C/svg%3E");
}
.icon__expand .icon-triangle {
	fill: #3ca9e7;
}
.icon__expand .icon-plus {
	-webkit-transition: fill 0.3s ease-in-out;
	transition: fill 0.3s ease-in-out;
}
.is-active .icon__expand:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.is-active .icon__expand:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48 0L0 48H48V0Z' fill='%23FD4A63'/%3E%3Cpath d='M44 34.234V36.766L43.6383 37.1277H27.3617L27 36.766V34.234L27.3617 33.8723H43.6383L44 34.234Z' fill='white'/%3E%3C/svg%3E");
}
.icon__expand-red .icon-triangle {
	fill: #fd4a63;
}
.hover__effect {
	position: relative;
}
.hover__effect:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.hover__effect:hover .icon-triangle {
	fill: #fff;
}
.hover__effect:hover .icon__expand-red .icon-plus {
	fill: #fd4a63;
}
.hover__effect:hover .icon__expand-blue .icon-plus {
	fill: #3ca9e7;
}
.icon-mz {
	position: absolute;
}
.module__angle {
	-webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
}
@media print, screen and (min-width: 40em) {
	.module__angle {
		-webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
	}
}
.module__angle-15 {
	-webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
}
@media print, screen and (min-width: 40em) {
	.module__angle-15 {
		-webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
	}
}
.mz-mark:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.mz-mark:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 288 128'%3E %3Cg%3E %3Cg%3E %3Cpolygon fill='%23014a99' points='0,0 0,128 32,128 32,32 32,0'/%3E %3Cpolygon fill='%23014a99' points='64,0 32,32 64,32 64,128 96,128 96,32 96,0'/%3E %3Cpolygon fill='%23014a99' points='96,32 128,32 128,128 160,128 160,0 128,0'/%3E %3C/g%3E %3Cg%3E %3Cpolygon fill='%23014a99' points='213.3,64 181.3,96 181.3,128 288,128 288,96 213.3,96'/%3E %3Cpolygon fill='%23014a99' points='181.3,0 181.3,32 256,32 256,64 288,32 288,0'/%3E %3C/g%3E %3C/g%3E%3C/svg%3E");
}
.mz-mark:before {
	content: "";
	background-size: 75%;
	max-width: 1000px;
	background-repeat: no-repeat;
	background-position: 20px 40vw;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}
.page-template-games-page .mz-mark:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.page-template-games-page .mz-mark:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 288 128'%3E %3Cg%3E %3Cg%3E %3Cpolygon fill='%23033a74' points='0,0 0,128 32,128 32,32 32,0'/%3E %3Cpolygon fill='%23033a74' points='64,0 32,32 64,32 64,128 96,128 96,32 96,0'/%3E %3Cpolygon fill='%23033a74' points='96,32 128,32 128,128 160,128 160,0 128,0'/%3E %3C/g%3E %3Cg%3E %3Cpolygon fill='%23033a74' points='213.3,64 181.3,96 181.3,128 288,128 288,96 213.3,96'/%3E %3Cpolygon fill='%23033a74' points='181.3,0 181.3,32 256,32 256,64 288,32 288,0'/%3E %3C/g%3E %3C/g%3E%3C/svg%3E");
}
.page-template-games-page .mz-mark:before {
	z-index: 0;
	top: 0;
	background-size: 75%;
	background-position: right 0;
}
.page-template-careers-page .mz-mark .grid-container {
	position: relative;
	z-index: 2;
}
.page-template-careers-page .mz-mark:before {
	top: 200px;
	z-index: 1;
}
.mz-mark-rotate:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 90%;
	height: 34%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.mz-mark-blue:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.mz-mark-blue:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 288 128'%3E %3Cg%3E %3Cg%3E %3Cpolygon fill='%23033a74' points='0,0 0,128 32,128 32,32 32,0'/%3E %3Cpolygon fill='%23033a74' points='64,0 32,32 64,32 64,128 96,128 96,32 96,0'/%3E %3Cpolygon fill='%23033a74' points='96,32 128,32 128,128 160,128 160,0 128,0'/%3E %3C/g%3E %3Cg%3E %3Cpolygon fill='%23033a74' points='213.3,64 181.3,96 181.3,128 288,128 288,96 213.3,96'/%3E %3Cpolygon fill='%23033a74' points='181.3,0 181.3,32 256,32 256,64 288,32 288,0'/%3E %3C/g%3E %3C/g%3E%3C/svg%3E");
}
.mz-mark-standard {
	background-size: 75%;
	background-position: 20px 60%;
}
.mz-mark-right:before {
	top: 0;
	background-size: 75%;
	background-position: right 0;
}
.mz-mark-topright:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.mz-mark-topright:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 288 128'%3E %3Cg%3E %3Cg%3E %3Cpolygon fill='%23033a74' points='0,0 0,128 32,128 32,32 32,0'/%3E %3Cpolygon fill='%23033a74' points='64,0 32,32 64,32 64,128 96,128 96,32 96,0'/%3E %3Cpolygon fill='%23033a74' points='96,32 128,32 128,128 160,128 160,0 128,0'/%3E %3C/g%3E %3Cg%3E %3Cpolygon fill='%23033a74' points='213.3,64 181.3,96 181.3,128 288,128 288,96 213.3,96'/%3E %3Cpolygon fill='%23033a74' points='181.3,0 181.3,32 256,32 256,64 288,32 288,0'/%3E %3C/g%3E %3C/g%3E%3C/svg%3E");
}
.mz-mark-topright:before {
	top: 0;
	left: auto;
	right: 0;
	background-size: 100%;
	background-position: right 0;
	width: 100%;
}
@media print, screen and (min-width: 40em) {
	.mz-mark-topright:before {
		width: 100%;
		max-width: 875px;
	}
}
@media print, screen and (min-width: 64em) {
	.mz-mark-topright:before {
		width: 945px;
		max-width: 945px;
	}
}
.angle {
	background: inherit;
	position: relative;
	z-index: 2;
}
.angle:before {
	background: inherit;
	content: "";
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}
.angle:before {
	top: 0;
	-webkit-transform: skewY(4.5deg);
	-ms-transform: skewY(4.5deg);
	transform: skewY(4.5deg);
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.angle--incline:before {
	top: 0;
	-webkit-transform: skewY(-4.5deg);
	-ms-transform: skewY(-4.5deg);
	transform: skewY(-4.5deg);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}
.angle--decline:before {
	top: 0;
	-webkit-transform: skewY(4.5deg) !important;
	-ms-transform: skewY(4.5deg) !important;
	transform: skewY(4.5deg) !important;
	-webkit-transform-origin: 100% 0 !important;
	-ms-transform-origin: 100% 0 !important;
	transform-origin: 100% 0 !important;
}
.angle--bottom:after {
	background: inherit;
	content: "";
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}
.angle--bottom:after {
	bottom: 0;
	-webkit-transform: skewY(2.5deg);
	-ms-transform: skewY(2.5deg);
	transform: skewY(2.5deg);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}
.angle-10-down:after {
	background: inherit;
	bottom: 0;
	content: "";
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	-webkit-transform: skewY(-1.5deg);
	-ms-transform: skewY(-1.5deg);
	transform: skewY(-1.5deg);
	-webkit-transform-origin: 100%;
	-ms-transform-origin: 100%;
	transform-origin: 100%;
	z-index: -1;
}
.slider-hand {
	position: relative;
	width: 115vw;
	margin-top: 150px;
	margin-bottom: -10%;
}
.slider-hand:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 144.39776%;
}
.slider-hand > .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.slider-hand .slider-bg {
	position: relative;
	width: 48%;
	left: 40%;
	position: absolute;
	z-index: -1;
	border-radius: 20px;
	overflow: hidden;
}
.slider-hand .slider-bg:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 210%;
}
.slider-hand .slider-bg > .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.slider-hand .slider-bg .swiper-container {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 2%;
}
.slider-hand:before {
	z-index: 2;
	pointer-events: none;
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/hand-mobile.png);
	background-repeat: no-repeat;
	background-size: contain;
}
@media print, screen and (min-width: 64em) {
	.slider-hand:before {
		background-image: url(../img/hand.png);
	}
}
.slider-hand .swiper-container {
	z-index: 2;
	left: 20%;
}
.slider-hand .swiper-container.game__characters {
	-webkit-transform: translateY(-9.13%);
	-ms-transform: translateY(-9.13%);
	transform: translateY(-9.13%);
}
@media print, screen and (min-width: 40em) {
	.slider-hand {
		margin-top: 100px;
		width: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.slider-hand {
		margin-top: -25%;
	}
}
.image__triangle-after {
	position: relative;
}
.image__triangle-after:after {
	z-index: 0;
	content: "";
	display: block;
	background-image: -webkit-gradient(
		linear,
		right bottom,
		left top,
		from(#072a50),
		color-stop(50%, #072a50),
		color-stop(50%, transparent)
	);
	background-image: linear-gradient(
		to left top,
		#072a50 0,
		#072a50 50%,
		transparent 50%
	);
	position: absolute;
	width: 50px;
	height: 50px;
	right: -1px;
	bottom: -1px;
}
@media print, screen and (min-width: 40em) {
	.image__triangle-after:after {
		width: 75px;
		height: 75px;
	}
}
@media print, screen and (min-width: 64em) {
	.image__triangle-after:after {
		width: 125px;
		height: 125px;
	}
}
.module--red .image__triangle-after:after {
	background-image: -webkit-gradient(
		linear,
		right bottom,
		left top,
		from(#fd4a63),
		color-stop(50%, #fd4a63),
		color-stop(50%, transparent)
	);
	background-image: linear-gradient(
		to left top,
		#fd4a63 0,
		#fd4a63 50%,
		transparent 50%
	);
}
.image__triangle-after.swiper-about:after {
	bottom: 48px;
	z-index: 4;
}
.icon-linkedin,
.icon-twitter {
	position: relative;
	width: 3rem;
	height: 3rem;
	margin: 0.3125rem 1.25rem;
	display: block;
}
.icon-twitter:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.icon-twitter:before {
background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style='enable-background:new 0 0 48 48;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%233CA9E7;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M46.1,14.7c-1.3-3-3-5.6-5.1-7.7c-2.2-2.1-4.7-3.8-7.7-5.1C30.4,0.6,27.3,0,24,0s-6.4,0.6-9.4,1.9 C11.7,3.2,9.1,4.9,7,7c-2.1,2.2-3.8,4.7-5.1,7.7C0.6,17.6,0,20.7,0,24s0.6,6.4,1.9,9.4c1.3,2.9,3,5.5,5.1,7.6s4.6,3.8,7.6,5.1 c3,1.3,6.2,1.9,9.4,1.9s6.3-0.6,9.3-1.9c3-1.3,5.6-3,7.7-5.1s3.8-4.6,5.1-7.6c1.3-3,1.9-6.2,1.9-9.4S47.4,17.7,46.1,14.7z M29.5,37.8l-7.4-10.7l-9.2,10.7h-2.4L21,25.5L10.5,10.2h8l7,10.1l8.7-10.1h2.4L26.6,21.9h0l10.9,15.9H29.5z'/%3E%3Cpolygon class='st0' points='24.3,21.8 17.4,12 13.7,12 22.2,24.2 23.3,25.7 23.3,25.7 30.6,36.1 34.2,36.1 25.3,23.3 '/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-twitter:hover:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.icon-twitter:hover:before {
background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style='enable-background:new 0 0 48 48;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M46.1,14.7c-1.3-3-3-5.6-5.1-7.7c-2.2-2.1-4.7-3.8-7.7-5.1C30.4,0.6,27.3,0,24,0s-6.4,0.6-9.4,1.9 C11.7,3.2,9.1,4.9,7,7c-2.1,2.2-3.8,4.7-5.1,7.7C0.6,17.6,0,20.7,0,24s0.6,6.4,1.9,9.4c1.3,2.9,3,5.5,5.1,7.6s4.6,3.8,7.6,5.1 c3,1.3,6.2,1.9,9.4,1.9s6.3-0.6,9.3-1.9c3-1.3,5.6-3,7.7-5.1s3.8-4.6,5.1-7.6c1.3-3,1.9-6.2,1.9-9.4S47.4,17.7,46.1,14.7z M29.5,37.8l-7.4-10.7l-9.2,10.7h-2.4L21,25.5L10.5,10.2h8l7,10.1l8.7-10.1h2.4L26.6,21.9h0l10.9,15.9H29.5z'/%3E%3Cpolygon class='st0' points='24.3,21.8 17.4,12 13.7,12 22.2,24.2 23.3,25.7 23.3,25.7 30.6,36.1 34.2,36.1 25.3,23.3 '/%3E%3C/g%3E%3C/svg%3E%0A");}
.icon-linkedin:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.icon-linkedin:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' %3E%3Cpath fill='%233CA9E7' d='M14.6,1.9C17.6,0.6,20.7,0,24,0s6.4,0.6,9.3,1.9c3,1.3,5.5,3,7.7,5.1c2.1,2.1,3.8,4.7,5.1,7.7c1.3,3,1.9,6.1,1.9,9.3s-0.6,6.4-1.9,9.4c-1.3,3-3,5.5-5.1,7.6c-2.1,2.1-4.7,3.8-7.7,5.1c-3,1.3-6.1,1.9-9.3,1.9s-6.4-0.6-9.4-1.9c-3-1.3-5.5-3-7.6-5.1c-2.1-2.1-3.8-4.7-5.1-7.6C0.6,30.4,0,27.3,0,24s0.6-6.4,1.9-9.3c1.3-3,3-5.5,5.1-7.7C9.1,4.9,11.7,3.2,14.6,1.9z M14,16c1.2,0,2.2-0.3,2.9-1c0.7-0.7,1.1-1.5,1.1-2.5c0-1-0.4-1.9-1.1-2.5c-0.7-0.7-1.7-1-2.9-1c-1.2,0-2.1,0.3-2.9,1c-0.7,0.7-1.1,1.5-1.1,2.5c0,1,0.4,1.8,1.1,2.5C11.8,15.7,12.8,16,14,16L14,16z M17,36V19h-6v17H17z M39,36v-9c0-2.8-0.6-4.9-1.9-6.6c-1.3-1.6-3-2.4-5.1-2.4c-1.2,0-2.2,0.3-3.1,1c-0.9,0.6-1.5,1.5-1.9,2.6L26.8,19h-6l0.2,4v13h6v-9c0-1.2,0.3-2.2,0.8-2.9C28.3,23.4,29,23,30,23c1,0,1.7,0.3,2.2,0.9c0.5,0.6,0.8,1.6,0.8,3.1v9H39z'/%3E%3C/svg%3E");
}
.icon-linkedin:hover:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.icon-linkedin:hover:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' %3E%3Cpath fill='white' d='M14.6,1.9C17.6,0.6,20.7,0,24,0s6.4,0.6,9.3,1.9c3,1.3,5.5,3,7.7,5.1c2.1,2.1,3.8,4.7,5.1,7.7c1.3,3,1.9,6.1,1.9,9.3s-0.6,6.4-1.9,9.4c-1.3,3-3,5.5-5.1,7.6c-2.1,2.1-4.7,3.8-7.7,5.1c-3,1.3-6.1,1.9-9.3,1.9s-6.4-0.6-9.4-1.9c-3-1.3-5.5-3-7.6-5.1c-2.1-2.1-3.8-4.7-5.1-7.6C0.6,30.4,0,27.3,0,24s0.6-6.4,1.9-9.3c1.3-3,3-5.5,5.1-7.7C9.1,4.9,11.7,3.2,14.6,1.9z M14,16c1.2,0,2.2-0.3,2.9-1c0.7-0.7,1.1-1.5,1.1-2.5c0-1-0.4-1.9-1.1-2.5c-0.7-0.7-1.7-1-2.9-1c-1.2,0-2.1,0.3-2.9,1c-0.7,0.7-1.1,1.5-1.1,2.5c0,1,0.4,1.8,1.1,2.5C11.8,15.7,12.8,16,14,16L14,16z M17,36V19h-6v17H17z M39,36v-9c0-2.8-0.6-4.9-1.9-6.6c-1.3-1.6-3-2.4-5.1-2.4c-1.2,0-2.2,0.3-3.1,1c-0.9,0.6-1.5,1.5-1.9,2.6L26.8,19h-6l0.2,4v13h6v-9c0-1.2,0.3-2.2,0.8-2.9C28.3,23.4,29,23,30,23c1,0,1.7,0.3,2.2,0.9c0.5,0.6,0.8,1.6,0.8,3.1v9H39z'/%3E%3C/svg%3E");
}
.mz_mark {
	width: 100%;
	position: relative;
	position: absolute;
	z-index: -1;
	top: 0;
}
.mz_mark:after {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.mz_mark:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 288 128'%3E %3Cg%3E %3Cg%3E %3Cpolygon fill='%23033a74' points='0,0 0,128 32,128 32,32 32,0'/%3E %3Cpolygon fill='%23033a74' points='64,0 32,32 64,32 64,128 96,128 96,32 96,0'/%3E %3Cpolygon fill='%23033a74' points='96,32 128,32 128,128 160,128 160,0 128,0'/%3E %3C/g%3E %3Cg%3E %3Cpolygon fill='%23033a74' points='213.3,64 181.3,96 181.3,128 288,128 288,96 213.3,96'/%3E %3Cpolygon fill='%23033a74' points='181.3,0 181.3,32 256,32 256,64 288,32 288,0'/%3E %3C/g%3E %3C/g%3E%3C/svg%3E");
}
.mz_mark:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 44.44444%;
}
.mz_mark > .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.page-404 > .mz_mark {
	width: 120%;
	height: auto;
	right: 0;
	-webkit-transform: translate(27.8%, 62%) rotate(90deg);
	-ms-transform: translate(27.8%, 62%) rotate(90deg);
	transform: translate(27.8%, 62%) rotate(90deg);
}
.page-404 > .mz_mark:after {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.page-404 > .mz_mark:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 288 128'%3E %3Cg%3E %3Cg%3E %3Cpolygon fill='%23df4252' points='0,0 0,128 32,128 32,32 32,0'/%3E %3Cpolygon fill='%23df4252' points='64,0 32,32 64,32 64,128 96,128 96,32 96,0'/%3E %3Cpolygon fill='%23df4252' points='96,32 128,32 128,128 160,128 160,0 128,0'/%3E %3C/g%3E %3Cg%3E %3Cpolygon fill='%23df4252' points='213.3,64 181.3,96 181.3,128 288,128 288,96 213.3,96'/%3E %3Cpolygon fill='%23df4252' points='181.3,0 181.3,32 256,32 256,64 288,32 288,0'/%3E %3C/g%3E %3C/g%3E%3C/svg%3E");
}
@media print, screen and (min-width: 40em) {
	.page-404 > .mz_mark {
		width: 101vh;
		-webkit-transform: translate(14%, 62%) rotate(90deg);
		-ms-transform: translate(14%, 62%) rotate(90deg);
		transform: translate(14%, 62%) rotate(90deg);
	}
}
.page-template-home-page .mz_mark {
	height: 40%;
	width: 75%;
	z-index: 0;
	top: 52%;
	-webkit-transform: translate(53px, -49%);
	-ms-transform: translate(53px, -49%);
	transform: translate(53px, -49%);
}
.page-template-home-page .mz_mark:after {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.page-template-home-page .mz_mark:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 288 128'%3E %3Cg%3E %3Cg%3E %3Cpolygon fill='%23014a99' points='0,0 0,128 32,128 32,32 32,0'/%3E %3Cpolygon fill='%23014a99' points='64,0 32,32 64,32 64,128 96,128 96,32 96,0'/%3E %3Cpolygon fill='%23014a99' points='96,32 128,32 128,128 160,128 160,0 128,0'/%3E %3C/g%3E %3Cg%3E %3Cpolygon fill='%23014a99' points='213.3,64 181.3,96 181.3,128 288,128 288,96 213.3,96'/%3E %3Cpolygon fill='%23014a99' points='181.3,0 181.3,32 256,32 256,64 288,32 288,0'/%3E %3C/g%3E %3C/g%3E%3C/svg%3E");
}
.page-template-games-page .mz_mark {
	width: 85%;
	max-width: 1200px;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
}
.page-template-about-page .mz_mark {
	width: 85%;
	max-width: 1200px;
	position: absolute;
	z-index: 0;
	top: 0;
	left: auto;
	right: 0;
}
.mz_mark-rotate {
	-webkit-transform: translate(27%, 63%) rotate(90deg);
	-ms-transform: translate(27%, 63%) rotate(90deg);
	transform: translate(27%, 63%) rotate(90deg);
}
.mz_mark-footer {
	width: 100%;
	position: relative;
	position: absolute;
	z-index: -1;
	top: 0;
}
.mz_mark-footer:after {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.mz_mark-footer:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 288 128'%3E %3Cg%3E %3Cg%3E %3Cpolygon fill='%23033a74' points='0,0 0,128 32,128 32,32 32,0'/%3E %3Cpolygon fill='%23033a74' points='64,0 32,32 64,32 64,128 96,128 96,32 96,0'/%3E %3Cpolygon fill='%23033a74' points='96,32 128,32 128,128 160,128 160,0 128,0'/%3E %3C/g%3E %3Cg%3E %3Cpolygon fill='%23033a74' points='213.3,64 181.3,96 181.3,128 288,128 288,96 213.3,96'/%3E %3Cpolygon fill='%23033a74' points='181.3,0 181.3,32 256,32 256,64 288,32 288,0'/%3E %3C/g%3E %3C/g%3E%3C/svg%3E");
}
.mz_mark-footer:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 44.44444%;
}
.mz_mark-footer > .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.mz_mark-rotate {
	-webkit-transform: translate(27%, 63%) rotate(90deg);
	-ms-transform: translate(27%, 63%) rotate(90deg);
	transform: translate(27%, 63%) rotate(90deg);
}
.module__404 {
	padding-top: 11.25rem;
	padding-bottom: 0;
	overflow: hidden;
}
@media print, screen and (min-width: 23.4375em) {
	.module__404 {
		padding-top: 11.25rem;
	}
}
@media print, screen and (min-width: 40em) {
	.module__404 {
		padding-top: 18.75rem;
	}
}
@media screen and (min-width: 23.4375em) and (max-width: 39.99875em) {
	.module__404 .module__404-container {
		width: 125%;
	}
}
.module__404 h2 {
	padding-top: 1.5625rem;
	font-size: 3.5rem;
}
.module__404 h2 a {
	color: #fff;
}
@media print, screen and (min-width: 40em) {
	.module__404 h2 {
		padding-top: 3.125rem;
	}
}
@media print, screen and (min-width: 64em) {
	.module__404 h2 {
		padding-top: 4.6875rem;
	}
}
.page-404 {
	background-color: #fd4a63;
}
.page-404 .footer__container,
.page-404 footer {
	background-color: transparent;
}
.page-404 .footer__container .footer--logo,
.page-404 .footer__container .icon-mz,
.page-404 footer .footer--logo,
.page-404 footer .icon-mz {
	display: none;
}
.page-404 .footer__container p,
.page-404 footer p {
	color: #fff;
	opacity: 0.7;
}
.page-404 .cell {
	position: relative;
}
.page-404 .bg__404 {
	max-width: 75%;
}
.page-404 .swiper-container {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	transform: translateY(-60%);
	height: auto;
}
.page-404 .swiper-container .swiper-wrapper {
	height: auto;
}
.page-404 .swiper-container .swiper-slide img {
	max-height: 800px;
}
.page-404 footer .mz_mark-footer {
	display: none;
}
.module__careers .show__less,
.module__careers .show__more {
	cursor: pointer;
	color: #fd4a63;
	position: relative;
	display: inline-block;
}
.module__careers .show__less:after,
.module__careers .show__more:after {
	right: -20px !important;
	left: auto !important;
	width: 14px !important;
	height: 14px !important;
	top: 1px !important;
}
.module__careers .show__more:after {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module__careers .show__more:after {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 42 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M28.5497 -0.999995L42 12.7516L42 17.2484L28.5497 31L21.438 31L34.5791 17.5621L-3.2455e-06 17.5621L-2.34956e-06 12.4379L34.6307 12.4379L21.438 -0.999996L28.5497 -0.999995Z' fill='%23FD4A63'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='42' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.module__careers .show__more:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.module__careers .show__less:after {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module__careers .show__less:after {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 42 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M28.5497 -0.999995L42 12.7516L42 17.2484L28.5497 31L21.438 31L34.5791 17.5621L-3.2455e-06 17.5621L-2.34956e-06 12.4379L34.6307 12.4379L21.438 -0.999996L28.5497 -0.999995Z' fill='%23FD4A63'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='42' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.module__careers .show__less:after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.module__careers .show__more-load {
	font-family: nn_ernestobold;
	font-weight: 700;
	font-size: 2.25rem;
}
.module__careers .show__more-load:after {
	right: -30px !important;
	left: auto !important;
	width: 27px !important;
	height: 27px !important;
	top: 8px !important;
}
.module__careers .career__title {
	font-size: 1.125rem;
}
.module__careers .category-nav {
	padding: 2.5rem 0;
}
.job__search {
	font-size: 1.5rem;
	position: relative;
	padding: 1.5625rem 0;
}
.job__search input {
	font-size: 1.5rem;
	color: #fd4a63;
	outline: 0;
	height: auto;
	border: none;
	border-bottom: 3px solid #fd4a63;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-bottom: 0;
}
.job__search input::-webkit-input-placeholder {
	color: #fd4a63;
}
.job__search input::-moz-placeholder {
	color: #fd4a63;
}
.job__search input:-ms-input-placeholder {
	color: #fd4a63;
}
.job__search input::-ms-input-placeholder {
	color: #fd4a63;
}
.job__search input::placeholder {
	color: #fd4a63;
}
.job__search input:focus {
	outline: 0;
	border: none;
	border-bottom: 2px solid #fd4a63;
	drop-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.job__search button {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: 0;
	top: 45%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
}
.job__search button:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.job__search button:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 42 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M28.5497 -0.999995L42 12.7516L42 17.2484L28.5497 31L21.438 31L34.5791 17.5621L-3.2455e-06 17.5621L-2.34956e-06 12.4379L34.6307 12.4379L21.438 -0.999996L28.5497 -0.999995Z' fill='%23FD4A63'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='42' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media print, screen and (min-width: 40em) {
	.job__search button {
		top: 50%;
		width: 50px;
		height: 50px;
	}
}
@media print, screen and (min-width: 40em) {
	.job__search {
		font-size: 3.375rem;
	}
	.job__search input {
		font-size: 3.375rem;
	}
}
.job__search-blue {
	margin-bottom: 3.125rem;
}
.job__search-blue input {
	font-size: 1.5rem;
	color: #fff;
	outline: 0;
	height: auto;
	border: none;
	border-bottom: 3px solid #3ca9e7;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-bottom: 0;
	background: 0 0;
}
.job__search-blue input::-webkit-input-placeholder {
	color: #fff;
}
.job__search-blue input::-moz-placeholder {
	color: #fff;
}
.job__search-blue input:-ms-input-placeholder {
	color: #fff;
}
.job__search-blue input::-ms-input-placeholder {
	color: #fff;
}
.job__search-blue input::placeholder {
	color: #fff;
}
.job__search-blue input:focus {
	background: 0 0;
	outline: 0;
	border: none;
	border-bottom: 2px solid #3ca9e7;
	drop-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media print, screen and (min-width: 40em) {
	.job__search-blue input {
		font-size: 3.375rem;
	}
	.job__search-blue input input {
		font-size: 3.375rem;
	}
}
.job__search-blue button {
	position: absolute;
	right: 0;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
}
.job__search-blue button:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.job__search-blue button:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 42 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M28.5497 -0.999995L42 12.7516L42 17.2484L28.5497 31L21.438 31L34.5791 17.5621L-3.2455e-06 17.5621L-2.34956e-06 12.4379L34.6307 12.4379L21.438 -0.999996L28.5497 -0.999995Z' fill='%233CA9E7'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='42' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media print, screen and (min-width: 40em) {
	.job__search-blue button {
		top: 50%;
		width: 50px;
		height: 50px;
	}
}
:root {
	--radius: 0;
	--baseFg: getColor("primary-red");
	--baseBg: getColor("primary-red");
	--accentFg: getColor("primary-red");
	--accentBg: getColor("primary-red");
}
select {
	background-origin: border-box;
	font-size: 1.75rem;
	height: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #fd4a63;
	border: 1px solid #fd4a63;
	line-height: 1;
	outline: 0;
	padding: 0.65em 2.5em 0.55em 0.75em;
	border-radius: var(--radius);
	background-color: var(--baseBg);
	background-image: linear-gradient(var(--baseFg), var(--baseFg)),
		linear-gradient(-135deg, transparent 50%, var(--accentBg) 50%),
		linear-gradient(-225deg, transparent 50%, var(--accentBg) 50%),
		linear-gradient(var(--accentBg) 42%, var(--accentFg) 42%);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 1px 100%, 20px 22px, 20px 22px, 20px 100%;
	background-position: right 20px center, right bottom, right bottom,
		right bottom;
}
select:hover {
	background-image: linear-gradient(var(--accentFg), var(--accentFg)),
		linear-gradient(-135deg, transparent 50%, var(--accentFg) 50%),
		linear-gradient(-225deg, transparent 50%, var(--accentFg) 50%),
		linear-gradient(var(--accentFg) 42%, var(--accentBg) 42%);
	border-color: var(--accentFg);
}
select:active {
	background-image: linear-gradient(var(--accentFg), var(--accentFg)),
		linear-gradient(-135deg, transparent 50%, var(--accentFg) 50%),
		linear-gradient(-225deg, transparent 50%, var(--accentFg) 50%),
		linear-gradient(var(--accentFg) 42%, var(--accentBg) 42%);
	border-color: var(--accentFg) !important;
	background-color: var(--accentFg);
}
.category__dropdown {
	position: relative;
}
.category__dropdown:after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid red;
	position: absolute;
	top: 40%;
	right: 15px;
	content: "";
	z-index: 98;
	display: block;
}
header {
	position: fixed !important;
	width: 100%;
	z-index: 99;
}
header .sticky {
	width: 100%;
}
header .mobile__logo {
	position: relative;
	width: 345px;
	height: 41px;
}
header .mobile__logo:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
header .mobile__logo:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 288 34'%3E %3Cg%3E %3Cg%3E %3Cpolygon fill='white' points='20.4,14.9 30.4,14.9 30.4,33.5 35.6,33.5 35.6,9.9 25.5,9.9'/%3E %3Crect fill='white' y='9.9' width='5.2' height='23.6'/%3E %3Cpolygon fill='white' points='10.3,9.9 5.2,14.9 15.2,14.9 15.2,33.5 20.4,33.5 20.4,14.9 20.4,9.9'/%3E %3Cpath fill='white' d='M58.5,13.1c-1.3-1.9-4.2-3.6-7.6-3.6c-6.5,0-11.4,5.5-11.4,12.3s4.9,12.3,11.4,12.3c3.4,0,6.2-1.8,7.6-3.6v3.2h5.2V9.9h-5.2V13.1z M51.9,29.3c-4.2,0-7-3.3-7-7.6s2.8-7.6,7-7.6s7,3.3,7,7.6C59,26,56.1,29.3,51.9,29.3z'/%3E %3Cpolygon fill='white' points='69.3,33.5 85.5,33.5 85.5,28.5 74.5,28.5 74.5,14.9 85.5,14.9 85.5,9.9 69.3,9.9'/%3E %3Cpolygon fill='white' points='95,0 89.8,0 89.8,33.5 95,33.5 95,14.9 106.1,14.9 106.1,33.5 111.3,33.5 111.3,9.9 95,9.9'/%3E %3Crect fill='white' x='116.5' y='9.9' width='5.2' height='23.6'/%3E %3Cpolygon fill='white' points='132.2,14.9 143.3,14.9 143.3,33.5 148.5,33.5 148.5,9.9 137.3,9.9'/%3E %3Cpolygon fill='white' points='127,9.9 127,33.5 132.2,33.5 132.2,14.9 132.2,9.9'/%3E %3Cpath fill='white' d='M176.2,21.1c0-7.6-5.2-11.7-11.4-11.7c-7.2,0-12.3,5.3-12.3,12.3c0,7.2,5.2,12.3,12.3,12.3c5,0,8.7-2.1,10.8-5.5l-4-2.8c-1.2,2.1-3.5,3.6-6.8,3.6c-3.9,0-7-2.6-7.3-6.4h18.6C176.2,22.1,176.2,21.7,176.2,21.1z M157.8,19.1c0.7-3.5,3.8-5.3,6.8-5.3s5.8,1.8,6.3,5.3H157.8z'/%3E %3Cpolygon fill='white' points='116.5,5.9 122.5,0 116.5,0'/%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Cpath fill='white' d='M209.8,33.5h23.6V9.9h-23.6V33.5z M215,14.9h13.2v13.5H215L215,14.9L215,14.9z'/%3E %3Cpolygon fill='white' points='244,14.9 255.1,14.9 255.1,33.5 260.3,33.5 260.3,9.9 249.1,9.9'/%3E %3Cpolygon fill='white' points='238.8,9.9 238.8,33.5 244,33.5 244,14.9 244,9.9'/%3E %3Cpath fill='white' d='M288,21.1c0-7.6-5.2-11.7-11.4-11.7c-7.2,0-12.3,5.3-12.3,12.3c0,7.2,5.2,12.3,12.3,12.3c5,0,8.7-2.1,10.8-5.5l-4-2.8c-1.2,2.1-3.5,3.6-6.8,3.6c-3.9,0-7-2.6-7.3-6.4h18.6C288,22.1,288,21.7,288,21.1z M269.6,19.1c0.7-3.5,3.8-5.3,6.8-5.3s5.8,1.8,6.3,5.3H269.6z'/%3E %3C/g%3E %3Cpolygon fill='white' points='205.5,14.9 205.5,9.9 186.6,9.9 186.6,14.9 199.6,14.9 199.6,20.9'/%3E %3Cpolygon fill='white' points='192.3,22.6 186.4,28.5 186.4,33.5 205.9,33.5 205.9,28.5 192.3,28.5'/%3E %3C/g%3E %3C/g%3E%3C/svg%3E");
}
header .desktop__logo {
	position: relative;
	width: 230px;
	height: 84px;
}
header .desktop__logo:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
header .desktop__logo:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 176.2 64.4'%3E %3Cg%3E %3Cg%3E %3Cpolygon fill='white' points='20.4,14.9 30.4,14.9 30.4,33.5 35.6,33.5 35.6,9.9 25.5,9.9'/%3E %3Crect fill='white' y='9.9' width='5.2' height='23.6'/%3E %3Cpolygon fill='white' points='10.3,9.9 5.2,14.9 15.2,14.9 15.2,33.5 20.4,33.5 20.4,14.9 20.4,9.9'/%3E %3Cpath fill='white' d='M58.5,13.1c-1.3-1.9-4.2-3.6-7.6-3.6c-6.5,0-11.4,5.5-11.4,12.3s4.9,12.3,11.4,12.3c3.4,0,6.2-1.8,7.6-3.6v3.2h5.2V9.9h-5.2V13.1z M51.9,29.3c-4.2,0-7-3.3-7-7.6s2.8-7.6,7-7.6s7,3.3,7,7.6C59,26,56.1,29.3,51.9,29.3z'/%3E %3Cpolygon fill='white' points='69.3,33.5 85.5,33.5 85.5,28.5 74.5,28.5 74.5,14.9 85.5,14.9 85.5,9.9 69.3,9.9'/%3E %3Cpolygon fill='white' points='95,0 89.8,0 89.8,33.5 95,33.5 95,14.9 106.1,14.9 106.1,33.5 111.3,33.5 111.3,9.9 95,9.9'/%3E %3Crect fill='white' x='116.5' y='9.9' width='5.2' height='23.6'/%3E %3Cpolygon fill='white' points='132.2,14.9 143.3,14.9 143.3,33.5 148.5,33.5 148.5,9.9 137.3,9.9'/%3E %3Cpolygon fill='white' points='127,9.9 127,33.5 132.2,33.5 132.2,14.9 132.2,9.9'/%3E %3Cpath fill='white' d='M176.2,21.1c0-7.6-5.2-11.7-11.4-11.7c-7.2,0-12.3,5.3-12.3,12.3c0,7.2,5.2,12.3,12.3,12.3c5,0,8.7-2.1,10.8-5.5l-4-2.8c-1.2,2.1-3.5,3.6-6.8,3.6c-3.9,0-7-2.6-7.3-6.4h18.6C176.2,22.1,176.2,21.7,176.2,21.1z M157.8,19.1c0.7-3.5,3.8-5.3,6.8-5.3s5.8,1.8,6.3,5.3H157.8z'/%3E %3Cpolygon fill='white' points='116.5,5.9 122.5,0 116.5,0'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='white' d='M23.4,63.9H47V40.3H23.4V63.9z M28.6,45.3h13.2v13.5H28.6V45.3z'/%3E %3Cpolygon fill='white' points='57.6,45.3 68.7,45.3 68.7,63.9 73.9,63.9 73.9,40.3 62.7,40.3'/%3E %3Cpolygon fill='white' points='52.4,40.3 52.4,63.9 57.6,63.9 57.6,45.3 57.6,40.3'/%3E %3Cpath fill='white' d='M101.6,51.5c0-7.6-5.2-11.7-11.4-11.7c-7.2,0-12.3,5.3-12.3,12.3c0,7.2,5.2,12.3,12.3,12.3c5,0,8.7-2.1,10.8-5.5l-4-2.8c-1.2,2.1-3.5,3.6-6.8,3.6c-3.9,0-7-2.6-7.3-6.4h18.6C101.6,52.5,101.6,52.1,101.6,51.5z M83.2,49.5c0.7-3.5,3.8-5.3,6.8-5.3s5.8,1.8,6.3,5.3H83.2z'/%3E %3C/g%3E %3Cpolygon fill='white' points='19.1,45.3 19.1,40.3 0.2,40.3 0.2,45.3 13.2,45.3 13.2,51.3'/%3E %3Cpolygon fill='white' points='5.9,53 0,58.9 0,63.9 19.5,63.9 19.5,58.9 5.9,58.9'/%3E %3C/g%3E%3C/svg%3E");
}
@media screen and (min-width: 23.4375em) and (max-width: 39.99875em) {
	header .desktop__logo {
		width: calc(230px / 2);
		height: calc(84px / 2);
	}
}
header .top-bar {
	background: 0 0;
}
header .site--logo a {
	padding: 0;
	opacity: 1 !important;
}
header #main-menu {
	display: none;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-transition: padding 0.2s ease-in;
	transition: padding 0.2s ease-in;
	font-size: 1.125rem;
}
@media print, screen and (min-width: 40em) {
	header #main-menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}
header #main-menu ul.menu {
	background-color: transparent;
	font-size: 1.125rem;
}
header #main-menu ul.menu li a {
	padding: 0.625rem 0.9375rem;
	color: inherit;
	-webkit-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1),
		text-shadow 0.1s;
	transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1), text-shadow 0.1s;
}
header #main-menu ul.menu li a:not(.button__default) {
	opacity: 0.7;
}
header #main-menu ul.menu li a.active,
header #main-menu ul.menu li a:hover {
	opacity: 1;
	text-shadow: 0 0 1px #fff, 0 0 1px #fff;
}
header #main-menu .button__default {
	text-align: center;
	font-size: 1.125rem;
	text-transform: uppercase;
}
header .machine-zone {
	-webkit-transition: height 0.2s ease-out 0.3s, opacity 0.3s ease;
	transition: height 0.2s ease-out 0.3s, opacity 0.3s ease;
}
header .machine-zone .zone {
	opacity: 0;
}
header .machine-zone .zone-large {
	opacity: 1;
}
header .sticky {
	background-color: transparent;
	-webkit-transition: background-color 0.1s ease-in;
	transition: background-color 0.1s ease-in;
}
header .sticky .mobile__logo {
	display: none;
}
header .sticky.is-stuck {
	background-color: #072a50;
}
header .sticky.is-stuck .top-bar {
	padding-top: 1.375rem;
	padding-bottom: 1.375rem;
}
header .sticky.is-stuck .mobile__logo {
	display: none;
}
@media print, screen and (min-width: 40em) {
	header .sticky.is-stuck .mobile__logo {
		display: block;
	}
}
header .sticky.is-stuck .desktop__logo {
	display: block;
}
@media print, screen and (min-width: 40em) {
	header .sticky.is-stuck .desktop__logo {
		display: none;
	}
}
header .sticky.is-stuck .machine-zone {
	-webkit-transition: height 0.2s ease-out 0s, opacity 0.3s ease;
	transition: height 0.2s ease-out 0s, opacity 0.3s ease;
}
header .sticky.is-stuck .machine-zone .zone-large {
	opacity: 0;
}
header .sticky.is-stuck .machine-zone .zone {
	opacity: 1;
	-webkit-transform: translate(39%, -40px);
	-ms-transform: translate(39%, -40px);
	transform: translate(39%, -40px);
}
header .sticky.is-anchored {
	position: fixed;
	background-color: transparent;
}
.top-bar {
	background: #072a50;
	color: #fff;
}
.page-404 .top-bar {
	background: 0 0;
}
.title-bar {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: 0 0;
}
.title-bar .menu-icon {
	width: 35px;
	height: 30px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
	transition: -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.2s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.2s cubic-bezier(1, 0, 0, 1),
		-webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
}
.title-bar .menu-icon:after {
	-webkit-box-shadow: 0 12px 0 #fefefe, 0 23px 0 #fefefe;
	box-shadow: 0 12px 0 #fefefe, 0 23px 0 #fefefe;
	height: 3px;
}
.title-bar .menu-icon:hover {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.title-bar .menu-icon:hover:after {
	background: #fff;
	-webkit-box-shadow: 0 12px 0 #fefefe, 0 23px 0 #fefefe;
	box-shadow: 0 12px 0 #fefefe, 0 23px 0 #fefefe;
}
.top-bar.expanded {
	height: 100vh;
	background: #072a50;
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}
.top-bar.expanded #main-menu {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.top-bar.expanded .menu {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
#mobileNav {
	display: none;
	overflow: hidden;
	background-color: #072a50;
	padding: 1.25rem 0;
	font-size: 1.5rem;
}
#mobileNav .close-button {
	font-family: Helvetica;
	font-weight: 100;
	-webkit-transition: all 0.2s cubic-bezier(1, 0, 0, 1);
	transition: all 0.2s cubic-bezier(1, 0, 0, 1);
}
#mobileNav .close-button:focus,
#mobileNav .close-button:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#mobileNav .menu {
	width: 100%;
	padding: 30px 0;
}
#mobileNav.is-open {
	display: block;
}
#mobileNav .menu {
	position: initial;
}
#mobileNav li a {
	color: #fff;
}
#mobileNav .button__default {
	position: absolute;
	bottom: 50px;
	z-index: 2;
	left: 0;
	right: 0;
	text-align: center;
}
#mobileNav .button__default:before {
	background-size: contain;
}
#mobileNav .mz_mark {
	right: 0;
	width: 90vh;
	height: auto;
	top: 0 !important;
	z-index: -1;
	-webkit-transform: translate(27%, 63%) rotate(90deg);
	-ms-transform: translate(27%, 63%) rotate(90deg);
	transform: translate(27%, 63%) rotate(90deg);
}
#mobileNav.menu-red {
	background-color: #fd4a63;
}
#mobileNav.menu-red .mz_mark:after {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#mobileNav.menu-red .mz_mark:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 288 128'%3E %3Cg%3E %3Cg%3E %3Cpolygon fill='%23CB333B' points='0,0 0,128 32,128 32,32 32,0'/%3E %3Cpolygon fill='%23CB333B' points='64,0 32,32 64,32 64,128 96,128 96,32 96,0'/%3E %3Cpolygon fill='%23CB333B' points='96,32 128,32 128,128 160,128 160,0 128,0'/%3E %3C/g%3E %3Cg%3E %3Cpolygon fill='%23CB333B' points='213.3,64 181.3,96 181.3,128 288,128 288,96 213.3,96'/%3E %3Cpolygon fill='%23CB333B' points='181.3,0 181.3,32 256,32 256,64 288,32 288,0'/%3E %3C/g%3E %3C/g%3E%3C/svg%3E");
}
#mobileNav.menu-red .button__default {
	color: #fd4a63 !important;
}
#mobileNav.menu-red .button__default:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#mobileNav.menu-red .button__default:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 271 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H270.5V42.2802L257.058 57C144.174 57 112.884 57 0 57V0Z' fill='white'/%3E%3C/svg%3E");
}
#mobileNav.menu-red .button__default:hover {
	text-shadow: 0 0 1px #fd4a63, 0 0 1px #fd4a63;
	color: #fd4a63 !important;
}
#mobileNav.menu-red .button__default:hover:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#mobileNav.menu-red .button__default:hover:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 271 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H270.5V42.2802L257.058 57C144.174 57 112.884 57 0 57V0Z' fill='%23CB333B'/%3E%3C/svg%3E");
}
#mobileNav.menu-chartreuse {
	background-color: #bfb800;
}
#mobileNav.menu-chartreuse .mz_mark:after {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#mobileNav.menu-chartreuse .mz_mark:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 288 128'%3E %3Cg%3E %3Cg%3E %3Cpolygon fill='%23EAE400' points='0,0 0,128 32,128 32,32 32,0'/%3E %3Cpolygon fill='%23EAE400' points='64,0 32,32 64,32 64,128 96,128 96,32 96,0'/%3E %3Cpolygon fill='%23EAE400' points='96,32 128,32 128,128 160,128 160,0 128,0'/%3E %3C/g%3E %3Cg%3E %3Cpolygon fill='%23EAE400' points='213.3,64 181.3,96 181.3,128 288,128 288,96 213.3,96'/%3E %3Cpolygon fill='%23EAE400' points='181.3,0 181.3,32 256,32 256,64 288,32 288,0'/%3E %3C/g%3E %3C/g%3E%3C/svg%3E");
}
#mobileNav.menu-chartreuse .button__default {
	color: #eae400 !important;
}
#mobileNav.menu-chartreuse .button__default:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#mobileNav.menu-chartreuse .button__default:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 271 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H270.5V42.2802L257.058 57C144.174 57 112.884 57 0 57V0Z' fill='white'/%3E%3C/svg%3E");
}
#mobileNav.menu-chartreuse .button__default:hover {
	text-shadow: 0 0 1px #eae400, 0 0 1px #eae400;
	color: #bfb800 !important;
}
#mobileNav.menu-chartreuse .button__default:hover:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#mobileNav.menu-chartreuse .button__default:hover:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 271 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H270.5V42.2802L257.058 57C144.174 57 112.884 57 0 57V0Z' fill='%23EAE400'/%3E%3C/svg%3E");
}
#mobileNav.menu-lb {
	background-color: #3ca9e7;
}
#mobileNav.menu-lb .mz_mark:after {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#mobileNav.menu-lb .mz_mark:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 288 128'%3E %3Cg%3E %3Cg%3E %3Cpolygon fill='%2371C5E8' points='0,0 0,128 32,128 32,32 32,0'/%3E %3Cpolygon fill='%2371C5E8' points='64,0 32,32 64,32 64,128 96,128 96,32 96,0'/%3E %3Cpolygon fill='%2371C5E8' points='96,32 128,32 128,128 160,128 160,0 128,0'/%3E %3C/g%3E %3Cg%3E %3Cpolygon fill='%2371C5E8' points='213.3,64 181.3,96 181.3,128 288,128 288,96 213.3,96'/%3E %3Cpolygon fill='%2371C5E8' points='181.3,0 181.3,32 256,32 256,64 288,32 288,0'/%3E %3C/g%3E %3C/g%3E%3C/svg%3E");
}
#mobileNav.menu-lb .button__default {
	color: #3ca9e7 !important;
}
#mobileNav.menu-lb .button__default:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#mobileNav.menu-lb .button__default:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 271 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H270.5V42.2802L257.058 57C144.174 57 112.884 57 0 57V0Z' fill='white'/%3E%3C/svg%3E");
}
#mobileNav.menu-lb .button__default:hover {
	text-shadow: 0 0 1px #71c5e8, 0 0 1px #71c5e8;
	color: #3ca9e7 !important;
}
#mobileNav.menu-lb .button__default:hover:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#mobileNav.menu-lb .button__default:hover:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 271 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H270.5V42.2802L257.058 57C144.174 57 112.884 57 0 57V0Z' fill='%233CA9E7'/%3E%3C/svg%3E");
}
a:hover {
	text-shadow: 0 0 1px #fff, 0 0 1px #fff;
}
.button__default,
.button__large {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-family: nn_ernestobold;
	color: #fff;
	padding: 0.625rem 1.875rem;
}
.button__default:before,
.button__large:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.button__default:before,
.button__large:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 271 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H270.5V42.2802L257.058 57C144.174 57 112.884 57 0 57V0Z' fill='%233CA9E7'/%3E%3C/svg%3E");
}
.button__default:focus,
.button__default:hover,
.button__large:focus,
.button__large:hover {
	color: #fff;
	-webkit-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1),
		text-shadow 0.1s;
	transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1), text-shadow 0.1s;
	text-shadow: 0 0 1px #fff, 0 0 1px #fff;
}
.button__default:before,
.button__large:before {
	top: 0;
	left: 0;
	z-index: 0;
	background-size: 100%;
}
.button__default span,
.button__large span {
	position: relative;
	z-index: 1;
}
.button__default.button-arrow,
.button__large.button-arrow {
	padding: 0.625rem 2.5rem 0.625rem 0;
}
.button__default.button-arrow:after,
.button__large.button-arrow:after {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.button__default.button-arrow:after,
.button__large.button-arrow:after {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 42 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M28.5497 -0.999995L42 12.7516L42 17.2484L28.5497 31L21.438 31L34.5791 17.5621L-3.2455e-06 17.5621L-2.34956e-06 12.4379L34.6307 12.4379L21.438 -0.999996L28.5497 -0.999995Z' fill='%233CA9E7'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='42' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.button__default.button-arrow:after,
.button__large.button-arrow:after {
	left: auto !important;
	width: 10% !important;
	right: 28px !important;
	top: 0;
}
.menu .button__default,
.menu .button__large {
	color: #fff !important;
	margin-left: 20px;
}
.menu .button__default:before,
.menu .button__large:before {
	z-index: -1;
}
.menu .button__default.active,
.menu .button__default:focus,
.menu .button__default:hover,
.menu .button__large.active,
.menu .button__large:focus,
.menu .button__large:hover {
	color: #3ca9e7 !important;
}
.menu .button__default.active:before,
.menu .button__default:focus:before,
.menu .button__default:hover:before,
.menu .button__large.active:before,
.menu .button__large:focus:before,
.menu .button__large:hover:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.menu .button__default.active:before,
.menu .button__default:focus:before,
.menu .button__default:hover:before,
.menu .button__large.active:before,
.menu .button__large:focus:before,
.menu .button__large:hover:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 271 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H270.5V42.2802L257.058 57C144.174 57 112.884 57 0 57V0Z' fill='white'/%3E%3C/svg%3E");
}
.module--secondary-blue .button__default,
.module--secondary-blue .button__large {
	color: #3ca9e7;
}
.module--secondary-blue .button__default:before,
.module--secondary-blue .button__large:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module--secondary-blue .button__default:before,
.module--secondary-blue .button__large:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 271 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H270.5V42.2802L257.058 57C144.174 57 112.884 57 0 57V0Z' fill='white'/%3E%3C/svg%3E");
}
.module--secondary-blue .button__default:focus,
.module--secondary-blue .button__default:hover,
.module--secondary-blue .button__large:focus,
.module--secondary-blue .button__large:hover {
	color: #fff;
}
.module--secondary-blue .button__default:focus:before,
.module--secondary-blue .button__default:hover:before,
.module--secondary-blue .button__large:focus:before,
.module--secondary-blue .button__large:hover:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module--secondary-blue .button__default:focus:before,
.module--secondary-blue .button__default:hover:before,
.module--secondary-blue .button__large:focus:before,
.module--secondary-blue .button__large:hover:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 271 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H270.5V42.2802L257.058 57C144.174 57 112.884 57 0 57V0Z' fill='%23004A98'/%3E%3C/svg%3E");
}
.module--red .button__default,
.module--red .button__large {
	color: #fd4a63;
}
.module--red .button__default:before,
.module--red .button__large:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module--red .button__default:before,
.module--red .button__large:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 271 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H270.5V42.2802L257.058 57C144.174 57 112.884 57 0 57V0Z' fill='white'/%3E%3C/svg%3E");
}
.module--red .button__default.button-arrow:after,
.module--red .button__large.button-arrow:after {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module--red .button__default.button-arrow:after,
.module--red .button__large.button-arrow:after {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 42 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M28.5497 -0.999995L42 12.7516L42 17.2484L28.5497 31L21.438 31L34.5791 17.5621L-3.2455e-06 17.5621L-2.34956e-06 12.4379L34.6307 12.4379L21.438 -0.999996L28.5497 -0.999995Z' fill='%23FD4A63'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='42' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.module--red .button__default:focus,
.module--red .button__default:hover,
.module--red .button__large:focus,
.module--red .button__large:hover {
	text-shadow: 0 0 1px #fd4a63, 0 0 1px #fd4a63;
	color: #fd4a63;
}
.module--red .button__default:focus:before,
.module--red .button__default:hover:before,
.module--red .button__large:focus:before,
.module--red .button__large:hover:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module--red .button__default:focus:before,
.module--red .button__default:hover:before,
.module--red .button__large:focus:before,
.module--red .button__large:hover:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 271 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H270.5V42.2802L257.058 57C144.174 57 112.884 57 0 57V0Z' fill='%23CB333B'/%3E%3C/svg%3E");
}
.module--chartreuse .button__default,
.module--chartreuse .button__large {
	color: #bfb800;
}
.module--chartreuse .button__default:before,
.module--chartreuse .button__large:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module--chartreuse .button__default:before,
.module--chartreuse .button__large:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 271 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H270.5V42.2802L257.058 57C144.174 57 112.884 57 0 57V0Z' fill='white'/%3E%3C/svg%3E");
}
.module--chartreuse .button__default.button-arrow:after,
.module--chartreuse .button__large.button-arrow:after {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module--chartreuse .button__default.button-arrow:after,
.module--chartreuse .button__large.button-arrow:after {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 42 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M28.5497 -0.999995L42 12.7516L42 17.2484L28.5497 31L21.438 31L34.5791 17.5621L-3.2455e-06 17.5621L-2.34956e-06 12.4379L34.6307 12.4379L21.438 -0.999996L28.5497 -0.999995Z' fill='%23BFB800'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='42' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.module--chartreuse .button__default:focus,
.module--chartreuse .button__default:hover,
.module--chartreuse .button__large:focus,
.module--chartreuse .button__large:hover {
	text-shadow: 0 0 1px #bfb800, 0 0 1px #bfb800;
	color: #bfb800;
}
.module--chartreuse .button__default:focus:before,
.module--chartreuse .button__default:hover:before,
.module--chartreuse .button__large:focus:before,
.module--chartreuse .button__large:hover:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module--chartreuse .button__default:focus:before,
.module--chartreuse .button__default:hover:before,
.module--chartreuse .button__large:focus:before,
.module--chartreuse .button__large:hover:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 271 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H270.5V42.2802L257.058 57C144.174 57 112.884 57 0 57V0Z' fill='%23EAE400'/%3E%3C/svg%3E");
}
.module--white .button__default:before,
.module--white .button__large:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module--white .button__default:before,
.module--white .button__large:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 271 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H270.5V42.2802L257.058 57C144.174 57 112.884 57 0 57V0Z' fill='%233CA9E7'/%3E%3C/svg%3E");
}
.module--white .button__default.button-arrow:after,
.module--white .button__large.button-arrow:after {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module--white .button__default.button-arrow:after,
.module--white .button__large.button-arrow:after {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 42 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M28.5497 -0.999995L42 12.7516L42 17.2484L28.5497 31L21.438 31L34.5791 17.5621L-3.2455e-06 17.5621L-2.34956e-06 12.4379L34.6307 12.4379L21.438 -0.999996L28.5497 -0.999995Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='42' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.module--white .button__default:focus,
.module--white .button__default:hover,
.module--white .button__large:focus,
.module--white .button__large:hover {
	color: #fff;
}
.module--white .button__default:focus:before,
.module--white .button__default:hover:before,
.module--white .button__large:focus:before,
.module--white .button__large:hover:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module--white .button__default:focus:before,
.module--white .button__default:hover:before,
.module--white .button__large:focus:before,
.module--white .button__large:hover:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 271 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H270.5V42.2802L257.058 57C144.174 57 112.884 57 0 57V0Z' fill='%23072A50'/%3E%3C/svg%3E");
}
.module--blue .button__default,
.module--blue .button__large {
	color: #0076ce;
}
.module--blue .button__default:before,
.module--blue .button__large:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module--blue .button__default:before,
.module--blue .button__large:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 271 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H270.5V42.2802L257.058 57C144.174 57 112.884 57 0 57V0Z' fill='white'/%3E%3C/svg%3E");
}
.module--blue .button__default.button-arrow:after,
.module--blue .button__large.button-arrow:after {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module--blue .button__default.button-arrow:after,
.module--blue .button__large.button-arrow:after {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 42 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M28.5497 -0.999995L42 12.7516L42 17.2484L28.5497 31L21.438 31L34.5791 17.5621L-3.2455e-06 17.5621L-2.34956e-06 12.4379L34.6307 12.4379L21.438 -0.999996L28.5497 -0.999995Z' fill='%230076CE'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='42' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.module--blue .button__default:focus,
.module--blue .button__default:hover,
.module--blue .button__large:focus,
.module--blue .button__large:hover {
	text-shadow: 0 0 1px #0076ce, 0 0 1px #0076ce;
	color: #0076ce;
}
.module--blue .button__default:focus:before,
.module--blue .button__default:hover:before,
.module--blue .button__large:focus:before,
.module--blue .button__large:hover:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module--blue .button__default:focus:before,
.module--blue .button__default:hover:before,
.module--blue .button__large:focus:before,
.module--blue .button__large:hover:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 271 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H270.5V42.2802L257.058 57C144.174 57 112.884 57 0 57V0Z' fill='%23072A50'/%3E%3C/svg%3E");
}
.module--red-dark .button__default,
.module--red-dark .button__large {
	color: #cb333b;
}
.module--red-dark .button__default:before,
.module--red-dark .button__large:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module--red-dark .button__default:before,
.module--red-dark .button__large:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 271 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H270.5V42.2802L257.058 57C144.174 57 112.884 57 0 57V0Z' fill='white'/%3E%3C/svg%3E");
}
.module--red-dark .button__default.button-arrow:after,
.module--red-dark .button__large.button-arrow:after {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module--red-dark .button__default.button-arrow:after,
.module--red-dark .button__large.button-arrow:after {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 42 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M28.5497 -0.999995L42 12.7516L42 17.2484L28.5497 31L21.438 31L34.5791 17.5621L-3.2455e-06 17.5621L-2.34956e-06 12.4379L34.6307 12.4379L21.438 -0.999996L28.5497 -0.999995Z' fill='%23CB333B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='42' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.module--red-dark .button__default:focus,
.module--red-dark .button__default:hover,
.module--red-dark .button__large:focus,
.module--red-dark .button__large:hover {
	text-shadow: 0 0 1px #cb333b, 0 0 1px #cb333b;
	color: #cb333b;
}
.module--red-dark .button__default:focus:before,
.module--red-dark .button__default:hover:before,
.module--red-dark .button__large:focus:before,
.module--red-dark .button__large:hover:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.module--red-dark .button__default:focus:before,
.module--red-dark .button__default:hover:before,
.module--red-dark .button__large:focus:before,
.module--red-dark .button__large:hover:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 271 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H270.5V42.2802L257.058 57C144.174 57 112.884 57 0 57V0Z' fill='%23FF8DA1'/%3E%3C/svg%3E");
}
.button__large {
	padding: 0.625rem 1.875rem 0.625rem 1.875rem;
	font-size: 30px;
	min-width: 270px;
	text-align: center;
}
.button-blue:focus:before,
.button-blue:hover:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.button-blue:focus:before,
.button-blue:hover:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 271 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H270.5V42.2802L257.058 57C144.174 57 112.884 57 0 57V0Z' fill='%23072A50'/%3E%3C/svg%3E");
}
.menu--stacked li a {
	color: #fff;
	padding: 0.2rem 1rem;
}
.module__scroll {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
	font-size: 1.5rem;
}
@media print, screen and (min-width: 23.4375em) {
	.module__scroll {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem;
	}
}
@media print, screen and (min-width: 40em) {
	.module__scroll {
		padding-top: 3.125rem;
		padding-bottom: 3.125rem;
	}
}
@media screen and (max-width: 63.99875em) {
	.module__scroll {
		margin-bottom: 20%;
	}
}
@media print, screen and (min-width: 40em) {
	.module__scroll {
		padding-bottom: 8% !important;
	}
}
.module__scroll a {
	padding: 0.25rem 0;
}
.module__scroll a:hover {
	color: #fff;
}
@media print, screen and (min-width: 40em) {
	.module__scroll a {
		padding: 0.25rem 1rem;
	}
}
.menu-scroll {
	padding-top: 0.9375rem;
	padding-bottom: 0.9375rem;
}
@media print, screen and (min-width: 23.4375em) {
	.menu-scroll {
		padding-top: 0.9375rem;
		padding-bottom: 0.9375rem;
	}
}
@media print, screen and (min-width: 40em) {
	.menu-scroll {
		padding-top: 1.5625rem;
		padding-bottom: 1.5625rem;
	}
}
@media print, screen and (min-width: 40em) {
	.menu-scroll {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 1.5rem;
	}
}
.menu-scroll a {
	color: #44aae4;
}
.reveal {
	overflow: visible;
}
.close-button,
.round-button {
	position: absolute;
	right: 0.625rem;
	top: auto;
	z-index: 9999;
	color: #fff;
}
.reveal-team:before {
	position: absolute;
	bottom: -100%;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	background: -webkit-gradient(
		left top,
		right bottom,
		color-stop(0, #fff),
		color-stop(50%, #fff),
		color-stop(50%, #eae400),
		color-stop(100%, #eae400)
	);
	background: linear-gradient(
		160deg,
		#fff 0,
		#fff 50%,
		#eae400 50%,
		#eae400 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eae400', GradientType=1);
}
.reveal-team.init:before {
	bottom: 0;
}
#team__modal {
	padding: 0;
}
footer {
	overflow: hidden;
	background-color: #3ca9e7;
	color: #fff;
	position: relative;
	font-size: 1.125rem;
}
footer .footer__container {
	padding-top: 15rem;
	padding-bottom: 3.75rem;
	background-color: #072a50;
}
@media print, screen and (min-width: 23.4375em) {
	footer .footer__container {
		padding-top: 15rem;
	}
}
@media print, screen and (min-width: 40em) {
	footer .footer__container {
		padding-top: 25rem;
	}
}
@media print, screen and (min-width: 23.4375em) {
	footer .footer__container {
		padding-bottom: 3.75rem;
	}
}
@media print, screen and (min-width: 40em) {
	footer .footer__container {
		padding-bottom: 6.25rem;
	}
}
@media print, screen and (min-width: 40em) {
	footer .footer__container {
		padding-top: 11.25rem;
	}
}
@media print, screen and (min-width: 40em) and (min-width: 23.4375em) {
	footer .footer__container {
		padding-top: 11.25rem;
	}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
	footer .footer__container {
		padding-top: 18.75rem;
	}
}
footer .footer--logo {
	padding-bottom: 1.40625rem;
}
@media print, screen and (min-width: 23.4375em) {
	footer .footer--logo {
		padding-bottom: 1.40625rem;
	}
}
@media print, screen and (min-width: 40em) {
	footer .footer--logo {
		padding-bottom: 2.34375rem;
	}
}
@media print, screen and (min-width: 40em) {
	footer .footer--logo {
		padding-bottom: 0.9375rem;
	}
}
@media print, screen and (min-width: 40em) and (min-width: 23.4375em) {
	footer .footer--logo {
		padding-bottom: 0.9375rem;
	}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
	footer .footer--logo {
		padding-bottom: 1.5625rem;
	}
}
@media screen and (max-width: 63.99875em) {
	footer .footer--logo img {
		max-width: 320px;
		width: 72vw;
	}
}
footer .footer--nav {
	font-size: 0.75rem;
}
footer .footer--nav .menu {
	padding-bottom: 0;
}
footer .grid-container {
	position: relative;
	z-index: 2;
}
footer p {
	margin-bottom: 0;
	color: #3ca9e7;
}
footer .menu {
	padding-top: 0.9375rem;
	padding-bottom: 0.9375rem;
}
@media print, screen and (min-width: 23.4375em) {
	footer .menu {
		padding-top: 0.9375rem;
		padding-bottom: 0.9375rem;
	}
}
@media print, screen and (min-width: 40em) {
	footer .menu {
		padding-top: 1.5625rem;
		padding-bottom: 1.5625rem;
	}
}
@media print, screen and (min-width: 40em) {
	footer .menu {
		padding-top: 0.46875rem;
		padding-bottom: 0.46875rem;
	}
}
@media print, screen and (min-width: 40em) and (min-width: 23.4375em) {
	footer .menu {
		padding-top: 0.46875rem;
		padding-bottom: 0.46875rem;
	}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
	footer .menu {
		padding-top: 0.78125rem;
		padding-bottom: 0.78125rem;
	}
}
footer .menu-links a {
	-webkit-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1),
		text-shadow 0.1s;
	transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1), text-shadow 0.1s;
	opacity: 0.7;
}
footer .menu-links a:hover {
	opacity: 1;
}
footer .module__angle polygon {
	fill: #072a50;
}
footer .mz_mark-rotate {
	width: 135% !important;
	top: 0 !important;
	height: auto !important;
	bottom: 0 !important;
	-webkit-transform: translate(-32%, -26%) rotate(-90deg) !important;
	-ms-transform: translate(-32%, -26%) rotate(-90deg) !important;
	transform: translate(-32%, -26%) rotate(-90deg) !important;
}
@media print, screen and (min-width: 40em) {
	footer .mz_mark-rotate {
		width: 55% !important;
		bottom: 0 !important;
		-webkit-transform: translate(15%, -25%) rotate(-90deg) !important;
		-ms-transform: translate(15%, -25%) rotate(-90deg) !important;
		transform: translate(15%, -25%) rotate(-90deg) !important;
	}
}
.page-404 footer .mz_mark {
	display: none;
}
.page-404 footer .icon-twitter:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.page-404 footer .icon-twitter:before {
background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style='enable-background:new 0 0 48 48;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M46.1,14.7c-1.3-3-3-5.6-5.1-7.7c-2.2-2.1-4.7-3.8-7.7-5.1C30.4,0.6,27.3,0,24,0s-6.4,0.6-9.4,1.9 C11.7,3.2,9.1,4.9,7,7c-2.1,2.2-3.8,4.7-5.1,7.7C0.6,17.6,0,20.7,0,24s0.6,6.4,1.9,9.4c1.3,2.9,3,5.5,5.1,7.6s4.6,3.8,7.6,5.1 c3,1.3,6.2,1.9,9.4,1.9s6.3-0.6,9.3-1.9c3-1.3,5.6-3,7.7-5.1s3.8-4.6,5.1-7.6c1.3-3,1.9-6.2,1.9-9.4S47.4,17.7,46.1,14.7z M29.5,37.8l-7.4-10.7l-9.2,10.7h-2.4L21,25.5L10.5,10.2h8l7,10.1l8.7-10.1h2.4L26.6,21.9h0l10.9,15.9H29.5z'/%3E%3Cpolygon class='st0' points='24.3,21.8 17.4,12 13.7,12 22.2,24.2 23.3,25.7 23.3,25.7 30.6,36.1 34.2,36.1 25.3,23.3 '/%3E%3C/g%3E%3C/svg%3E%0A");}
.page-404 footer .icon-linkedin:before {
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.page-404 footer .icon-linkedin:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' %3E%3Cpath fill='white' d='M14.6,1.9C17.6,0.6,20.7,0,24,0s6.4,0.6,9.3,1.9c3,1.3,5.5,3,7.7,5.1c2.1,2.1,3.8,4.7,5.1,7.7c1.3,3,1.9,6.1,1.9,9.3s-0.6,6.4-1.9,9.4c-1.3,3-3,5.5-5.1,7.6c-2.1,2.1-4.7,3.8-7.7,5.1c-3,1.3-6.1,1.9-9.3,1.9s-6.4-0.6-9.4-1.9c-3-1.3-5.5-3-7.6-5.1c-2.1-2.1-3.8-4.7-5.1-7.6C0.6,30.4,0,27.3,0,24s0.6-6.4,1.9-9.3c1.3-3,3-5.5,5.1-7.7C9.1,4.9,11.7,3.2,14.6,1.9z M14,16c1.2,0,2.2-0.3,2.9-1c0.7-0.7,1.1-1.5,1.1-2.5c0-1-0.4-1.9-1.1-2.5c-0.7-0.7-1.7-1-2.9-1c-1.2,0-2.1,0.3-2.9,1c-0.7,0.7-1.1,1.5-1.1,2.5c0,1,0.4,1.8,1.1,2.5C11.8,15.7,12.8,16,14,16L14,16z M17,36V19h-6v17H17z M39,36v-9c0-2.8-0.6-4.9-1.9-6.6c-1.3-1.6-3-2.4-5.1-2.4c-1.2,0-2.2,0.3-3.1,1c-0.9,0.6-1.5,1.5-1.9,2.6L26.8,19h-6l0.2,4v13h6v-9c0-1.2,0.3-2.2,0.8-2.9C28.3,23.4,29,23,30,23c1,0,1.7,0.3,2.2,0.9c0.5,0.6,0.8,1.6,0.8,3.1v9H39z'/%3E%3C/svg%3E");
}
.page-404 footer .footer__container {
	padding-top: 50px;
}
.module__filter {
	padding-bottom: 20px;
}
.module__filter [data-filter] {
	cursor: pointer;
}
.module__filter .filter__item.show {
	display: none;
}
.module__filter .filter__item.hide {
	display: block;
}
.module__filter .module__filter-filter.active {
	font-weight: 700;
}
.module__filter .the-sizer {
	width: 100%;
}


.wrap-collapsible input[type="checkbox"] {
	display: none;
}

.lbl-toggle {
	display: block;
	font-size: inherit;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.25s ease-out;
	margin-bottom: 10px !important;
	color: #1779ba;
}

.lbl-toggle:hover {
	color: #1468a0;
}

.lbl-toggle::before {
	content: " ";
	display: inline-block;

	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid currentColor;
	vertical-align: middle;
	margin-right: 0.7rem;
	transform: translateY(-2px);
	transition: transform 0.2s ease-out;
}

.toggle:checked + .lbl-toggle::before {
	transform: rotate(90deg) translateX(-3px);
}

.collapsible-content {
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.25s;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
	max-height: 6000px;
}

@media print, screen and (max-width: 375px) {
	.h1,
	h1 {
		font-size: 1.75rem;
	}
}