@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

/* Apply Poppins to text, but exclude generic spans/divs without class */
body, html, input, button, textarea, select, p, a {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
}

h2 {
  margin-bottom: 0.3rem;
}

/* Do NOT override font for icon containers or symbols */
[aria-hidden="true"],
[class*="icon"],
[class*="Icon"],
svg,
i {
  font-family: inherit !important;
  font-weight: normal !important;
}

/* Maddie's Customs */
.legend .spacer,
.legend-item-uptime-value {
	display: none
}

rect[fill="#28a745"] {
	opacity: .45
}

.component-status.major_outage {
	display: none !important
}

#about-this-site {
	display: none
}

.text-section {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important
}

.text-section .font-regular {
	font-size: 14px !important
}

.components-uptime-link {
	margin-top: -24px;
	text-align: left !important
}

@media (min-width: 768px) {
	.components-uptime-link {
		float: right;
		margin-top: -44px
	}
}

progress,
sub,
sup {
	vertical-align: baseline
}

*,
legend {
	box-sizing: border-box
}

a:hover,
abbr[title] {
	text-decoration: underline
}

.rule::after,
.rule::before,
hr::after,
hr::before {
	content: "";
	display: table
}

legend,
td,
th {
	padding: 0
}

button,
details summary {
	cursor: pointer
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block
}

summary {
	display: list-item
}

audio,
canvas,
progress,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none !important
}

a {
	background-color: transparent;
	color: #0366d6;
	text-decoration: none
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline dotted
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0
}

mark {
	background-color: #ff0;
	color: #000
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box
}

button,
input,
select,
textarea {
	font: inherit;
	margin: 0
}

optgroup {
	font-weight: 700
}

button,
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: ButtonText dotted 1px
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	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
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: 600
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 14px;
	line-height: 1.5;
	color: #24292e;
	background-color: #fff
}

.rule,
hr {
	height: 0;
	margin: 15px 0;
	overflow: hidden;
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #dfe2e5
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
pre,
ul {
	margin-top: 0;
	margin-bottom: 0
}

.rule::after,
hr::after {
	clear: both
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

.pr-0,
.px-0 {
	padding-right: 0 !important
}

.pt-0,
.py-0 {
	padding-top: 0 !important
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important
}

button {
	border-radius: 0
}

details:not([open])>:not(summary) {
	display: none !important
}

.container::after,
.container::before {
	display: table;
	content: ""
}

h1 {
	font-size: 32px
}

h2 {
	font-size: 24px
}

h3 {
	font-size: 20px
}

h4 {
	font-size: 16px
}

h5 {
	font-size: 14px
}

h6 {
	font-size: 12px
}

p {
	margin-top: 0;
	margin-bottom: 10px
}

small {
	font-size: 90%
}

code,
pre,
tt {
	font-size: 12px
}

blockquote {
	margin: 0
}

ol,
ul {
	padding-left: 0
}

.pl-0,
.px-0 {
	padding-left: 0 !important
}

ol ol,
ul ol {
	list-style-type: lower-roman
}

ol ol ol,
ol ul ol,
ul ol ol,
ul ul ol {
	list-style-type: lower-alpha
}

dd {
	margin-left: 0
}

.container,
.container-lg,
.container-md,
.container-xl {
	margin-right: auto;
	margin-left: auto
}

code,
tt {
	font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace
}

pre {
	font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace
}

.mt-0,
.my-0 {
	margin-top: 0 !important
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important
}

.container {
	width: 980px
}

.container::after {
	clear: both
}

.container-md {
	max-width: 768px
}

.container-lg {
	max-width: 1012px
}

.container-xl {
	max-width: 1280px
}

.mr-0,
.mx-0 {
	margin-right: 0 !important
}

.col-1 {
	width: 8.33333%
}

.col-2 {
	width: 16.66667%
}

.col-3 {
	width: 25%
}

.col-4 {
	width: 33.33333%
}

.col-5 {
	width: 41.66667%
}

.col-6 {
	width: 50%
}

.col-7 {
	width: 58.33333%
}

.col-8 {
	width: 66.66667%
}

.col-9 {
	width: 75%
}

.col-10 {
	width: 83.33333%
}

.col-11 {
	width: 91.66667%
}

.col-12 {
	width: 100%
}

@media (min-width: 544px) {
	.col-sm-1 {
		width: 8.33333%
	}

	.col-sm-2 {
		width: 16.66667%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-4 {
		width: 33.33333%
	}

	.col-sm-5 {
		width: 41.66667%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-7 {
		width: 58.33333%
	}

	.col-sm-8 {
		width: 66.66667%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-10 {
		width: 83.33333%
	}

	.col-sm-11 {
		width: 91.66667%
	}

	.col-sm-12 {
		width: 100%
	}
}

@media (min-width: 768px) {
	.col-md-1 {
		width: 8.33333%
	}

	.col-md-2 {
		width: 16.66667%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-4 {
		width: 33.33333%
	}

	.col-md-5 {
		width: 41.66667%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-7 {
		width: 58.33333%
	}

	.col-md-8 {
		width: 66.66667%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-10 {
		width: 83.33333%
	}

	.col-md-11 {
		width: 91.66667%
	}

	.col-md-12 {
		width: 100%
	}
}

@media (min-width: 1012px) {
	.col-lg-1 {
		width: 8.33333%
	}

	.col-lg-2 {
		width: 16.66667%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-4 {
		width: 33.33333%
	}

	.col-lg-5 {
		width: 41.66667%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-7 {
		width: 58.33333%
	}

	.col-lg-8 {
		width: 66.66667%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-10 {
		width: 83.33333%
	}

	.col-lg-11 {
		width: 91.66667%
	}

	.col-lg-12 {
		width: 100%
	}
}

.offset-1 {
	margin-left: 8.33333% !important
}

.offset-2 {
	margin-left: 16.66667% !important
}

.offset-3 {
	margin-left: 25% !important
}

.offset-4 {
	margin-left: 33.33333% !important
}

.offset-5 {
	margin-left: 41.66667% !important
}

.offset-6 {
	margin-left: 50% !important
}

.offset-7 {
	margin-left: 58.33333% !important
}

.offset-8 {
	margin-left: 66.66667% !important
}

.offset-9 {
	margin-left: 75% !important
}

.offset-10 {
	margin-left: 83.33333% !important
}

.offset-11 {
	margin-left: 91.66667% !important
}

@media (min-width: 544px) {
	.offset-sm-1 {
		margin-left: 8.33333% !important
	}

	.offset-sm-2 {
		margin-left: 16.66667% !important
	}

	.offset-sm-3 {
		margin-left: 25% !important
	}

	.offset-sm-4 {
		margin-left: 33.33333% !important
	}

	.offset-sm-5 {
		margin-left: 41.66667% !important
	}

	.offset-sm-6 {
		margin-left: 50% !important
	}

	.offset-sm-7 {
		margin-left: 58.33333% !important
	}

	.offset-sm-8 {
		margin-left: 66.66667% !important
	}

	.offset-sm-9 {
		margin-left: 75% !important
	}

	.offset-sm-10 {
		margin-left: 83.33333% !important
	}

	.offset-sm-11 {
		margin-left: 91.66667% !important
	}
}

@media (min-width: 768px) {
	.offset-md-1 {
		margin-left: 8.33333% !important
	}

	.offset-md-2 {
		margin-left: 16.66667% !important
	}

	.offset-md-3 {
		margin-left: 25% !important
	}

	.offset-md-4 {
		margin-left: 33.33333% !important
	}

	.offset-md-5 {
		margin-left: 41.66667% !important
	}

	.offset-md-6 {
		margin-left: 50% !important
	}

	.offset-md-7 {
		margin-left: 58.33333% !important
	}

	.offset-md-8 {
		margin-left: 66.66667% !important
	}

	.offset-md-9 {
		margin-left: 75% !important
	}

	.offset-md-10 {
		margin-left: 83.33333% !important
	}

	.offset-md-11 {
		margin-left: 91.66667% !important
	}
}

@media (min-width: 1012px) {
	.offset-lg-1 {
		margin-left: 8.33333% !important
	}

	.offset-lg-2 {
		margin-left: 16.66667% !important
	}

	.offset-lg-3 {
		margin-left: 25% !important
	}

	.offset-lg-4 {
		margin-left: 33.33333% !important
	}

	.offset-lg-5 {
		margin-left: 41.66667% !important
	}

	.offset-lg-6 {
		margin-left: 50% !important
	}

	.offset-lg-7 {
		margin-left: 58.33333% !important
	}

	.offset-lg-8 {
		margin-left: 66.66667% !important
	}

	.offset-lg-9 {
		margin-left: 75% !important
	}

	.offset-lg-10 {
		margin-left: 83.33333% !important
	}

	.offset-lg-11 {
		margin-left: 91.66667% !important
	}
}

@media (min-width: 1280px) {
	.col-xl-1 {
		width: 8.33333%
	}

	.col-xl-2 {
		width: 16.66667%
	}

	.col-xl-3 {
		width: 25%
	}

	.col-xl-4 {
		width: 33.33333%
	}

	.col-xl-5 {
		width: 41.66667%
	}

	.col-xl-6 {
		width: 50%
	}

	.col-xl-7 {
		width: 58.33333%
	}

	.col-xl-8 {
		width: 66.66667%
	}

	.col-xl-9 {
		width: 75%
	}

	.col-xl-10 {
		width: 83.33333%
	}

	.col-xl-11 {
		width: 91.66667%
	}

	.col-xl-12 {
		width: 100%
	}

	.offset-xl-1 {
		margin-left: 8.33333% !important
	}

	.offset-xl-2 {
		margin-left: 16.66667% !important
	}

	.offset-xl-3 {
		margin-left: 25% !important
	}

	.offset-xl-4 {
		margin-left: 33.33333% !important
	}

	.offset-xl-5 {
		margin-left: 41.66667% !important
	}

	.offset-xl-6 {
		margin-left: 50% !important
	}

	.offset-xl-7 {
		margin-left: 58.33333% !important
	}

	.offset-xl-8 {
		margin-left: 66.66667% !important
	}

	.offset-xl-9 {
		margin-left: 75% !important
	}

	.offset-xl-10 {
		margin-left: 83.33333% !important
	}

	.offset-xl-11 {
		margin-left: 91.66667% !important
	}
}

.ml-0,
.mx-0 {
	margin-left: 0 !important
}

.border {
	border: 1px solid #e1e4e8 !important
}

.border-y {
	border-top: 1px #e1e4e8 solid !important;
	border-bottom: 1px #e1e4e8 solid !important
}

.border-0 {
	border: 0 !important
}

.border-dashed {
	border-style: dashed !important
}

.border-blue {
	border-color: #0366d6 !important
}

.border-blue-light {
	border-color: #c8e1ff !important
}

.border-green {
	border-color: #34d058 !important
}

.border-green-light {
	border-color: #a2cbac !important
}

.border-red {
	border-color: #d73a49 !important
}

.border-red-light {
	border-color: #cea0a5 !important
}

.border-purple {
	border-color: #6f42c1 !important
}

.border-yellow {
	border-color: #d9d0a5 !important
}

.border-gray-light {
	border-color: #eaecef !important
}

.border-gray-dark {
	border-color: #d1d5da !important
}

.border-black-fade {
	border-color: rgba(27, 31, 35, 0.15) !important
}

.border-top {
	border-top: 1px #e1e4e8 solid !important
}

.border-right {
	border-right: 1px #e1e4e8 solid !important
}

.border-bottom {
	border-bottom: 1px #e1e4e8 solid !important
}

.border-left {
	border-left: 1px #e1e4e8 solid !important
}

.border-top-0 {
	border-top: 0 !important
}

.border-right-0 {
	border-right: 0 !important
}

.border-bottom-0 {
	border-bottom: 0 !important
}

.border-left-0 {
	border-left: 0 !important
}

.box-shadow {
	box-shadow: 0 1px 1px rgba(27, 31, 35, 0.1) !important
}

.box-shadow-medium {
	box-shadow: 0 1px 5px rgba(27, 31, 35, 0.15) !important
}

.box-shadow-large {
	box-shadow: 0 1px 15px rgba(27, 31, 35, 0.15) !important
}

.box-shadow-extra-large {
	box-shadow: 0 10px 50px rgba(27, 31, 35, 0.07) !important
}

.box-shadow-none {
	box-shadow: none !important
}

.bg-white {
	background-color: #fff !important
}

.bg-blue {
	background-color: #0366d6 !important
}

.bg-blue-light {
	background-color: #f1f8ff !important
}

.bg-gray-dark {
	background-color: #24292e !important
}

.bg-gray {
	background-color: #f6f8fa !important
}

.bg-gray-light {
	background-color: #fafbfc !important
}

.bg-green {
	background-color: #28a745 !important
}

.bg-green-light {
	background-color: #dcffe4 !important
}

.bg-red {
	background-color: #d73a49 !important
}

.bg-red-light {
	background-color: #ffdce0 !important
}

.bg-yellow {
	background-color: #ffd33d !important
}

.bg-yellow-light {
	background-color: #fff5b1 !important
}

.bg-purple {
	background-color: #6f42c1 !important
}

.bg-purple-light {
	background-color: #f5f0ff !important
}

.bg-shade-gradient {
	background-image: linear-gradient(180deg, rgba(27, 31, 35, 0.065), rgba(27, 31, 35, 0)) !important;
	background-repeat: no-repeat !important;
	background-size: 100% 200px !important
}

.text-blue {
	color: #0366d6 !important
}

.text-red {
	color: #cb2431 !important
}

.text-gray-light {
	color: #6a737d !important
}

.text-gray {
	color: #586069 !important
}

.text-gray-dark {
	color: #24292e !important
}

.text-green {
	color: #28a745 !important
}

.text-orange {
	color: #a04100 !important
}

.text-orange-light {
	color: #e36209 !important
}

.text-purple {
	color: #6f42c1 !important
}

.text-white {
	color: #fff !important
}

.text-inherit {
	color: inherit !important
}

.text-pending {
	color: #b08800 !important
}

.bg-pending {
	color: #dbab09 !important
}

.link-gray {
	color: #586069 !important
}

.link-gray:hover {
	color: #0366d6 !important
}

.link-gray-dark {
	color: #24292e !important
}

.link-gray-dark:hover,
.link-hover-blue:hover {
	color: #0366d6 !important
}

.muted-link {
	color: #586069 !important
}

.muted-link:hover {
	color: #0366d6 !important;
	text-decoration: none
}

.details-overlay[open]>summary::before {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 80;
	display: block;
	cursor: default;
	content: " ";
	background: 0 0
}

.clearfix::after,
.clearfix::before {
	display: table;
	content: ""
}

.details-overlay-dark[open]>summary::before {
	z-index: 99;
	background: rgba(27, 31, 35, 0.5)
}

.flex-row {
	flex-direction: row !important
}

.flex-row-reverse {
	flex-direction: row-reverse !important
}

.flex-column {
	flex-direction: column !important
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}

.flex-justify-start {
	justify-content: flex-start !important
}

.flex-justify-end {
	justify-content: flex-end !important
}

.flex-justify-center {
	justify-content: center !important
}

.flex-justify-between {
	justify-content: space-between !important
}

.flex-justify-around {
	justify-content: space-around !important
}

.flex-items-start {
	align-items: flex-start !important
}

.flex-items-end {
	align-items: flex-end !important
}

.flex-items-center {
	align-items: center !important
}

.flex-items-baseline {
	align-items: baseline !important
}

.flex-items-stretch {
	align-items: stretch !important
}

.flex-content-start {
	align-content: flex-start !important
}

.flex-content-end {
	align-content: flex-end !important
}

.flex-content-center {
	align-content: center !important
}

.flex-content-between {
	align-content: space-between !important
}

.flex-content-around {
	align-content: space-around !important
}

.flex-content-stretch {
	align-content: stretch !important
}

.flex-auto {
	flex: 1 1 auto !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-self-auto {
	-ms-grid-row-align: auto !important;
	align-self: auto !important
}

.flex-self-start {
	align-self: flex-start !important
}

.flex-self-end {
	align-self: flex-end !important
}

.flex-self-center {
	-ms-grid-row-align: center !important;
	align-self: center !important
}

.flex-self-baseline {
	align-self: baseline !important
}

.flex-self-stretch {
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important
}

.flex-item-equal {
	flex-grow: 1;
	flex-basis: 0
}

@media (min-width: 544px) {
	.flex-sm-row {
		flex-direction: row !important
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-sm-column {
		flex-direction: column !important
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-sm-justify-start {
		justify-content: flex-start !important
	}

	.flex-sm-justify-end {
		justify-content: flex-end !important
	}

	.flex-sm-justify-center {
		justify-content: center !important
	}

	.flex-sm-justify-between {
		justify-content: space-between !important
	}

	.flex-sm-justify-around {
		justify-content: space-around !important
	}

	.flex-sm-items-start {
		align-items: flex-start !important
	}

	.flex-sm-items-end {
		align-items: flex-end !important
	}

	.flex-sm-items-center {
		align-items: center !important
	}

	.flex-sm-items-baseline {
		align-items: baseline !important
	}

	.flex-sm-items-stretch {
		align-items: stretch !important
	}

	.flex-sm-content-start {
		align-content: flex-start !important
	}

	.flex-sm-content-end {
		align-content: flex-end !important
	}

	.flex-sm-content-center {
		align-content: center !important
	}

	.flex-sm-content-between {
		align-content: space-between !important
	}

	.flex-sm-content-around {
		align-content: space-around !important
	}

	.flex-sm-content-stretch {
		align-content: stretch !important
	}

	.flex-sm-auto {
		flex: 1 1 auto !important
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-sm-self-auto {
		-ms-grid-row-align: auto !important;
		align-self: auto !important
	}

	.flex-sm-self-start {
		align-self: flex-start !important
	}

	.flex-sm-self-end {
		align-self: flex-end !important
	}

	.flex-sm-self-center {
		-ms-grid-row-align: center !important;
		align-self: center !important
	}

	.flex-sm-self-baseline {
		align-self: baseline !important
	}

	.flex-sm-self-stretch {
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important
	}

	.flex-sm-item-equal {
		flex-grow: 1;
		flex-basis: 0
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row !important
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-md-column {
		flex-direction: column !important
	}

	.flex-md-wrap {
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-md-justify-start {
		justify-content: flex-start !important
	}

	.flex-md-justify-end {
		justify-content: flex-end !important
	}

	.flex-md-justify-center {
		justify-content: center !important
	}

	.flex-md-justify-between {
		justify-content: space-between !important
	}

	.flex-md-justify-around {
		justify-content: space-around !important
	}

	.flex-md-items-start {
		align-items: flex-start !important
	}

	.flex-md-items-end {
		align-items: flex-end !important
	}

	.flex-md-items-center {
		align-items: center !important
	}

	.flex-md-items-baseline {
		align-items: baseline !important
	}

	.flex-md-items-stretch {
		align-items: stretch !important
	}

	.flex-md-content-start {
		align-content: flex-start !important
	}

	.flex-md-content-end {
		align-content: flex-end !important
	}

	.flex-md-content-center {
		align-content: center !important
	}

	.flex-md-content-between {
		align-content: space-between !important
	}

	.flex-md-content-around {
		align-content: space-around !important
	}

	.flex-md-content-stretch {
		align-content: stretch !important
	}

	.flex-md-auto {
		flex: 1 1 auto !important
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-md-self-auto {
		-ms-grid-row-align: auto !important;
		align-self: auto !important
	}

	.flex-md-self-start {
		align-self: flex-start !important
	}

	.flex-md-self-end {
		align-self: flex-end !important
	}

	.flex-md-self-center {
		-ms-grid-row-align: center !important;
		align-self: center !important
	}

	.flex-md-self-baseline {
		align-self: baseline !important
	}

	.flex-md-self-stretch {
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important
	}

	.flex-md-item-equal {
		flex-grow: 1;
		flex-basis: 0
	}
}

@media (min-width: 1012px) {
	.flex-lg-row {
		flex-direction: row !important
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-lg-column {
		flex-direction: column !important
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-lg-justify-start {
		justify-content: flex-start !important
	}

	.flex-lg-justify-end {
		justify-content: flex-end !important
	}

	.flex-lg-justify-center {
		justify-content: center !important
	}

	.flex-lg-justify-between {
		justify-content: space-between !important
	}

	.flex-lg-justify-around {
		justify-content: space-around !important
	}

	.flex-lg-items-start {
		align-items: flex-start !important
	}

	.flex-lg-items-end {
		align-items: flex-end !important
	}

	.flex-lg-items-center {
		align-items: center !important
	}

	.flex-lg-items-baseline {
		align-items: baseline !important
	}

	.flex-lg-items-stretch {
		align-items: stretch !important
	}

	.flex-lg-content-start {
		align-content: flex-start !important
	}

	.flex-lg-content-end {
		align-content: flex-end !important
	}

	.flex-lg-content-center {
		align-content: center !important
	}

	.flex-lg-content-between {
		align-content: space-between !important
	}

	.flex-lg-content-around {
		align-content: space-around !important
	}

	.flex-lg-content-stretch {
		align-content: stretch !important
	}

	.flex-lg-auto {
		flex: 1 1 auto !important
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-lg-self-auto {
		-ms-grid-row-align: auto !important;
		align-self: auto !important
	}

	.flex-lg-self-start {
		align-self: flex-start !important
	}

	.flex-lg-self-end {
		align-self: flex-end !important
	}

	.flex-lg-self-center {
		-ms-grid-row-align: center !important;
		align-self: center !important
	}

	.flex-lg-self-baseline {
		align-self: baseline !important
	}

	.flex-lg-self-stretch {
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important
	}

	.flex-lg-item-equal {
		flex-grow: 1;
		flex-basis: 0
	}
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.top-0 {
	top: 0 !important
}

.right-0 {
	right: 0 !important
}

.bottom-0 {
	bottom: 0 !important
}

.left-0 {
	left: 0 !important
}

.v-align-middle {
	vertical-align: middle !important
}

.v-align-top {
	vertical-align: top !important
}

.v-align-bottom {
	vertical-align: bottom !important
}

.v-align-text-top {
	vertical-align: text-top !important
}

.v-align-text-bottom {
	vertical-align: text-bottom !important
}

.v-align-baseline {
	vertical-align: baseline !important
}

.overflow-hidden {
	overflow: hidden !important
}

.overflow-scroll {
	overflow: scroll !important
}

.overflow-auto {
	overflow: auto !important
}

.clearfix::after {
	clear: both
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-none {
	float: none !important
}

@media (min-width: 544px) {
	.float-sm-left {
		float: left !important
	}

	.float-sm-right {
		float: right !important
	}

	.float-sm-none {
		float: none !important
	}
}

@media (min-width: 768px) {
	.float-md-left {
		float: left !important
	}

	.float-md-right {
		float: right !important
	}

	.float-md-none {
		float: none !important
	}
}

@media (min-width: 1012px) {
	.float-lg-left {
		float: left !important
	}

	.float-lg-right {
		float: right !important
	}

	.float-lg-none {
		float: none !important
	}
}

.width-fit {
	max-width: 100% !important
}

.width-full {
	width: 100% !important
}

.height-fit {
	max-height: 100% !important
}

.height-full {
	height: 100% !important
}

.min-width-0 {
	min-width: 0 !important
}

.direction-rtl {
	direction: rtl !important
}

.direction-ltr {
	direction: ltr !important
}

@media (min-width: 544px) {
	.direction-sm-rtl {
		direction: rtl !important
	}

	.direction-sm-ltr {
		direction: ltr !important
	}
}

@media (min-width: 768px) {
	.direction-md-rtl {
		direction: rtl !important
	}

	.direction-md-ltr {
		direction: ltr !important
	}
}

@media (min-width: 1012px) {
	.direction-lg-rtl {
		direction: rtl !important
	}

	.direction-lg-ltr {
		direction: ltr !important
	}
}

.m-0 {
	margin: 0 !important
}

.m-1 {
	margin: 4px !important
}

.mt-1 {
	margin-top: 4px !important
}

.mr-1 {
	margin-right: 4px !important
}

.mb-1 {
	margin-bottom: 4px !important
}

.ml-1 {
	margin-left: 4px !important
}

.mt-n1 {
	margin-top: -4px !important
}

.mr-n1 {
	margin-right: -4px !important
}

.mb-n1 {
	margin-bottom: -4px !important
}

.ml-n1 {
	margin-left: -4px !important
}

.mx-1 {
	margin-right: 4px !important;
	margin-left: 4px !important
}

.my-1 {
	margin-top: 4px !important;
	margin-bottom: 4px !important
}

.m-2 {
	margin: 8px !important
}

.mt-2 {
	margin-top: 8px !important
}

.mr-2 {
	margin-right: 8px !important
}

.mb-2 {
	margin-bottom: 8px !important
}

.ml-2 {
	margin-left: 8px !important
}

.mt-n2 {
	margin-top: -8px !important
}

.mr-n2 {
	margin-right: -8px !important
}

.mb-n2 {
	margin-bottom: -8px !important
}

.ml-n2 {
	margin-left: -8px !important
}

.mx-2 {
	margin-right: 8px !important;
	margin-left: 8px !important
}

.my-2 {
	margin-top: 8px !important;
	margin-bottom: 8px !important
}

.m-3 {
	margin: 16px !important
}

.mt-3 {
	margin-top: 16px !important
}

.mr-3 {
	margin-right: 16px !important
}

.mb-3 {
	margin-bottom: 16px !important
}

.ml-3 {
	margin-left: 16px !important
}

.mt-n3 {
	margin-top: -16px !important
}

.mr-n3 {
	margin-right: -16px !important
}

.mb-n3 {
	margin-bottom: -16px !important
}

.ml-n3 {
	margin-left: -16px !important
}

.mx-3 {
	margin-right: 16px !important;
	margin-left: 16px !important
}

.my-3 {
	margin-top: 16px !important;
	margin-bottom: 16px !important
}

.m-4 {
	margin: 24px !important
}

.mt-4 {
	margin-top: 24px !important
}

.mr-4 {
	margin-right: 24px !important
}

.mb-4 {
	margin-bottom: 24px !important
}

.ml-4 {
	margin-left: 24px !important
}

.mt-n4 {
	margin-top: -24px !important
}

.mr-n4 {
	margin-right: -24px !important
}

.mb-n4 {
	margin-bottom: -24px !important
}

.ml-n4 {
	margin-left: -24px !important
}

.mx-4 {
	margin-right: 24px !important;
	margin-left: 24px !important
}

.my-4 {
	margin-top: 24px !important;
	margin-bottom: 24px !important
}

.m-5 {
	margin: 32px !important
}

.mt-5 {
	margin-top: 32px !important
}

.mr-5 {
	margin-right: 32px !important
}

.mb-5 {
	margin-bottom: 32px !important
}

.ml-5 {
	margin-left: 32px !important
}

.mt-n5 {
	margin-top: -32px !important
}

.mr-n5 {
	margin-right: -32px !important
}

.mb-n5 {
	margin-bottom: -32px !important
}

.ml-n5 {
	margin-left: -32px !important
}

.mx-5 {
	margin-right: 32px !important;
	margin-left: 32px !important
}

.my-5 {
	margin-top: 32px !important;
	margin-bottom: 32px !important
}

.m-6 {
	margin: 40px !important
}

.mt-6 {
	margin-top: 40px !important
}

.mr-6 {
	margin-right: 40px !important
}

.mb-6 {
	margin-bottom: 40px !important
}

.ml-6 {
	margin-left: 40px !important
}

.mt-n6 {
	margin-top: -40px !important
}

.mr-n6 {
	margin-right: -40px !important
}

.mb-n6 {
	margin-bottom: -40px !important
}

.ml-n6 {
	margin-left: -40px !important
}

.mx-6 {
	margin-right: 40px !important;
	margin-left: 40px !important
}

.my-6 {
	margin-top: 40px !important;
	margin-bottom: 40px !important
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important
}

@media (min-width: 544px) {

	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important
	}

	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important
	}

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important
	}

	.m-sm-0 {
		margin: 0 !important
	}

	.m-sm-1 {
		margin: 4px !important
	}

	.mt-sm-1 {
		margin-top: 4px !important
	}

	.mr-sm-1 {
		margin-right: 4px !important
	}

	.mb-sm-1 {
		margin-bottom: 4px !important
	}

	.ml-sm-1 {
		margin-left: 4px !important
	}

	.mt-sm-n1 {
		margin-top: -4px !important
	}

	.mr-sm-n1 {
		margin-right: -4px !important
	}

	.mb-sm-n1 {
		margin-bottom: -4px !important
	}

	.ml-sm-n1 {
		margin-left: -4px !important
	}

	.mx-sm-1 {
		margin-right: 4px !important;
		margin-left: 4px !important
	}

	.my-sm-1 {
		margin-top: 4px !important;
		margin-bottom: 4px !important
	}

	.m-sm-2 {
		margin: 8px !important
	}

	.mt-sm-2 {
		margin-top: 8px !important
	}

	.mr-sm-2 {
		margin-right: 8px !important
	}

	.mb-sm-2 {
		margin-bottom: 8px !important
	}

	.ml-sm-2 {
		margin-left: 8px !important
	}

	.mt-sm-n2 {
		margin-top: -8px !important
	}

	.mr-sm-n2 {
		margin-right: -8px !important
	}

	.mb-sm-n2 {
		margin-bottom: -8px !important
	}

	.ml-sm-n2 {
		margin-left: -8px !important
	}

	.mx-sm-2 {
		margin-right: 8px !important;
		margin-left: 8px !important
	}

	.my-sm-2 {
		margin-top: 8px !important;
		margin-bottom: 8px !important
	}

	.m-sm-3 {
		margin: 16px !important
	}

	.mt-sm-3 {
		margin-top: 16px !important
	}

	.mr-sm-3 {
		margin-right: 16px !important
	}

	.mb-sm-3 {
		margin-bottom: 16px !important
	}

	.ml-sm-3 {
		margin-left: 16px !important
	}

	.mt-sm-n3 {
		margin-top: -16px !important
	}

	.mr-sm-n3 {
		margin-right: -16px !important
	}

	.mb-sm-n3 {
		margin-bottom: -16px !important
	}

	.ml-sm-n3 {
		margin-left: -16px !important
	}

	.mx-sm-3 {
		margin-right: 16px !important;
		margin-left: 16px !important
	}

	.my-sm-3 {
		margin-top: 16px !important;
		margin-bottom: 16px !important
	}

	.m-sm-4 {
		margin: 24px !important
	}

	.mt-sm-4 {
		margin-top: 24px !important
	}

	.mr-sm-4 {
		margin-right: 24px !important
	}

	.mb-sm-4 {
		margin-bottom: 24px !important
	}

	.ml-sm-4 {
		margin-left: 24px !important
	}

	.mt-sm-n4 {
		margin-top: -24px !important
	}

	.mr-sm-n4 {
		margin-right: -24px !important
	}

	.mb-sm-n4 {
		margin-bottom: -24px !important
	}

	.ml-sm-n4 {
		margin-left: -24px !important
	}

	.mx-sm-4 {
		margin-right: 24px !important;
		margin-left: 24px !important
	}

	.my-sm-4 {
		margin-top: 24px !important;
		margin-bottom: 24px !important
	}

	.m-sm-5 {
		margin: 32px !important
	}

	.mt-sm-5 {
		margin-top: 32px !important
	}

	.mr-sm-5 {
		margin-right: 32px !important
	}

	.mb-sm-5 {
		margin-bottom: 32px !important
	}

	.ml-sm-5 {
		margin-left: 32px !important
	}

	.mt-sm-n5 {
		margin-top: -32px !important
	}

	.mr-sm-n5 {
		margin-right: -32px !important
	}

	.mb-sm-n5 {
		margin-bottom: -32px !important
	}

	.ml-sm-n5 {
		margin-left: -32px !important
	}

	.mx-sm-5 {
		margin-right: 32px !important;
		margin-left: 32px !important
	}

	.my-sm-5 {
		margin-top: 32px !important;
		margin-bottom: 32px !important
	}

	.m-sm-6 {
		margin: 40px !important
	}

	.mt-sm-6 {
		margin-top: 40px !important
	}

	.mr-sm-6 {
		margin-right: 40px !important
	}

	.mb-sm-6 {
		margin-bottom: 40px !important
	}

	.ml-sm-6 {
		margin-left: 40px !important
	}

	.mt-sm-n6 {
		margin-top: -40px !important
	}

	.mr-sm-n6 {
		margin-right: -40px !important
	}

	.mb-sm-n6 {
		margin-bottom: -40px !important
	}

	.ml-sm-n6 {
		margin-left: -40px !important
	}

	.mx-sm-6 {
		margin-right: 40px !important;
		margin-left: 40px !important
	}

	.my-sm-6 {
		margin-top: 40px !important;
		margin-bottom: 40px !important
	}

	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}
}

@media (min-width: 768px) {

	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important
	}

	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important
	}

	.m-md-0 {
		margin: 0 !important
	}

	.m-md-1 {
		margin: 4px !important
	}

	.mt-md-1 {
		margin-top: 4px !important
	}

	.mr-md-1 {
		margin-right: 4px !important
	}

	.mb-md-1 {
		margin-bottom: 4px !important
	}

	.ml-md-1 {
		margin-left: 4px !important
	}

	.mt-md-n1 {
		margin-top: -4px !important
	}

	.mr-md-n1 {
		margin-right: -4px !important
	}

	.mb-md-n1 {
		margin-bottom: -4px !important
	}

	.ml-md-n1 {
		margin-left: -4px !important
	}

	.mx-md-1 {
		margin-right: 4px !important;
		margin-left: 4px !important
	}

	.my-md-1 {
		margin-top: 4px !important;
		margin-bottom: 4px !important
	}

	.m-md-2 {
		margin: 8px !important
	}

	.mt-md-2 {
		margin-top: 8px !important
	}

	.mr-md-2 {
		margin-right: 8px !important
	}

	.mb-md-2 {
		margin-bottom: 8px !important
	}

	.ml-md-2 {
		margin-left: 8px !important
	}

	.mt-md-n2 {
		margin-top: -8px !important
	}

	.mr-md-n2 {
		margin-right: -8px !important
	}

	.mb-md-n2 {
		margin-bottom: -8px !important
	}

	.ml-md-n2 {
		margin-left: -8px !important
	}

	.mx-md-2 {
		margin-right: 8px !important;
		margin-left: 8px !important
	}

	.my-md-2 {
		margin-top: 8px !important;
		margin-bottom: 8px !important
	}

	.m-md-3 {
		margin: 16px !important
	}

	.mt-md-3 {
		margin-top: 16px !important
	}

	.mr-md-3 {
		margin-right: 16px !important
	}

	.mb-md-3 {
		margin-bottom: 16px !important
	}

	.ml-md-3 {
		margin-left: 16px !important
	}

	.mt-md-n3 {
		margin-top: -16px !important
	}

	.mr-md-n3 {
		margin-right: -16px !important
	}

	.mb-md-n3 {
		margin-bottom: -16px !important
	}

	.ml-md-n3 {
		margin-left: -16px !important
	}

	.mx-md-3 {
		margin-right: 16px !important;
		margin-left: 16px !important
	}

	.my-md-3 {
		margin-top: 16px !important;
		margin-bottom: 16px !important
	}

	.m-md-4 {
		margin: 24px !important
	}

	.mt-md-4 {
		margin-top: 24px !important
	}

	.mr-md-4 {
		margin-right: 24px !important
	}

	.mb-md-4 {
		margin-bottom: 24px !important
	}

	.ml-md-4 {
		margin-left: 24px !important
	}

	.mt-md-n4 {
		margin-top: -24px !important
	}

	.mr-md-n4 {
		margin-right: -24px !important
	}

	.mb-md-n4 {
		margin-bottom: -24px !important
	}

	.ml-md-n4 {
		margin-left: -24px !important
	}

	.mx-md-4 {
		margin-right: 24px !important;
		margin-left: 24px !important
	}

	.my-md-4 {
		margin-top: 24px !important;
		margin-bottom: 24px !important
	}

	.m-md-5 {
		margin: 32px !important
	}

	.mt-md-5 {
		margin-top: 32px !important
	}

	.mr-md-5 {
		margin-right: 32px !important
	}

	.mb-md-5 {
		margin-bottom: 32px !important
	}

	.ml-md-5 {
		margin-left: 32px !important
	}

	.mt-md-n5 {
		margin-top: -32px !important
	}

	.mr-md-n5 {
		margin-right: -32px !important
	}

	.mb-md-n5 {
		margin-bottom: -32px !important
	}

	.ml-md-n5 {
		margin-left: -32px !important
	}

	.mx-md-5 {
		margin-right: 32px !important;
		margin-left: 32px !important
	}

	.my-md-5 {
		margin-top: 32px !important;
		margin-bottom: 32px !important
	}

	.m-md-6 {
		margin: 40px !important
	}

	.mt-md-6 {
		margin-top: 40px !important
	}

	.mr-md-6 {
		margin-right: 40px !important
	}

	.mb-md-6 {
		margin-bottom: 40px !important
	}

	.ml-md-6 {
		margin-left: 40px !important
	}

	.mt-md-n6 {
		margin-top: -40px !important
	}

	.mr-md-n6 {
		margin-right: -40px !important
	}

	.mb-md-n6 {
		margin-bottom: -40px !important
	}

	.ml-md-n6 {
		margin-left: -40px !important
	}

	.mx-md-6 {
		margin-right: 40px !important;
		margin-left: 40px !important
	}

	.my-md-6 {
		margin-top: 40px !important;
		margin-bottom: 40px !important
	}

	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}
}

@media (min-width: 1012px) {

	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important
	}

	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important
	}

	.m-lg-0 {
		margin: 0 !important
	}

	.m-lg-1 {
		margin: 4px !important
	}

	.mt-lg-1 {
		margin-top: 4px !important
	}

	.mr-lg-1 {
		margin-right: 4px !important
	}

	.mb-lg-1 {
		margin-bottom: 4px !important
	}

	.ml-lg-1 {
		margin-left: 4px !important
	}

	.mt-lg-n1 {
		margin-top: -4px !important
	}

	.mr-lg-n1 {
		margin-right: -4px !important
	}

	.mb-lg-n1 {
		margin-bottom: -4px !important
	}

	.ml-lg-n1 {
		margin-left: -4px !important
	}

	.mx-lg-1 {
		margin-right: 4px !important;
		margin-left: 4px !important
	}

	.my-lg-1 {
		margin-top: 4px !important;
		margin-bottom: 4px !important
	}

	.m-lg-2 {
		margin: 8px !important
	}

	.mt-lg-2 {
		margin-top: 8px !important
	}

	.mr-lg-2 {
		margin-right: 8px !important
	}

	.mb-lg-2 {
		margin-bottom: 8px !important
	}

	.ml-lg-2 {
		margin-left: 8px !important
	}

	.mt-lg-n2 {
		margin-top: -8px !important
	}

	.mr-lg-n2 {
		margin-right: -8px !important
	}

	.mb-lg-n2 {
		margin-bottom: -8px !important
	}

	.ml-lg-n2 {
		margin-left: -8px !important
	}

	.mx-lg-2 {
		margin-right: 8px !important;
		margin-left: 8px !important
	}

	.my-lg-2 {
		margin-top: 8px !important;
		margin-bottom: 8px !important
	}

	.m-lg-3 {
		margin: 16px !important
	}

	.mt-lg-3 {
		margin-top: 16px !important
	}

	.mr-lg-3 {
		margin-right: 16px !important
	}

	.mb-lg-3 {
		margin-bottom: 16px !important
	}

	.ml-lg-3 {
		margin-left: 16px !important
	}

	.mt-lg-n3 {
		margin-top: -16px !important
	}

	.mr-lg-n3 {
		margin-right: -16px !important
	}

	.mb-lg-n3 {
		margin-bottom: -16px !important
	}

	.ml-lg-n3 {
		margin-left: -16px !important
	}

	.mx-lg-3 {
		margin-right: 16px !important;
		margin-left: 16px !important
	}

	.my-lg-3 {
		margin-top: 16px !important;
		margin-bottom: 16px !important
	}

	.m-lg-4 {
		margin: 24px !important
	}

	.mt-lg-4 {
		margin-top: 24px !important
	}

	.mr-lg-4 {
		margin-right: 24px !important
	}

	.mb-lg-4 {
		margin-bottom: 24px !important
	}

	.ml-lg-4 {
		margin-left: 24px !important
	}

	.mt-lg-n4 {
		margin-top: -24px !important
	}

	.mr-lg-n4 {
		margin-right: -24px !important
	}

	.mb-lg-n4 {
		margin-bottom: -24px !important
	}

	.ml-lg-n4 {
		margin-left: -24px !important
	}

	.mx-lg-4 {
		margin-right: 24px !important;
		margin-left: 24px !important
	}

	.my-lg-4 {
		margin-top: 24px !important;
		margin-bottom: 24px !important
	}

	.m-lg-5 {
		margin: 32px !important
	}

	.mt-lg-5 {
		margin-top: 32px !important
	}

	.mr-lg-5 {
		margin-right: 32px !important
	}

	.mb-lg-5 {
		margin-bottom: 32px !important
	}

	.ml-lg-5 {
		margin-left: 32px !important
	}

	.mt-lg-n5 {
		margin-top: -32px !important
	}

	.mr-lg-n5 {
		margin-right: -32px !important
	}

	.mb-lg-n5 {
		margin-bottom: -32px !important
	}

	.ml-lg-n5 {
		margin-left: -32px !important
	}

	.mx-lg-5 {
		margin-right: 32px !important;
		margin-left: 32px !important
	}

	.my-lg-5 {
		margin-top: 32px !important;
		margin-bottom: 32px !important
	}

	.m-lg-6 {
		margin: 40px !important
	}

	.mt-lg-6 {
		margin-top: 40px !important
	}

	.mr-lg-6 {
		margin-right: 40px !important
	}

	.mb-lg-6 {
		margin-bottom: 40px !important
	}

	.ml-lg-6 {
		margin-left: 40px !important
	}

	.mt-lg-n6 {
		margin-top: -40px !important
	}

	.mr-lg-n6 {
		margin-right: -40px !important
	}

	.mb-lg-n6 {
		margin-bottom: -40px !important
	}

	.ml-lg-n6 {
		margin-left: -40px !important
	}

	.mx-lg-6 {
		margin-right: 40px !important;
		margin-left: 40px !important
	}

	.my-lg-6 {
		margin-top: 40px !important;
		margin-bottom: 40px !important
	}

	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}
}

.p-0 {
	padding: 0 !important
}

.pr-1,
.px-1 {
	padding-right: 4px !important
}

.pl-1,
.px-1 {
	padding-left: 4px !important
}

.pt-1,
.py-1 {
	padding-top: 4px !important
}

.pb-1,
.py-1 {
	padding-bottom: 4px !important
}

.p-1 {
	padding: 4px !important
}

.pr-2,
.px-2 {
	padding-right: 8px !important
}

.pl-2,
.px-2 {
	padding-left: 8px !important
}

.pt-2,
.py-2 {
	padding-top: 8px !important
}

.pb-2,
.py-2 {
	padding-bottom: 8px !important
}

.p-2 {
	padding: 8px !important
}

.pr-3,
.px-3 {
	padding-right: 16px !important
}

.pl-3,
.px-3 {
	padding-left: 16px !important
}

.pt-3,
.py-3 {
	padding-top: 16px !important
}

.pb-3,
.py-3 {
	padding-bottom: 16px !important
}

.p-3 {
	padding: 16px !important
}

.pr-4,
.px-4 {
	padding-right: 24px !important
}

.pl-4,
.px-4 {
	padding-left: 24px !important
}

.pt-4,
.py-4 {
	padding-top: 24px !important
}

.pb-4,
.py-4 {
	padding-bottom: 24px !important
}

.p-4 {
	padding: 24px !important
}

.pr-5,
.px-5 {
	padding-right: 32px !important
}

.pl-5,
.px-5 {
	padding-left: 32px !important
}

.pt-5,
.py-5 {
	padding-top: 32px !important
}

.pb-5,
.py-5 {
	padding-bottom: 32px !important
}

.p-5 {
	padding: 32px !important
}

.pr-6,
.px-6 {
	padding-right: 40px !important
}

.pl-6,
.px-6 {
	padding-left: 40px !important
}

.pt-6,
.py-6 {
	padding-top: 40px !important
}

.pb-6,
.py-6 {
	padding-bottom: 40px !important
}

.p-6 {
	padding: 40px !important
}

@media (min-width: 544px) {

	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important
	}

	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: 4px !important
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: 4px !important
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: 4px !important
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 4px !important
	}

	.p-sm-1 {
		padding: 4px !important
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: 8px !important
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: 8px !important
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: 8px !important
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 8px !important
	}

	.p-sm-2 {
		padding: 8px !important
	}

	.pr-sm-3,
	.px-sm-3 {
		padding-right: 16px !important
	}

	.pl-sm-3,
	.px-sm-3 {
		padding-left: 16px !important
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 16px !important
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 16px !important
	}

	.p-sm-3 {
		padding: 16px !important
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right: 24px !important
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left: 24px !important
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 24px !important
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 24px !important
	}

	.p-sm-4 {
		padding: 24px !important
	}

	.pr-sm-5,
	.px-sm-5 {
		padding-right: 32px !important
	}

	.pl-sm-5,
	.px-sm-5 {
		padding-left: 32px !important
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 32px !important
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 32px !important
	}

	.p-sm-5 {
		padding: 32px !important
	}

	.pr-sm-6,
	.px-sm-6 {
		padding-right: 40px !important
	}

	.pl-sm-6,
	.px-sm-6 {
		padding-left: 40px !important
	}

	.pt-sm-6,
	.py-sm-6 {
		padding-top: 40px !important
	}

	.pb-sm-6,
	.py-sm-6 {
		padding-bottom: 40px !important
	}

	.p-sm-6 {
		padding: 40px !important
	}
}

@media (min-width: 768px) {

	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important
	}

	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important
	}

	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: 4px !important
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: 4px !important
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: 4px !important
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: 4px !important
	}

	.p-md-1 {
		padding: 4px !important
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: 8px !important
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: 8px !important
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: 8px !important
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: 8px !important
	}

	.p-md-2 {
		padding: 8px !important
	}

	.pr-md-3,
	.px-md-3 {
		padding-right: 16px !important
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: 16px !important
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 16px !important
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 16px !important
	}

	.p-md-3 {
		padding: 16px !important
	}

	.pr-md-4,
	.px-md-4 {
		padding-right: 24px !important
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 24px !important
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 24px !important
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 24px !important
	}

	.p-md-4 {
		padding: 24px !important
	}

	.pr-md-5,
	.px-md-5 {
		padding-right: 32px !important
	}

	.pl-md-5,
	.px-md-5 {
		padding-left: 32px !important
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 32px !important
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 32px !important
	}

	.p-md-5 {
		padding: 32px !important
	}

	.pr-md-6,
	.px-md-6 {
		padding-right: 40px !important
	}

	.pl-md-6,
	.px-md-6 {
		padding-left: 40px !important
	}

	.pt-md-6,
	.py-md-6 {
		padding-top: 40px !important
	}

	.pb-md-6,
	.py-md-6 {
		padding-bottom: 40px !important
	}

	.p-md-6 {
		padding: 40px !important
	}
}

@media (min-width: 1012px) {

	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important
	}

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: 4px !important
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: 4px !important
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: 4px !important
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 4px !important
	}

	.p-lg-1 {
		padding: 4px !important
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: 8px !important
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: 8px !important
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: 8px !important
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 8px !important
	}

	.p-lg-2 {
		padding: 8px !important
	}

	.pr-lg-3,
	.px-lg-3 {
		padding-right: 16px !important
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left: 16px !important
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: 16px !important
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 16px !important
	}

	.p-lg-3 {
		padding: 16px !important
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: 24px !important
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 24px !important
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 24px !important
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 24px !important
	}

	.p-lg-4 {
		padding: 24px !important
	}

	.pr-lg-5,
	.px-lg-5 {
		padding-right: 32px !important
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 32px !important
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 32px !important
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 32px !important
	}

	.p-lg-5 {
		padding: 32px !important
	}

	.pr-lg-6,
	.px-lg-6 {
		padding-right: 40px !important
	}

	.pl-lg-6,
	.px-lg-6 {
		padding-left: 40px !important
	}

	.pt-lg-6,
	.py-lg-6 {
		padding-top: 40px !important
	}

	.pb-lg-6,
	.py-lg-6 {
		padding-bottom: 40px !important
	}

	.p-lg-6 {
		padding: 40px !important
	}
}

@media (min-width: 1280px) {
	.flex-xl-row {
		flex-direction: row !important
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xl-column {
		flex-direction: column !important
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xl-justify-start {
		justify-content: flex-start !important
	}

	.flex-xl-justify-end {
		justify-content: flex-end !important
	}

	.flex-xl-justify-center {
		justify-content: center !important
	}

	.flex-xl-justify-between {
		justify-content: space-between !important
	}

	.flex-xl-justify-around {
		justify-content: space-around !important
	}

	.flex-xl-items-start {
		align-items: flex-start !important
	}

	.flex-xl-items-end {
		align-items: flex-end !important
	}

	.flex-xl-items-center {
		align-items: center !important
	}

	.flex-xl-items-baseline {
		align-items: baseline !important
	}

	.flex-xl-items-stretch {
		align-items: stretch !important
	}

	.flex-xl-content-start {
		align-content: flex-start !important
	}

	.flex-xl-content-end {
		align-content: flex-end !important
	}

	.flex-xl-content-center {
		align-content: center !important
	}

	.flex-xl-content-between {
		align-content: space-between !important
	}

	.flex-xl-content-around {
		align-content: space-around !important
	}

	.flex-xl-content-stretch {
		align-content: stretch !important
	}

	.flex-xl-auto {
		flex: 1 1 auto !important
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xl-self-auto {
		-ms-grid-row-align: auto !important;
		align-self: auto !important
	}

	.flex-xl-self-start {
		align-self: flex-start !important
	}

	.flex-xl-self-end {
		align-self: flex-end !important
	}

	.flex-xl-self-center {
		-ms-grid-row-align: center !important;
		align-self: center !important
	}

	.flex-xl-self-baseline {
		align-self: baseline !important
	}

	.flex-xl-self-stretch {
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important
	}

	.flex-xl-item-equal {
		flex-grow: 1;
		flex-basis: 0
	}

	.float-xl-left {
		float: left !important
	}

	.float-xl-right {
		float: right !important
	}

	.float-xl-none {
		float: none !important
	}

	.direction-xl-rtl {
		direction: rtl !important
	}

	.direction-xl-ltr {
		direction: ltr !important
	}

	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important
	}

	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important
	}

	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important
	}

	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important
	}

	.m-xl-0 {
		margin: 0 !important
	}

	.m-xl-1 {
		margin: 4px !important
	}

	.mt-xl-1 {
		margin-top: 4px !important
	}

	.mr-xl-1 {
		margin-right: 4px !important
	}

	.mb-xl-1 {
		margin-bottom: 4px !important
	}

	.ml-xl-1 {
		margin-left: 4px !important
	}

	.mt-xl-n1 {
		margin-top: -4px !important
	}

	.mr-xl-n1 {
		margin-right: -4px !important
	}

	.mb-xl-n1 {
		margin-bottom: -4px !important
	}

	.ml-xl-n1 {
		margin-left: -4px !important
	}

	.mx-xl-1 {
		margin-right: 4px !important;
		margin-left: 4px !important
	}

	.my-xl-1 {
		margin-top: 4px !important;
		margin-bottom: 4px !important
	}

	.m-xl-2 {
		margin: 8px !important
	}

	.mt-xl-2 {
		margin-top: 8px !important
	}

	.mr-xl-2 {
		margin-right: 8px !important
	}

	.mb-xl-2 {
		margin-bottom: 8px !important
	}

	.ml-xl-2 {
		margin-left: 8px !important
	}

	.mt-xl-n2 {
		margin-top: -8px !important
	}

	.mr-xl-n2 {
		margin-right: -8px !important
	}

	.mb-xl-n2 {
		margin-bottom: -8px !important
	}

	.ml-xl-n2 {
		margin-left: -8px !important
	}

	.mx-xl-2 {
		margin-right: 8px !important;
		margin-left: 8px !important
	}

	.my-xl-2 {
		margin-top: 8px !important;
		margin-bottom: 8px !important
	}

	.m-xl-3 {
		margin: 16px !important
	}

	.mt-xl-3 {
		margin-top: 16px !important
	}

	.mr-xl-3 {
		margin-right: 16px !important
	}

	.mb-xl-3 {
		margin-bottom: 16px !important
	}

	.ml-xl-3 {
		margin-left: 16px !important
	}

	.mt-xl-n3 {
		margin-top: -16px !important
	}

	.mr-xl-n3 {
		margin-right: -16px !important
	}

	.mb-xl-n3 {
		margin-bottom: -16px !important
	}

	.ml-xl-n3 {
		margin-left: -16px !important
	}

	.mx-xl-3 {
		margin-right: 16px !important;
		margin-left: 16px !important
	}

	.my-xl-3 {
		margin-top: 16px !important;
		margin-bottom: 16px !important
	}

	.m-xl-4 {
		margin: 24px !important
	}

	.mt-xl-4 {
		margin-top: 24px !important
	}

	.mr-xl-4 {
		margin-right: 24px !important
	}

	.mb-xl-4 {
		margin-bottom: 24px !important
	}

	.ml-xl-4 {
		margin-left: 24px !important
	}

	.mt-xl-n4 {
		margin-top: -24px !important
	}

	.mr-xl-n4 {
		margin-right: -24px !important
	}

	.mb-xl-n4 {
		margin-bottom: -24px !important
	}

	.ml-xl-n4 {
		margin-left: -24px !important
	}

	.mx-xl-4 {
		margin-right: 24px !important;
		margin-left: 24px !important
	}

	.my-xl-4 {
		margin-top: 24px !important;
		margin-bottom: 24px !important
	}

	.m-xl-5 {
		margin: 32px !important
	}

	.mt-xl-5 {
		margin-top: 32px !important
	}

	.mr-xl-5 {
		margin-right: 32px !important
	}

	.mb-xl-5 {
		margin-bottom: 32px !important
	}

	.ml-xl-5 {
		margin-left: 32px !important
	}

	.mt-xl-n5 {
		margin-top: -32px !important
	}

	.mr-xl-n5 {
		margin-right: -32px !important
	}

	.mb-xl-n5 {
		margin-bottom: -32px !important
	}

	.ml-xl-n5 {
		margin-left: -32px !important
	}

	.mx-xl-5 {
		margin-right: 32px !important;
		margin-left: 32px !important
	}

	.my-xl-5 {
		margin-top: 32px !important;
		margin-bottom: 32px !important
	}

	.m-xl-6 {
		margin: 40px !important
	}

	.mt-xl-6 {
		margin-top: 40px !important
	}

	.mr-xl-6 {
		margin-right: 40px !important
	}

	.mb-xl-6 {
		margin-bottom: 40px !important
	}

	.ml-xl-6 {
		margin-left: 40px !important
	}

	.mt-xl-n6 {
		margin-top: -40px !important
	}

	.mr-xl-n6 {
		margin-right: -40px !important
	}

	.mb-xl-n6 {
		margin-bottom: -40px !important
	}

	.ml-xl-n6 {
		margin-left: -40px !important
	}

	.mx-xl-6 {
		margin-right: 40px !important;
		margin-left: 40px !important
	}

	.my-xl-6 {
		margin-top: 40px !important;
		margin-bottom: 40px !important
	}

	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important
	}

	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important
	}

	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important
	}

	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: 4px !important
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: 4px !important
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: 4px !important
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 4px !important
	}

	.p-xl-1 {
		padding: 4px !important
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: 8px !important
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: 8px !important
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: 8px !important
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 8px !important
	}

	.p-xl-2 {
		padding: 8px !important
	}

	.pr-xl-3,
	.px-xl-3 {
		padding-right: 16px !important
	}

	.pl-xl-3,
	.px-xl-3 {
		padding-left: 16px !important
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 16px !important
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 16px !important
	}

	.p-xl-3 {
		padding: 16px !important
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right: 24px !important
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left: 24px !important
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 24px !important
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 24px !important
	}

	.p-xl-4 {
		padding: 24px !important
	}

	.pr-xl-5,
	.px-xl-5 {
		padding-right: 32px !important
	}

	.pl-xl-5,
	.px-xl-5 {
		padding-left: 32px !important
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 32px !important
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 32px !important
	}

	.p-xl-5 {
		padding: 32px !important
	}

	.pr-xl-6,
	.px-xl-6 {
		padding-right: 40px !important
	}

	.pl-xl-6,
	.px-xl-6 {
		padding-left: 40px !important
	}

	.pt-xl-6,
	.py-xl-6 {
		padding-top: 40px !important
	}

	.pb-xl-6,
	.py-xl-6 {
		padding-bottom: 40px !important
	}

	.p-xl-6 {
		padding: 40px !important
	}
}

.p-responsive {
	padding-right: 16px !important;
	padding-left: 16px !important
}

.h1 {
	font-size: 26px !important
}

@media (min-width: 768px) {
	.h1 {
		font-size: 32px !important
	}
}

.h2 {
	font-size: 22px !important
}

@media (min-width: 768px) {
	.h2 {
		font-size: 24px !important
	}
}

.h3 {
	font-size: 18px !important
}

@media (min-width: 768px) {
	.h3 {
		font-size: 20px !important
	}
}

.h4 {
	font-size: 16px !important
}

.h5 {
	font-size: 14px !important
}

.h6 {
	font-size: 12px !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 600 !important
}

.f0-light,
.f00-light,
.f1-light,
.f2-light,
.f3-light {
	font-weight: 300 !important
}

.f1 {
	font-size: 26px !important
}

@media (min-width: 768px) {
	.f1 {
		font-size: 32px !important
	}
}

.f2 {
	font-size: 22px !important
}

@media (min-width: 768px) {
	.f2 {
		font-size: 24px !important
	}
}

.f3 {
	font-size: 18px !important
}

@media (min-width: 768px) {
	.f3 {
		font-size: 20px !important
	}

	.f4 {
		font-size: 16px !important
	}
}

.f4 {
	font-size: 16px !important
}

.f5 {
	font-size: 14px !important
}

.f6 {
	font-size: 12px !important
}

.f00-light {
	font-size: 40px !important
}

@media (min-width: 768px) {
	.f00-light {
		font-size: 48px !important
	}
}

.f0-light {
	font-size: 32px !important
}

@media (min-width: 768px) {
	.f0-light {
		font-size: 40px !important
	}
}

.f1-light {
	font-size: 26px !important
}

@media (min-width: 768px) {
	.f1-light {
		font-size: 32px !important
	}
}

.f2-light {
	font-size: 22px !important
}

@media (min-width: 768px) {
	.f2-light {
		font-size: 24px !important
	}
}

.f3-light {
	font-size: 18px !important
}

@media (min-width: 768px) {
	.f3-light {
		font-size: 20px !important
	}
}

.text-small {
	font-size: 12px !important
}

.lead {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 300;
	color: #586069
}

.lh-condensed-ultra {
	line-height: 1 !important
}

.lh-condensed {
	line-height: 1.25 !important
}

.lh-default {
	line-height: 1.5 !important
}

.lh-0 {
	line-height: 0 !important
}

.text-right {
	text-align: right !important
}

.text-left {
	text-align: left !important
}

.text-center {
	text-align: center !important
}

@media (min-width: 544px) {
	.p-responsive {
		padding-right: 40px !important;
		padding-left: 40px !important
	}

	.text-sm-right {
		text-align: right !important
	}

	.text-sm-left {
		text-align: left !important
	}

	.text-sm-center {
		text-align: center !important
	}
}

@media (min-width: 768px) {
	.text-md-right {
		text-align: right !important
	}

	.text-md-left {
		text-align: left !important
	}

	.text-md-center {
		text-align: center !important
	}
}

@media (min-width: 1012px) {
	.p-responsive {
		padding-right: 16px !important;
		padding-left: 16px !important
	}

	.text-lg-right {
		text-align: right !important
	}

	.text-lg-left {
		text-align: left !important
	}

	.text-lg-center {
		text-align: center !important
	}
}

.text-normal {
	font-weight: 400 !important
}

.text-bold {
	font-weight: 600 !important
}

.text-italic {
	font-style: italic !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-underline {
	text-decoration: underline !important
}

.no-underline {
	text-decoration: none !important
}

.no-wrap {
	white-space: nowrap !important
}

.ws-normal {
	white-space: normal !important
}

.wb-break-all {
	word-break: break-all !important
}

.text-emphasized {
	font-weight: 600;
	color: #24292e
}

.list-style-none {
	list-style: none !important
}

.text-shadow-dark {
	text-shadow: 0 1px 1px rgba(27, 31, 35, 0.25), 0 1px 25px rgba(27, 31, 35, 0.75)
}

.text-shadow-light {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
}

.text-mono {
	font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important
}

.d-block {
	display: block !important
}

.d-flex {
	display: flex !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-inline-flex {
	display: inline-flex !important
}

.d-none {
	display: none !important
}

.d-table {
	display: table !important
}

.d-table-cell {
	display: table-cell !important
}

@media (min-width: 544px) {
	.d-sm-block {
		display: block !important
	}

	.d-sm-flex {
		display: flex !important
	}

	.d-sm-inline {
		display: inline !important
	}

	.d-sm-inline-block {
		display: inline-block !important
	}

	.d-sm-inline-flex {
		display: inline-flex !important
	}

	.d-sm-none {
		display: none !important
	}

	.d-sm-table {
		display: table !important
	}

	.d-sm-table-cell {
		display: table-cell !important
	}
}

@media (min-width: 768px) {
	.d-md-block {
		display: block !important
	}

	.d-md-flex {
		display: flex !important
	}

	.d-md-inline {
		display: inline !important
	}

	.d-md-inline-block {
		display: inline-block !important
	}

	.d-md-inline-flex {
		display: inline-flex !important
	}

	.d-md-none {
		display: none !important
	}

	.d-md-table {
		display: table !important
	}

	.d-md-table-cell {
		display: table-cell !important
	}
}

@media (min-width: 1012px) {
	.d-lg-block {
		display: block !important
	}

	.d-lg-flex {
		display: flex !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-inline-flex {
		display: inline-flex !important
	}

	.d-lg-none {
		display: none !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}
}

@media (min-width: 1280px) {
	.text-xl-right {
		text-align: right !important
	}

	.text-xl-left {
		text-align: left !important
	}

	.text-xl-center {
		text-align: center !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-flex {
		display: flex !important
	}

	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-inline-flex {
		display: inline-flex !important
	}

	.d-xl-none {
		display: none !important
	}

	.d-xl-table {
		display: table !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}
}

.v-hidden {
	visibility: hidden !important
}

.v-visible {
	visibility: visible !important
}

@media (max-width: 544px) {
	.hide-sm {
		display: none !important
	}
}

@media (min-width: 544px) and (max-width: 768px) {
	.hide-md {
		display: none !important
	}
}

@media (min-width: 768px) and (max-width: 1012px) {
	.hide-lg {
		display: none !important
	}
}

@media (min-width: 1012px) {
	.hide-xl {
		display: none !important
	}
}

:root {
	font-family: Inter, sans-serif;
	font-feature-settings: 'liga' 1, 'calt' 1
}

@supports (font-variation-settings: normal) {
	:root {
		font-family: InterVariable, sans-serif
	}
}

body {
	background-color: #ffffff
}

.octicon {
	fill: currentColor
}

a:focus {
	outline: auto
}

body.status .layout-content.status .border-color,
hr,
.tooltip-base,
.markdown-display table,
.layout-content.status.status-index .unresolved-incidents .unresolved-incident.impact-none .updates {
	border-color: rgba(0, 0, 0, 0.125)
}

.container {
	width: auto !important;
	max-width: 1012px !important;
	padding-right: 1rem;
	padding-left: 1rem
}

@media (min-width: 544px) {
	.container {
		padding-right: 2.5rem;
		padding-left: 2.5rem
	}
}

@media (min-width: 1012px) {
	.container {
		padding-right: 1rem;
		padding-left: 1rem
	}
}

.custom-header-container {
	margin-bottom: 20px !important
}

.header {
	background-color: #1f2a33;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	color: #ffffff
}

.header a {
	color: #ffffff;
}


@media (min-width: 768px) {
	.header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 100
	}

	.header nav {
		width: 40%
	}

	.header nav:first-of-type {
		order: -1
	}
}

@media (min-width: 768px) {
	.illo-desktop-header {
		position: relative;
		z-index: -1;
		display: block !important;
		margin-bottom: -6%
	}

	.illo-mobile-header {
		display: none
	}
}

@media (min-width: 768px) {
	.illo-mobile-footer {
		display: none
	}

	.footer {
		padding-top: 40px
	}
}

.custom-footer-container {
	margin-top: 48px
}

.site-footer-marketing-col {
	width: 50%
}

.site-footer-marketing-col:first-child {
	width: 100%
}

@media (min-width: 500px) {
	.site-footer-marketing-col {
		width: 33.333333%
	}
}

@media (min-width: 768px) {
	.site-footer-marketing-col {
		flex-grow: 1;
		flex-basis: 0
	}
}

.unresolved-incident,
.page-status {
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05)
}

.page-status {
	position: relative;
	z-index: 1;
	padding-left: 48px;
	margin-bottom: 3rem !important;
	display: flex;
	align-items: center;
	gap: 0.5em
}

.page-status>.status {
	top: auto !important;
	font-weight: 600 !important
}

.page-status::before {
	display: inline-block;
	content: "";
	width: 1.25rem;
	height: 1.25rem;
	margin-right: .5em;
	vertical-align: text-bottom;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto
}

.page-status.status-minor::before,
.page-status.status-major::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.22 1.754a.25.25 0 00-.44 0L1.698 13.132a.25.25 0 00.22.368h12.164a.25.25 0 00.22-.368L8.22 1.754zm-1.763-.707c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM9 11a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z' fill='%23fff'/%3E%3C/svg%3e")
}

.page-status.status-critical::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.404 12.596a6.5 6.5 0 119.192-9.192 6.5 6.5 0 01-9.192 9.192zM2.344 2.343a8 8 0 1011.313 11.314A8 8 0 002.343 2.343zM6.03 4.97a.75.75 0 00-1.06 1.06L6.94 8 4.97 9.97a.75.75 0 101.06 1.06L8 9.06l1.97 1.97a.75.75 0 101.06-1.06L9.06 8l1.97-1.97a.75.75 0 10-1.06-1.06L8 6.94 6.03 4.97z' fill='%231B1F23'/%3E%3C/svg%3e")
}

.page-status.status-none::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z' fill='%23fff'/%3E%3C/svg%3e")
}

.page-status.status-maintenance::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.433 2.304A4.494 4.494 0 003.5 6c0 1.598.832 3.002 2.09 3.802.518.328.929.923.902 1.64v.008l-.164 3.337a.75.75 0 11-1.498-.073l.163-3.33c.002-.085-.05-.216-.207-.316A5.996 5.996 0 012 6a5.994 5.994 0 012.567-4.92 1.482 1.482 0 011.673-.04c.462.296.76.827.76 1.423v2.82c0 .082.041.16.11.206l.75.51a.25.25 0 00.28 0l.75-.51A.25.25 0 009 5.282V2.463c0-.596.298-1.127.76-1.423a1.482 1.482 0 011.673.04A5.994 5.994 0 0114 6a5.996 5.996 0 01-2.786 5.068c-.157.1-.209.23-.207.315l.163 3.33a.75.75 0 11-1.498.074l-.164-3.345c-.027-.717.384-1.312.902-1.64A4.496 4.496 0 0012.5 6a4.494 4.494 0 00-1.933-3.696c-.024.017-.067.067-.067.16v2.818a1.75 1.75 0 01-.767 1.448l-.75.51a1.75 1.75 0 01-1.966 0l-.75-.51A1.75 1.75 0 015.5 5.282V2.463c0-.092-.043-.142-.067-.159zm.01-.005z' fill='%23fff'/%3E%3C/svg%3e")
}

.layout-content.status.status-index .unresolved-incidents {
	margin-bottom: 40px
}

.components-uptime-link {
	margin-bottom: .75rem
}

.components-section {
	margin-bottom: 32px !important
}

.components-section::before {
	display: block;
	margin-bottom: 18px;
	font-weight: 500;
	font-size: 28px;
	line-height: 37.8px;
	font-size: 1.75rem;
	line-height: 2.3625rem
}

.components-container {
	background-color: #fff;
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.125);
	overflow: hidden
}

.component-container {
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 0 0 0 0 !important;
	border: none !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
	border-right: 1px solid rgba(0, 0, 0, 0.125) !important;
	margin: 2px -1px -1px 1px
}

.component-container .status-msg {
	color: #6a737d;
	display: block;
	font-size: 14px;
	line-height: 2
}

@media (max-width: 500px) {
	.component-container .name {
		max-width: 80% !important
	}

	.component-container .component-status {
		margin-top: 10px
	}
}

.component-status {
	font-weight: 700
}

.component-status::before {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 3px;
	content: "";
	vertical-align: text-bottom;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center
}

.status-green .component-status::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m1 12c0-6.07513 4.92487-11 11-11 6.0751 0 11 4.92487 11 11 0 6.0751-4.9249 11-11 11-6.07513 0-11-4.9249-11-11zm16.2803-2.71967c.2929-.29289.2929-.76777 0-1.06066s-.7677-.29289-1.0606 0l-5.9697 5.96963-2.46967-2.4696c-.29289-.2929-.76777-.2929-1.06066 0s-.29289.7677 0 1.0606l3 3c.29293.2929.76773.2929 1.06063 0z' fill='%2328a745'/%3E%3C/svg%3e")
}

.status-orange .component-status::before,
.status-yellow .component-status::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m12 24c6.6274 0 12-5.3726 12-12 0-6.62744-5.3726-12-12-12-6.62744 0-12 5.37256-12 12 0 6.6274 5.37256 12 12 12zm0-17.5c.4141 0 .75.33582.75.75v4.5c0 .4142-.3359.75-.75.75s-.75-.3358-.75-.75v-4.5c0-.41418.3359-.75.75-.75zm.8242 9.5658c.0635-.0919.1118-.195.1416-.3054.0132-.0482.0225-.0979.0283-.1487.0039-.0366.0059-.074.0059-.1117 0-.5522-.4478-1-1-1s-1 .4478-1 1 .4478 1 1 1c.3423 0 .644-.172.8242-.4342z' fill='%23dbab09'/%3E%3C/svg%3e")
}

.status-red .component-status::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m12 24c6.6274 0 12-5.3726 12-12 0-6.62744-5.3726-12-12-12-6.62744 0-12 5.37256-12 12 0 6.6274 5.37256 12 12 12zm0-17.5c.4141 0 .75.33582.75.75v4.5c0 .4142-.3359.75-.75.75s-.75-.3358-.75-.75v-4.5c0-.41418.3359-.75.75-.75zm.8242 9.5658c.0635-.0919.1118-.195.1416-.3054.0132-.0482.0225-.0979.0283-.1487.0039-.0366.0059-.074.0059-.1117 0-.5522-.4478-1-1-1s-1 .4478-1 1 .4478 1 1 1c.3423 0 .644-.172.8242-.4342z' fill='%23d73a49'/%3E%3C/svg%3e")
}

.status-blue .component-status::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m12 24c6.6274 0 12-5.3726 12-12 0-6.62742-5.3726-12-12-12-6.62742 0-12 5.37258-12 12 0 6.6274 5.37258 12 12 12zm-2.57413-17.6913.00673-.00444c.02404.01648.0674.06721.0674.15886v2.81905c0 .5798.28717 1.12193.7668 1.44773l.75.5093c.5935.4031 1.3729.4031 1.9664 0l.75-.5093c.4796-.3258.7668-.86793.7668-1.44773v-2.81905c0-.09165.0434-.14238.0674-.15886.0011.00068.0023.00144.0036.0023.001.00066.002.00137.0031.00214 1.1659.8147 1.9259 2.16445 1.9259 3.6916 0 1.5978-.8321 3.0017-2.0902 3.8012-.5176.3289-.9284.9233-.9014 1.6406l.1634 3.3448c.0203.4137.372.7327.7858.7124.4137-.0202.7327-.372.7124-.7857l-.1627-3.3305c-.0021-.0842.0494-.2154.207-.3156 1.6729-1.0631 2.7857-2.935 2.7857-5.0672 0-2.03768-1.0165-3.83785-2.5667-4.92113-.5491-.38376-1.1928-.34681-1.673-.03928-.4619.29578-.7603.82708-.7603 1.42323v2.81905c0 .08283-.041.16028-.1096.20681l-.75.50934c-.0847.05758-.1961.05758-.2808 0l-.75-.50934c-.0686-.04653-.1096-.12399-.1096-.20681v-2.81905c0-.59615-.2984-1.12745-.7603-1.42323-.48016-.30753-1.12387-.34448-1.67304.03928-1.55018 1.08328-2.56666 2.88345-2.56666 4.92113 0 2.1322 1.11278 4.0041 2.78571 5.0672.15762.1002.20905.2314.20704.3156l-.1628 3.3305c-.02022.4137.29877.7655.71249.7857.41372.0203.76546-.2987.78576-.7124l.1631-3.3364.0003-.0084c.027-.7173-.3838-1.3117-.90136-1.6406-1.25809-.7995-2.09024-2.2034-2.09024-3.8012 0-1.52715.76004-2.8769 1.92587-3.6916z' fill='%230366d6'/%3E%3C/svg%3e")
}

.icon-indicator::before {
	display: inline-block;
	width: 24px;
	height: 24px;
	content: "";
	vertical-align: text-bottom;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center
}

.status-green .icon-indicator::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m1 12c0-6.07513 4.92487-11 11-11 6.0751 0 11 4.92487 11 11 0 6.0751-4.9249 11-11 11-6.07513 0-11-4.9249-11-11zm16.2803-2.71967c.2929-.29289.2929-.76777 0-1.06066s-.7677-.29289-1.0606 0l-5.9697 5.96963-2.46967-2.4696c-.29289-.2929-.76777-.2929-1.06066 0s-.29289.7677 0 1.0606l3 3c.29293.2929.76773.2929 1.06063 0z' fill='%2328a745'/%3E%3C/svg%3e")
}

.status-orange .icon-indicator::before,
.status-yellow .icon-indicator::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m12 24c6.6274 0 12-5.3726 12-12 0-6.62744-5.3726-12-12-12-6.62744 0-12 5.37256-12 12 0 6.6274 5.37256 12 12 12zm0-17.5c.4141 0 .75.33582.75.75v4.5c0 .4142-.3359.75-.75.75s-.75-.3358-.75-.75v-4.5c0-.41418.3359-.75.75-.75zm.8242 9.5658c.0635-.0919.1118-.195.1416-.3054.0132-.0482.0225-.0979.0283-.1487.0039-.0366.0059-.074.0059-.1117 0-.5522-.4478-1-1-1s-1 .4478-1 1 .4478 1 1 1c.3423 0 .644-.172.8242-.4342z' fill='%23dbab09'/%3E%3C/svg%3e")
}

.status-red .icon-indicator::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m12 24c6.6274 0 12-5.3726 12-12 0-6.62744-5.3726-12-12-12-6.62744 0-12 5.37256-12 12 0 6.6274 5.37256 12 12 12zm0-17.5c.4141 0 .75.33582.75.75v4.5c0 .4142-.3359.75-.75.75s-.75-.3358-.75-.75v-4.5c0-.41418.3359-.75.75-.75zm.8242 9.5658c.0635-.0919.1118-.195.1416-.3054.0132-.0482.0225-.0979.0283-.1487.0039-.0366.0059-.074.0059-.1117 0-.5522-.4478-1-1-1s-1 .4478-1 1 .4478 1 1 1c.3423 0 .644-.172.8242-.4342z' fill='%23d73a49'/%3E%3C/svg%3e")
}

.status-blue .icon-indicator::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m12 24c6.6274 0 12-5.3726 12-12 0-6.62742-5.3726-12-12-12-6.62742 0-12 5.37258-12 12 0 6.6274 5.37258 12 12 12zm-2.57413-17.6913.00673-.00444c.02404.01648.0674.06721.0674.15886v2.81905c0 .5798.28717 1.12193.7668 1.44773l.75.5093c.5935.4031 1.3729.4031 1.9664 0l.75-.5093c.4796-.3258.7668-.86793.7668-1.44773v-2.81905c0-.09165.0434-.14238.0674-.15886.0011.00068.0023.00144.0036.0023.001.00066.002.00137.0031.00214 1.1659.8147 1.9259 2.16445 1.9259 3.6916 0 1.5978-.8321 3.0017-2.0902 3.8012-.5176.3289-.9284.9233-.9014 1.6406l.1634 3.3448c.0203.4137.372.7327.7858.7124.4137-.0202.7327-.372.7124-.7857l-.1627-3.3305c-.0021-.0842.0494-.2154.207-.3156 1.6729-1.0631 2.7857-2.935 2.7857-5.0672 0-2.03768-1.0165-3.83785-2.5667-4.92113-.5491-.38376-1.1928-.34681-1.673-.03928-.4619.29578-.7603.82708-.7603 1.42323v2.81905c0 .08283-.041.16028-.1096.20681l-.75.50934c-.0847.05758-.1961.05758-.2808 0l-.75-.50934c-.0686-.04653-.1096-.12399-.1096-.20681v-2.81905c0-.59615-.2984-1.12745-.7603-1.42323-.48016-.30753-1.12387-.34448-1.67304.03928-1.55018 1.08328-2.56666 2.88345-2.56666 4.92113 0 2.1322 1.11278 4.0041 2.78571 5.0672.15762.1002.20905.2314.20704.3156l-.1628 3.3305c-.02022.4137.29877.7655.71249.7857.41372.0203.76546-.2987.78576-.7124l.1631-3.3364.0003-.0084c.027-.7173-.3838-1.3117-.90136-1.6406-1.25809-.7995-2.09024-2.2034-2.09024-3.8012 0-1.52715.76004-2.8769 1.92587-3.6916z' fill='%230366d6'/%3E%3C/svg%3e")
}

.component-container .tooltip-base {
	top: 0;
	vertical-align: text-bottom
}

.incident-title {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.incident-title+.updates {
	background-color: #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.page-footer {
	overflow: hidden;
	padding-top: 1.5rem;
	margin-top: 0;
	margin-bottom: 0;
	border-top: 3px solid #e6ebf1 !important
}

.powered-by {
	margin-right: -500px
}

.page-footer>a:first-child {
	font-weight: 500;
	float: right
}

.page-footer>a:first-child span {
	display: none
}

.page-footer>a:first-child::after {
	display: inline-block;
	content: "";
	width: 1.2rem;
	height: 1rem;
	vertical-align: text-bottom;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.22 3.22a.75.75 0 011.06 0l4.25 4.25a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06-1.06L9.94 8 6.22 4.28a.75.75 0 010-1.06z' fill='%230366d6'/%3E%3C/svg%3e") no-repeat center left;
	transition: ease-in-out .2s background-position
}

.page-footer>a:first-child:hover {
	text-decoration: none
}

.page-footer>a:first-child:hover::after {
	background-position: center right
}

.pagination a:hover {
	text-decoration: none
}

body.history h4 {
	margin-bottom: 12px;
	margin-top: 32px;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 2.3625rem
}

.history-header {
	position: relative
}

.history-header::before,
.history-header::after {
	display: none !important
}

@media (max-width: 650px) {
	.history-header {
		text-align: left !important
	}

	.history-header .current {
		text-align: center
	}
}

@media (min-width: 650px) {
	.history-header {
		display: flex;
		align-items: center;
		justify-content: space-between
	}
}

body.history .history-backpage {
	padding: 32px;
	background-color: #fff;
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.125);
	overflow: hidden
}

.component-items-selector {
	z-index: 5;
	background-clip: padding-box
}

.component-items-selector .fa {
	top: 3px !important;
	font-size: 1rem !important
}

.component-items-selector .grouped-item:first-child {
	border-radius: 3px 3px 0 0
}

.component-items-selector .grouped-item:last-child {
	border-radius: 0 0 3px 3px
}

.component-items-selector .grouped-item:hover {
	background-color: #f6f8fa
}

.component-items-selector .active,
.component-items-selector .active:hover {
	color: #fff;
	background-color: #0366d6
}

.components-affected {
	display: none
}

.incidents-list .font-largest {
	display: inline-block;
	margin-bottom: 18px
}

.status-day,
.incident-list {
	position: relative;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	padding-left: 3rem;
	margin-top: 0 !important
}

.status-day:first-of-type,
.incident-list:first-of-type {
	padding-top: 0
}

.status-day::before,
.incident-list::before {
	position: absolute;
	top: 0;
	left: 19px;
	display: block;
	content: "";
	width: 3px;
	height: 100%;
	background-color: #e6ebf1
}

.status-day:last-child {
	padding-bottom: 3rem
}

.status-day>.date {
	position: relative;
	padding-top: .5rem;
	padding-bottom: 1rem !important;
	margin-bottom: 0 !important;
	border-bottom: 0 !important
}

.status-day>.date::before {
	position: absolute;
	top: 0;
	left: -3rem;
	display: block;
	content: "";
	width: 2.5rem;
	height: 2.5rem;
	background: #24292e url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 2H12V3.5C12 3.78 11.78 4 11.5 4H9.5C9.22 4 9 3.78 9 3.5V2H6V3.5C6 3.78 5.78 4 5.5 4H3.5C3.22 4 3 3.78 3 3.5V2H2C1.45 2 1 2.45 1 3V14C1 14.55 1.45 15 2 15H13C13.55 15 14 14.55 14 14V3C14 2.45 13.55 2 13 2ZM13 14H2V5H13V14ZM5 3H4V1H5V3ZM11 3H10V1H11V3ZM6 7H5V6H6V7ZM8 7H7V6H8V7ZM10 7H9V6H10V7ZM12 7H11V6H12V7ZM4 9H3V8H4V9ZM6 9H5V8H6V9ZM8 9H7V8H8V9ZM10 9H9V8H10V9ZM12 9H11V8H12V9ZM4 11H3V10H4V11ZM6 11H5V10H6V11ZM8 11H7V10H8V11ZM10 11H9V10H10V11ZM12 11H11V10H12V11ZM4 13H3V12H4V13ZM6 13H5V12H6V13ZM8 13H7V12H8V13ZM10 13H9V12H10V13Z' fill='%23fff'/%3E%3C/svg%3e") no-repeat center center;
	border-radius: 50%
}

.incident-list {
	margin-top: -1.25rem !important
}

.incident-list .incident-container:first-child::before {
	display: none
}

.incident-list .small:only-child {
	display: block;
	padding-top: 1.5rem;
	font-size: 1rem
}

.month-title {
	border-bottom-color: #e6ebf1 !important
}

.incident-container {
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 0 !important
}

.incident-container::before {
	position: relative;
	left: -27px;
	top: -1rem;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #e6ebf1
}

.incident-container .incident-title {
	position: relative;
	display: inline-block;
	padding-top: .125rem;
	padding-bottom: .125rem;
}

.incident-container .incident-title::before {
	position: absolute;
	top: -2px;
	left: -46px;
	display: block;
	content: "";
	width: 32px;
	height: 32px;
	background-color: #e6ebf1;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.99999 2.3C10.14 2.3 12.7 4.86 12.7 8C12.7 11.14 10.14 13.7 6.99999 13.7C3.85999 13.7 1.29999 11.14 1.29999 8C1.29999 4.86 3.85999 2.3 6.99999 2.3ZM7 1C3.14 1 0 4.14 0 8C0 11.86 3.14 15 7 15C10.86 15 14 11.86 14 8C14 4.14 10.86 1 7 1ZM8 4H6V9H8V4ZM8 10H6V12H8V10Z' fill='%236a737d'/%3E%3C/svg%3e");
	border: 2px solid #f6f8fa;
	border-radius: 50%
}

.months-container {
	margin-bottom: 3rem
}

.update {
	position: relative
}

.update.investigating>strong {
	color: #dd2a00
}

.update.identified>strong {
	color: #f98800
}

.update.monitoring>strong {
	color: #fcbb2d
}

.update.resolved>strong {
	color: #28a745
}

.incident-body ul li,
.update ul li {
	margin-top: .25rem;
	margin-bottom: .25rem
}

.update-body ul li {
	margin-bottom: .5rem
}

.update ul li strong,
.update-body ul li strong,
.incident-body ul li strong {
	font-feature-settings: 'tnum' 1
}

.incident-body {
	overflow: auto !important;
	white-space: normal !important
}

.page-title .incident-name::before {
	display: block;
	content: "";
	width: 2rem;
	height: 2rem;
	margin: 1rem auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto
}

.flat-button,
.history-header .show-filter {
	padding: 6px 12px !important;
	font-size: 14px !important;
	line-height: 20px !important;
	vertical-align: middle !important;
	cursor: pointer !important;
	text-transform: none !important;
	background-color: #eff3f6 !important;
	background-image: linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%) !important;
	background-repeat: repeat-x !important;
	background-position: -1px -1px !important;
	background-size: 110% 110% !important;
	border: 1px solid rgba(27, 31, 35, 0.2) !important;
	border-radius: 0.25em !important;
	letter-spacing: 0 !important;
	color: #24292e !important;
	text-shadow: none !important;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px inset !important
}

.phone-number select {
	width: 30.5% !important
}

.phone-number input[type="text"] {
	width: 60% !important;
	margin-left: 5% !important
}

.updates-dropdown {
	color: #000
}

.updates-dropdown a {
	color: #f98220
}

.updates-dropdown-container {
	text-align: left
}

.updates-dropdown-container .updates-dropdown {
	background-color: #fff
}

@media (min-width: 451px) {
	.updates-dropdown-container .updates-dropdown {
		top: 100%;
		left: auto;
		right: 0;
		margin-top: .5rem
	}
}

.updates-dropdown-container .updates-dropdown-nav::before {
	display: block;
	padding: .5rem 1rem;
	font-size: .875rem;
	font-weight: 500;
	color: #24292e;
	content: "Subscribe to status updates";
	border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.updates-dropdown-container .updates-dropdown-nav>a {
	width: calc(100% / 7) !important;
	border-radius: 0 !important
}

.updates-dropdown-container .updates-dropdown-nav #updates-dropdown-atom-btn {
	border-right: 0 !important
}

.updates-dropdown-container #updates-dropdown-close-btn {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	text-indent: -999em;
	line-height: 1;
	background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.48 5.99999L11.23 9.74999L9.75 11.23L6 7.47999L2.25 11.23L0.770004 9.74999L4.52 5.99999L0.770004 2.24999L2.25 0.769989L6 4.51999L9.75 0.769989L11.23 2.24999L7.48 5.99999Z' fill='%2324292e'/%3E%3C/svg%3e") no-repeat center center/12px auto;
	border: 0;
	opacity: .4;
	transition: ease-in-out .2s opacity
}

.updates-dropdown-container #updates-dropdown-close-btn:hover {
	opacity: 1
}

.updates-dropdown-container #updates-dropdown-twitter-btn {
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center
}

.updates-dropdown-container #updates-dropdown-twitter-btn .icon-container.x {
	background-image: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative
}

.updates-dropdown-container #updates-dropdown-twitter-btn svg {
	color: #666 !important;
	stroke: none !important;
	height: 16px;
	width: 16px
}

.updates-dropdown-container #updates-dropdown-twitter-btn[aria-selected="true"] svg,
.updates-dropdown-container #updates-dropdown-twitter-btn.active svg {
	color: #fff !important
}

.updates-dropdown-container .updates-dropdown-section {
	font-size: .8125rem !important;
	line-height: 1.4 !important
}

.updates-dropdown-container .privacy_policy_information,
.updates-dropdown-container .terms_and_privacy_information {
	margin-bottom: 0 !important
}