/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

html,
body {
	margin: 0;
	padding: 0;
	background: #f2f2f2;
	color: #313131;
	font: normal 16px / 24px Source Sans Pro, Open Sans, Droid Sans, sans-serif;
	min-width: 320px;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

body > div {
	-ms-flex: auto;
	-webkit-flex: auto;
	flex: auto;
}

body #content {
	-ms-flex-grow: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.page-width {
	max-width: 976px;
	margin: 0 auto;
	padding: 0 16px;
}

@media (min-width: 600px) {
	.page-width {
		padding: 0 24px;
	}
}

.navigation {
	margin: 0;
	padding: 0;
	background: #ffffff;
}

.navigation:before, .navigation:after {
	content: ' ';
	display: table;
	clear: both;
}

.navigation .navigation-block {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

.navigation .navigation-block:before, .navigation .navigation-block:after {
	content: ' ';
	display: table;
	clear: both;
}

@media (max-width: 600px) {
	.navigation .navigation-block {
		float: none;
		text-align: center;
	}
}

.navigation a.subtle {
	text-decoration: none;
}

.navigation a.subtle:hover {
	text-decoration: underline;
}

.navigation .navigation-link {
	display: inline-block;
	padding: 0;
	margin: 0 8px;
}

.navigation .navigation-link a {
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
}

.navigation .logo-stroke {
	stroke: #1769aa;
}

.navigation .logo-fill {
	fill: #1769aa;
}

.navigation--primary {
	min-height: 40px;
}

.navigation--primary a {
	color: #1769aa;
}

.navigation--primary a:hover {
	color: #ba3329;
}

.navigation--primary .navigation-home {
	position: absolute;
	left: 16px;
	top: 50%;
	margin-top: -20px;
	width: 164px;
	height: 40px;
}

@media (min-width: 600px) {
	.navigation--primary .navigation-home {
		left: 24px;
	}
}

@media (max-width: 600px) {
	.navigation--primary .navigation-home {
		position: relative;
		left: 0;
		top: 0;
		margin: 16px auto 8px;
	}
}

.navigation--primary .navigation-home span {
	display: none;
}

.navigation--primary .navigation-home svg,
.navigation--primary .navigation-home iconify-icon {
	width: 164px;
	height: 40px;
}

.navigation--primary .navigation-content {
	position: relative;
}

.navigation--primary .navigation-block-container {
	margin: 0 -8px 0 196px;
	padding: 24px 0;
	position: relative;
}

.navigation--primary .navigation-block-container:before, .navigation--primary .navigation-block-container:after {
	content: ' ';
	display: table;
	clear: both;
}

@media (min-width: 600px) {
	.navigation--primary .navigation-block-container {
		margin-left: 204px;
	}
}

@media (max-width: 600px) {
	.navigation--primary .navigation-block-container {
		margin: 0;
		padding: 0;
	}
}

@media (max-width: 600px) {
	.navigation--primary .navigation-block {
		margin: 8px auto 0;
	}
}

.navigation--primary .navigation-link {
	font-size: 20px;
	line-height: 32px;
	height: 32px;
}

.navigation--primary .navigation-link a {
	text-decoration: none;
	white-space: nowrap;
}

.navigation--primary .navigation-link iconify-icon {
	font-size: 24px;
	vertical-align: -6px;
}

@media (max-width: 600px) {
	.navigation--primary .navigation-link {
		font-size: 18px;
		line-height: 28px;
		margin: 0 4px 8px;
	}
}

.navigation--secondary {
	padding: 8px 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 32px;
	background-color: #1769aa;
}

.navigation--secondary .navigation-description {
	float: left;
}

@media (max-width: 600px) {
	.navigation--secondary .navigation-description {
		float: none;
		text-align: center;
	}
}

.navigation--secondary .navigation-block-container {
	margin: 0 -8px 0 0;
}

@media (max-width: 600px) {
	.navigation--secondary .navigation-block-container {
		margin: 0;
		padding: 0;
	}
}

.navigation--secondary a {
	font-size: 16px;
	line-height: 32px;
	color: inherit;
}

.navigation--secondary a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.navigation--secondary .navigation-search form {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}

.navigation--secondary .navigation-search a {
	display: none;
	position: absolute;
	right: 6px;
	top: 8px;
	line-height: 1em;
	width: 1em;
	height: 1em;
	color: #959595;
}

.navigation--secondary .navigation-search a:hover, .navigation--secondary .navigation-search a:focus {
	color: #ba3329;
	outline: none;
}

.navigation--secondary .navigation-search:focus-within a {
	display: block;
}

.navigation--secondary .navigation-search input {
	width: 160px;
	font-size: 14px;
	line-height: 24px;
	padding: 0 26px 0 6px;
	background: #f2f2f2;
	color: #313131;
	box-shadow: none;
	outline: none;
	border: solid 1px;
	border-color: #1769aa;
}

.navigation--secondary .navigation-search input:hover + a, .navigation--secondary .navigation-search input:focus + a {
	color: #1769aa;
}

.navigation--secondary .navigation-search input:focus {
	box-shadow: 0 0 0 1px #f2f2f2;
}

footer {
	padding: 8px 0;
	margin: 48px 0 0;
	color: rgba(255, 255, 255, 0.5);
	min-height: 40px;
	background-color: #1769aa;
}

footer .page-width:before, footer .page-width:after {
	content: ' ';
	display: table;
	clear: both;
}

footer a {
	color: #ffffff;
	opacity: 0.75;
}

footer a:hover {
	color: #ffffff;
	opacity: 1;
}

footer .iconify {
	display: inline-block;
	width: 1em;
}

footer .footer-left-side {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: -16px;
}

footer .footer-left-side li {
	float: left;
	margin: 8px;
	padding: 0;
	font-size: 24px;
	line-height: 1em;
	height: 1em;
}

footer .footer-right-side {
	list-style: none;
	float: right;
	margin: 0;
	margin-right: -16px;
	padding: 0;
}

footer .footer-right-side li {
	float: right;
	margin: 8px 16px;
	padding: 0;
}

a {
	color: #1769aa;
}

a:hover,
a:hover .hljs-linkable {
	color: #ba3329;
}

a.subtle {
	text-decoration: none;
}

a.subtle:hover {
	text-decoration: underline;
}

li {
	margin-top: 8px;
	margin-bottom: 8px;
}

img {
	max-width: 100%;
}

p {
	margin: 0 0 8px;
	clear: both;
}

section h1,
section h2,
section h1.heading--2,
section h3,
section h1.heading--3,
section h4,
section h1.heading--4,
section h5,
section h1.heading--5,
section h6,
section h1.heading--6 {
	margin: 32px 0 16px;
	padding: 0;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	color: #626262;
	border-bottom: 2px solid #e7e7e7;
}

section h1 {
	font-size: 24px;
	line-height: 32px;
	color: #506874;
	border-bottom: none;
}

section h2,
section h1.heading--2 {
	font-size: 20px;
	line-height: 28px;
	color: #327335;
	border-bottom: 2px solid #e5ebe5;
}

section h3,
section h1.heading--3 {
	color: #6639b5;
	border-bottom: 2px solid #e6e4ea;
}

section a.link-back {
	display: none;
	float: right;
	width: 32px;
	margin: 0;
	padding: 0 0 0 8px;
	text-align: center;
	text-decoration: none;
	color: #959595;
}

section a.link-back svg,
section a.link-back iconify-icon {
	font-size: 24px;
	line-height: 1em;
}

section h1 small,
section h2 small,
section h3 small {
	float: right;
	position: relative;
	color: #959595;
	font-size: 16px;
	line-height: 24px;
}

section h1 small svg,
section h1 small iconify-icon,
section h2 small svg,
section h2 small iconify-icon,
section h3 small svg,
section h3 small iconify-icon {
	position: absolute;
	left: -32px;
	bottom: 0;
	font-size: 24px;
	line-height: 1em;
}

section h1.heading--empty {
	border-bottom-width: 0;
}

section h1.heading--empty + section > h1:first-child {
	margin-top: 0;
}

section h1:hover .link-back,
section h1:target .link-back {
	display: block;
}

section h1:hover .link-back:hover,
section h1:target .link-back:hover {
	color: #ba3329;
}

.code-blocks {
	margin: 4px 0 8px;
	padding: 0;
}

.code-blocks code {
	display: block;
	margin: 0;
	padding: 0;
	font-family: "PT Mono", monospace;
	font-size: 14px;
	line-height: 22px;
	color: #626262;
	word-wrap: break-word;
}

.code-block-title, .code-block-content, .code-block-hint {
	border: 1px solid #e4e4e4;
}

.code-block-title {
	padding: 8px 16px;
	color: #959595;
	background: #f8f8f8;
	font-size: 18px;
	line-height: 26px;
	border-bottom-width: 0;
}

.code-block-content {
	padding: 8px 12px;
	background: #ffffff;
	border-top-width: 0;
	border-bottom-width: 0;
	position: relative;
}

@media (max-width: 600px) {
	.code-block-content {
		padding: 8px;
	}
}

.code-block-hint {
	padding: 8px 16px;
	color: #626262;
	background: #f8f8f8;
	font-size: 14px;
	line-height: 22px;
	border-top-style: dashed;
	border-bottom-width: 0;
}

.code-block:first-child .code-block-title,
.code-block:first-child .code-block-content--without-title {
	border-top-width: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.code-block .code-block-content--without-title {
	border-top-width: 1px;
}

.code-block:last-child .code-block-content--without-hint,
.code-block:last-child .code-block-hint {
	border-bottom-width: 1px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.code-block-copy {
	position: absolute;
	right: 4px;
	top: 3px;
	padding: 4px;
	font-size: 24px;
	line-height: 1em;
	display: none;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	transition: color 0.2s ease;
	transition-property: color, background-color;
	color: #1769aa;
}

.code-block-copy svg,
.code-block-copy iconify-icon {
	display: block;
}

.code-block-copy:hover {
	background: rgba(255, 255, 255, 0.8);
	color: #ba3329;
}

.code-block-notice {
	position: absolute;
	display: block;
	right: 32px;
	top: 5px;
	padding: 2px 8px;
	white-space: nowrap;
	pointer-events: none;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	background: #327335;
	border-radius: 3px;
	animation: show-code-notice 2s ease forwards;
}

.code-block-notice svg,
.code-block-notice iconify-icon {
	float: left;
	font-size: 24px;
	line-height: 1em;
	margin-right: 4px;
}

.code-block-content:hover .code-block-copy,
.code-block-title:hover + .code-block-content .code-block-copy {
	display: block;
}

.code-block--demo p {
	margin: 4px 0;
}

@keyframes show-code-notice {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.inline-code {
	display: inline-block;
	margin: -1px 2px;
	padding: 0 3px;
	color: #626262;
	background: #ffffff;
	border: 1px dashed #e4e4e4;
}

.sample-input {
	display: block;
	background: #ffffff;
	border: 2px solid #e4e4e4;
	border-radius: 5px;
	padding: 2px 8px;
	min-height: 24px;
	color: #ffffff;
	transition: color 0.2s;
}

.sample-input:hover {
	border-color: #d7d7d7;
}

.sample-input + .sample-input {
	margin-top: 8px;
}

.sample-input .hidden {
	opacity: 0;
}

.sample-input.visible,
.sample-input--script {
	color: #626262;
}

.notice {
	display: block;
	margin: 8px 0 16px;
	padding: 16px 16px 16px 48px;
	color: #626262;
	background: #ffffff;
	border: 2px solid #d8d8d8;
	border-radius: 5px;
	position: relative;
	animation: notice-fade-in 1.5s ease-out;
}

.notice:first-child {
	margin-top: 32px;
}

.notice p {
	margin: 0;
	padding: 0;
}

.notice p + p {
	margin-top: 4px;
}

.notice p.notice-header {
	font-size: 18px;
	line-height: 26px;
}

.notice p.notice-header + p {
	margin-top: 8px;
}

.notice a {
	color: #626262;
	text-decoration: underline;
}

.notice a:hover, .notice a:focus {
	color: #ba3329;
	text-decoration: underline;
}

.notice svg,
.notice iconify-icon {
	color: #ba3329;
	font-size: 24px;
	line-height: 1em;
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -12px;
}

.notice--legacy {
	border-color: #d3d9dc;
}

.notice--legacy svg,
.notice--legacy iconify-icon,
.notice--legacy a {
	color: #506874;
}

.notice--warning {
	border-color: #eeccca;
}

.notice--warning svg,
.notice--warning iconify-icon,
.notice--warning a {
	color: #ba3329;
}

.notice--gray {
	border-color: #d8d8d8;
}

.notice--gray svg,
.notice--gray iconify-icon,
.notice--gray a {
	color: #626262;
}

@keyframes notice-fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.hljs-comment,
.hljs-quote {
	color: #afafaf;
	font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
	font-weight: 600;
}

.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
	color: #007267;
}

.hljs-string,
.hljs-doctag {
	color: #ba3329;
}

.hljs-title,
.hljs-section,
.hljs-selector-id {
	color: #942921;
}

.hljs-subst {
	font-weight: normal;
}

.hljs-type,
.hljs-class .hljs-title {
	color: #125487;
	font-weight: 600;
}

.hljs-tag,
.hljs-name,
.hljs-attribute,
.hljs-function,
.hljs-class {
	color: #303e89;
	font-weight: normal;
}

.hljs-regexp,
.hljs-link {
	color: #327335;
}

.hljs-symbol,
.hljs-bullet {
	color: #9826ab;
}

.hljs-built_in,
.hljs-builtin-name {
	color: #026c9c;
}

.hljs-meta {
	color: #959595;
	font-weight: 600;
}

.hljs-deletion {
	background: #fdd6d3;
}

.hljs-addition {
	background: #d3ebd4;
}

.hljs-emphasis {
	font-style: italic;
}

.hljs-strong {
	font-weight: 600;
}

.hljs-inline-icon {
	color: #d84a1d;
}

.hljs-inline-package {
	color: #36469c;
}

.hljs-inline-tag {
	color: #00717f;
}

.hljs-inline-type {
	color: #155e99;
}

.hljs-inline-attr {
	color: #327335;
}

.hljs-inline-prop {
	color: #327335;
}

.hljs-inline-file,
.hljs-inline-link {
	color: #306389;
}

.hljs-inline-link {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

.hljs-inline-var {
	color: #0277ac;
}

#carbonads {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#carbonads {
	display: block;
	margin-top: 24px;
	overflow: hidden;
	max-width: 728px;
	position: relative;
	background-color: #f8f8f8;
	border: solid 2px #e4e4e4;
	border-radius: 3px;
	font-size: 22px;
	box-sizing: content-box;
}

#carbonads > span {
	display: block;
}

#carbonads a {
	color: inherit;
	text-decoration: none;
}

#carbonads a:hover {
	color: inherit;
}

.carbon-wrap {
	display: flex;
	align-items: center;
}

.carbon-img {
	display: block;
	margin: 0;
	line-height: 1;
}

.carbon-img img {
	display: block;
	height: 90px;
	width: auto;
}

.carbon-text {
	display: block;
	padding: 0 1em;
	line-height: 1.35;
	text-align: left;
}

.carbon-poweredby {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 6px 10px;
	background: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(0, 0, 0, 0.025) 5px, rgba(0, 0, 0, 0.025) 10px) rgba(241, 243, 244, 0.8);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 600;
	font-size: 8px;
	border-top-left-radius: 4px;
	line-height: 1;
}

@media only screen and (min-width: 320px) and (max-width: 759px) {
	.carbon-text {
		font-size: 14px;
	}
}

#hero {
	margin: 0;
	padding: 32px 0 64px;
}

#hero h1,
#hero h2,
#hero h3 {
	text-align: center;
	color: #1769aa;
	font-weight: normal;
	margin: 0 16px;
}

#hero h1 + h3,
#hero h2 + h3,
#hero h3 + h3 {
	margin-top: 16px;
}

#hero h1 {
	font-size: 32px;
	line-height: 48px;
}

#hero h2 {
	font-size: 28px;
	line-height: 42px;
}

#hero h3 {
	font-size: 20px;
	line-height: 28px;
	color: #626262;
}

.vendor-lock-in,
.intro-icons,
.intro-sponsor-wrapper {
	display: flex;
	flex-direction: row;
	margin-bottom: 16px;
}

.vendor-lock-in p, .vendor-lock-in-content,
.intro-icons p,
.intro-icons-content,
.intro-sponsor-wrapper p,
.intro-sponsor-wrapper-content {
	width: 100%;
}

.intro-sponsor iconify-icon {
	width: 32px;
	margin: 16px;
	margin-left: 0;
	color: #1769aa;
}

.vendor-lock-in iconify-icon {
	width: 48px;
	margin-right: 16px;
	color: #959595;
}

.intro-icons-icons {
	margin-left: 16px;
	display: flex;
	flex-direction: row;
}

@media (max-width: 650px) {
	.intro-icons {
		display: block;
	}
	.intro-icons-icons {
		margin: 0 auto;
		text-align: center;
	}
}

.intro-icons-block {
	margin: 0 0 8px;
	line-height: 1em;
	display: flex;
	flex-direction: column;
}

.intro-icons-block iconify-icon {
	display: inline-block;
	margin: 4px;
}

.intro-icons-block--24 iconify-icon {
	font-size: 24px;
}

.intro-icons-block--32 iconify-icon {
	font-size: 32px;
}

.intro-icons-block .icon--light-blue {
	color: #026c9c;
}

.intro-icons-block .icon--deep-purple {
	color: #6639b5;
}

.intro-icons-block .icon--teal {
	color: #007267;
}

.intro-icons-block .icon--red {
	color: #ba3329;
}

.intro-icons-block .icon--indigo {
	color: #3d4faf;
}

.intro-icons-block .icon--green {
	color: #327335;
}

.intro-icons-block .icon--blue {
	color: #1769aa;
}

.intro-icons-block .icon--purple {
	color: #9826ab;
}

/*
// Intro
.home-intro {
	&-left {
		width: 100%;
	}
	&-right {
		width: 256px;
		margin: 16px auto;
		// align-self: center;
	}
}
@media (min-width: 800px) {
	.home-intro {
		display: flex;
		flex-direction: row-reverse;
		&-right {
			margin: 0 0 0 16px;
		}
	}
}

// .home-intro--icons .home-intro-right {
// 	align-self: end;
// }
*/
.cloud-container {
	position: relative;
	width: 256px;
	height: 96px;
}

.cloud-container p {
	position: absolute;
	overflow: hidden;
	left: 0;
	right: 0;
	top: 28px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #626262;
}

.cloud-container span {
	position: relative;
	white-space: nowrap;
	display: inline-block;
	width: 48px;
	height: 1em;
}

.cloud-container a {
	position: absolute;
	left: 0;
	/*top:  2em;*/
	top: 0;
	opacity: 0;
	visibility: hidden;
	display: block;
	white-space: nowrap;
	animation: cloud-text 9s linear infinite;
}

.cloud-container a:first-child {
	visibility: visible;
	opacity: 1;
}

.cloud-container a:nth-child(3) {
	animation-delay: -6s;
}

.cloud-container a:nth-child(2) {
	animation-delay: -3s;
}

@keyframes cloud-text {
	0% {
		visibility: visible;
		/*top:  0;*/
		opacity: 1;
	}
	25% {
		visibility: visible;
		/*top:  0;*/
		opacity: 1;
	}
	28% {
		visibility: hidden;
		/*top:  2em;*/
		opacity: 0;
	}
	94% {
		visibility: hidden;
		/*top:  2em;*/
		opacity: 0;
	}
	97% {
		visibility: visible;
		/*top:  0;*/
		opacity: 0;
	}
	100% {
		visibility: visible;
		/*top:  0;*/
		opacity: 1;
	}
}

.icon-sources-container:after {
	content: '';
	display: table;
	clear: both;
}

.icon-sources-container > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

.icon-sources-container > ul > li {
	margin: 0;
	padding: 0;
}

.icon-source {
	display: block;
	width: 256px;
	margin: 0;
	padding: 0;
	text-align: center;
	white-space: nowrap;
}

.icon-source a {
	font-size: 16px;
	line-height: 24px;
	transition: opacity 0.5s ease-in;
	transition-delay: 0.5s;
	text-decoration: none;
}

.icon-source a:hover {
	text-decoration: underline;
}

.icon-source ul {
	list-style: none;
	margin: 4px auto 0;
	padding: 0;
	/* font-size: 24px; */
	font-size: 36px;
	line-height: 1em;
}

.icon-source ul.icon-source-height-16 {
	/* font-size: 16px; */
	font-size: 32px;
}

/* .icon-source ul.icon-source-height-18 {
	font-size: 18px;
	font-size: 36px;
} */
.icon-source ul.icon-source-height-20 {
	/* font-size: 20px; */
	font-size: 40px;
}

/* .icon-source ul.icon-source-height-25 {
	font-size: 25px;
	font-size: 50px;
} */
.icon-source li {
	display: inline-block;
	margin: 0;
	padding: 0;
	height: 1em;
	color: #327335;
	/* transition: color 1.7s; */
}

.icon-source li.icon-source-sample-1 {
	color: #026c9c;
}

.icon-source li.icon-source-sample-2 {
	color: #9826ab;
}

.icon-source li.icon-source-sample-3 {
	color: #50702a;
}

.icon-source li.icon-source-sample-4 {
	color: #00717f;
}

.icon-source li.icon-source-sample-5 {
	color: #ba3329;
}

.icon-source li.icon-source-sample-6 {
	color: #007267;
}

.icon-source li.icon-source-sample-7 {
	color: #6639b5;
}

.icon-source .iconify,
.icon-source iconify-icon {
	display: inline-block;
	margin: 0 4px;
	color: inherit;
}

.icon-source small {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	color: #959595;
	opacity: 1;
	transition: opacity 0.6s ease-in;
	transition-delay: 1s;
}

#icon-sources {
	width: 256px;
	height: 256px;
	position: relative;
	overflow: hidden;
}

#icon-sources .icon-source {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}

#icon-sources .icon-source a,
#icon-sources .icon-source small {
	opacity: 1;
}

#icon-sources .icon-source--hidden {
	visibility: hidden;
}

#icon-sources .icon-source--hidden a,
#icon-sources .icon-source--hidden small {
	opacity: 0;
}

/* #icon-sources .icon-source--hidden li {
	color: $text-faint-color;
} */
#icon-sources .icon-source--animation {
	animation: icon-source-animation-opacity 4.2s linear forwards, icon-source-animation-top 5s linear forwards;
}

#icon-sources .icon-source--animation--1 {
	animation-name: icon-source-animation-opacity, icon-source-animation-right;
}

#icon-sources .icon-source--animation--2 {
	animation-name: icon-source-animation-opacity, icon-source-animation-left;
}

@keyframes icon-source-animation-opacity {
	0% {
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes icon-source-animation-top {
	0% {
		transform: translateY(-48px) scale(1);
	}
	50% {
		transform: translateY(96px) scale(1);
	}
	100% {
		transform: translateY(240px) scale(0.7);
	}
}

@keyframes icon-source-animation-left {
	0% {
		transform: translate(-60px, -40px) scale(1);
	}
	50% {
		transform: translate(-25px, 100px) scale(1);
	}
	100% {
		transform: translate(10px, 240px) scale(0.7);
	}
}

@keyframes icon-source-animation-right {
	0% {
		transform: translate(60px, -40px) scale(1);
	}
	50% {
		transform: translate(25px, 100px) scale(1);
	}
	100% {
		transform: translate(-10px, 240px) scale(0.7);
	}
}

.usage-containers {
	width: 256px;
	margin: 16px 0 0;
	position: relative;
	min-height: 256px;
}

.usage-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	transition: opacity 0.5s;
}

.usage-container.hidden {
	visibility: none;
}

.usage-container.visible {
	position: relative;
	opacity: 1;
	z-index: 2;
}

.usage-sample-icon {
	text-align: center;
	margin: 8px auto;
	font-size: 48px;
	line-height: 1em;
	transition: opacity 0.2s;
	opacity: 0;
}

.usage-sample-icon--18 {
	font-size: 54px;
}

.usage-sample-icon:hover {
	color: #ba3329;
}

.usage-sample-icon.visible {
	opacity: 1;
}

.sample-input {
	word-break: break-all;
}

.sample-input--animated > span,
.code-block--animated code > span {
	transition: opacity 0.2s;
}

.code-block--animated code > span.hidden {
	opacity: 0;
}

.index-browse {
	margin: 32px 0 0;
	text-align: center;
}

.about-contact p iconify-icon {
	color: #626262;
}

.about-contact p:has(a:hover) iconify-icon {
	color: #ba3329;
}

.big-button {
	cursor: pointer;
	white-space: nowrap;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	color: #1769aa;
	background-color: #ffffff;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	margin: 0;
	padding: 8px 16px;
	text-decoration: none;
	outline: none;
}

.big-button svg,
.big-button iconify-icon {
	color: #959595;
}

.big-button--primary {
	color: #ffffff;
	background-color: #1769aa;
	border-color: #1769aa;
}

.big-button--primary svg,
.big-button--primary iconify-icon {
	color: inherit;
}

.big-button:hover {
	color: #ffffff;
	background-color: #ba3329;
	border-color: #ba3329;
}

.big-button:hover svg,
.big-button:hover iconify-icon {
	color: inherit;
}

.big-button:focus {
	outline: none;
}

.big-button:focus svg,
.big-button:focus iconify-icon {
	color: inherit;
}

.big-button:focus:not(:hover) {
	color: #1769aa;
	background-color: #ffffff;
	border-color: #b0dafb;
}

.big-button--with-icon {
	position: relative;
	padding-left: 40px;
}

.big-button svg,
.big-button iconify-icon {
	position: absolute;
	left: 8px;
	top: 8px;
	font-size: 24px;
	line-height: 1em;
	width: 1em;
	height: 1em;
}

.big-button + .big-button {
	margin-left: 8px;
}
