@charset "UTF-8";
@keyframes bkg-shimmer {
	0% {
		background-position: 0 0
	}
	to {
		background-position: 100% 0
	}
}

@font-face {
	font-family: 'Roboto';
	font-display: swap;
	src: url(../fonts/fa-brands-400.woff) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff")
}

@font-face {
	font-family: 'Calibre-Semibold';
	font-display: swap;
	src: url(../fonts/fa-brands-400.woff) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff")
}

html {
	box-sizing: border-box
}

*,
::after,
::before {
	box-sizing: inherit
}


/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */

@keyframes spinAround {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(359deg)
	}
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Calibre-Regular", Arial, sans-serif;
	font-size: 1.125em;
	line-height: 1.5;
	min-height: 100%;
	overflow-y: scroll
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

progress,
sub,
sup {
	vertical-align: baseline
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	color: #73bd42;
	text-decoration: none
}

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

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

b,
strong {
	font-weight: bolder
}

dfn,
img {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none;
	max-width: 100%;
	vertical-align: middle
}

svg:not(:root) {
	overflow: hidden
}

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

hr {
	box-sizing: content-box;
	height: 0
}

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

optgroup {
	font-weight: 700
}

button,
hr,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

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

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54
}

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

body,
dl,
legend,
pre {
	margin: 0;
	padding: 0
}

blockquote,
dd,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
ul {
	padding: 0
}

li>ol,
li>ul {
	margin-bottom: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%
}

address,
pre dl,
table {
	margin-bottom: 27px;
	margin-bottom: 1.5rem
}

fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
ul {
	margin: 0 0 27px;
	margin-bottom: 1.5rem
}

fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0
}

dd,
ol,
ul {
	margin-left: 1.5rem
}

dd {
	margin: 0 0 0 27px
}

ol,
ul {
	margin-left: 27px
}

h1 {
	font-size: 72px;
	font-size: 4rem;
	line-height: 1.1
}

h2,
h5 {
	font-size: 52px;
	font-size: 2.88889rem;
	line-height: 1.25
}

h3,
h4 {
	font-size: 36px;
	font-size: 2rem;
	line-height: 1.5
}

h4 {
	font-size: 28px;
	font-size: 1.55556rem
}

h5 {
	font-size: 23.999px;
	font-size: 1.33333rem
}

h6 {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.33
}

.table-inline td,
.table-inline th,
[colspan] {
	text-align: center
}

[colspan="1"] {
	text-align: left
}

[rowspan] {
	vertical-align: middle
}

[rowspan="1"] {
	vertical-align: top
}

label,
select,
textarea {
	display: block
}

blockquote,
blockquote cite {
	font-family: "Calibre-Regular", Arial, sans-serif
}

blockquote {
	margin: 54px 0 54px 27px;
	margin: 3rem 0 3rem 1.5rem;
	padding-left: 14px;
	padding-left: .77778rem;
	border-left: 3.5px solid #4d64ff;
	max-width: 75ch;
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.5
}

blockquote cite {
	letter-spacing: 1px;
	letter-spacing: .05556rem;
	font-size: 14px;
	font-size: .77778rem;
	line-height: 1.92857;
	color: #6f707b;
	font-style: normal;
	text-transform: uppercase
}

img[height],
img[width] {
	max-width: none
}

.table.\--numerical {
	text-align: right
}

.table.\--spacing-xxs td,
.table.\--spacing-xxs th {
	padding: 7px;
	padding: .38889rem
}

.table.\--spacing-xs td,
.table.\--spacing-xs th {
	padding: 14px;
	padding: .77778rem
}

.table.\--spacing-sm td,
.table.\--spacing-sm th {
	padding: 19.999px;
	padding: 1.11111rem
}

.table.\--spacing-nm td,
.table.\--spacing-nm th {
	padding: 27px;
	padding: 1.5rem
}

.table.\--spacing-md td,
.table.\--spacing-md th {
	padding: 34px;
	padding: 1.88889rem
}

.table.\--spacing-lg td,
.table.\--spacing-lg th {
	padding: 41px;
	padding: 2.27778rem
}

.table.\--spacing-xl td,
.table.\--spacing-xl th {
	padding: 54px;
	padding: 3rem
}

.table.\--bordered td,
.table.\--bordered th {
	border: 1px solid #cfcfd4
}

.table.\--bordered-rows td,
.table.\--bordered-rows th {
	border-bottom: 1px solid #cfcfd4
}

.table.\--bordered-columns {
	border-left: 1px solid #cfcfd4
}

.table.\--bordered-columns td,
.table.\--bordered-columns th {
	border-right: 1px solid #cfcfd4
}

.table.\--striped tbody tr:nth-of-type(odd),
.table.\--striped-even tbody tr:nth-of-type(even),
.table.\--striped-odd tbody tr:nth-of-type(odd) {
	background-color: #e9e9ec
}

.table.\--fixed {
	table-layout: fixed
}

.table-container {
	display: block;
	max-width: 100%;
	overflow: auto
}

.list-bare,
.list-inline {
	list-style: none;
	margin-left: 0
}

.list-inline__item {
	display: inline-block
}

.list-inline-flex {
	list-style: none;
	margin-left: 0
}

.list-inline-flex__item {
	display: inline-flex
}

.multi-column-list {
	list-style: none;
	margin-left: 0;
	column-gap: 1.11111rem;
	column-width: 30.55556rem;
	column-count: 2
}

.multi-column-list.\--three-column {
	column-width: 20rem;
	column-count: 3
}

.multi-column-list.\--four-column {
	column-width: 14.72222rem;
	column-count: 4
}

.multi-column-list.\--five-column {
	column-width: 11.55556rem;
	column-count: 5
}

.multi-column-list.\--six-column {
	column-width: 9.44444rem;
	column-count: 6
}

@media (max-width:39.9375em) {
	.multi-column-list.\--mobile-full-width {
		column-count: 1;
		column-width: auto
	}
}

.media {
	align-items: flex-start;
	display: flex
}

.media__figure {
	margin-right: 27px;
	margin-right: 1.5rem;
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 0
}

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

.media__body>:last-child {
	margin-bottom: 0
}

.media.\--align-middle {
	align-items: center
}

.media.\--align-bottom {
	align-items: flex-end
}

.media.\--flush>.media__figure {
	margin-left: 0;
	margin-right: 0
}

.media.\--reverse>.media__figure {
	margin-left: 27px;
	margin-left: 1.5rem;
	margin-right: 0;
	order: 1
}

.media.\--xxs .media__figure {
	margin-right: 7px;
	margin-right: .38889rem
}

.media.\--xxs.\--reverse>.media__figure {
	margin-left: 7px;
	margin-left: .38889rem;
	margin-right: 0
}

.media.\--xs .media__figure {
	margin-right: 14px;
	margin-right: .77778rem
}

.media.\--xs.\--reverse>.media__figure {
	margin-left: 14px;
	margin-left: .77778rem;
	margin-right: 0
}

.media.\--sm .media__figure {
	margin-right: 19.999px;
	margin-right: 1.11111rem
}

.media.\--sm.\--reverse>.media__figure {
	margin-left: 19.999px;
	margin-left: 1.11111rem;
	margin-right: 0
}

.media.\--md .media__figure {
	margin-right: 34px;
	margin-right: 1.88889rem
}

.media.\--md.\--reverse>.media__figure {
	margin-left: 34px;
	margin-left: 1.88889rem;
	margin-right: 0
}

.media.\--lg .media__figure {
	margin-right: 41px;
	margin-right: 2.27778rem
}

.media.\--lg.\--reverse>.media__figure {
	margin-left: 41px;
	margin-left: 2.27778rem;
	margin-right: 0
}

.media.\--xl .media__figure {
	margin-right: 54px;
	margin-right: 3rem
}

.media.\--xl.\--reverse>.media__figure {
	margin-left: 54px;
	margin-left: 3rem;
	margin-right: 0
}

@media (max-width:34.375em) {
	.media.\--mobile-stacked {
		display: block
	}
	.media.\--mobile-stacked>.media__figure {
		margin-bottom: 27px;
		margin-bottom: 1.5rem;
		margin-left: 0;
		margin-right: 0
	}
}

.box {
	padding: 27px;
	padding: 1.5rem;
	display: block;
	position: relative
}

.box.\--flush {
	padding: 0
}

.box.\--xxs {
	padding: 7px;
	padding: .38889rem
}

.box.\--xs {
	padding: 14px;
	padding: .77778rem
}

.box.\--sm {
	padding: 19.999px;
	padding: 1.11111rem
}

.box.\--md {
	padding: 34px;
	padding: 1.88889rem
}

.box.\--lg {
	padding: 41px;
	padding: 2.27778rem
}

.box.\--xl {
	padding: 54px;
	padding: 3rem
}

.box>:last-child {
	margin-bottom: 0
}

.grid {
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	margin: 0;
	padding: 0
}

.grid.\--align-center {
	justify-content: center
}

.grid.\--align-right {
	justify-content: flex-end
}

.grid.\--align-middle {
	align-items: center
}

.grid.\--align-bottom {
	align-items: flex-end
}

.grid.\--fit>.grid-cell {
	flex: 1 1 0%
}

.grid.\--equal-height>.grid-cell {
	display: flex
}

.grid.\--with-gutter {
	margin: 0 -10px;
	margin: 0 -.55556rem
}

.grid.\--with-gutter>.grid-cell {
	padding: 0 10px;
	padding: 0 .55556rem
}

.grid-cell {
	box-sizing: inherit;
	flex-basis: 100%;
	min-width: 0
}

.grid-cell.\--center {
	margin: 0 auto
}

.button,
.page-wrapper {
	padding-right: 14px;
	padding-right: .77778rem;
	padding-left: 14px;
	padding-left: .77778rem
}

.page-wrapper {
	max-width: 1188px;
	max-width: 66rem;
	margin-left: auto;
	margin-right: auto
}

.page-wrapper::after {
	clear: both!important;
	content: ""!important;
	display: block!important
}

.button {
	letter-spacing: 1px;
	letter-spacing: .05556rem;
	padding-top: 10px;
	padding-top: .55556rem;
	padding-bottom: 10px;
	padding-bottom: .55556rem;
	-webkit-appearance: none;
	background-color: transparent;
	border-color: transparent;
	border-radius: 0;
	border-style: solid;
	border-width: 0;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	line-height: normal;
	margin: 0;
	overflow: visible;
	text-align: center;
	text-decoration: none;
	transition: background-color 150ms ease-in, color 150ms ease-in;
	vertical-align: middle;
	white-space: normal
}

.button.\--primary {
	font-size: 16px;
	font-size: .88889rem;
	line-height: 1.6875;
	background-color: #73bd42;
	color: #fff;
	transition: background-color 250ms cubic-bezier(.17, .67, .44, .89), color 250ms cubic-bezier(.17, .67, .44, .89);
	font-family: "Calibre-Semibold", Arial, sans-serif;
	text-transform: uppercase
}

.button.\--primary:active,
.button.\--primary:focus,
.button.\--primary:hover {
	background-color: #202020;
	color: #fff
}

.button.\--secondary {
	font-size: 16px;
	font-size: .88889rem;
	line-height: 1.6875;
	padding-top: 5.999px;
	padding-top: .33333rem;
	padding-right: 10px;
	padding-right: .55556rem;
	padding-bottom: 5.999px;
	padding-bottom: .33333rem;
	padding-left: 10px;
	padding-left: .55556rem;
	border-width: 3.999px;
	border-width: .22222rem;
	border-color: #ffce48;
	border-style: solid;
	background-color: #fff;
	color: #202020;
	transition: background-color 250ms cubic-bezier(.17, .67, .44, .89), color 250ms cubic-bezier(.17, .67, .44, .89);
	font-family: "Calibre-Semibold", Arial, sans-serif;
	text-transform: uppercase
}

.button.\--secondary:active,
.button.\--secondary:focus,
.button.\--secondary:hover {
	background-color: #ffce48;
	color: #202020
}

.button.\--secondary.\--small {
	border-width: 3px;
	border-width: .16667rem;
	padding-top: 3.999px;
	padding-top: .22222rem;
	padding-right: 10.999px;
	padding-right: .61111rem;
	padding-bottom: 3.999px;
	padding-bottom: .22222rem;
	padding-left: 10.999px;
	padding-left: .61111rem
}

.button.\--action {
	font-size: 16px;
	font-size: .88889rem;
	line-height: 1.6875;
	background-color: #43c86a;
	color: #202020;
	transition: background-color 250ms cubic-bezier(.17, .67, .44, .89), color 250ms cubic-bezier(.17, .67, .44, .89);
	font-family: "Calibre-Semibold", Arial, sans-serif;
	text-transform: uppercase
}

.button.\--action:active,
.button.\--action:focus,
.button.\--action:hover {
	background-color: #202020;
	color: #fff
}

.button.\--ghost {
	font-size: 16px;
	font-size: .88889rem;
	line-height: 1.6875;
	padding-top: 5.999px;
	padding-top: .33333rem;
	padding-right: 10px;
	padding-right: .55556rem;
	padding-bottom: 5.999px;
	padding-bottom: .33333rem;
	padding-left: 10px;
	padding-left: .55556rem;
	border-width: 3.999px;
	border-width: .22222rem;
	border-color: #4d64ff;
	border-style: solid;
	color: #202020;
	transition: background-color 250ms cubic-bezier(.17, .67, .44, .89), color 250ms cubic-bezier(.17, .67, .44, .89);
	font-family: "Calibre-Semibold", Arial, sans-serif;
	text-transform: uppercase
}

.button.\--ghost:active,
.button.\--ghost:focus,
.button.\--ghost:hover {
	background-color: #4d64ff;
	color: #fff
}

.button.\--ghost.\--small {
	border-width: 3px;
	border-width: .16667rem;
	padding-top: 3.999px;
	padding-top: .22222rem;
	padding-right: 10.999px;
	padding-right: .61111rem;
	padding-bottom: 3.999px;
	padding-bottom: .22222rem;
	padding-left: 10.999px;
	padding-left: .61111rem
}

.button.\--neutral {
	font-size: 16px;
	font-size: .88889rem;
	line-height: 1.6875;
	background-color: #cfcfd4;
	color: #73bd42;
	transition: background-color 250ms cubic-bezier(.17, .67, .44, .89), color 250ms cubic-bezier(.17, .67, .44, .89);
	font-family: "Calibre-Semibold", Arial, sans-serif;
	text-transform: uppercase
}

.button.\--neutral:active,
.button.\--neutral:focus,
.button.\--neutral:hover {
	background-color: #202020;
	color: #fff
}

.button.\--is-disabled {
	font-size: 16px;
	font-size: .88889rem;
	line-height: 1.6875;
	background-color: #cfcfd4;
	color: #6f707b;
	transition: background-color 250ms cubic-bezier(.17, .67, .44, .89), color 250ms cubic-bezier(.17, .67, .44, .89);
	pointer-events: none;
	font-family: "Calibre-Semibold", Arial, sans-serif;
	text-transform: uppercase
}

.button.\--is-disabled:active,
.button.\--is-disabled:focus,
.button.\--is-disabled:hover {
	background-color: #cfcfd4;
	color: #202020
}

.button.\--beta {
	font-size: 14px;
	font-size: .77778rem;
	line-height: 1.92857
}

.button.\--small {
	padding-top: 7px;
	padding-top: .38889rem;
	padding-right: 14px;
	padding-right: .77778rem;
	padding-bottom: 7px;
	padding-bottom: .38889rem;
	padding-left: 14px;
	padding-left: .77778rem
}

.button.\--is-loading {
	color: transparent;
	pointer-events: none;
	position: relative
}

.button.\--is-loading.\--ghost::after,
.button.\--is-loading.\--neutral::after,
.button.\--is-loading.\--secondary::after {
	border-color: #50525a transparent #50525a #50525a
}

.button.\--is-loading.\--action::after {
	border-color: #202020 transparent #202020 #202020
}

.button.\--is-loading::after {
	border-width: 3.499px;
	border-width: .19444rem;
	animation: spinAround .5s infinite linear;
	border-radius: 50%;
	border-style: solid;
	border-color: transparent transparent #cfcfd4 #cfcfd4;
	content: '';
	display: block;
	height: 1em;
	left: calc(50% - (1em/2));
	position: absolute;
	top: calc(50% - (1em/2));
	width: 1em
}

.button.\--bare {
	letter-spacing: 0;
	padding: 0;
	text-align: inherit
}

.button.\--full-width {
	display: block;
	padding-left: 0;
	padding-right: 0;
	width: 100%
}

.button.\--with-shadow {
	box-shadow: .05556rem .16667rem .55556rem 0 rgba(32, 32, 32, .25)
}

.button.\--rounded {
	border-radius: .38889rem
}

.button__icon {
	color: inherit;
	fill: currentColor
}

.button::-moz-focus-inner {
	border: 0;
	padding: 0
}

.icon,
.icon__glyph {
	vertical-align: middle
}

.icon {
	width: 1.5rem;
	height: 1.5rem;
	color: inherit;
	position: relative;
	width: 27px;
	height: 27px;
	display: inline-block
}

.icon.\--xxs {
	width: 7px;
	width: .38889rem;
	height: 7px;
	height: .38889rem
}

.icon.\--xs {
	width: 14px;
	width: .77778rem;
	height: 14px;
	height: .77778rem
}

.icon.\--sm {
	width: 19.999px;
	width: 1.11111rem;
	height: 19.999px;
	height: 1.11111rem
}

.icon.\--md {
	width: 34px;
	width: 1.88889rem;
	height: 34px;
	height: 1.88889rem
}

.icon.\--lg {
	width: 41px;
	width: 2.27778rem;
	height: 41px;
	height: 2.27778rem
}

.icon.\--xl {
	width: 54px;
	width: 3rem;
	height: 54px;
	height: 3rem
}

.icon__glyph {
	display: block;
	fill: currentColor;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.icon__glyph.\--flip {
	transform: rotate(90deg)
}

.form-list {
	list-style: none;
	margin-left: 0
}

.form-element-container {
	margin-bottom: 27px;
	margin-bottom: 1.5rem
}

.form-element-container.\--inline {
	display: inline-block;
	vertical-align: top
}

.form-control {
	position: relative
}

.form-control.\--with-left-icon .form-input {
	padding-left: 27px;
	padding-left: 1.5rem
}

.form-control.\--with-left-icon.\--small::before,
.form-control.\--with-right-icon.\--small::after {
	font-size: 14px;
	font-size: .77778rem;
	line-height: 1.92857
}

.form-control.\--with-left-icon::before,
.form-control.\--with-right-icon::after {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.75;
	color: #6f707b;
	content: attr(data-format);
	font-family: "Calibre-Semibold", Arial, sans-serif;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.form-control.\--with-left-icon::before {
	left: 14px;
	left: .77778rem
}

.form-control.\--with-right-icon .form-input {
	padding-right: 27px;
	padding-right: 1.5rem
}

.form-control.\--with-right-icon::after {
	right: 14px;
	right: .77778rem
}

.form-control.\--has-error .form-input,
.form-control.\--is-successful .form-input {
	padding-bottom: 5px;
	padding-bottom: .27778rem;
	border-bottom: 3px solid;
	border-bottom: .16667rem solid;
	border-bottom-color: #fa6e56;
	color: #cf4931;
	outline: 0
}

.form-control.\--has-error .form-input.\--small,
.form-control.\--is-successful .form-input.\--small {
	padding-bottom: 1.499px;
	padding-bottom: .08333rem
}

.form-control.\--has-error::after,
.form-control.\--has-error::before {
	color: #cf4931
}

.form-control.\--is-successful .form-input {
	border-bottom-color: #43c86a;
	color: #2c8245
}

.form-control.\--is-successful::after,
.form-control.\--is-successful::before {
	color: #2c8245
}

.form-label {
	font-size: 18px;
	font-size: 16px;
	/*font-size: 1rem;*/
	line-height: 1.3;
	margin-bottom: 7px;
	margin-bottom: .38889rem;
	display: block;
	font-family: "Roboto", Arial, sans-serif
}

.form-label.\--additional {
	display: block;
	font-weight: 400
}

.form-label.\--right-addon {
	align-items: baseline;
	display: flex;
	justify-content: space-between
}

.form-label__additional-copy {
	font-size: 14px;
	font-size: .77778rem;
	line-height: 1.5;
	color: #6f707b;
	margin-bottom: 0
}

.form-input {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.75;
	min-height: 46.999px;
	min-height: 2.61111rem;
	padding-top: 7px;
	padding-top: .38889rem;
	padding-right: 14px;
	padding-right: .77778rem;
	padding-bottom: 7px;
	padding-bottom: .38889rem;
	padding-left: 14px;
	padding-left: .77778rem;
	border: 1px;
	border-color: #cfcfd4;
	border-radius: 0;
	border-style: solid;
	display: block;
	font-family: "Calibre-Semibold", Arial, sans-serif;
	width: 100%
}

.form-input:active,
.form-input:focus {
	padding-bottom: 5px;
	padding-bottom: .27778rem;
	border-bottom: 3px solid;
	border-bottom: .16667rem solid;
	border-bottom-color: #73bd42;
	outline: 0
}

.form-input-static.\--small,
.form-input.\--small {
	font-size: 16px;
	font-size: .88889rem;
	line-height: 1.5;
	min-height: 1px;
	min-height: .05556rem;
	padding-top: 3.499px;
	padding-top: .19444rem;
	padding-right: 7px;
	padding-right: .38889rem;
	padding-bottom: 3.499px;
	padding-bottom: .19444rem;
	padding-left: 7px;
	padding-left: .38889rem
}

.form-input.\--small:active,
.form-input.\--small:focus {
	padding-bottom: 1.499px;
	padding-bottom: .08333rem
}

.form-input-static {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.75;
	min-height: 46.999px;
	min-height: 2.61111rem;
	padding-top: 7px;
	padding-top: .38889rem;
	padding-right: 14px;
	padding-right: .77778rem;
	padding-bottom: 7px;
	padding-bottom: .38889rem;
	padding-left: 14px;
	padding-left: .77778rem;
	font-family: "Calibre-Semibold", Arial, sans-serif
}

.form-element-help {
	font-size: 16px;
	font-size: .88889rem;
	line-height: 1.6875;
	color: #6f707b;
	display: block
}

.form-element-help.\--has-error {
	color: #cf4931
}

.form-element-help.\--is-successful {
	color: #2c8245
}

.form-inline .form-control,
.form-inline .form-label {
	display: inline-block;
	vertical-align: baseline;
	width: auto
}

.form-control.\--is-disabled .form-input,
.form-control.\--is-disabled .form-input.\--small,
input[disabled],
textarea[disabled] {
	background-color: #e9e9ec;
	border-color: #e9e9ec;
	color: #6f707b;
	cursor: not-allowed
}

.form-control.\--is-disabled .form-input.\--small:active,
.form-control.\--is-disabled .form-input.\--small:focus,
.form-control.\--is-disabled .form-input:active,
.form-control.\--is-disabled .form-input:focus,
input[disabled]:active,
input[disabled]:focus,
textarea[disabled]:active,
textarea[disabled]:focus {
	border-bottom-color: #e9e9ec
}

.form-control.\--is-readonly .form-input-static,
.form-control.\--is-readonly .form-input-static.\--small,
input[readonly],
textarea[readonly] {
	background-color: #e9e9ec;
	border-color: #e9e9ec;
	color: #6f707b
}

.form-control.\--is-readonly .form-input-static.\--small:active,
.form-control.\--is-readonly .form-input-static.\--small:focus,
.form-control.\--is-readonly .form-input-static:active,
.form-control.\--is-readonly .form-input-static:focus,
input[readonly]:active,
input[readonly]:focus,
textarea[readonly]:active,
textarea[readonly]:focus {
	border-bottom-color: #e9e9ec
}

:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
	color: #6f707b;
	font-family: "Calibre-Regular", Arial, sans-serif
}

.form-select {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.75;
	min-height: 46.999px;
	min-height: 2.61111rem;
	padding-top: 7px;
	padding-top: .38889rem;
	padding-right: 14px;
	padding-right: .77778rem;
	padding-bottom: 7px;
	padding-bottom: .38889rem;
	padding-left: 14px;
	padding-left: .77778rem;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px;
	border: .05556rem;
	border-color: #cfcfd4;
	border-radius: 0;
	border-style: solid;
	display: block;
	font-family: "Calibre-Semibold", Arial, sans-serif;
	position: relative;
	text-align: left;
	text-transform: capitalize;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.form-select::-ms-expand {
	display: none
}

.form-select__arrow {
	right: 14px;
	right: .77778rem;
	color: #73bd42;
	display: inline-block;
	fill: #73bd42;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.form-select__list-container {
	border-width: 1px;
	border-width: .05556rem;
	list-style: none;
	margin-left: 0;
	background-color: #fff;
	box-shadow: 0 .19444rem .38889rem rgba(167, 168, 175, .25);
	border-color: #cfcfd4;
	border-style: solid;
	border-bottom-width: 0;
	border-top: none;
	height: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	transition: height 100ms;
	transition-timing-function: cubic-bezier(.17, .67, .83, .67);
	width: 100%;
	z-index: 5
}

.form-select__list-container.\--is-active {
	height: 149.999px;
	height: 8.33333rem;
	border-bottom-width: 1px;
	border-bottom-width: .05556rem
}

.form-select__list-item {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.75;
	min-height: 46.999px;
	min-height: 2.61111rem;
	padding-top: 7px;
	padding-top: .38889rem;
	padding-right: 14px;
	padding-right: .77778rem;
	padding-bottom: 7px;
	padding-bottom: .38889rem;
	padding-left: 14px;
	padding-left: .77778rem;
	cursor: pointer;
	transition: background-color 150ms ease-in, color 150ms ease-in;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.form-select__list-item.\--with-input {
	align-items: center;
	display: flex
}

.form-select__list-item:hover {
	background-color: #73bd42;
	color: #fff
}

.form-select__checkbox,
.form-select__radio {
	height: 19.999px;
	height: 1.11111rem;
	width: 19.999px;
	width: 1.11111rem;
	margin-right: 7px;
	margin-right: .38889rem;
	background-color: #fff;
	position: relative
}

.form-select__radio {
	border-width: 1px;
	border-width: .05556rem;
	border-radius: 50%;
	border-style: solid;
	display: inline-block
}

.form-select__list-item.\--is-selected .form-select__radio {
	background-color: #fff;
	border-color: #73bd42
}

.form-select__list-item.\--is-selected .form-select__radio::after {
	height: 14px;
	height: .77778rem;
	width: 14px;
	width: .77778rem;
	margin-left: -7px;
	margin-left: -.38889rem;
	margin-top: -7px;
	margin-top: -.38889rem;
	background-color: #73bd42;
	border-radius: 50%;
	content: '';
	left: 50%;
	position: absolute;
	top: 50%
}

.form-select__list-item.\--is-selected:hover .form-select__checkbox,
.form-select__list-item.\--is-selected:hover .form-select__radio,
.form-select__radio {
	border-color: #a7a8af
}

.form-select__checkbox {
	padding: 3.499px;
	padding: .19444rem;
	border: 1px solid #a7a8af;
	border: .05556rem solid #a7a8af
}

.form-select__list-item.\--is-selected .form-select__checkbox {
	background-color: #73bd42;
	border-color: #73bd42;
	color: #fff;
	fill: #fff
}

.form-checkbox,
.form-radio,
.form-select__input-label {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.25
}

.form-select__input-label.\--small {
	font-size: 16px;
	font-size: .88889rem;
	line-height: 1.25
}

.form-control.\--is-disabled .form-select,
select[disabled] {
	cursor: not-allowed
}

.form-control.\--is-disabled .form-select,
.form-control.\--is-readonly .form-select,
select[disabled],
select[readonly] {
	background-color: #e9e9ec;
	border-color: #e9e9ec;
	color: #6f707b
}

.form-checkbox,
.form-radio {
	line-height: 1.5;
	align-items: center;
	cursor: pointer;
	display: flex;
	font-family: "Calibre-Semibold", Arial, sans-serif;
	position: relative
}

.form-checkbox .form-checkbox__input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.form-checkbox .form-checkbox__input.\--is-focusable:active,
.form-checkbox .form-checkbox__input.\--is-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.form-checkbox .form-checkbox__faux-input {
	height: 19.999px;
	height: 1.11111rem;
	width: 19.999px;
	width: 1.11111rem;
	border-width: 1px;
	border-width: .05556rem;
	margin-right: 14px;
	margin-right: .77778rem;
	padding: 3.499px;
	padding: .19444rem;
	background-color: #fff;
	border-color: #a7a8af;
	border-style: solid;
	color: #fff;
	fill: #fff
}

.form-checkbox.\--has-error .form-checkbox__faux-input {
	border-width: 1px;
	border-width: .05556rem;
	border-color: #fa6e56
}

.form-checkbox:hover .form-checkbox__input:not([disabled]):checked~.form-checkbox__faux-input {
	border-color: #73bd42
}

.form-checkbox .form-checkbox__input:focus:not([disabled]):checked~.form-checkbox__faux-input {
	background-color: #fff;
	border-color: #73bd42
}

.form-checkbox .form-checkbox__input:focus~.form-checkbox__faux-input,
.form-checkbox:hover .form-checkbox__input~.form-checkbox__faux-input {
	background-color: #fff;
	border-color: #73bd42
}

.form-checkbox .form-checkbox__input:checked~.form-checkbox__faux-input {
	background-color: #fff;
	border-color: #a7a8af;
	color: #202020;
	fill: #202020
}

.form-checkbox .form-checkbox__input:checked:focus~.form-checkbox__faux-input,
.form-checkbox:hover .form-checkbox__input:not([disabled]):checked~.form-checkbox__faux-input,
.form-radio .form-radio__input:focus:not([disabled]):checked~.form-radio__faux-input {
	background-color: #fff
}

.form-checkbox .form-checkbox__input:disabled~.form-checkbox__faux-input {
	background-color: #e9e9ec;
	border-color: #e9e9ec;
	color: #e9e9ec;
	fill: #e9e9ec;
	pointer-events: none
}

.form-checkbox .form-checkbox__input:disabled~.form-checkbox__faux-input:hover {
	border-color: #a7a8af
}

.form-checkbox .form-checkbox__input:disabled:checked~.form-checkbox__faux-input {
	color: #6f707b;
	fill: #6f707b
}

.form-radio .form-radio__input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.form-radio .form-radio__input.\--is-focusable:active,
.form-radio .form-radio__input.\--is-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.form-radio .form-radio__faux-input {
	height: 21.999px;
	height: 1.22222rem;
	width: 21.999px;
	width: 1.22222rem;
	border-width: 1px;
	border-width: .05556rem;
	margin-right: 14px;
	margin-right: .77778rem;
	background-color: #fff;
	border-color: #a7a8af;
	border-radius: 50%;
	border-style: solid;
	position: relative
}

.form-radio .form-radio__faux-input::after {
	height: 14px;
	height: .77778rem;
	width: 14px;
	width: .77778rem;
	background-color: #73bd42;
	border-radius: 50%;
	content: '';
	display: none;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}

.form-radio.\--has-error .form-radio__faux-input {
	border-color: #fa6e56
}

.form-radio .form-radio__input:disabled~.form-radio__faux-input::after {
	background-color: #cfcfd4;
	border-color: #a7a8af
}

.form-radio .form-radio__input:focus~.form-radio__faux-input,
.form-radio:hover .form-radio__input~.form-radio__faux-input {
	background-color: #fff;
	border-color: #73bd42
}

.form-radio .form-radio__input:checked~.form-radio__faux-input {
	background-color: #fff;
	border-color: #73bd42
}

.form-radio .form-radio__input:checked~.form-radio__faux-input::after {
	display: block
}

.form-radio .form-radio__input:checked:focus~.form-radio__faux-input,
.form-radio:hover .form-radio__input:not([disabled]):checked~.form-radio__faux-input {
	background-color: #fff;
	border-color: #73bd42
}

.form-radio .form-radio__input:disabled~.form-radio__faux-input {
	background-color: #e9e9ec;
	border-color: #e9e9ec;
	pointer-events: none
}

.form-radio .form-radio__input:disabled~.form-radio__faux-input:hover {
	border-color: #a7a8af
}

.form-radio .form-radio__input:disabled:checked~.form-radio__faux-input {
	background-color: #fff;
	border-color: #cfcfd4
}

.form-radio .form-radio__input:disabled:checked~.form-radio__faux-input::after {
	background-color: #e9e9ec
}

.subscribe {
	display: flex;
	flex-wrap: wrap
}

.subscribe__label {
	width: 100%
}

.subscribe input,
.subscribe__input input {
	border-right: none;
	width: auto
}

.pagination-numbers {
	font-size: 16px;
	font-size: .88889rem;
	line-height: 1.6875;
	font-family: "Calibre-Semibold", Arial, sans-serif;
	list-style-type: none;
	margin-left: 0
}

.pagination-numbers__marker {
	display: inline-block;
	position: relative;
	vertical-align: middle
}

.pagination-numbers__marker::after {
	right: -3.499px;
	right: -.19444rem;
	width: 1px;
	width: .05556rem;
	background-color: #cfcfd4;
	content: '';
	height: 100%;
	position: absolute;
	top: 0
}

.pagination-numbers__marker:last-of-type::after {
	width: 0
}

.pagination-numbers__marker-item {
	padding-top: 3.499px;
	padding-top: .19444rem;
	padding-right: 14px;
	padding-right: .77778rem;
	padding-bottom: 3.499px;
	padding-bottom: .19444rem;
	padding-left: 14px;
	padding-left: .77778rem;
	color: #73bd42;
	cursor: pointer
}

.pagination-numbers__marker-item.\--is-active {
	color: #202020
}

.pagination-numbers__marker-item.\--is-disabled {
	color: #cfcfd4;
	cursor: not-allowed
}

.pagination-numbers__marker-item:hover {
	border-bottom: 3px solid #73bd42;
	border-bottom: .16667rem solid #73bd42;
	padding-bottom: .5px;
	padding-bottom: .02778rem
}

.pagination-numeric {
	font-size: 16px;
	font-size: .88889rem;
	line-height: 1.6875;
	font-family: "Calibre-Semibold", Arial, sans-serif;
	list-style-type: none;
	margin-left: 0
}

.pagination-numeric__marker {
	display: inline-block;
	position: relative;
	vertical-align: middle
}

.pagination-numeric__marker-item {
	padding-top: 3.499px;
	padding-top: .19444rem;
	padding-right: 14px;
	padding-right: .77778rem;
	padding-bottom: 3.499px;
	padding-bottom: .19444rem;
	padding-left: 14px;
	padding-left: .77778rem;
	color: #73bd42;
	cursor: pointer
}

.pagination-numeric__marker-item.\--is-active {
	color: #202020
}

.pagination-numeric__marker-item.\--is-disabled,
.pagination-numeric__marker-item.\--is-disabled:hover {
	border: 0;
	color: #cfcfd4;
	cursor: not-allowed
}

@media (max-width:47.4375em) {
	.pagination-numeric:not(.\--block-arrow) .pagination-numeric__marker-item.\--marker-page {
		padding-right: 12px;
		padding-right: .66667rem;
		padding-bottom: 7px;
		padding-bottom: .38889rem;
		padding-left: 12px;
		padding-left: .66667rem;
		padding-top: 3.999px;
		padding-top: .22222rem;
		background: #73bd42;
		color: #fff;
		top: -1px
	}
	.pagination-numeric:not(.\--block-arrow) .pagination-numeric__marker-item.\--marker-page.\--is-disabled,
	.pagination-numeric:not(.\--block-arrow) .pagination-numeric__marker-item.\--marker-page.\--is-disabled:hover {
		background: 0 0;
		border: 0;
		color: #cfcfd4;
		cursor: not-allowed
	}
	.pagination-numeric:not(.\--block-arrow) .pagination-numeric__marker-item.\--marker-page:hover {
		padding-bottom: 7px;
		padding-bottom: .38889rem;
		background: #202020;
		border-bottom: none
	}
	.pagination-numeric:not(.\--block-arrow) .pagination-numeric__marker-item.\--marker-page:not(.\--is-disabled)::after {
		content: none
	}
}

.\--block-arrow .pagination-numeric__marker-item.\--marker-page {
	padding-right: 12px;
	padding-right: .66667rem;
	padding-bottom: 7px;
	padding-bottom: .38889rem;
	padding-left: 12px;
	padding-left: .66667rem;
	padding-top: 3.999px;
	padding-top: .22222rem;
	background: #73bd42;
	color: #fff;
	position: relative;
	top: -1px
}

.\--block-arrow .pagination-numeric__marker-item.\--marker-page.\--is-disabled,
.\--block-arrow .pagination-numeric__marker-item.\--marker-page.\--is-disabled:hover {
	background: 0 0;
	border: 0;
	color: #cfcfd4;
	cursor: not-allowed
}

.\--block-arrow .pagination-numeric__marker-item.\--marker-page:hover {
	padding-bottom: 7px;
	padding-bottom: .38889rem;
	background: #202020;
	border-bottom: none
}

.\--block-arrow .pagination-numeric__marker-item.\--marker-page:not(.\--is-disabled)::after {
	content: none
}

.pagination-numeric__marker-item:hover {
	padding-bottom: .5px;
	padding-bottom: .02778rem;
	border-bottom: 3px solid #73bd42;
	border-bottom: .16667rem solid #73bd42
}

.pagination-numeric__marker-item::after {
	right: -2.5px;
	right: -.13889rem;
	width: 1px;
	width: .05556rem;
	background-color: #cfcfd4;
	content: '';
	height: 100%;
	position: absolute;
	top: 0
}

@media (max-width:47.4375em) {
	.pagination-numeric__marker:nth-last-of-type(2) .pagination-numeric__marker-item::after {
		content: none
	}
}

.\--block-arrow .pagination-numeric__marker:nth-last-of-type(2) .pagination-numeric__marker-item::after,
.pagination-numeric__marker:last-of-type .pagination-numeric__marker-item::after {
	content: none
}

.pagination-numeric__marker-title {
	font-size: 0
}

@media (min-width:47.4375em) {
	.pagination-numeric:not(.\--block-arrow) .pagination-numeric__marker-title {
		font-size: inherit
	}
	.pagination-numeric:not(.\--block-arrow) .pagination-numeric__marker-title.\--previous {
		padding-left: 5.999px;
		padding-left: .33333rem
	}
	.pagination-numeric:not(.\--block-arrow) .pagination-numeric__marker-title.\--next {
		padding-right: 5.999px;
		padding-right: .33333rem
	}
}

.pagination-ticks {
	list-style: none;
	margin-left: 0
}

.pagination-ticks__marker {
	margin-left: 7px;
	margin-left: .38889rem;
	display: inline-block;
	vertical-align: middle
}

.pagination-ticks__marker:first-of-type {
	margin-left: 0
}

.pagination-ticks__marker-item {
	height: 10.499px;
	height: .58333rem;
	width: 10.499px;
	width: .58333rem;
	background-color: #6f707b;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	padding: 0;
	transition: transform 150ms cubic-bezier(.17, .67, .83, .67)
}

.pagination-ticks__marker-item.\--is-active {
	background-color: #73bd42
}

.pagination-ticks__marker-item:hover {
	transform: scale(1.5)
}

.card {
	align-content: stretch;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%
}

.card.\--vertical-card {
	display: flex;
	flex-basis: auto;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 1
}

@media (max-width:39.9375em) {
	.card.\--mobile-stacked {
		display: block
	}
	.card.\--mobile-stacked .card__image-container {
		height: 199.999px;
		height: 11.11111rem;
		width: 100%
	}
}

@media (max-width:34.375em) {
	.card.\--boxed-mobile-stacked,
	.card.\--boxed-mobile-stacked .media {
		display: block
	}
	.card.\--boxed-mobile-stacked .media__figure {
		margin-bottom: 27px;
		margin-bottom: 1.5rem;
		margin-left: 0;
		margin-right: 0
	}
	.card.\--boxed-mobile-stacked .card__image-container {
		height: 199.999px;
		height: 11.11111rem;
		width: 100%
	}
}

.card.\--bordered {
	border: 1px solid #e9e9ec;
	border: .05556rem solid #e9e9ec;
	border-bottom-color: #a7a8af
}

.card.\--blue-accent,
.card.\--light-blue-accent,
.card.\--yellow-accent {
	border-left-width: 3.499px;
	border-left-width: .19444rem;
	border-left-color: #73bd42
}

.card.\--light-blue-accent,
.card.\--yellow-accent {
	border-left-color: #4d64ff
}

.card.\--yellow-accent {
	border-left-color: #ecb500
}

.card__body {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.card__body.\--vertical-body {
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1
}

.card__body.\--with-padding {
	padding: 19.999px;
	padding: 1.11111rem
}

.card__image-container {
	background-color: #73bd42;
	overflow: hidden;
	position: relative
}

.card__image-container.\--large-square {
	width: 149.999px;
	width: 8.33333rem
}

.card__image-container.\--large-square::before,
.card__image-container.\--small-square::before {
	padding-bottom: 100%
}

.card__image-container.\--small-square {
	width: 90px;
	width: 5rem
}

.card__image-container.\--16\:9,
.card__image-container.\--4\:1 {
	width: 100%
}

.card__image-container.\--4\:1::before {
	padding-bottom: 25%
}

.card__image-container.\--16\:9::before {
	padding-bottom: 56.25%
}

.card__image-container::before {
	content: '';
	display: block;
	width: 100%
}

.card__image {
	left: 50%;
	max-width: 150%;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 100ms ease-in
}

.card__additional {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%
}

.card__additional.\--flex-end {
	justify-content: flex-end
}

.card:hover .vertical-card__image {
	opacity: .5
}

.section {
	padding-top: 34px;
	padding-top: 1.88889rem;
	padding-bottom: 34px;
	padding-bottom: 1.88889rem
}

.section.\--xs {
	padding-top: 14px;
	padding-top: .77778rem;
	padding-bottom: 14px;
	padding-bottom: .77778rem
}

.section.\--sm {
	padding-top: 19.999px;
	padding-top: 1.11111rem;
	padding-bottom: 19.999px;
	padding-bottom: 1.11111rem
}

.section.\--lg,
.section.\--xl {
	padding-top: 54px;
	padding-top: 3rem;
	padding-bottom: 54px;
	padding-bottom: 3rem
}

.section.\--hero {
	padding-top: 163.999px;
	padding-top: 9.11111rem;
	padding-bottom: 163.999px;
	padding-bottom: 9.11111rem
}

.breadcrumb {
	margin-bottom: 7px;
	margin-bottom: .38889rem;
	list-style: none;
	margin-left: 0
}

.breadcrumb__item-container {
	display: inline-block;
	position: relative
}

.breadcrumb__item-container+.breadcrumb__item-container::before {
	background-size: .38889rem;
	height: 7px;
	height: .38889rem;
	width: 14px;
	width: .77778rem;
	background-image: url(https://assets.brstatic.com/content/svg/caret-small-right.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	vertical-align: baseline
}

.breadcrumb__item {
	font-size: 14px;
	font-size: .77778rem;
	line-height: 1.92857;
	color: #73bd42;
	font-family: "Calibre-Regular", Arial, sans-serif;
	text-transform: none
}

.breadcrumb__item:focus,
.breadcrumb__item:hover {
	text-decoration: underline
}

.breadcrumb__item.\--is-active {
	color: #6f707b
}

.ordered-list {
	margin-bottom: 19.999px;
	margin-bottom: 1.11111rem;
	list-style: none;
	margin-left: 0;
	counter-reset: step-counter
}

.ordered-list__item {
	padding-left: 27px;
	padding-left: 1.5rem;
	font-family: "Calibre-Regular", Arial, sans-serif;
	position: relative
}

.ordered-list__item::before {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.5;
	color: #73bd42;
	content: counter(step-counter);
	counter-increment: step-counter;
	font-family: "Calibre-Semibold", Arial, sans-serif;
	left: 0;
	position: absolute;
	top: 0
}

.editorial {
	padding-left: 14px;
	padding-left: .77778rem;
	padding-right: 14px;
	padding-right: .77778rem;
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

#csstyle .\+clearfix::after,
.editorial::after,
.editorial__content-plus-social::after {
	clear: both!important;
	content: ""!important;
	display: block!important
}

.editorial.\--push-down {
	margin-top: 27px;
	margin-top: 1.5rem
}

@media (min-width:47.4375em) {
	.editorial {
		width: 680px;
		width: 37.77778rem;
		padding-left: 0;
		padding-right: 0
	}
}

@media (min-width:63.6875em) {
	.editorial {
		width: 959.999px;
		width: 53.33333rem
	}
}

@media (min-width:77.4375em) {
	.editorial {
		width: 1159.999px;
		width: 64.44444rem
	}
}

.editorial__headline-byline {
	width: 100%
}

@media (min-width:47.4375em) {
	.editorial__headline-byline {
		width: 599.999px;
		width: 33.33333rem;
		float: right
	}
}

@media (min-width:63.6875em) {
	.editorial__headline-byline {
		margin-left: 30px;
		margin-left: 1.66667rem;
		width: 880px;
		width: 48.88889rem
	}
}

@media (min-width:77.4375em) {
	.editorial__headline-byline {
		width: 1080px;
		width: 60rem
	}
}

.editorial__content-plus-social {
	width: 100%
}

@media (min-width:47.4375em) {
	.editorial__content-plus-social {
		width: 680px;
		width: 37.77778rem;
		float: left
	}
}

@media (min-width:63.6875em) {
	.editorial__content-plus-social {
		width: 619.999px;
		width: 34.44444rem
	}
}

@media (min-width:77.4375em) {
	.editorial__content-plus-social {
		width: 799.999px;
		width: 44.44444rem
	}
}

.editorial__social {
	float: left;
	width: 100%
}

@media (max-width:77.4375em) {
	.editorial__social.\--clear-default {
		width: 50px;
		width: 2.77778rem
	}
}

@media (min-width:47.4375em) {
	.editorial__social {
		width: 50px;
		width: 2.77778rem
	}
}

.editorial__content {
	clear: left;
	float: left;
	width: 100%
}

@media (max-width:77.4375em) {
	.editorial__content.\--clear-default {
		margin-left: 30px;
		margin-left: 1.66667rem;
		width: 599.999px;
		width: 33.33333rem
	}
}

@media (min-width:47.4375em) {
	.editorial__content {
		margin-left: 30px;
		margin-left: 1.66667rem;
		width: 599.999px;
		width: 33.33333rem;
		clear: none
	}
}

@media (min-width:63.6875em) {
	.editorial__content {
		width: 540px;
		width: 30rem
	}
}

@media (min-width:77.4375em) {
	.editorial__content {
		width: 720px;
		width: 40rem
	}
}

.editorial__advertisement {
	clear: left;
	float: left;
	width: 100%
}

@media (min-width:63.6875em) {
	.editorial__advertisement {
		margin-left: 39.999px;
		margin-left: 2.22222rem;
		width: 300px;
		width: 16.66667rem;
		clear: none
	}
}

@media (min-width:77.4375em) {
	.editorial__advertisement {
		margin-left: 59.999px;
		margin-left: 3.33333rem;
		clear: none
	}
}

.pull-quote {
	font-size: 36px;
	font-size: 2rem;
	line-height: 1.33;
	border: 0;
	color: #4d64ff;
	font-family: "Calibre-Semibold", Arial, sans-serif;
	margin-left: 0;
	position: relative
}

.pull-quote.\--small-quotes {
	font-size: 23.999px;
	font-size: 1.33333rem;
	line-height: 1.33
}

.pull-quote.\--small-quotes .pull-quote__copy {
	padding-left: 34px;
	padding-left: 1.88889rem;
	padding-right: 34px;
	padding-right: 1.88889rem
}

.pull-quote.\--small-quotes .pull-quote__copy::after,
.pull-quote.\--small-quotes .pull-quote__copy::before {
	height: 27px;
	height: 1.5rem;
	width: 19.999px;
	width: 1.11111rem
}

.pull-quote.\--small-quotes .pull-quote__copy::after {
	margin-left: 14px;
	margin-left: .77778rem
}

.pull-quote.\--small-quotes .pull-quote__cite {
	margin-left: 34px;
	margin-left: 1.88889rem
}

.pull-quote__copy {
	padding: 7px 54px;
	padding: .38889rem 3rem;
	margin-bottom: 0;
	position: relative
}

.pull-quote__copy::after,
.pull-quote__copy::before {
	height: 34px;
	height: 1.88889rem;
	width: 34px;
	width: 1.88889rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	position: absolute
}

.pull-quote__copy::before {
	background-image: url(https://assets.brstatic.com/02de6194/content/svg/curly-quote-left.svg);
	left: 0;
	top: 0
}

.pull-quote__copy::after {
	margin-left: 19.999px;
	margin-left: 1.11111rem;
	background-image: url(https://assets.brstatic.com/02de6194/content/svg/curly-quote-right.svg);
	bottom: 0
}

.pull-quote__cite {
	margin-left: 54px;
	margin-left: 3rem
}

.social-share {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
	text-align: right
}

.social-share__label {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

#csstyle .\+visually-hidden.\--is-focusable:active,
#csstyle .\+visually-hidden.\--is-focusable:focus,
.social-share__label.\--is-focusable:active,
.social-share__label.\--is-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.social-share__button {
	padding: 7px;
	padding: .38889rem;
	height: 41px;
	height: 2.27778rem;
	width: 41px;
	width: 2.27778rem;
	align-items: center;
	border: 0;
	cursor: pointer;
	display: flex;
	justify-content: center;
	overflow: hidden;
	text-align: center;
	transition: color .2s ease-in-out, fill .2s ease-in-out, background-color .2s ease-in-out
}

.social-share__button.\--less~.social-share__button {
	display: none
}

.social-share__button.\--wide {
	padding-right: 3.499px;
	padding-right: .19444rem;
	padding-left: 3.499px;
	padding-left: .19444rem
}

.social-share__button.\--facebook {
	background-color: #3b5998
}

.social-share__button.\--facebook:hover {
	background-color: #2d4373
}

.social-share__button.\--twitter {
	background-color: #00aced
}

.social-share__button.\--twitter:hover {
	background-color: #0087ba
}

.social-share__button.\--email {
	background-color: #73bd42
}

.social-share__button.\--email:hover {
	background-color: #0e17e2
}

.social-share__button.\--show-more {
	background-color: #637dff
}

.social-share__button.\--show-more:hover {
	background-color: #3053ff
}

.social-share__button.\--linkedin {
	background-color: #004471
}

.social-share__button.\--linkedin:hover {
	background-color: #00253e
}

.social-share__button.\--google {
	background-color: #dd4b39
}

.social-share__button.\--google:hover {
	background-color: #c23321
}

.social-share__button.\--reddit {
	background-color: #ff5700
}

.social-share__button.\--reddit:hover {
	background-color: #cc4600
}

.social-share__button.\--pinterest {
	background-color: #bd081c
}

.social-share__button.\--pinterest:hover {
	background-color: #8c0615
}

.social-share__wide-icon {
	width: 34px;
	width: 1.88889rem
}

.social-block {
	border: 1.999px solid #4d64ff;
	border: .11111rem solid #4d64ff;
	display: inline-flex
}

.social-block__label {
	font-size: 14px;
	font-size: .77778rem;
	line-height: 1.92857;
	letter-spacing: 1px;
	letter-spacing: .05556rem;
	color: #fff;
	font-family: "Calibre-Semibold", Arial, sans-serif;
	text-transform: uppercase
}

.social-block__svg-container {
	height: 54px;
	height: 3rem;
	padding: 7px;
	padding: .38889rem;
	width: 54px;
	width: 3rem;
	align-items: center;
	display: flex;
	justify-content: center;
	transition: background-color .2s ease-in-out
}

.social-block__svg-container.\--bg-blue {
	background-color: #4d64ff
}

.social-block__svg-container.\--bg-midnight {
	background-color: #18243d
}

.social-block__svg-container.\--small {
	height: 41px;
	height: 2.27778rem;
	width: 41px;
	width: 2.27778rem
}

.social-block__svg-icon {
	height: 27px;
	height: 1.5rem;
	width: 27px;
	width: 1.5rem;
	color: #fff;
	fill: #fff
}

.social-block__svg-icon.\--small {
	height: 20.5px;
	height: 1.13889rem;
	width: 20.5px;
	width: 1.13889rem
}

.table-inline {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.5;
	font-family: "Calibre-Regular", Arial, sans-serif
}

.table-inline td:first-of-type,
.table-inline th:first-of-type {
	text-align: left
}

.table-inline td:last-of-type,
.table-inline th:last-of-type {
	text-align: right
}

.table-inline.\--numerical td:not(:first-of-type) {
	font-size: 16px;
	font-size: .88889rem;
	line-height: 1.6875;
	font-family: "roboto", Arial, sans-serif
}

.table-inline.\--numerical td,
.table-inline.\--numerical th {
	text-align: right
}

.table-inline.\--numerical td:first-of-type,
.table-inline.\--numerical th:first-of-type {
	text-align: left
}

.table-inline__caption {
	font-size: 23.999px;
	font-size: 1.33333rem;
	line-height: 1.125;
	margin-bottom: 27px;
	margin-bottom: 1.5rem;
	font-family: "Calibre-Semibold", Arial, sans-serif;
	text-align: left
}

.table-inline__header-row {
	border-bottom: 1px solid #cfcfd4;
	border-bottom: .05556rem solid #cfcfd4;
	border-top: 1px solid #a7a8af;
	border-top: .05556rem solid #a7a8af
}

.table-inline__header-cell {
	font-size: 14px;
	font-size: .77778rem;
	line-height: 1.5;
	letter-spacing: 1px;
	letter-spacing: .05556rem;
	background-color: #f0f0f2;
	color: #50525a;
	text-transform: uppercase
}

.table-inline__header-cell.\--is-active {
	background-color: #cfcfd4
}

.table-inline__header-cell.\--is-ascending .table-inline__sort-icon {
	transform: rotate(180deg)
}

.table-inline__sort-button {
	line-height: inherit;
	text-transform: uppercase
}

.table-inline__row-cell.\--is-active {
	background-color: #f0f0f2
}

.table-inline__footer td:last-of-type {
	font-size: 14px;
	font-size: .77778rem;
	line-height: 1.92857;
	padding-top: 27px;
	padding-top: 1.5rem;
	border-bottom: 0;
	color: #6f707b;
	text-align: left
}

.column-divider {
	position: relative
}

.column-divider::before {
	margin-left: -10px;
	margin-left: -.55556rem;
	width: 1px;
	width: .05556rem;
	background-color: #cfcfd4;
	content: '';
	height: 100%;
	position: absolute;
	top: 0
}

@media (min-width:39.9375em) {
	.column-divider--xs {
		position: relative
	}
	.column-divider--xs::before {
		margin-left: -10px;
		margin-left: -.55556rem;
		width: 1px;
		width: .05556rem;
		background-color: #cfcfd4;
		content: '';
		height: 100%;
		position: absolute;
		top: 0
	}
}

@media (min-width:47.4375em) {
	.column-divider--sm {
		position: relative
	}
	.column-divider--sm::before {
		margin-left: -10px;
		margin-left: -.55556rem;
		width: 1px;
		width: .05556rem;
		background-color: #cfcfd4;
		content: '';
		height: 100%;
		position: absolute;
		top: 0
	}
}

@media (min-width:63.6875em) {
	.column-divider--md {
		position: relative
	}
	.column-divider--md::before {
		margin-left: -10px;
		margin-left: -.55556rem;
		width: 1px;
		width: .05556rem;
		background-color: #cfcfd4;
		content: '';
		height: 100%;
		position: absolute;
		top: 0
	}
}

@media (min-width:77.4375em) {
	.column-divider--lg {
		position: relative
	}
	.column-divider--lg::before {
		margin-left: -10px;
		margin-left: -.55556rem;
		width: 1px;
		width: .05556rem;
		background-color: #cfcfd4;
		content: '';
		height: 100%;
		position: absolute;
		top: 0
	}
}

.numeral {
	font-family: "acumin-pro-extra-condensed", Arial, sans-serif
}

.numeral.\--calibre-semibold {
	font-family: "Calibre-Semibold", Arial, sans-serif
}

.numeral.\--calibre-regular {
	font-family: "Calibre-Regular", Arial, sans-serif
}

#csstyle .\+heading-alpha,
.numeral.\--alpha {
	font-size: 72px;
	font-size: 3rem;
	line-height: 1.1;
	text-align:right
}

#csstyle .\+heading-beta,
.numeral.\--beta {
	font-size: 52px;
	font-size: 2.88889rem;
	line-height: 1.25
}

#csstyle .\+heading-gamma,
.numeral.\--gamma {
	font-size: 36px;
	font-size: 2rem;
	line-height: 1.5
}

#csstyle .\+heading-delta,
.numeral.\--delta {
	font-size: 28px;
	font-size: 1.55556rem;
	line-height: 1.5
}

.numeral.\--epsilon {
	font-size: 23.999px;
	font-size: 1.33333rem;
	line-height: 1.5
}

.numeral.\--zeta {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.33
}

.numeral.\--with-accent-secondary {
	align-items: flex-start;
	display: inline-flex
}

.numeral__accent {
	font-size: 50%;
	position: relative;
	top: -.5em;
	vertical-align: middle
}

.numeral__accent.\--bottom {
	top: 0;
	vertical-align: baseline
}

.numeral__accent.\--with-secondary {
	display: inline-flex;
	flex-direction: column;
	line-height: 1;
	top: .5em
}

.numeral__secondary,
.text-link {
	font-size: 18px;
	font-size: 1rem;
	line-height: .75
}

.text-link {
	line-height: 1.5;
	color: #73bd42;
	cursor: pointer
}

.text-link.\--plain,
.text-link:hover {
	text-decoration: none
}

.text-link,
.text-link.\--plain:hover {
	text-decoration: underline
}

.heading-primary {
	letter-spacing: .199px;
	letter-spacing: .01111rem;
	color: #202020;
	font-family: "acumin-pro-extra-condensed", Arial, sans-serif
}

.heading-secondary {
	color: #202020;
	font-family: "Roboto", Arial, sans-serif
}

.heading-tertiary {
	color: #202020;
	font-family: "Calibre-Regular", Arial, sans-serif
}

.subheading {
	font-size: 14px;
	font-size: .77778rem;
	line-height: 1.25;
	letter-spacing: 1px;
	letter-spacing: .05556rem;
	font-family: "Roboto", Arial, sans-serif;
	text-decoration: none;
	text-align:right;
	text-transform: uppercase
}

.subheading.\--thin {
	font-family: "Calibre-Regular", Arial, sans-serif
}

.global-navigation {
	height: 59.999px;
	height: 3.33333rem;
	background-color: #fff;
	border-bottom: 1px solid #cfcfd4;
	border-bottom: .05556rem solid #cfcfd4;
	display: flex;
	position: relative;
	top: 0;
	transition: transform .25s ease-in, opacity .25s ease-in, visibility .25s ease-in;
	width: 100%;
	z-index: 20
}

.global-navigation.\--align-items-center {
	align-items: center
}

.global-navigation__flex-container {
	display: inline-flex;
	justify-content: space-between;
	width: 100%
}

.global-navigation__flex-container.\--is-mobile {
	justify-content: flex-end
}

.global-navigation__secondary-container {
	font-size: 14px;
	font-size: .77778rem;
	line-height: 1.5;
	align-items: center;
	font-family: "Calibre-Regular", Arial, sans-serif
}

.global-navigation__horizontal-nav {
	height: 59px;
	height: 3.27778rem;
	letter-spacing: 1px;
	letter-spacing: .05556rem;
	display: inline-flex;
	font-family: "Calibre-Semibold", Arial, sans-serif;
	margin: 0
}

.global-navigation__horizontal-item-container {
	font-size: 12px;
	font-size: .66667rem;
	line-height: 1.5;
	align-items: center;
	color: #202020;
	display: flex;
	text-align: center;
	text-transform: none
}

@media (min-width:67.5em) {
	.global-navigation__horizontal-item-container {
		font-size: 14px;
		font-size: .77778rem;
		line-height: 1.5
	}
}

.global-navigation__horizontal-item-container:hover {
	background-color: #f0f0f2
}

.global-navigation__horizontal-item-container:hover .global-navigation__horizontal-subnav {
	top: 59px;
	top: 3.27778rem;
	max-height: 511.999px;
	max-height: 28.44444rem;
	opacity: 1;
	visibility: visible;
	z-index: 15
}

.global-navigation__horizontal-item-container.\--blue-light-hover:hover {
	background-color: #4d64ff
}

.global-navigation__horizontal-item {
	padding: 14px;
	padding: .77778rem;
	color: #202020;
	text-transform: uppercase
}

.global-navigation__horizontal-subnav {
	background-color: #f0f0f2;
	box-shadow: 0 .16667rem .27778rem rgba(32, 32, 32, .3);
	color: #202020;
	left: 0;
	max-height: 0;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 0;
	visibility: hidden;
	z-index: -5
}

.global-navigation__horizontal-subnav.\--with-ad {
	display: flex;
	justify-content: space-between
}

.global-navigation__horizontal-subnav.\--small-dropdown {
	min-width: 199.999px;
	min-width: 11.11111rem;
	background-color: #4d64ff;
	left: auto
}

.global-navigation__horizontal-subnav-ad {
	min-width: 374px;
	min-width: 20.77778rem
}

.global-navigation__horizontal-subnav-item {
	font-size: 16px;
	font-size: .88889rem;
	line-height: 1.6875;
	padding-top: 3.499px;
	padding-top: .19444rem;
	padding-bottom: 3.499px;
	padding-bottom: .19444rem;
	display: inline-block;
	font-family: "Calibre-Regular", Arial, sans-serif;
	letter-spacing: normal;
	position: relative;
	transition: translate 250ms ease-in
}

.global-navigation__horizontal-subnav-item:hover {
	color: #73bd42;
	text-decoration: underline
}

.global-navigation__slide {
	min-width: 374.999px;
	min-width: 20.83333rem;
	height: 100vh;
	left: 0;
	position: absolute;
	transform: translateX(-105%);
	transition: transform 500ms cubic-bezier(0, 1, 0, 1);
	z-index: 20
}

.global-navigation__slide.\--is-active {
	transform: translateX(0)
}

.global-navigation__nav,
.global-navigation__subnav {
	background-color: #fff;
	box-shadow: 0 .5rem 1.1rem rgba(80, 82, 90, .5)
}

.global-navigation__nav {
	height: 100%;
	overflow-y: scroll;
	padding-bottom: 124.999px;
	padding-bottom: 6.94444rem;
	position: relative
}

.global-navigation__subnav {
	min-width: 374.999px;
	min-width: 20.83333rem;
	padding-bottom: 59.999px;
	padding-bottom: 3.33333rem;
	left: -374.999px;
	left: -20.83333rem;
	min-height: 100%;
	position: absolute;
	top: 0;
	transition: transform 500ms cubic-bezier(0, 1, 0, 1), left 500ms;
	z-index: 10
}

.global-navigation__subnav.\--is-active {
	left: 0
}

.global-navigation__item {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.5;
	-webkit-appearance: none;
	background-color: #fff;
	border-bottom: 1px solid #f0f0f2;
	border-bottom: .05556rem solid #f0f0f2;
	border-left: none;
	border-right: none;
	border-top: none;
	cursor: pointer;
	font-family: "Calibre-Semibold", Arial, sans-serif;
	padding: 14px 19.999px;
	padding: .77778rem 1.11111rem;
	width: 100%
}

.global-navigation__item.\--bg-gray {
	background-color: #f0f0f2
}

.global-navigation__item:focus {
	outline: 0
}

@media (min-width:47.4375em) {
	.global-navigation__item {
		min-width: 374.999px;
		min-width: 20.83333rem
	}
}

.global-navigation__subnav-group {
	background-color: #fff;
	display: none;
	height: 100%
}

.global-navigation__subnav-group.\--is-active {
	display: block
}

.global-navigation__sub-item {
	font-size: 14px;
	font-size: .77778rem;
	border-bottom: 0 solid transparent;
	border-top: 0 solid transparent;
	color: #fff;
	display: block;
	font-family: "Calibre-Regular", Arial, sans-serif;
	height: 60px;
	line-height: 60px;
	padding: 0 14.4px;
	padding: 0 .8rem;
	text-decoration: none;
	text-transform: uppercase
}

.global-navigation__secondary-nav-item {
	font-size: 12px;
	font-size: .66667rem;
	line-height: 1.5;
	letter-spacing: 1px;
	letter-spacing: .05556rem;
	padding: 14px;
	padding: .77778rem;
	height: 59px;
	height: 3.27778rem;
	align-items: center;
	border-left: 1px solid #cfcfd4;
	border-left: .05556rem solid #cfcfd4;
	display: inline-flex;
	font-family: "Calibre-Semibold", Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	transition: background-color .2s ease-in
}

.global-navigation__secondary-nav-item.\--primary-button {
	background-color: #73bd42;
	color: #fff
}

.global-navigation__secondary-nav-item.\--primary-button:hover {
	background-color: #202020
}

.global-navigation__secondary-nav-item.\--secondary-button {
	background-color: #fff;
	color: #73bd42
}

.global-navigation__secondary-nav-item.\--secondary-button:hover {
	background-color: #e9e9ec
}

.global-navigation__secondary-nav-item.\--is-auth-app {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000
}

@media (min-width:77.4375em) {
	.global-navigation__secondary-nav-item {
		font-size: 14px;
		font-size: .77778rem;
		line-height: 1.5
	}
}

.global-navigation__search {
	height: 59.999px;
	height: 3.33333rem;
	width: 59.999px;
	width: 3.33333rem;
	margin-bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5
}

.global-navigation__search.\--is-active .global-navigation__search-input-container {
	right: 73.999px;
	right: 4.11111rem;
	width: 284.999px;
	width: 15.83333rem
}

.global-navigation__search-icon {
	height: 59px;
	height: 3.27778rem;
	width: 59.999px;
	width: 3.33333rem;
	padding: 19.999px;
	padding: 1.11111rem;
	-webkit-appearance: none;
	background-color: #fff;
	border: 0;
	border-left: 1px solid #cfcfd4;
	border-left: .05556rem solid #cfcfd4;
	color: #202020;
	cursor: pointer;
	fill: #202020;
	transition: background-color .2s ease-in;
	z-index: 10
}

.global-navigation__search-icon:hover {
	background-color: #e9e9ec
}

.global-navigation__search-input {
	font-size: 16px;
	font-size: .88889rem;
	line-height: 1.5;
	top: 14px;
	top: .77778rem;
	background-color: #fff;
	border: 1px solid #cfcfd4;
	border: .05556rem solid #cfcfd4;
	display: block;
	font-family: "Calibre-Semibold", Arial, sans-serif;
	left: 0;
	overflow: hidden;
	padding: 4.5px 13.5px;
	padding: .25rem .75rem;
	position: absolute;
	width: 100%;
	z-index: 5
}

.global-navigation__search-input:focus {
	border-bottom: 1px solid #a7a8af;
	border-bottom: .05556rem solid #a7a8af;
	outline: 0
}

.global-navigation__search-input-container {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.5;
	height: 57.999px;
	height: 3.22222rem;
	right: 7px;
	right: .38889rem;
	width: 15.83333rem;
	padding-left: 14px;
	padding-left: .77778rem;
	padding-right: 14px;
	padding-right: .77778rem;
	-webkit-backface-visibility: none;
	backface-visibility: none;
	background-color: #fff;
	display: block;
	margin: 0;
	position: absolute;
	top: 0;
	transition: right .3s ease-out, width .3s ease-in;
	width: 0;
	z-index: -5
}

.global-navigation.\--bg-transparent {
	background-color: transparent
}

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

.bae-nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	padding-right: 20px
}

.bae-nav--alerts,
.bae-nav--first-name {
	font-family: "Calibre-Semibold", Arial, sans-serif;
	font-size: 14px;
	font-size: .77778rem;
	text-transform: uppercase;
	vertical-align: text-bottom;
	display: inline-flex;
	line-height: unset
}

.bae-nav--alerts {
	background-color: #ff485e;
	color: #fff;
	padding: 0 8px;
	border-radius: 100%;
	margin: 0 10px 0 0
}

.bae-nav--first-name {
	margin: 0
}

.bae-nav--menu-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	font-size: 24px;
	line-height: 1
}

.bae-nav--menu {
	background: #fff;
	list-style: none;
	position: absolute;
	top: 41px;
	right: 0;
	margin: 0;
	width: 208px;
	box-sizing: border-box;
	border: 1px solid #cfcfd4
}

.bae-nav--menu li {
	margin: 0;
	padding: 0;
	line-height: 0
}

.bae-nav--menu-item {
	font-family: "Calibre-Regular", Arial, sans-serif;
	line-height: 2.5;
	font-size: 14px;
	padding-left: 20px;
	display: inline-flex;
	width: 100%
}

.bae-nav--menu-item:hover {
	background-color: #73bd42;
	color: #fff
}

.bae-menu__icon-button {
	cursor: pointer;
	flex: 0 1 15%;
	background: 0 0;
	border: 0;
	border-right: 1px solid #f0f0f2;
	display: inline-flex;
	justify-content: center;
	max-width: 65px
}

.bae-menu__icon {
	width: 40%;
	height: auto
}

#baeMobileAppNav.bae-app-nav.bacon-is-sizzling {
	height: 60px
}

.footer {
	font-size: 14px;
	font-size: .77778rem;
	line-height: 1.92857;
	padding-bottom: 54px;
	padding-bottom: 3rem;
	background-color: #18243d;
	border-top: 10px solid #4d64ff;
	border-top: .55556rem solid #4d64ff;
	clear: left;
	color: #fff;
	float: left;
	font-family: "Calibre-Regular", Arial, sans-serif;
	width: 100%
}

.footer__border {
	border-bottom: 1px solid #6f707b;
	border-bottom: .05556rem solid #6f707b
}

.footer__logo-container {
	margin-bottom: 19.999px;
	margin-bottom: 1.11111rem;
	padding-bottom: 19.999px;
	padding-bottom: 1.11111rem;
	padding-top: 19.999px;
	padding-top: 1.11111rem
}

.footer__logo,
.footer__logo-svg {
	height: 28.125px;
	height: 1.5625rem;
	width: 123.75px;
	width: 6.875rem
}

.footer__logo-svg {
	color: #fff;
	fill: #fff
}

.footer__link {
	margin-bottom: 14px;
	margin-bottom: .77778rem;
	color: #fff;
	text-transform: uppercase
}

.footer__copy {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.5
}

.footer__copy.\--small {
	font-size: 14px;
	font-size: .77778rem;
	line-height: 1.25
}

.footer a,
.footer__header {
	color: #fff
}

.footer__disclaimer {
	margin-top: 14px;
	margin-top: .77778rem;
	padding-top: 14px;
	padding-top: .77778rem;
	border-top: 1px solid #6f707b;
	border-top: .05556rem solid #6f707b;
	color: #fff
}

.footer__flex-cell {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.footer__flex-container {
	align-items: center;
	display: flex;
	justify-content: space-between
}

.footer a {
	text-decoration: none
}

.brcom-logo {
	padding-right: 14px;
	padding-right: .77778rem;
	padding-left: 14px;
	padding-left: .77778rem;
	align-items: center;
	border-right: 1px solid #cfcfd4;
	border-right: .05556rem solid #cfcfd4;
	display: inline-flex;
	position: relative;
	text-align: left;
	width: auto;
	z-index: 5
}

.brcom-logo.\--mobile {
	padding-right: 7px;
	padding-right: .38889rem;
	padding-left: 7px;
	padding-left: .38889rem;
	flex-grow: 1
}

.brcom-logo.\--mobile .brcom-logo__icon {
	height: 19.999px;
	height: 1.11111rem;
	width: 79.999px;
	width: 4.44444rem
}

.brcom-logo__icon {
	height: 57.999px;
	height: 3.22222rem;
	width: 124.999px;
	width: 6.94444rem;
	color: #202020;
	fill: #202020
}

.brcom-logo__icon.\--fill-white {
	fill: #fff;
	color: #fff
}

.hamburger {
	height: 59px;
	height: 3.27778rem;
	width: 59px;
	width: 3.27778rem;
	background: #fff;
	border: 0;
	border-radius: 0;
	color: #202020;
	display: block;
	outline: 0;
	padding: 9px;
	padding: .5rem;
	z-index: 3
}

.hamburger.\--navigation {
	border-right: 1px solid #cfcfd4;
	border-right: .05556rem solid #cfcfd4
}

.hamburger.\--is-stripped {
	background: 0 0;
	border: 0;
	border-bottom: none;
	height: auto;
	width: auto
}

.hamburger.\--is-active .hamburger__bars {
	background: 0 0
}

.hamburger.\--is-active .hamburger__bars::after,
.hamburger.\--is-active .hamburger__bars::before {
	top: 0;
	transition: top .1s, transform .1s .1s
}

.hamburger.\--is-active .hamburger__bars::before {
	transform: rotate(45deg)
}

.hamburger.\--is-active .hamburger__bars::after {
	transform: rotate(-45deg)
}

.hamburger__bars,
.hamburger__bars::after,
.hamburger__bars::before {
	background: #202020;
	border-radius: 3px;
	display: block;
	height: 1.75px;
	margin: 0 auto;
	position: relative;
	transition: top .1s .1s, transform .1s, background 0s .1s;
	width: 20.25px;
	width: 1.125rem
}

.hamburger__bars::after,
.hamburger__bars::before {
	content: '';
	position: absolute
}

.hamburger__bars::before {
	top: -4.95px;
	top: -.275rem
}

.hamburger__bars::after {
	top: 4.95px;
	top: .275rem
}

.tabs {
	list-style: none;
	margin-left: 0;
	align-items: flex-start;
	border-bottom: 1px solid #cfcfd4;
	border-bottom: .05556rem solid #cfcfd4;
	display: flex;
	flex-wrap: wrap
}

.tabs.\--boxed {
	background-color: #f0f0f2;
	border: 1px solid #cfcfd4;
	border: .05556rem solid #cfcfd4
}

.tabs.\--align-center {
	justify-content: center
}

.tabs.\--align-right {
	justify-content: flex-end
}

.tabs.\--fill .tabs__item {
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
	text-align: center
}

.tabs__link,
.tabs__link.\--small {
	padding-right: 14px;
	padding-right: .77778rem;
	padding-left: 14px;
	padding-left: .77778rem
}

.tabs__link {
	color: #202020;
	display: block;
	font-family: "Calibre-Semibold", Arial, sans-serif;
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.5;
	padding-top: 10px;
	padding-top: .55556rem;
	padding-bottom: 10px;
	padding-bottom: .55556rem
}

.tabs__link.\--small {
	font-size: 16px;
	font-size: .88889rem;
	line-height: 1.6875;
	padding-top: 7px;
	padding-top: .38889rem;
	padding-bottom: 7px;
	padding-bottom: .38889rem
}

.tabs__link.\--small.\--is-active {
	padding-bottom: 3.999px;
	padding-bottom: .22222rem
}

.tabs__link.\--is-active {
	padding-bottom: 7px;
	padding-bottom: .38889rem;
	background-color: #fff;
	border-bottom: 3px solid #73bd42;
	border-bottom: .16667rem solid #73bd42;
	color: #73bd42
}

.tabs__link:hover {
	color: #73bd42
}

.tabs__item.\--separated {
	background-color: #f0f0f2;
	border-right: 1px solid #cfcfd4;
	border-right: .05556rem solid #cfcfd4
}

.tabs__item.\--separated:last-child {
	border-right: none
}

.tabs__cell-row {
	align-items: baseline;
	display: flex;
	justify-content: space-between
}

.tabs__cell-row.\--align-center {
	align-items: center
}

.tooltip {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.tooltip.\--is-active .tooltip__icon {
	background-color: #73bd42;
	color: #fff
}

.tooltip__icon {
	font-size: 12px;
	font-size: .66667rem;
	line-height: 1.5;
	height: 19.999px;
	height: 1.11111rem;
	width: 19.999px;
	width: 1.11111rem;
	background: #cfcfd4;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	font-family: "pt-serif", serif;
	transition: backgound-color 150ms ease-in, color 150ms ease-in
}

.tooltip__icon:focus,
.tooltip__icon:hover {
	background-color: #73bd42;
	color: #fff
}

.tooltip__box {
	padding-top: 14px;
	padding-top: .77778rem;
	padding-right: 19.999px;
	padding-right: 1.11111rem;
	padding-bottom: 14px;
	padding-bottom: .77778rem;
	padding-left: 19.999px;
	padding-left: 1.11111rem;
	top: 34px;
	top: 1.88889rem;
	max-width: 450px;
	max-width: 25rem;
	border-width: 1px;
	border-width: .05556rem;
	background-color: #fff;
	border-color: #73bd42;
	border-style: solid;
	box-shadow: 0 .19444rem .77778rem rgba(0, 0, 0, .2);
	position: absolute;
	right: 0;
	text-align: left;
	z-index: 10
}

.tooltip__box.\--above {
	bottom: 34px;
	bottom: 1.88889rem;
	top: initial
}

.tooltip__box.\--above.\--without-icon {
	bottom: 14px;
	bottom: .77778rem
}

.tooltip__box.\--pos-left {
	left: -7px;
	left: -.38889rem
}

.tooltip__box.\--pos-left .tooltip__arrow-down,
.tooltip__box.\--pos-left .tooltip__arrow-up {
	left: 7px;
	left: .38889rem
}

.tooltip__box.\--pos-right {
	right: -7px;
	right: -.38889rem
}

.tooltip__box.\--pos-right .tooltip__arrow-down,
.tooltip__box.\--pos-right .tooltip__arrow-up {
	right: 7px;
	right: .38889rem
}

.tooltip__box.\--pos-center {
	right: 50%;
	transform: translateX(50%)
}

.tooltip__box.\--pos-center .tooltip__arrow-down,
.tooltip__box.\--pos-center .tooltip__arrow-up {
	transform: translateX(-50%);
	left: 50%
}

.tooltip__box :last-child {
	margin-bottom: 0
}

.tooltip__copy {
	font-size: 14px;
	font-size: .77778rem;
	line-height: 1.5
}

.tooltip__arrow-down,
.tooltip__arrow-up {
	min-width: 14px;
	min-width: .77778rem;
	min-height: 14px;
	min-height: .77778rem;
	position: absolute
}

.tooltip__arrow-up {
	top: -14px;
	top: -.77778rem
}

.tooltip__arrow-up:after,
.tooltip__arrow-up:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-width: 7px;
	border-width: .38889rem;
	height: 0;
	width: 0;
	border-style: solid;
	border-color: transparent transparent #fff
}

.tooltip__arrow-up:before {
	border-width: 7.999px;
	border-width: .44444rem;
	border-color: transparent transparent #73bd42;
	margin-left: -1px;
	margin-left: -.05556rem;
	margin-top: -1.999px;
	margin-top: -.11111rem
}

.tooltip__arrow-down {
	bottom: -14px;
	bottom: -.77778rem
}

.tooltip__arrow-down:after,
.tooltip__arrow-down:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-width: 7px;
	border-width: .38889rem;
	height: 0;
	width: 0;
	border-style: solid;
	border-color: #fff transparent transparent
}

.tooltip__arrow-down:before {
	border-width: 7.999px;
	border-width: .44444rem;
	border-color: #73bd42 transparent transparent;
	margin-left: -1px;
	margin-left: -.05556rem;
	margin-top: 0
}

.accordion__item {
	border-top: 1px solid #cfcfd4;
	position: relative
}

.accordion__item:last-child {
	border-bottom: 1px solid #cfcfd4
}

.accordion__title-container {
	padding-top: 14px;
	padding-top: .77778rem;
	padding-bottom: 14px;
	padding-bottom: .77778rem;
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0
}

.accordion__title-container.\--is-active,
.accordion__title-container:hover {
	color: #4d64ff;
	fill: #4d64ff
}

.accordion__title-container.\--is-active .accordion__icon,
.rate-table-header__cell.\--is-ascending .rate-table-header__icon {
	transform: rotate(180deg)
}

.accordion__title {
	font-size: 16px;
	font-size: .88889rem;
	line-height: 1.6875;
	cursor: pointer;
	font-family: "Calibre-Semibold", Arial, sans-serif;
	position: relative;
	text-transform: uppercase
}

.accordion__icon {
	color: inherit;
	fill: inherit;
	transform: rotate(0deg);
	transition: transform .3s ease-in
}

.rate-table-header {
	background-color: #e9e9ec;
	border-bottom: 1px solid #cfcfd4;
	border-bottom: .05556rem solid #cfcfd4;
	border-top: 1px solid #a7a8af;
	border-top: .05556rem solid #a7a8af
}

.rate-table-header__cell {
	padding-top: 3.499px;
	padding-top: .19444rem;
	padding-right: 14px;
	padding-right: .77778rem;
	padding-bottom: 3.499px;
	padding-bottom: .19444rem;
	padding-left: 14px;
	padding-left: .77778rem;
	position: relative;
	text-align: left
}

.rate-table-header__cell.\--is-active {
	background-color: #cfcfd4
}

.rate-table-header__copy {
	font-size: 14px;
	font-size: .77778rem;
	line-height: 1.92857;
	letter-spacing: .3px;
	letter-spacing: .01667rem;
	color: #6f707b;
	font-family: "Calibre-Regular", Arial, sans-serif;
	text-transform: uppercase
}

.shimmer-box {
	background-image: linear-gradient(to right, #f0f0f2 0%, #f0f0f2 40%, #fff 50%, #f0f0f2 60%, #f0f0f2 100%);
	background-size: 400%;
	animation-name: bkg-shimmer;
	animation-duration: 3s;
	animation-iteration-count: infinite
}

.shimmer-box.\--empty {
	background-image: none
}

.shimmer-box.\--slow {
	animation-duration: 5s
}

.shimmer-box.\--fast {
	animation-duration: 2s
}

.shimmer-box.\--hyperactive {
	animation-duration: 1s
}

.shimmer-box.\--rounded-corners {
	border-radius: 3.5px
}

.shimmer-box.\--rounded-corners-fat {
	border-radius: 7px
}

.shimmer-box.\--offer-upper {
	flex-grow: 1;
	min-height: 108px;
	min-height: 6rem;
	margin-bottom: 10px
}

.shimmer-box.\--offer-lower {
	min-height: 22.5px;
	min-height: 1.25rem
}

.shimmer-box__compact-wrap {
	display: flex;
	justify-content: space-between;
	padding: 14px;
	padding: .77778rem
}

.shimmer-box__compact-cell {
	flex-basis: 50%
}

.shimmer-box__compact-fat {
	margin: 0 9px 18px;
	margin: 0 .5rem 1rem;
	height: 54px;
	height: 3rem
}

.shimmer-box__compact-thin-wrap {
	display: flex
}

.shimmer-box__compact-thin-outer {
	flex-basis: 50%;
	margin: 0 9px;
	margin: 0 .5rem
}

.shimmer-box__compact-thin-top {
	margin-bottom: 4.5px;
	margin-bottom: .25rem;
	height: 7.2px;
	height: .4rem
}

.shimmer-box__compact-thin-btm {
	height: 27px;
	height: 1.5rem
}

.size-1of10,
.size-1of12,
.size-1of8 {
	flex-basis: auto!important;
	width: 8.33333%!important
}

.size-1of10,
.size-1of8 {
	width: 10%!important
}

.size-1of8 {
	width: 12.5%!important
}

.size-1of5,
.size-1of6,
.size-2of10,
.size-2of12 {
	flex-basis: auto!important;
	width: 16.66667%!important
}

.size-1of5,
.size-2of10 {
	width: 20%!important
}

.size-1of4,
.size-2of8,
.size-3of10,
.size-3of12 {
	flex-basis: auto!important;
	width: 25%!important
}

.size-3of10 {
	width: 30%!important
}

.size-1of3,
.size-2of6,
.size-3of8,
.size-4of12 {
	flex-basis: auto!important;
	width: 33.33333%!important
}

.size-3of8 {
	width: 37.5%!important
}

.size-2of5,
.size-4of10,
.size-5of12 {
	flex-basis: auto!important;
	width: 40%!important
}

.size-5of12 {
	width: 41.66667%!important
}

.size-1of2,
.size-2of4,
.size-3of6,
.size-4of8,
.size-5of10,
.size-6of12,
.size-7of12 {
	flex-basis: auto!important;
	width: 50%!important
}

.size-7of12 {
	width: 58.33333%!important
}

.size-3of5,
.size-5of8,
.size-6of10 {
	flex-basis: auto!important;
	width: 60%!important
}

.size-5of8 {
	width: 62.5%!important
}

.size-2of3,
.size-4of6,
.size-7of10,
.size-8of12 {
	flex-basis: auto!important;
	width: 66.66667%!important
}

.size-7of10 {
	width: 70%!important
}

.size-3of4,
.size-4of5,
.size-6of8,
.size-8of10,
.size-9of12 {
	flex-basis: auto!important;
	width: 75%!important
}

.size-4of5,
.size-8of10 {
	width: 80%!important
}

.size-10of12,
.size-5of6,
.size-7of8,
.size-9of10 {
	flex-basis: auto!important;
	width: 83.33333%!important
}

.size-7of8,
.size-9of10 {
	width: 87.5%!important
}

.size-9of10 {
	width: 90%!important
}

.size-11of12 {
	width: 91.66667%!important
}

.size-11of12,
.size-fit {
	flex-basis: auto!important
}

.size-fill {
	flex: 1 1 0%!important;
	flex-basis: 0%!important
}

.size-fill-alt {
	flex: 1 1 auto!important;
	flex-basis: auto!important
}

.size-full,
.size-large {
	box-sizing: border-box!important;
	display: block!important;
	width: 100%!important;
	height: auto
}

@media (min-width:39.9375em) {
	.size-1of12--xs {
		flex-basis: auto!important;
		width: 8.33333%!important
	}
	.size-1of10--xs,
	.size-1of8--xs {
		flex-basis: auto!important;
		width: 10%!important
	}
	.size-1of8--xs {
		width: 12.5%!important
	}
	.size-1of6--xs,
	.size-2of12--xs {
		flex-basis: auto!important;
		width: 16.66667%!important
	}
	.size-1of5--xs,
	.size-2of10--xs {
		flex-basis: auto!important;
		width: 20%!important
	}
	.size-1of4--xs,
	.size-2of8--xs,
	.size-3of10--xs,
	.size-3of12--xs {
		flex-basis: auto!important;
		width: 25%!important
	}
	.size-3of10--xs {
		width: 30%!important
	}
	.size-1of3--xs,
	.size-2of6--xs,
	.size-3of8--xs,
	.size-4of12--xs {
		flex-basis: auto!important;
		width: 33.33333%!important
	}
	.size-3of8--xs {
		width: 37.5%!important
	}
	.size-2of5--xs,
	.size-4of10--xs,
	.size-5of12--xs {
		flex-basis: auto!important;
		width: 40%!important
	}
	.size-5of12--xs {
		width: 41.66667%!important
	}
	.size-1of2--xs,
	.size-2of4--xs,
	.size-3of6--xs,
	.size-4of8--xs,
	.size-5of10--xs,
	.size-6of12--xs,
	.size-7of12--xs {
		flex-basis: auto!important;
		width: 50%!important
	}
	.size-7of12--xs {
		width: 58.33333%!important
	}
	.size-3of5--xs,
	.size-5of8--xs,
	.size-6of10--xs {
		flex-basis: auto!important;
		width: 60%!important
	}
	.size-5of8--xs {
		width: 62.5%!important
	}
	.size-2of3--xs,
	.size-4of6--xs,
	.size-7of10--xs,
	.size-8of12--xs {
		flex-basis: auto!important;
		width: 66.66667%!important
	}
	.size-7of10--xs {
		width: 70%!important
	}
	.size-3of4--xs,
	.size-6of8--xs,
	.size-9of12--xs {
		flex-basis: auto!important;
		width: 75%!important
	}
	.size-4of5--xs,
	.size-8of10--xs {
		flex-basis: auto!important;
		width: 80%!important
	}
	.size-10of12--xs,
	.size-5of6--xs {
		flex-basis: auto!important;
		width: 83.33333%!important
	}
	.size-7of8--xs,
	.size-9of10--xs {
		flex-basis: auto!important;
		width: 87.5%!important
	}
	.size-9of10--xs {
		width: 90%!important
	}
	.size-11of12--xs {
		width: 91.66667%!important
	}
	.size-11of12--xs,
	.size-fit--xs {
		flex-basis: auto!important
	}
	.size-fill--xs {
		flex: 1 1 0%!important;
		flex-basis: 0%!important
	}
	.size-fill-alt--xs {
		flex: 1 1 auto!important;
		flex-basis: auto!important
	}
	.size-full--xs {
		box-sizing: border-box!important;
		display: block!important;
		width: 100%!important
	}
}

@media (min-width:47.4375em) {
	.size-1of12--sm {
		flex-basis: auto!important;
		width: 8.33333%!important
	}
	.size-1of10--sm,
	.size-1of8--sm {
		flex-basis: auto!important;
		width: 10%!important
	}
	.size-1of8--sm {
		width: 12.5%!important
	}
	.size-1of6--sm,
	.size-2of12--sm {
		flex-basis: auto!important;
		width: 16.66667%!important
	}
	.size-1of5--sm,
	.size-2of10--sm {
		flex-basis: auto!important;
		width: 20%!important
	}
	.size-1of4--sm,
	.size-2of8--sm,
	.size-3of10--sm,
	.size-3of12--sm {
		flex-basis: auto!important;
		width: 25%!important
	}
	.size-3of10--sm {
		width: 30%!important
	}
	.size-1of3--sm,
	.size-2of6--sm,
	.size-3of8--sm,
	.size-4of12--sm {
		flex-basis: auto!important;
		width: 33.33333%!important
	}
	.size-3of8--sm {
		width: 37.5%!important
	}
	.size-2of5--sm,
	.size-4of10--sm,
	.size-5of12--sm {
		flex-basis: auto!important;
		width: 40%!important
	}
	.size-5of12--sm {
		width: 41.66667%!important
	}
	.size-1of2--sm,
	.size-2of4--sm,
	.size-3of6--sm,
	.size-4of8--sm,
	.size-5of10--sm,
	.size-6of12--sm,
	.size-7of12--sm {
		flex-basis: auto!important;
		width: 50%!important
	}
	.size-7of12--sm {
		width: 58.33333%!important
	}
	.size-3of5--sm,
	.size-5of8--sm,
	.size-6of10--sm {
		flex-basis: auto!important;
		width: 60%!important
	}
	.size-5of8--sm {
		width: 62.5%!important
	}
	.size-2of3--sm,
	.size-4of6--sm,
	.size-7of10--sm,
	.size-8of12--sm {
		flex-basis: auto!important;
		width: 66.66667%!important
	}
	.size-7of10--sm {
		width: 70%!important
	}
	.size-3of4--sm,
	.size-6of8--sm,
	.size-9of12--sm {
		flex-basis: auto!important;
		width: 75%!important
	}
	.size-4of5--sm,
	.size-8of10--sm {
		flex-basis: auto!important;
		width: 80%!important
	}
	.size-10of12--sm,
	.size-5of6--sm {
		flex-basis: auto!important;
		width: 83.33333%!important
	}
	.size-7of8--sm,
	.size-9of10--sm {
		flex-basis: auto!important;
		width: 87.5%!important
	}
	.size-9of10--sm {
		width: 90%!important
	}
	.size-11of12--sm {
		width: 91.66667%!important
	}
	.size-11of12--sm,
	.size-fit--sm {
		flex-basis: auto!important
	}
	.size-fill--sm {
		flex: 1 1 0%!important;
		flex-basis: 0%!important
	}
	.size-fill-alt--sm {
		flex: 1 1 auto!important;
		flex-basis: auto!important
	}
	.size-full--sm {
		box-sizing: border-box!important;
		display: block!important;
		width: 100%!important
	}
}

@media (min-width:63.6875em) {
	.size-1of12--md {
		flex-basis: auto!important;
		width: 8.33333%!important
	}
	.size-1of10--md,
	.size-1of8--md {
		flex-basis: auto!important;
		width: 10%!important
	}
	.size-1of8--md {
		width: 12.5%!important
	}
	.size-1of6--md,
	.size-2of12--md {
		flex-basis: auto!important;
		width: 16.66667%!important
	}
	.size-1of5--md,
	.size-2of10--md {
		flex-basis: auto!important;
		width: 20%!important
	}
	.size-1of4--md,
	.size-2of8--md,
	.size-3of10--md,
	.size-3of12--md {
		flex-basis: auto!important;
		width: 25%!important
	}
	.size-3of10--md {
		width: 30%!important
	}
	.size-1of3--md,
	.size-2of6--md,
	.size-3of8--md,
	.size-4of12--md {
		flex-basis: auto!important;
		width: 33.33333%!important
	}
	.size-3of8--md {
		width: 37.5%!important
	}
	.size-2of5--md,
	.size-4of10--md,
	.size-5of12--md {
		flex-basis: auto!important;
		width: 40%!important
	}
	.size-5of12--md {
		width: 41.66667%!important
	}
	.size-1of2--md,
	.size-2of4--md,
	.size-3of6--md,
	.size-4of8--md,
	.size-5of10--md,
	.size-6of12--md,
	.size-7of12--md {
		flex-basis: auto!important;
		width: 50%!important
	}
	.size-7of12--md {
		width: 58.33333%!important
	}
	.size-3of5--md,
	.size-5of8--md,
	.size-6of10--md {
		flex-basis: auto!important;
		width: 60%!important
	}
	.size-5of8--md {
		width: 62.5%!important
	}
	.size-2of3--md,
	.size-4of6--md,
	.size-7of10--md,
	.size-8of12--md {
		flex-basis: auto!important;
		width: 66.66667%!important
	}
	.size-7of10--md {
		width: 70%!important
	}
	.size-3of4--md,
	.size-6of8--md,
	.size-9of12--md {
		flex-basis: auto!important;
		width: 75%!important
	}
	.size-4of5--md,
	.size-8of10--md {
		flex-basis: auto!important;
		width: 80%!important
	}
	.size-10of12--md,
	.size-5of6--md {
		flex-basis: auto!important;
		width: 83.33333%!important
	}
	.size-7of8--md,
	.size-9of10--md {
		flex-basis: auto!important;
		width: 87.5%!important
	}
	.size-9of10--md {
		width: 90%!important
	}
	.size-11of12--md {
		width: 91.66667%!important
	}
	.size-11of12--md,
	.size-fit--md {
		flex-basis: auto!important
	}
	.size-fill--md {
		flex: 1 1 0%!important;
		flex-basis: 0%!important
	}
	.size-fill-alt--md {
		flex: 1 1 auto!important;
		flex-basis: auto!important
	}
	.size-full--md {
		box-sizing: border-box!important;
		display: block!important;
		width: 100%!important
	}
}

@media (min-width:77.4375em) {
	.size-1of12--lg {
		flex-basis: auto!important;
		width: 8.33333%!important
	}
	.size-1of10--lg,
	.size-1of8--lg {
		flex-basis: auto!important;
		width: 10%!important
	}
	.size-1of8--lg {
		width: 12.5%!important
	}
	.size-1of6--lg,
	.size-2of12--lg {
		flex-basis: auto!important;
		width: 16.66667%!important
	}
	.size-1of5--lg,
	.size-2of10--lg {
		flex-basis: auto!important;
		width: 20%!important
	}
	.size-1of4--lg,
	.size-2of8--lg,
	.size-3of10--lg,
	.size-3of12--lg {
		flex-basis: auto!important;
		width: 25%!important
	}
	.size-3of10--lg {
		width: 30%!important
	}
	.size-1of3--lg,
	.size-2of6--lg,
	.size-3of8--lg,
	.size-4of12--lg {
		flex-basis: auto!important;
		width: 33.33333%!important
	}
	.size-3of8--lg {
		width: 37.5%!important
	}
	.size-2of5--lg,
	.size-4of10--lg,
	.size-5of12--lg {
		flex-basis: auto!important;
		width: 40%!important
	}
	.size-5of12--lg {
		width: 41.66667%!important
	}
	.size-1of2--lg,
	.size-2of4--lg,
	.size-3of6--lg,
	.size-4of8--lg,
	.size-5of10--lg,
	.size-6of12--lg,
	.size-7of12--lg {
		flex-basis: auto!important;
		width: 50%!important
	}
	.size-7of12--lg {
		width: 58.33333%!important
	}
	.size-3of5--lg,
	.size-5of8--lg,
	.size-6of10--lg {
		flex-basis: auto!important;
		width: 60%!important
	}
	.size-5of8--lg {
		width: 62.5%!important
	}
	.size-2of3--lg,
	.size-4of6--lg,
	.size-7of10--lg,
	.size-8of12--lg {
		flex-basis: auto!important;
		width: 66.66667%!important
	}
	.size-7of10--lg {
		width: 70%!important
	}
	.size-3of4--lg,
	.size-6of8--lg,
	.size-9of12--lg {
		flex-basis: auto!important;
		width: 75%!important
	}
	.size-4of5--lg,
	.size-8of10--lg {
		flex-basis: auto!important;
		width: 80%!important
	}
	.size-10of12--lg,
	.size-5of6--lg {
		flex-basis: auto!important;
		width: 83.33333%!important
	}
	.size-7of8--lg,
	.size-9of10--lg {
		flex-basis: auto!important;
		width: 87.5%!important
	}
	.size-9of10--lg {
		width: 90%!important
	}
	.size-11of12--lg {
		width: 91.66667%!important
	}
	.size-11of12--lg,
	.size-fit--lg {
		flex-basis: auto!important
	}
	.size-fill--lg {
		flex: 1 1 0%!important;
		flex-basis: 0%!important
	}
	.size-fill-alt--lg {
		flex: 1 1 auto!important;
		flex-basis: auto!important
	}
	.size-full--lg {
		box-sizing: border-box!important;
		display: block!important;
		width: 100%!important
	}
}

#csstyle .\+heading-epsilon {
	font-size: 23.999px;
	font-size: 1.33333rem;
	line-height: 1.25
}

#csstyle .\+heading-zeta {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.33
}

#csstyle .\+text-size-xl {
	font-size: 28px;
	font-size: 1.55556rem;
	line-height: 1.92857
}

#csstyle .\+text-size-lg {
	font-size: 23.999px;
	font-size: 1.33333rem;
	line-height: 1.125
}

#csstyle .\+text-size-md {
	font-size: 19.999px;
	font-size: 1.11111rem;
	line-height: 1.35
}

#csstyle .\+text-size-nm {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.5
}

#csstyle .\+text-size-sm {
	font-size: 16px;
	font-size: .88889rem;
	line-height: 1.6875
}

#csstyle .\+text-size-xs {
	font-size: 14px;
	font-size: .77778rem;
	line-height: 1.92857
}

#csstyle .\+text-size-xxs {
	font-size: 12px;
	font-size: .66667rem;
	line-height: 2.25
}

#csstyle .\+leading-none {
	line-height: 1
}

#csstyle .\+leading-tight {
	line-height: 1.25
}

#csstyle .\+leading-normal {
	line-height: 1.5
}

#csstyle .\+leading-loose {
	line-height: 1.75
}

#csstyle .\+leading-huge {
	line-height: 2
}

#csstyle .\+pd-all-xl {
	padding: 54px;
	padding: 3rem
}

#csstyle .\+pd-all-lg {
	padding: 41px;
	padding: 2.27778rem
}

#csstyle .\+pd-all-md {
	padding: 34px;
	padding: 1.88889rem
}

#csstyle .\+pd-all {
	padding: 27px;
	padding: 1.5rem
}

#csstyle .\+pd-all-sm {
	padding: 19.999px;
	padding: 1.11111rem
}

#csstyle .\+pd-all-xs {
	padding: 14px;
	padding: .77778rem
}

#csstyle .\+pd-all-xxs {
	padding: 7px;
	padding: .38889rem
}

#csstyle .\+pd-all-none {
	padding: 0
}

#csstyle .\+pd-top-xl {
	padding-top: 54px;
	padding-top: 3rem
}

#csstyle .\+pd-top-lg {
	padding-top: 41px;
	padding-top: 2.27778rem
}

#csstyle .\+pd-top-md {
	padding-top: 34px;
	padding-top: 1.88889rem
}

#csstyle .\+pd-top {
	padding-top: 27px;
	padding-top: 1.5rem
}

#csstyle .\+pd-top-sm {
	padding-top: 19.999px;
	padding-top: 1.11111rem
}

#csstyle .\+pd-top-xs {
	padding-top: 14px;
	padding-top: .77778rem
}

#csstyle .\+pd-top-xxs {
	padding-top: 7px;
	padding-top: .38889rem
}

#csstyle .\+pd-top-none {
	padding-top: 0
}

#csstyle .\+pd-right-xl {
	padding-right: 54px;
	padding-right: 3rem
}

#csstyle .\+pd-right-lg {
	padding-right: 41px;
	padding-right: 2.27778rem
}

#csstyle .\+pd-right-md {
	padding-right: 34px;
	padding-right: 1.88889rem
}

#csstyle .\+pd-right {
	padding-right: 27px;
	padding-right: 1.5rem
}

#csstyle .\+pd-right-sm {
	padding-right: 19.999px;
	padding-right: 1.11111rem
}

#csstyle .\+pd-right-xs {
	padding-right: 14px;
	padding-right: .77778rem
}

#csstyle .\+pd-right-xxs {
	padding-right: 7px;
	padding-right: .38889rem
}

#csstyle .\+pd-right-none {
	padding-right: 0
}

#csstyle .\+pd-bottom-xl {
	padding-bottom: 54px;
	padding-bottom: 3rem
}

#csstyle .\+pd-bottom-lg {
	padding-bottom: 41px;
	padding-bottom: 2.27778rem
}

#csstyle .\+pd-bottom-md {
	padding-bottom: 34px;
	padding-bottom: 1.88889rem
}

#csstyle .\+pd-bottom {
	padding-bottom: 27px;
	padding-bottom: 1.5rem
}

#csstyle .\+pd-bottom-sm {
	padding-bottom: 19.999px;
	padding-bottom: 1.11111rem
}

#csstyle .\+pd-bottom-xs {
	padding-bottom: 14px;
	padding-bottom: .77778rem
}

#csstyle .\+pd-bottom-xxs {
	padding-bottom: 7px;
	padding-bottom: .38889rem
}

#csstyle .\+pd-bottom-none {
	padding-bottom: 0
}

#csstyle .\+pd-left-xl {
	padding-left: 54px;
	padding-left: 3rem
}

#csstyle .\+pd-left-lg {
	padding-left: 41px;
	padding-left: 2.27778rem
}

#csstyle .\+pd-left-md {
	padding-left: 34px;
	padding-left: 1.88889rem
}

#csstyle .\+pd-left {
	padding-left: 27px;
	padding-left: 1.5rem
}

#csstyle .\+pd-left-sm {
	padding-left: 19.999px;
	padding-left: 1.11111rem
}

#csstyle .\+pd-left-xs {
	padding-left: 14px;
	padding-left: .77778rem
}

#csstyle .\+pd-left-xxs {
	padding-left: 7px;
	padding-left: .38889rem
}

#csstyle .\+pd-left-none {
	padding-left: 0
}

#csstyle .\+pd-horizontal-xl {
	padding-left: 54px;
	padding-left: 3rem;
	padding-right: 54px;
	padding-right: 3rem
}

#csstyle .\+pd-horizontal-lg {
	padding-left: 41px;
	padding-left: 2.27778rem;
	padding-right: 41px;
	padding-right: 2.27778rem
}

#csstyle .\+pd-horizontal-md {
	padding-left: 34px;
	padding-left: 1.88889rem;
	padding-right: 34px;
	padding-right: 1.88889rem
}

#csstyle .\+pd-horizontal {
	padding-left: 27px;
	padding-left: 1.5rem;
	padding-right: 27px;
	padding-right: 1.5rem
}

#csstyle .\+pd-horizontal-sm {
	padding-left: 19.999px;
	padding-left: 1.11111rem;
	padding-right: 19.999px;
	padding-right: 1.11111rem
}

#csstyle .\+pd-horizontal-xs {
	padding-left: 14px;
	padding-left: .77778rem;
	padding-right: 14px;
	padding-right: .77778rem
}

#csstyle .\+pd-horizontal-xxs {
	padding-left: 7px;
	padding-left: .38889rem;
	padding-right: 7px;
	padding-right: .38889rem
}

#csstyle .\+pd-horizontal-none {
	padding-left: 0;
	padding-right: 0
}

#csstyle .\+pd-vertical-xl {
	padding-top: 54px;
	padding-top: 3rem;
	padding-bottom: 54px;
	padding-bottom: 3rem
}

#csstyle .\+pd-vertical-lg {
	padding-top: 41px;
	padding-top: 2.27778rem;
	padding-bottom: 41px;
	padding-bottom: 2.27778rem
}

#csstyle .\+pd-vertical-md {
	padding-top: 34px;
	padding-top: 1.88889rem;
	padding-bottom: 34px;
	padding-bottom: 1.88889rem
}

#csstyle .\+pd-vertical {
	padding-top: 27px;
	padding-top: 1.5rem;
	padding-bottom: 27px;
	padding-bottom: 1.5rem
}

#csstyle .\+pd-vertical-sm {
	padding-top: 19.999px;
	padding-top: 1.11111rem;
	padding-bottom: 19.999px;
	padding-bottom: 1.11111rem
}

#csstyle .\+pd-vertical-xs {
	padding-top: 14px;
	padding-top: .77778rem;
	padding-bottom: 14px;
	padding-bottom: .77778rem
}

#csstyle .\+pd-vertical-xxs {
	padding-top: 7px;
	padding-top: .38889rem;
	padding-bottom: 7px;
	padding-bottom: .38889rem
}

#csstyle .\+pd-vertical-none {
	padding-top: 0;
	padding-bottom: 0
}

#csstyle .\+mg-all-xl {
	margin: 54px;
	margin: 3rem
}

#csstyle .\+mg-all-lg {
	margin: 41px;
	margin: 2.27778rem
}

#csstyle .\+mg-all-md {
	margin: 34px;
	margin: 1.88889rem
}

#csstyle .\+mg-all {
	margin: 27px;
	margin: 1.5rem
}

#csstyle .\+mg-all-sm {
	margin: 19.999px;
	margin: 1.11111rem
}

#csstyle .\+mg-all-xs {
	margin: 14px;
	margin: .77778rem
}

#csstyle .\+mg-all-xxs {
	margin: 7px;
	margin: .38889rem
}

#csstyle .\+mg-all-none {
	margin: 0
}

#csstyle .\+mg-top-xl {
	margin-top: 54px;
	margin-top: 3rem
}

#csstyle .\+mg-top-lg {
	margin-top: 41px;
	margin-top: 2.27778rem
}

#csstyle .\+mg-top-md {
	margin-top: 34px;
	margin-top: 1.88889rem
}

#csstyle .\+mg-top {
	margin-top: 27px;
	margin-top: 1.5rem
}

#csstyle .\+mg-top-sm {
	margin-top: 19.999px;
	margin-top: 1.11111rem
}

#csstyle .\+mg-top-xs {
	margin-top: 14px;
	margin-top: .77778rem
}

#csstyle .\+mg-top-xxs {
	margin-top: 7px;
	margin-top: .38889rem
}

#csstyle .\+mg-top-none {
	margin-top: 0
}

#csstyle .\+mg-right-xl {
	margin-right: 54px;
	margin-right: 3rem
}

#csstyle .\+mg-right-lg {
	margin-right: 41px;
	margin-right: 2.27778rem
}

#csstyle .\+mg-right-md {
	margin-right: 34px;
	margin-right: 1.88889rem
}

#csstyle .\+mg-right {
	margin-right: 27px;
	margin-right: 1.5rem
}

#csstyle .\+mg-right-sm {
	margin-right: 19.999px;
	margin-right: 1.11111rem
}

#csstyle .\+mg-right-xs {
	margin-right: 14px;
	margin-right: .77778rem
}

#csstyle .\+mg-right-xxs {
	margin-right: 7px;
	margin-right: .38889rem
}

#csstyle .\+mg-right-none {
	margin-right: 0
}

#csstyle .\+mg-bottom-xl {
	margin-bottom: 54px;
	margin-bottom: 3rem
}

#csstyle .\+mg-bottom-lg {
	margin-bottom: 41px;
	margin-bottom: 2.27778rem
}

#csstyle .\+mg-bottom-md {
	margin-bottom: 34px;
	margin-bottom: 1.88889rem
}

#csstyle .\+mg-bottom {
	margin-bottom: 27px;
	margin-bottom: 1.5rem
}

#csstyle .\+mg-bottom-sm {
	margin-bottom: 19.999px;
	margin-bottom: 1.11111rem
}

#csstyle .\+mg-bottom-xs {
	margin-bottom: 14px;
	margin-bottom: .77778rem
}

#csstyle .\+mg-bottom-xxs {
	margin-bottom: 7px;
	margin-bottom: .38889rem
}

#csstyle .\+mg-bottom-none {
	margin-bottom: 0
}

#csstyle .\+mg-left-xl {
	margin-left: 54px;
	margin-left: 3rem
}

#csstyle .\+mg-left-lg {
	margin-left: 41px;
	margin-left: 2.27778rem
}

#csstyle .\+mg-left-md {
	margin-left: 34px;
	margin-left: 1.88889rem
}

#csstyle .\+mg-left {
	margin-left: 27px;
	margin-left: 1.5rem
}

#csstyle .\+mg-left-sm {
	margin-left: 19.999px;
	margin-left: 1.11111rem
}

#csstyle .\+mg-left-xs {
	margin-left: 14px;
	margin-left: .77778rem
}

#csstyle .\+mg-left-xxs {
	margin-left: 7px;
	margin-left: .38889rem
}

#csstyle .\+mg-left-none {
	margin-left: 0
}

#csstyle .\+mg-horizontal-xl {
	margin-left: 54px;
	margin-left: 3rem;
	margin-right: 54px;
	margin-right: 3rem
}

#csstyle .\+mg-horizontal-lg {
	margin-left: 41px;
	margin-left: 2.27778rem;
	margin-right: 41px;
	margin-right: 2.27778rem
}

#csstyle .\+mg-horizontal-md {
	margin-left: 34px;
	margin-left: 1.88889rem;
	margin-right: 34px;
	margin-right: 1.88889rem
}

#csstyle .\+mg-horizontal {
	margin-left: 27px;
	margin-left: 1.5rem;
	margin-right: 27px;
	margin-right: 1.5rem
}

#csstyle .\+mg-horizontal-sm {
	margin-left: 19.999px;
	margin-left: 1.11111rem;
	margin-right: 19.999px;
	margin-right: 1.11111rem
}

#csstyle .\+mg-horizontal-xs {
	margin-left: 14px;
	margin-left: .77778rem;
	margin-right: 14px;
	margin-right: .77778rem
}

#csstyle .\+mg-horizontal-xxs {
	margin-left: 7px;
	margin-left: .38889rem;
	margin-right: 7px;
	margin-right: .38889rem
}

#csstyle .\+mg-horizontal-none {
	margin-left: 0;
	margin-right: 0
}

#csstyle .\+mg-vertical-xl {
	margin-top: 54px;
	margin-top: 3rem;
	margin-bottom: 54px;
	margin-bottom: 3rem
}

#csstyle .\+mg-vertical-lg {
	margin-top: 41px;
	margin-top: 2.27778rem;
	margin-bottom: 41px;
	margin-bottom: 2.27778rem
}

#csstyle .\+mg-vertical-md {
	margin-top: 34px;
	margin-top: 1.88889rem;
	margin-bottom: 34px;
	margin-bottom: 1.88889rem
}

#csstyle .\+mg-vertical {
	margin-top: 27px;
	margin-top: 1.5rem;
	margin-bottom: 27px;
	margin-bottom: 1.5rem
}

#csstyle .\+mg-vertical-sm {
	margin-top: 19.999px;
	margin-top: 1.11111rem;
	margin-bottom: 19.999px;
	margin-bottom: 1.11111rem
}

#csstyle .\+mg-vertical-xs {
	margin-top: 14px;
	margin-top: .77778rem;
	margin-bottom: 14px;
	margin-bottom: .77778rem
}

#csstyle .\+mg-vertical-xxs {
	margin-top: 7px;
	margin-top: .38889rem;
	margin-bottom: 7px;
	margin-bottom: .38889rem
}

#csstyle .\+mg-vertical-none {
	margin-top: 0;
	margin-bottom: 0
}

#csstyle .\+display-none,
.\--off {
	display: none
}

#csstyle .\+display-block {
	display: block
}

#csstyle .\+display-inline {
	display: inline
}

#csstyle .\+display-inline-block {
	display: inline-block
}

#csstyle .\+display-inline-flex {
	display: inline-flex
}

#csstyle .\+display-flex {
	display: flex
}

@media (min-width:39.9375em) {
	#csstyle .\+display-none--xs {
		display: none
	}
	#csstyle .\+display-block--xs {
		display: block
	}
	#csstyle .\+display-inline--xs {
		display: inline
	}
	#csstyle .\+display-inline-block--xs {
		display: inline-block
	}
	#csstyle .\+display-inline-flex--xs {
		display: inline-flex
	}
	#csstyle .\+display-flex--xs {
		display: flex
	}
}

@media (min-width:47.4375em) {
	#csstyle .\+display-none--sm {
		display: none
	}
	#csstyle .\+display-block--sm {
		display: block
	}
	#csstyle .\+display-inline--sm {
		display: inline
	}
	#csstyle .\+display-inline-block--sm {
		display: inline-block
	}
	#csstyle .\+display-inline-flex--sm {
		display: inline-flex
	}
	#csstyle .\+display-flex--sm {
		display: flex
	}
}

@media (min-width:63.6875em) {
	#csstyle .\+display-none--md {
		display: none
	}
	#csstyle .\+display-block--md {
		display: block
	}
	#csstyle .\+display-inline--md {
		display: inline
	}
	#csstyle .\+display-inline-block--md {
		display: inline-block
	}
	#csstyle .\+display-inline-flex--md {
		display: inline-flex
	}
	#csstyle .\+display-flex--md {
		display: flex
	}
}

@media (min-width:77.4375em) {
	#csstyle .\+display-none--lg {
		display: none
	}
	#csstyle .\+display-block--lg {
		display: block
	}
	#csstyle .\+display-inline--lg {
		display: inline
	}
	#csstyle .\+display-inline-block--lg {
		display: inline-block
	}
	#csstyle .\+display-inline-flex--lg {
		display: inline-flex
	}
	#csstyle .\+display-flex--lg {
		display: flex
	}
}

#csstyle .\+overflow-hidden {
	overflow: hidden
}

#csstyle .\+border {
	border: 1px solid #cfcfd4;
	border: .05556rem solid #cfcfd4
}

#csstyle .\+border-bottom {
	border-bottom: 1px solid #cfcfd4;
	border-bottom: .05556rem solid #cfcfd4
}

#csstyle .\+border-bottom-gray {
	border-bottom: 1px solid #a7a8af;
	border-bottom: .05556rem solid #a7a8af
}

#csstyle .\+border-bottom-lightest {
	border-bottom: 1px solid #f0f0f2;
	border-bottom: .05556rem solid #f0f0f2
}

#csstyle .\+border-left {
	border-left: 1px solid #cfcfd4;
	border-left: .05556rem solid #cfcfd4
}

#csstyle .\+border-midnight {
	border-color: #18243d
}

#csstyle .\+border-blue-lighter {
	border-color: #7ea9f2
}

#csstyle .\+border-blue-light {
	border-color: #4d64ff
}

#csstyle .\+border-blue {
	border-color: #73bd42
}

#csstyle .\+border-right {
	border-right: 1px solid #cfcfd4;
	border-right: .05556rem solid #cfcfd4
}

#csstyle .\+border-top {
	border-top: 1px solid #cfcfd4;
	border-top: .05556rem solid #cfcfd4
}

#csstyle .\+border-top-lightest {
	border-top: 1px solid #f0f0f2;
	border-top: .05556rem solid #f0f0f2
}

#csstyle .\+border-bottom-none {
	border-bottom: none
}

#csstyle .\+border-top-none {
	border-top: none
}

#csstyle .\+border-left-none {
	border-left: none
}

#csstyle .\+border-right-none {
	border-right: none
}

#csstyle .\+border-horizontals {
	border-bottom: 1px solid #cfcfd4;
	border-bottom: .05556rem solid #cfcfd4;
	border-top: 1px solid #cfcfd4;
	border-top: .05556rem solid #cfcfd4
}

#csstyle .\+border-verticals {
	border-left: 1px solid #cfcfd4;
	border-left: .05556rem solid #cfcfd4;
	border-right: 1px solid #cfcfd4;
	border-right: .05556rem solid #cfcfd4
}

#csstyle .\+clear-border {
	border: 0
}

#csstyle .\+flex-direction-column {
	flex-direction: column
}

#csstyle .\+flex-direction-column-reverse {
	flex-direction: column-reverse
}

#csstyle .\+flex-direction-row {
	flex-direction: row
}

#csstyle .\+flex-direction-row-reverse {
	flex-direction: row-reverse
}

#csstyle .\+flex-wrap {
	flex-wrap: wrap
}

#csstyle .\+flex-nowrap {
	flex-wrap: nowrap
}

#csstyle .\+flex-wrap-reverse {
	flex-wrap: wrap-reverse
}

#csstyle .\+align-items-stretch {
	align-items: stretch
}

#csstyle .\+align-items-center {
	align-items: center
}

#csstyle .\+align-items-start {
	align-items: start
}

#csstyle .\+align-items-end {
	align-items: end
}

#csstyle .\+align-items-flex-start {
	align-items: flex-start
}

#csstyle .\+align-items-flex-end {
	align-items: flex-end
}

#csstyle .\+align-items-self-start {
	align-items: self-start
}

#csstyle .\+align-items-self-end {
	align-items: self-end
}

#csstyle .\+align-items-baseline {
	align-items: baseline
}

#csstyle .\+justify-content-center {
	justify-content: center
}

#csstyle .\+justify-content-start {
	justify-content: start
}

#csstyle .\+justify-content-end {
	justify-content: end
}

#csstyle .\+justify-content-flex-start {
	justify-content: flex-start
}

#csstyle .\+justify-content-flex-end {
	justify-content: flex-end
}

#csstyle .\+justify-content-left {
	justify-content: left
}

#csstyle .\+justify-content-right {
	justify-content: right
}

#csstyle .\+justify-content-baseline {
	justify-content: baseline
}

#csstyle .\+justify-content-space-between {
	justify-content: space-between
}

#csstyle .\+justify-content-space-around {
	justify-content: space-around
}

#csstyle .\+justify-content-space-evenly {
	justify-content: space-evenly
}

#csstyle .\+justify-content-stretch {
	justify-content: stretch
}

#csstyle .\+align-self-auto {
	-ms-grid-row-align: auto;
	align-self: auto
}

#csstyle .\+align-self-stretch {
	-ms-grid-row-align: stretch;
	align-self: stretch
}

#csstyle .\+align-self-center {
	-ms-grid-row-align: center;
	align-self: center
}

#csstyle .\+align-self-flex-start {
	align-self: flex-start
}

#csstyle .\+align-self-flex-end {
	align-self: flex-end
}

#csstyle .\+align-self-baseline {
	align-self: baseline
}

#csstyle .\+text-transform-none {
	text-transform: none
}

#csstyle .\+text-transform-capitalize {
	text-transform: capitalize
}

#csstyle .\+text-transform-uppercase {
	text-transform: uppercase
}

#csstyle .\+text-transform-lowercase {
	text-transform: lowercase
}

#csstyle .\+underline {
	text-decoration: underline
}

#csstyle .\+font-italic {
	font-style: italic
}

#csstyle .\+font-calibre-regular {
	font-family: "Calibre-Regular", Arial, sans-serif
}

#csstyle .\+font-calibre-bold {
	font-family: "Calibre-Semibold", Arial, sans-serif
}

#csstyle .\+font-pt-serif {
	font-family: "pt-serif", serif
}

#csstyle .\+cursor-pointer {
	cursor: pointer
}

#csstyle .\+cursor-help {
	cursor: help
}

#csstyle .\+cursor-move {
	cursor: move
}

#csstyle .\+cursor-text {
	cursor: text
}

#csstyle .\+cursor-not-allowed {
	cursor: not-allowed
}

#csstyle .\+text-left {
	text-align: left
}

#csstyle .\+text-center {
	text-align: center
}

#csstyle .\+text-right {
	text-align: right
}

#csstyle .\+float-right {
	float: right
}

#csstyle .\+float-left {
	float: left
}

#csstyle .\+float-none {
	float: none
}

#csstyle .\+pos-absolute {
	position: absolute
}

#csstyle .\+pos-fixed {
	position: fixed
}

#csstyle .\+pos-relative {
	position: relative
}

#csstyle .\+pos-static {
	position: static
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0
}

.sticky:after,
.sticky:before {
	content: '';
	display: table
}

#csstyle .\+fg-blue-lighter {
	color: #7ea9f2
}

#csstyle .\+fg-blue-light {
	color: #4d64ff
}

#csstyle .\+fg-blue {
	color: #73bd42
}

#csstyle .\+fg-blue-dark {
	color: #262cbf
}

#csstyle .\+fg-blue-darker {
	color: #1d218c
}

#csstyle .\+fg-blue-midnight {
	color: #18243d
}

#csstyle .\+fg-charcoal {
	color: #202020
}

#csstyle .\+fg-white {
	color: #fff
}

#csstyle .\+fg-gray-lightest {
	color: #f0f0f2
}

#csstyle .\+fg-gray-lighter {
	color: #e9e9ec
}

#csstyle .\+fg-gray-light {
	color: #cfcfd4
}

#csstyle .\+fg-gray {
	color: #a7a8af
}

#csstyle .\+fg-gray-dark {
	color: #6f707b
}

#csstyle .\+fg-gray-darker {
	color: #50525a
}

#csstyle .\+fg-gray-darkest {
	color: #3f4148
}

#csstyle .\+fg-yellow-light {
	color: #fae193
}

#csstyle .\+fg-yellow {
	color: #ffce48
}

#csstyle .\+fg-yellow-dark {
	color: #ecb500
}

#csstyle .\+fg-green-light {
	color: #7bd896
}

#csstyle .\+fg-green {
	color: #43c86a
}

#csstyle .\+fg-green-dark {
	color: #2c8245
}

#csstyle .\+fg-red-light {
	color: #fd9a85
}

#csstyle .\+fg-red {
	color: #fa6e56
}

#csstyle .\+fg-red-dark {
	color: #cf4931
}

#csstyle .\+bg-blue-lighter {
	background-color: #7ea9f2
}

#csstyle .\+bg-blue-light {
	background-color: #4d64ff
}

#csstyle .\+bg-blue {
	background-color: #73bd42
}

#csstyle .\+bg-blue-dark {
	background-color: #262cbf
}

#csstyle .\+bg-blue-darker {
	background-color: #1d218c
}

#csstyle .\+bg-blue-midnight {
	background-color: #18243d
}

#csstyle .\+bg-charcoal {
	background-color: #202020
}

#csstyle .\+bg-white {
	background-color: #fff
}

#csstyle .\+bg-gray-lightest {
	background-color: #f0f0f2
}

#csstyle .\+bg-gray-lighter {
	background-color: #e9e9ec
}

#csstyle .\+bg-gray-light {
	background-color: #cfcfd4
}

#csstyle .\+bg-gray {
	background-color: #a7a8af
}

#csstyle .\+bg-gray-dark {
	background-color: #6f707b
}

#csstyle .\+bg-gray-darker {
	background-color: #50525a
}

#csstyle .\+bg-gray-darkest {
	background-color: #3f4148
}

#csstyle .\+bg-yellow-light {
	background-color: #fae193
}

#csstyle .\+bg-yellow {
	background-color: #ffce48
}

#csstyle .\+bg-yellow-dark {
	background-color: #ecb500
}

#csstyle .\+bg-green-light {
	background-color: #7bd896
}

#csstyle .\+bg-green {
	background-color: #43c86a
}

#csstyle .\+bg-green-dark {
	background-color: #2c8245
}

#csstyle .\+bg-red-light {
	background-color: #fd9a85
}

#csstyle .\+bg-red {
	background-color: #fa6e56
}

#csstyle .\+bg-red-dark {
	background-color: #cf4931
}

#csstyle .\+fill-blue-lighter {
	color: #7ea9f2;
	fill: #7ea9f2
}

#csstyle .\+fill-blue-light {
	color: #4d64ff;
	fill: #4d64ff
}

#csstyle .\+fill-blue {
	color: #73bd42;
	fill: #73bd42
}

#csstyle .\+fill-blue-dark {
	color: #262cbf;
	fill: #262cbf
}

#csstyle .\+fill-blue-darker {
	color: #1d218c;
	fill: #1d218c
}

#csstyle .\+fill-blue-midnight {
	color: #18243d;
	fill: #18243d
}

#csstyle .\+fill-charcoal {
	color: #202020;
	fill: #202020
}

#csstyle .\+fill-white {
	color: #fff;
	fill: #fff
}

#csstyle .\+fill-gray-lightest {
	color: #f0f0f2;
	fill: #f0f0f2
}

#csstyle .\+fill-gray-lighter {
	color: #e9e9ec;
	fill: #e9e9ec
}

#csstyle .\+fill-gray-light {
	color: #cfcfd4;
	fill: #cfcfd4
}

#csstyle .\+fill-gray {
	color: #a7a8af;
	fill: #a7a8af
}

#csstyle .\+fill-gray-dark {
	color: #6f707b;
	fill: #6f707b
}

#csstyle .\+fill-gray-darker {
	color: #50525a;
	fill: #50525a
}

#csstyle .\+fill-gray-darkest {
	color: #3f4148;
	fill: #3f4148
}

#csstyle .\+fill-yellow-light {
	color: #fae193;
	fill: #fae193
}

#csstyle .\+fill-yellow {
	color: #ffce48;
	fill: #ffce48
}

#csstyle .\+fill-yellow-dark {
	color: #ecb500;
	fill: #ecb500
}

#csstyle .\+fill-green-light {
	color: #7bd896;
	fill: #7bd896
}

#csstyle .\+fill-green {
	color: #43c86a;
	fill: #43c86a
}

#csstyle .\+fill-green-dark {
	color: #2c8245;
	fill: #2c8245
}

#csstyle .\+fill-red-light {
	color: #fd9a85;
	fill: #fd9a85
}

#csstyle .\+fill-red {
	color: #fa6e56;
	fill: #fa6e56
}

#csstyle .\+fill-red-dark {
	color: #cf4931;
	fill: #cf4931
}

#csstyle .\+center-content {
	margin-left: auto;
	margin-right: auto
}

#csstyle .\+visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
