/* Tailwind's utility classes - generated based on config file */

/* Lato */

@font-face {
  font-family: "Lato";

  src: url("../fonts/lato/Lato-Thin.ttf") format("truetype");

  font-weight: 100;

  font-style: normal;
}

@font-face {
  font-family: "Lato";

  src: url("../fonts/lato/Lato-Light.ttf") format("truetype");

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: "Lato";

  src: url("../fonts/lato/Lato-Regular.ttf") format("truetype");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Lato";

  src: url("../fonts/lato/Lato-Bold.ttf") format("truetype");

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: "Lato";

  src: url("../fonts/lato/Lato-Black.ttf") format("truetype");

  font-weight: 900;

  font-style: normal;
}

/* Ubuntu */

@font-face {
  font-family: "Ubuntu";

  src: url("../fonts/ubuntu/Ubuntu-Light.ttf") format("truetype");

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: "Ubuntu";

  src: url("../fonts/ubuntu/Ubuntu-Light.ttf") format("truetype");

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: "Ubuntu";

  src: url("../fonts/ubuntu/Ubuntu-Regular.ttf") format("truetype");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Ubuntu";

  src: url("../fonts/ubuntu/Ubuntu-Medium.ttf") format("truetype");

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: "Ubuntu";

  src: url("../fonts/ubuntu/Ubuntu-Bold.ttf") format("truetype");

  font-weight: 700;

  font-style: normal;
}

a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.dropdown-text.active + .mobile-dropdown-menu {
  visibility: visible;
  height: 100%;
  opacity: 1;
}

.dropdown:hover ul {
  visibility: visible;
  opacity: 1;
}

.header-links a:hover .colored, .mobile-nav-submenu2 a:hover .colored {
  display: block;
}

.header-links a:hover .grayscale, .mobile-nav-submenu2 a:hover .grayscale {
  display: none;
}

.dropdown-text.active .arrow {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-rotate: 180deg;
}

.mobile-dropdown-menu .mobile-nav-submenu2 {
  visibility: visible;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-x: 0px;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-dropdown-menu .mobile-nav-submenu2.hide {
  visibility: hidden;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-x: 10rem;
  opacity: 0;
}

article p a {
  text-decoration: underline;
}

article a:hover {
  --tw-text-opacity: 1;
  color: rgba(57, 173, 152, var(--tw-text-opacity));
}

.highlight, .blog-content pre code {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.highlight {
  margin-bottom: 2.5rem;
}

.highlight pre {
  overflow-x: auto;
  padding: 1rem;
}

.latest-article article:first-of-type {
  display: none;
}

.latest-article article:not(:nth-child(-n+5)), .articles article:not(:nth-child(-n+4)) {
  display: none;
}

.latest-article.show article:not(:nth-child(-n+5)), .articles.show article:not(:nth-child(-n+4)) {
  display: block;
}

.blog-category.active {
  --tw-border-opacity: 1;
  border-color: rgba(22, 208, 174, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(22, 208, 174, var(--tw-text-opacity));
}

.blog-content h1, .blog-content h2 {
  margin-bottom: 2.5rem;
  font-size: 1.375rem;
  font-weight: 700;
}

.blog-content h3, .blog-content h4, .blog-content h5 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.blog-content a {
  text-decoration: underline;
}

.blog-content a:hover {
  --tw-text-opacity: 1;
  color: rgba(57, 173, 152, var(--tw-text-opacity));
}

.blog-content p {
  margin-bottom: 2.5rem;
  overflow: hidden;
  font-family: "Ubuntu";
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
}

.blog-content table th {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(211, 214, 221, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(229, 224, 219, var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.blog-content table td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(211, 214, 221, var(--tw-border-opacity));
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.blog-content ul, .blog-content ol {
  margin-bottom: 2.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.blog-content ul {
  list-style-type: disc;
}

.blog-content ol {
  list-style-type: decimal;
}

.blog-content ul li, .blog-content ol li {
  margin-bottom: 0.5rem;
}

.blog-content ul li strong, .blog-content ol li strong, .blog-content p strong {
  font-weight: 500;
}

.blog-content pre {
  margin-bottom: 2.5rem;
}

.blog-content blockquote {
  border-left-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
  padding-left: 0.75rem;
}

.blog-content blockquote p {
  font-size: 1.5rem;
  line-height: 2rem;
}

.blog-articles p a {
  text-decoration: underline;
}

.blog-articles p a:hover {
  --tw-text-opacity: 1;
  color: rgba(57, 173, 152, var(--tw-text-opacity));
}

.blog-content .footer {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.bg-glass::before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  --tw-backdrop-blur: blur(20px);
}

.nav-link {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}

.nav-link:hover {
  --tw-text-opacity: 1;
  color: rgba(29, 122, 235, var(--tw-text-opacity));
}

.mobile-nav-submenu2 {
  visibility: visible;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-x: 0px;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-nav-submenu2.hide {
  visibility: hidden;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-x: 10rem;
  opacity: 0;
}

.mobile-nav-submenu2 a:hover .colored {
  display: block;
}

.mobile-nav-submenu2 a:hover .grayscale {
  display: none;
}

.dropdown-text.active + .dropdown-menu {
  visibility: visible;
  height: 100%;
  opacity: 1;
}

.dropdown-text.active .arrow {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-rotate: 180deg;
}

/*
modified formula for fluid typography
body {
  font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));
} */

h1 {
  font-family: "Lato";
  font-size: calc(23.61px + (61.04 - 23.61) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px) / (1600 - 300)));
}

h2 {
  font-family: "Lato";
  font-size: calc(22.13px + (48.83 - 22.13) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px) / (1600 - 300)));
}

h3 {
  font-family: "Lato";
  font-size: calc(20.74px + (39.06 - 20.74) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px) / (1600 - 300)));
}

h4 {
  font-family: "Lato";
  font-size: calc(19.44px + (31.25 - 19.44) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px) / (1600 - 300)));
}

h5 {
  font-family: "Lato";
  font-size: calc(18.22px + (25 - 18.22) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px) / (1600 - 300)));
}

p {
  font-family: "Ubuntu";
  /* uncomment when all the page is style consistent, uncommenting now will affect the other page style */
  /* font-size: calc(19.44px + (25.00 - 19.44px) * ((100vw - 300px) / (1600 - 300))); */
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px) / (1600 - 300)));
}

/* ! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
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;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
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 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
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.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  border-color: currentColor;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.prose {
  color: #374151;
  max-width: 65ch;
}

.prose [class~="lead"] {
  color: #374151;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose a {
  color: #111827;
  text-decoration: underline;
}

.prose strong {
  color: #111827;
  font-weight: 600;
}

.prose ol {
  counter-reset: list-counter;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose ol > li {
  position: relative;
  counter-increment: list-counter;
  padding-left: 1.75em;
}

.prose ol > li::before {
  content: counter(list-counter) ".";
  position: absolute;
  font-weight: 400;
  color: #4b5563;
}

.prose ul > li {
  position: relative;
  padding-left: 1.75em;
}

.prose ul > li::before {
  content: "";
  position: absolute;
  background-color: #9ca3af;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: calc(0.875em - 0.1875em);
  left: 0.25em;
}

.prose hr {
  border-color: #d1d5db;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose blockquote {
  font-weight: 500;
  font-style: italic;
  color: #111827;
  border-left-width: 0.25rem;
  border-left-color: #d1d5db;
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose blockquote p:first-of-type::before {
  content: open-quote;
}

.prose blockquote p:last-of-type::after {
  content: close-quote;
}

.prose h1 {
  color: #111827;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose h2 {
  color: #111827;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose h3 {
  color: #111827;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose h4 {
  color: #111827;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose figure figcaption {
  color: #4b5563;
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose code {
  color: #111827;
  font-weight: 600;
  font-size: 0.875em;
}

.prose code::before {
  content: "`";
}

.prose code::after {
  content: "`";
}

.prose pre {
  color: #d1d5db;
  background-color: #1f2937;
  overflow-x: auto;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose pre code {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose pre code::before {
  content: "";
}

.prose pre code::after {
  content: "";
}

.prose table {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose thead {
  color: #111827;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #9ca3af;
}

.prose thead th {
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: #d1d5db;
}

.prose tbody tr:last-child {
  border-bottom-width: 0;
}

.prose tbody td {
  vertical-align: top;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose {
  font-size: 1rem;
  line-height: 1.75;
}

.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose h2 code {
  font-size: 0.875em;
}

.prose h3 code {
  font-size: 0.9em;
}

.prose ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose ol > li:before {
  left: 0;
}

.prose > ul > li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose > ul > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ul > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose > ol > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ol > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose hr + * {
  margin-top: 0;
}

.prose h2 + * {
  margin-top: 0;
}

.prose h3 + * {
  margin-top: 0;
}

.prose h4 + * {
  margin-top: 0;
}

.prose thead th:first-child {
  padding-left: 0;
}

.prose thead th:last-child {
  padding-right: 0;
}

.prose tbody td:first-child {
  padding-left: 0;
}

.prose tbody td:last-child {
  padding-right: 0;
}

.prose > :first-child {
  margin-top: 0;
}

.prose > :last-child {
  margin-bottom: 0;
}

.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}

.prose-sm p {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm [class~="lead"] {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-sm blockquote {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}

.prose-sm h1 {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.prose-sm h2 {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.prose-sm h3 {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-sm h4 {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}

.prose-sm img {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm video {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm figure {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm figure figcaption {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}

.prose-sm code {
  font-size: 0.8571429em;
}

.prose-sm h2 code {
  font-size: 0.9em;
}

.prose-sm h3 code {
  font-size: 0.8888889em;
}

.prose-sm pre {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm ol {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm ul {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm li {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}

.prose-sm ol > li {
  padding-left: 1.5714286em;
}

.prose-sm ol > li:before {
  left: 0;
}

.prose-sm ul > li {
  padding-left: 1.5714286em;
}

.prose-sm ul > li::before {
  height: 0.3571429em;
  width: 0.3571429em;
  top: calc(0.8571429em - 0.1785714em);
  left: 0.2142857em;
}

.prose-sm > ul > li p {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm > ul > li > *:first-child {
  margin-top: 1.1428571em;
}

.prose-sm > ul > li > *:last-child {
  margin-bottom: 1.1428571em;
}

.prose-sm > ol > li > *:first-child {
  margin-top: 1.1428571em;
}

.prose-sm > ol > li > *:last-child {
  margin-bottom: 1.1428571em;
}

.prose-sm ul ul, .prose-sm ul ol, .prose-sm ol ul, .prose-sm ol ol {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm hr {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}

.prose-sm hr + * {
  margin-top: 0;
}

.prose-sm h2 + * {
  margin-top: 0;
}

.prose-sm h3 + * {
  margin-top: 0;
}

.prose-sm h4 + * {
  margin-top: 0;
}

.prose-sm table {
  font-size: 0.8571429em;
  line-height: 1.5;
}

.prose-sm thead th {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm thead th:first-child {
  padding-left: 0;
}

.prose-sm thead th:last-child {
  padding-right: 0;
}

.prose-sm tbody td {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm tbody td:first-child {
  padding-left: 0;
}

.prose-sm tbody td:last-child {
  padding-right: 0;
}

.prose-sm > :first-child {
  margin-top: 0;
}

.prose-sm > :last-child {
  margin-bottom: 0;
}

.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}

.prose-lg p {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg [class~="lead"] {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.prose-lg blockquote {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}

.prose-lg h1 {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.prose-lg h2 {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.prose-lg h3 {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-lg h4 {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-lg img {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg video {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg figure {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg figure figcaption {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.prose-lg code {
  font-size: 0.8888889em;
}

.prose-lg h2 code {
  font-size: 0.8666667em;
}

.prose-lg h3 code {
  font-size: 0.875em;
}

.prose-lg pre {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}

.prose-lg ol {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg ul {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg li {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-lg ol > li {
  padding-left: 1.6666667em;
}

.prose-lg ol > li:before {
  left: 0;
}

.prose-lg ul > li {
  padding-left: 1.6666667em;
}

.prose-lg ul > li::before {
  width: 0.3333333em;
  height: 0.3333333em;
  top: calc(0.8888889em - 0.1666667em);
  left: 0.2222222em;
}

.prose-lg > ul > li p {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg > ul > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-lg > ul > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-lg > ol > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-lg > ol > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-lg ul ul, .prose-lg ul ol, .prose-lg ol ul, .prose-lg ol ol {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg hr {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.prose-lg hr + * {
  margin-top: 0;
}

.prose-lg h2 + * {
  margin-top: 0;
}

.prose-lg h3 + * {
  margin-top: 0;
}

.prose-lg h4 + * {
  margin-top: 0;
}

.prose-lg table {
  font-size: 0.8888889em;
  line-height: 1.5;
}

.prose-lg thead th {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.prose-lg thead th:first-child {
  padding-left: 0;
}

.prose-lg thead th:last-child {
  padding-right: 0;
}

.prose-lg tbody td {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.prose-lg tbody td:first-child {
  padding-left: 0;
}

.prose-lg tbody td:last-child {
  padding-right: 0;
}

.prose-lg > :first-child {
  margin-top: 0;
}

.prose-lg > :last-child {
  margin-bottom: 0;
}

.prose-xl {
  font-size: 1.25rem;
  line-height: 1.8;
}

.prose-xl p {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl [class~="lead"] {
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}

.prose-xl blockquote {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1.0666667em;
}

.prose-xl h1 {
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 0.8571429em;
  line-height: 1;
}

.prose-xl h2 {
  font-size: 1.8em;
  margin-top: 1.5555556em;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose-xl h3 {
  font-size: 1.5em;
  margin-top: 1.6em;
  margin-bottom: 0.6666667em;
  line-height: 1.3333333;
}

.prose-xl h4 {
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose-xl img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-xl figure figcaption {
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}

.prose-xl code {
  font-size: 0.9em;
}

.prose-xl h2 code {
  font-size: 0.8611111em;
}

.prose-xl h3 code {
  font-size: 0.9em;
}

.prose-xl pre {
  font-size: 0.9em;
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.1111111em;
  padding-right: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-left: 1.3333333em;
}

.prose-xl ol {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl ul {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl li {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.prose-xl ol > li {
  padding-left: 1.8em;
}

.prose-xl ol > li:before {
  left: 0;
}

.prose-xl ul > li {
  padding-left: 1.8em;
}

.prose-xl ul > li::before {
  width: 0.35em;
  height: 0.35em;
  top: calc(0.9em - 0.175em);
  left: 0.25em;
}

.prose-xl > ul > li p {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl > ul > li > *:first-child {
  margin-top: 1.2em;
}

.prose-xl > ul > li > *:last-child {
  margin-bottom: 1.2em;
}

.prose-xl > ol > li > *:first-child {
  margin-top: 1.2em;
}

.prose-xl > ol > li > *:last-child {
  margin-bottom: 1.2em;
}

.prose-xl ul ul, .prose-xl ul ol, .prose-xl ol ul, .prose-xl ol ol {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl hr {
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}

.prose-xl hr + * {
  margin-top: 0;
}

.prose-xl h2 + * {
  margin-top: 0;
}

.prose-xl h3 + * {
  margin-top: 0;
}

.prose-xl h4 + * {
  margin-top: 0;
}

.prose-xl table {
  font-size: 0.9em;
  line-height: 1.5555556;
}

.prose-xl thead th {
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}

.prose-xl thead th:first-child {
  padding-left: 0;
}

.prose-xl thead th:last-child {
  padding-right: 0;
}

.prose-xl tbody td {
  padding-top: 0.8888889em;
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}

.prose-xl tbody td:first-child {
  padding-left: 0;
}

.prose-xl tbody td:last-child {
  padding-right: 0;
}

.prose-xl > :first-child {
  margin-top: 0;
}

.prose-xl > :last-child {
  margin-bottom: 0;
}

.prose-2xl {
  font-size: 1.5rem;
  line-height: 1.6666667;
}

.prose-2xl p {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-2xl [class~="lead"] {
  font-size: 1.25em;
  line-height: 1.4666667;
  margin-top: 1.0666667em;
  margin-bottom: 1.0666667em;
}

.prose-2xl blockquote {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
  padding-left: 1.1111111em;
}

.prose-2xl h1 {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.875em;
  line-height: 1;
}

.prose-2xl h2 {
  font-size: 2em;
  margin-top: 1.5em;
  margin-bottom: 0.8333333em;
  line-height: 1.0833333;
}

.prose-2xl h3 {
  font-size: 1.5em;
  margin-top: 1.5555556em;
  margin-bottom: 0.6666667em;
  line-height: 1.2222222;
}

.prose-2xl h4 {
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-2xl img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-2xl figure figcaption {
  font-size: 0.8333333em;
  line-height: 1.6;
  margin-top: 1em;
}

.prose-2xl code {
  font-size: 0.8333333em;
}

.prose-2xl h2 code {
  font-size: 0.875em;
}

.prose-2xl h3 code {
  font-size: 0.8888889em;
}

.prose-2xl pre {
  font-size: 0.8333333em;
  line-height: 1.8;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.2em;
  padding-right: 1.6em;
  padding-bottom: 1.2em;
  padding-left: 1.6em;
}

.prose-2xl ol {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-2xl ul {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-2xl li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose-2xl ol > li {
  padding-left: 1.6666667em;
}

.prose-2xl ol > li:before {
  left: 0;
}

.prose-2xl ul > li {
  padding-left: 1.6666667em;
}

.prose-2xl ul > li::before {
  width: 0.3333333em;
  height: 0.3333333em;
  top: calc(0.8333333em - 0.1666667em);
  left: 0.25em;
}

.prose-2xl > ul > li p {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.prose-2xl > ul > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-2xl > ul > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-2xl > ol > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-2xl > ol > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-2xl ul ul, .prose-2xl ul ol, .prose-2xl ol ul, .prose-2xl ol ol {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-2xl hr {
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose-2xl hr + * {
  margin-top: 0;
}

.prose-2xl h2 + * {
  margin-top: 0;
}

.prose-2xl h3 + * {
  margin-top: 0;
}

.prose-2xl h4 + * {
  margin-top: 0;
}

.prose-2xl table {
  font-size: 0.8333333em;
  line-height: 1.4;
}

.prose-2xl thead th {
  padding-right: 0.6em;
  padding-bottom: 0.8em;
  padding-left: 0.6em;
}

.prose-2xl thead th:first-child {
  padding-left: 0;
}

.prose-2xl thead th:last-child {
  padding-right: 0;
}

.prose-2xl tbody td {
  padding-top: 0.8em;
  padding-right: 0.6em;
  padding-bottom: 0.8em;
  padding-left: 0.6em;
}

.prose-2xl tbody td:first-child {
  padding-left: 0;
}

.prose-2xl tbody td:last-child {
  padding-right: 0;
}

.prose-2xl > :first-child {
  margin-top: 0;
}

.prose-2xl > :last-child {
  margin-bottom: 0;
}

.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}

.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-none {
  position: static;
  padding-bottom: 0;
}

.aspect-none > * {
  position: static;
  height: auto;
  width: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.aspect-w-1 {
  --tw-aspect-w: 1;
}

.aspect-w-2 {
  --tw-aspect-w: 2;
}

.aspect-w-3 {
  --tw-aspect-w: 3;
}

.aspect-w-4 {
  --tw-aspect-w: 4;
}

.aspect-w-5 {
  --tw-aspect-w: 5;
}

.aspect-w-6 {
  --tw-aspect-w: 6;
}

.aspect-w-7 {
  --tw-aspect-w: 7;
}

.aspect-w-8 {
  --tw-aspect-w: 8;
}

.aspect-w-9 {
  --tw-aspect-w: 9;
}

.aspect-w-10 {
  --tw-aspect-w: 10;
}

.aspect-w-11 {
  --tw-aspect-w: 11;
}

.aspect-w-12 {
  --tw-aspect-w: 12;
}

.aspect-w-13 {
  --tw-aspect-w: 13;
}

.aspect-w-14 {
  --tw-aspect-w: 14;
}

.aspect-w-15 {
  --tw-aspect-w: 15;
}

.aspect-w-16 {
  --tw-aspect-w: 16;
}

.aspect-h-1 {
  --tw-aspect-h: 1;
}

.aspect-h-2 {
  --tw-aspect-h: 2;
}

.aspect-h-3 {
  --tw-aspect-h: 3;
}

.aspect-h-4 {
  --tw-aspect-h: 4;
}

.aspect-h-5 {
  --tw-aspect-h: 5;
}

.aspect-h-6 {
  --tw-aspect-h: 6;
}

.aspect-h-7 {
  --tw-aspect-h: 7;
}

.aspect-h-8 {
  --tw-aspect-h: 8;
}

.aspect-h-9 {
  --tw-aspect-h: 9;
}

.aspect-h-10 {
  --tw-aspect-h: 10;
}

.aspect-h-11 {
  --tw-aspect-h: 11;
}

.aspect-h-12 {
  --tw-aspect-h: 12;
}

.aspect-h-13 {
  --tw-aspect-h: 13;
}

.aspect-h-14 {
  --tw-aspect-h: 14;
}

.aspect-h-15 {
  --tw-aspect-h: 15;
}

.aspect-h-16 {
  --tw-aspect-h: 16;
}

.pointer-events-none {
  pointer-events: none;
}

.invisible {
  visibility: hidden;
}

.active\:visible:active {
  visibility: visible;
}

.active\:invisible:active {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.top-16 {
  top: 4rem;
}

.right-0 {
  right: 0px;
}

.left-0 {
  left: 0px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.group:hover .group-hover\:block {
  display: block;
}

.active\:block:active {
  display: block;
}

.active\:inline-block:active {
  display: inline-block;
}

.active\:inline:active {
  display: inline;
}

.active\:flex:active {
  display: flex;
}

.active\:inline-flex:active {
  display: inline-flex;
}

.active\:table:active {
  display: table;
}

.active\:inline-table:active {
  display: inline-table;
}

.active\:table-caption:active {
  display: table-caption;
}

.active\:table-cell:active {
  display: table-cell;
}

.active\:table-column:active {
  display: table-column;
}

.active\:table-column-group:active {
  display: table-column-group;
}

.active\:table-footer-group:active {
  display: table-footer-group;
}

.active\:table-header-group:active {
  display: table-header-group;
}

.active\:table-row-group:active {
  display: table-row-group;
}

.active\:table-row:active {
  display: table-row;
}

.active\:flow-root:active {
  display: flow-root;
}

.active\:grid:active {
  display: grid;
}

.active\:inline-grid:active {
  display: inline-grid;
}

.active\:contents:active {
  display: contents;
}

.active\:list-item:active {
  display: list-item;
}

.active\:hidden:active {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-11 {
  height: 2.75rem;
}

.h-13 {
  height: 3.125rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.min-h-screen {
  min-height: 100vh;
}

.w-0 {
  width: 0px;
}

.w-20 {
  width: 5rem;
}

.w-36 {
  width: 9rem;
}

.w-40 {
  width: 10rem;
}

.w-56 {
  width: 14rem;
}

.w-80 {
  width: 20rem;
}

.w-162 {
  width: 40.5rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-full {
  width: 100%;
}

.max-w-62 {
  max-width: 15.5rem;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-8xl {
  max-width: 91.51rem;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate-fadeIn {
  animation: fadeIn .3s ease-in-out;
}

.cursor-pointer {
  cursor: pointer;
}

.auto-cols-max {
  grid-auto-columns: max-content;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

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

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-neutrals-100 {
  --tw-border-opacity: 1;
  border-color: rgba(247, 247, 247, var(--tw-border-opacity));
}

.border-neutrals-300 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 224, 224, var(--tw-border-opacity));
}

.border-neutrals-400 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 191, 191, var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 250, 250, var(--tw-bg-opacity));
}

.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 236, 234, var(--tw-bg-opacity));
}

.bg-grey-light-4 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(57, 173, 152, var(--tw-bg-opacity));
}

.bg-blue-dark-25 {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 41, 100, var(--tw-bg-opacity));
}

.bg-neutrals-000 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 251, 251, var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 208, 174, var(--tw-bg-opacity));
}

.hover\:bg-blue-dark-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 4, 60, var(--tw-bg-opacity));
}

.active\:bg-transparent:active {
  background-color: transparent;
}

.active\:bg-white:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.active\:bg-black:active {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.active\:bg-secondary:active {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 122, 235, var(--tw-bg-opacity));
}

.active\:bg-mono-black:active {
  --tw-bg-opacity: 1;
  background-color: rgba(10, 0, 22, var(--tw-bg-opacity));
}

.active\:bg-mono-grey-dark:active {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.active\:bg-mono-grey-mid:active {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 157, 157, var(--tw-bg-opacity));
}

.active\:bg-mono-grey-pale:active {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 226, 226, var(--tw-bg-opacity));
}

.active\:bg-mono-grey-zambezi:active {
  --tw-bg-opacity: 1;
  background-color: rgba(92, 92, 92, var(--tw-bg-opacity));
}

.active\:bg-mono-white:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.active\:bg-grey-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 250, 250, var(--tw-bg-opacity));
}

.active\:bg-grey-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}

.active\:bg-grey-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 183, 189, var(--tw-bg-opacity));
}

.active\:bg-grey-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(105, 110, 118, var(--tw-bg-opacity));
}

.active\:bg-grey-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 73, 81, var(--tw-bg-opacity));
}

.active\:bg-grey-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(40, 45, 53, var(--tw-bg-opacity));
}

.active\:bg-grey-dark-15:active {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 73, 81, var(--tw-bg-opacity));
}

.active\:bg-grey-dark-10:active {
  --tw-bg-opacity: 1;
  background-color: rgba(40, 45, 53, var(--tw-bg-opacity));
}

.active\:bg-grey-dark-5:active {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 224, 219, var(--tw-bg-opacity));
}

.active\:bg-grey:active {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 236, 234, var(--tw-bg-opacity));
}

.active\:bg-grey-light-5:active {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 183, 189, var(--tw-bg-opacity));
}

.active\:bg-grey-light-4:active {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
}

.active\:bg-grey-light-10:active {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 250, 250, var(--tw-bg-opacity));
}

.active\:bg-grey-light-15:active {
  --tw-bg-opacity: 1;
  background-color: rgba(105, 110, 118, var(--tw-bg-opacity));
}

.active\:bg-grey-light-20:active {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 211, 255, var(--tw-bg-opacity));
}

.active\:bg-grey-light-25:active {
  --tw-bg-opacity: 1;
  background-color: rgba(211, 214, 221, var(--tw-bg-opacity));
}

.active\:bg-grey-light-30:active {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
}

.active\:bg-grey-light-35:active {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 251, 251, var(--tw-bg-opacity));
}

.active\:bg-green-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(57, 173, 152, var(--tw-bg-opacity));
}

.active\:bg-green-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 208, 174, var(--tw-bg-opacity));
}

.active\:bg-green-dark-20:active {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 131, 109, var(--tw-bg-opacity));
}

.active\:bg-green-dark-5:active {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 174, 58, var(--tw-bg-opacity));
}

.active\:bg-green:active {
  --tw-bg-opacity: 1;
  background-color: rgba(40, 194, 64, var(--tw-bg-opacity));
}

.active\:bg-green-light-10:active {
  --tw-bg-opacity: 1;
  background-color: rgba(69, 217, 92, var(--tw-bg-opacity));
}

.active\:bg-green-light-20:active {
  --tw-bg-opacity: 1;
  background-color: rgba(111, 225, 129, var(--tw-bg-opacity));
}

.active\:bg-green-light-30:active {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 244, 206, var(--tw-bg-opacity));
}

.active\:bg-purple-dark-10:active {
  --tw-bg-opacity: 1;
  background-color: rgba(65, 43, 201, var(--tw-bg-opacity));
}

.active\:bg-purple-dark-5:active {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 13, 13, var(--tw-bg-opacity));
}

.active\:bg-purple:active {
  --tw-bg-opacity: 1;
  background-color: rgba(10, 0, 22, var(--tw-bg-opacity));
}

.active\:bg-purple-light-5:active {
  --tw-bg-opacity: 1;
  background-color: rgba(172, 142, 255, var(--tw-bg-opacity));
}

.active\:bg-purple-light-10:active {
  --tw-bg-opacity: 1;
  background-color: rgba(32, 1, 70, var(--tw-bg-opacity));
}

.active\:bg-purple-light-20:active {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 2, 121, var(--tw-bg-opacity));
}

.active\:bg-purple-light-25:active {
  --tw-bg-opacity: 1;
  background-color: rgba(97, 76, 228, var(--tw-bg-opacity));
}

.active\:bg-purple-light-30:active {
  --tw-bg-opacity: 1;
  background-color: rgba(208, 213, 255, var(--tw-bg-opacity));
}

.active\:bg-blue-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(208, 238, 255, var(--tw-bg-opacity));
}

.active\:bg-blue-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 210, 255, var(--tw-bg-opacity));
}

.active\:bg-blue-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(93, 196, 255, var(--tw-bg-opacity));
}

.active\:bg-blue-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 130, 202, var(--tw-bg-opacity));
}

.active\:bg-blue-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 162, 243, var(--tw-bg-opacity));
}

.active\:bg-blue-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 61, 129, var(--tw-bg-opacity));
}

.active\:bg-blue-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 68, 95, var(--tw-bg-opacity));
}

.active\:bg-blue-dark-25:active {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 41, 100, var(--tw-bg-opacity));
}

.active\:bg-blue-dark-10:active {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 4, 60, var(--tw-bg-opacity));
}

.active\:bg-blue-dark-5:active {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 54, 255, var(--tw-bg-opacity));
}

.active\:bg-blue:active {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 74, 255, var(--tw-bg-opacity));
}

.active\:bg-blue-light-10:active {
  --tw-bg-opacity: 1;
  background-color: rgba(92, 118, 255, var(--tw-bg-opacity));
}

.active\:bg-blue-light-20:active {
  --tw-bg-opacity: 1;
  background-color: rgba(143, 161, 255, var(--tw-bg-opacity));
}

.active\:bg-blue-light-25:active {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 122, 235, var(--tw-bg-opacity));
}

.active\:bg-red-dark-5:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 5, 5, var(--tw-bg-opacity));
}

.active\:bg-red:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 61, 61, var(--tw-bg-opacity));
}

.active\:bg-red-light-10:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 112, 112, var(--tw-bg-opacity));
}

.active\:bg-red-light-20:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 163, 163, var(--tw-bg-opacity));
}

.active\:bg-yellow-dark-5:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 224, 41, var(--tw-bg-opacity));
}

.active\:bg-yellow:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 67, var(--tw-bg-opacity));
}

.active\:bg-yellow-light-10:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 117, var(--tw-bg-opacity));
}

.active\:bg-yellow-light-20:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 242, 168, var(--tw-bg-opacity));
}

.active\:bg-cyan-dark-10:active {
  --tw-bg-opacity: 1;
  background-color: rgba(57, 173, 152, var(--tw-bg-opacity));
}

.active\:bg-cyan-dark-5:active {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 205, 180, var(--tw-bg-opacity));
}

.active\:bg-cyan:active {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 208, 174, var(--tw-bg-opacity));
}

.active\:bg-cyan-light-5:active {
  --tw-bg-opacity: 1;
  background-color: rgba(200, 243, 236, var(--tw-bg-opacity));
}

.active\:bg-pink-dark-5:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 87, 255, var(--tw-bg-opacity));
}

.active\:bg-pink:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 111, 255, var(--tw-bg-opacity));
}

.active\:bg-pink-light-10:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 168, 255, var(--tw-bg-opacity));
}

.active\:bg-pink-light-20:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 219, 255, var(--tw-bg-opacity));
}

.active\:bg-orange:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 124, 30, var(--tw-bg-opacity));
}

.active\:bg-neutrals-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
}

.active\:bg-neutrals-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
}

.active\:bg-neutrals-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 224, 224, var(--tw-bg-opacity));
}

.active\:bg-neutrals-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 191, 191, var(--tw-bg-opacity));
}

.active\:bg-neutrals-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
}

.active\:bg-neutrals-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
}

.active\:bg-neutrals-000:active {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 251, 251, var(--tw-bg-opacity));
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6;
}

.p-0 {
  padding: 0px;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-18 {
  padding-top: 4.5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pl-8 {
  padding-left: 2rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.align-middle {
  vertical-align: middle;
}

.font-lato {
  font-family: "Lato";
}

.font-ubuntu {
  font-family: "Ubuntu";
}

.text-22 {
  font-size: 1.375rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.font-thin {
  font-weight: 100;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.leading-11 {
  line-height: 2.75rem;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgba(29, 122, 235, var(--tw-text-opacity));
}

.text-mono-black {
  --tw-text-opacity: 1;
  color: rgba(10, 0, 22, var(--tw-text-opacity));
}

.text-grey-500 {
  --tw-text-opacity: 1;
  color: rgba(105, 110, 118, var(--tw-text-opacity));
}

.text-grey-600 {
  --tw-text-opacity: 1;
  color: rgba(68, 73, 81, var(--tw-text-opacity));
}

.text-grey-700 {
  --tw-text-opacity: 1;
  color: rgba(40, 45, 53, var(--tw-text-opacity));
}

.text-grey-dark-15 {
  --tw-text-opacity: 1;
  color: rgba(68, 73, 81, var(--tw-text-opacity));
}

.text-grey-dark-10 {
  --tw-text-opacity: 1;
  color: rgba(40, 45, 53, var(--tw-text-opacity));
}

.text-grey-light-15 {
  --tw-text-opacity: 1;
  color: rgba(105, 110, 118, var(--tw-text-opacity));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(5, 130, 202, var(--tw-text-opacity));
}

.text-blue-dark-25 {
  --tw-text-opacity: 1;
  color: rgba(2, 41, 100, var(--tw-text-opacity));
}

.text-neutrals-500 {
  --tw-text-opacity: 1;
  color: rgba(119, 119, 119, var(--tw-text-opacity));
}

.text-neutrals-600 {
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgba(29, 122, 235, var(--tw-text-opacity));
}

.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgba(5, 130, 202, var(--tw-text-opacity));
}

.hover\:text-blue-dark-10:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 4, 60, var(--tw-text-opacity));
}

.hover\:text-cyan-dark-10:hover {
  --tw-text-opacity: 1;
  color: rgba(57, 173, 152, var(--tw-text-opacity));
}

.active\:text-transparent:active {
  color: transparent;
}

.active\:text-white:active {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.active\:text-black:active {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.active\:text-secondary:active {
  --tw-text-opacity: 1;
  color: rgba(29, 122, 235, var(--tw-text-opacity));
}

.active\:text-mono-black:active {
  --tw-text-opacity: 1;
  color: rgba(10, 0, 22, var(--tw-text-opacity));
}

.active\:text-mono-grey-dark:active {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.active\:text-mono-grey-mid:active {
  --tw-text-opacity: 1;
  color: rgba(157, 157, 157, var(--tw-text-opacity));
}

.active\:text-mono-grey-pale:active {
  --tw-text-opacity: 1;
  color: rgba(226, 226, 226, var(--tw-text-opacity));
}

.active\:text-mono-grey-zambezi:active {
  --tw-text-opacity: 1;
  color: rgba(92, 92, 92, var(--tw-text-opacity));
}

.active\:text-mono-white:active {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.active\:text-grey-100:active {
  --tw-text-opacity: 1;
  color: rgba(252, 250, 250, var(--tw-text-opacity));
}

.active\:text-grey-300:active {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

.active\:text-grey-400:active {
  --tw-text-opacity: 1;
  color: rgba(180, 183, 189, var(--tw-text-opacity));
}

.active\:text-grey-500:active {
  --tw-text-opacity: 1;
  color: rgba(105, 110, 118, var(--tw-text-opacity));
}

.active\:text-grey-600:active {
  --tw-text-opacity: 1;
  color: rgba(68, 73, 81, var(--tw-text-opacity));
}

.active\:text-grey-700:active {
  --tw-text-opacity: 1;
  color: rgba(40, 45, 53, var(--tw-text-opacity));
}

.active\:text-grey-dark-15:active {
  --tw-text-opacity: 1;
  color: rgba(68, 73, 81, var(--tw-text-opacity));
}

.active\:text-grey-dark-10:active {
  --tw-text-opacity: 1;
  color: rgba(40, 45, 53, var(--tw-text-opacity));
}

.active\:text-grey-dark-5:active {
  --tw-text-opacity: 1;
  color: rgba(229, 224, 219, var(--tw-text-opacity));
}

.active\:text-grey:active {
  --tw-text-opacity: 1;
  color: rgba(240, 236, 234, var(--tw-text-opacity));
}

.active\:text-grey-light-5:active {
  --tw-text-opacity: 1;
  color: rgba(180, 183, 189, var(--tw-text-opacity));
}

.active\:text-grey-light-4:active {
  --tw-text-opacity: 1;
  color: rgba(246, 246, 246, var(--tw-text-opacity));
}

.active\:text-grey-light-10:active {
  --tw-text-opacity: 1;
  color: rgba(252, 250, 250, var(--tw-text-opacity));
}

.active\:text-grey-light-15:active {
  --tw-text-opacity: 1;
  color: rgba(105, 110, 118, var(--tw-text-opacity));
}

.active\:text-grey-light-20:active {
  --tw-text-opacity: 1;
  color: rgba(228, 211, 255, var(--tw-text-opacity));
}

.active\:text-grey-light-25:active {
  --tw-text-opacity: 1;
  color: rgba(211, 214, 221, var(--tw-text-opacity));
}

.active\:text-grey-light-30:active {
  --tw-text-opacity: 1;
  color: rgba(238, 238, 238, var(--tw-text-opacity));
}

.active\:text-grey-light-35:active {
  --tw-text-opacity: 1;
  color: rgba(251, 251, 251, var(--tw-text-opacity));
}

.active\:text-green-400:active {
  --tw-text-opacity: 1;
  color: rgba(57, 173, 152, var(--tw-text-opacity));
}

.active\:text-green-500:active {
  --tw-text-opacity: 1;
  color: rgba(22, 208, 174, var(--tw-text-opacity));
}

.active\:text-green-dark-20:active {
  --tw-text-opacity: 1;
  color: rgba(12, 131, 109, var(--tw-text-opacity));
}

.active\:text-green-dark-5:active {
  --tw-text-opacity: 1;
  color: rgba(35, 174, 58, var(--tw-text-opacity));
}

.active\:text-green:active {
  --tw-text-opacity: 1;
  color: rgba(40, 194, 64, var(--tw-text-opacity));
}

.active\:text-green-light-10:active {
  --tw-text-opacity: 1;
  color: rgba(69, 217, 92, var(--tw-text-opacity));
}

.active\:text-green-light-20:active {
  --tw-text-opacity: 1;
  color: rgba(111, 225, 129, var(--tw-text-opacity));
}

.active\:text-green-light-30:active {
  --tw-text-opacity: 1;
  color: rgba(199, 244, 206, var(--tw-text-opacity));
}

.active\:text-purple-dark-10:active {
  --tw-text-opacity: 1;
  color: rgba(65, 43, 201, var(--tw-text-opacity));
}

.active\:text-purple-dark-5:active {
  --tw-text-opacity: 1;
  color: rgba(13, 13, 13, var(--tw-text-opacity));
}

.active\:text-purple:active {
  --tw-text-opacity: 1;
  color: rgba(10, 0, 22, var(--tw-text-opacity));
}

.active\:text-purple-light-5:active {
  --tw-text-opacity: 1;
  color: rgba(172, 142, 255, var(--tw-text-opacity));
}

.active\:text-purple-light-10:active {
  --tw-text-opacity: 1;
  color: rgba(32, 1, 70, var(--tw-text-opacity));
}

.active\:text-purple-light-20:active {
  --tw-text-opacity: 1;
  color: rgba(55, 2, 121, var(--tw-text-opacity));
}

.active\:text-purple-light-25:active {
  --tw-text-opacity: 1;
  color: rgba(97, 76, 228, var(--tw-text-opacity));
}

.active\:text-purple-light-30:active {
  --tw-text-opacity: 1;
  color: rgba(208, 213, 255, var(--tw-text-opacity));
}

.active\:text-blue-100:active {
  --tw-text-opacity: 1;
  color: rgba(208, 238, 255, var(--tw-text-opacity));
}

.active\:text-blue-200:active {
  --tw-text-opacity: 1;
  color: rgba(132, 210, 255, var(--tw-text-opacity));
}

.active\:text-blue-300:active {
  --tw-text-opacity: 1;
  color: rgba(93, 196, 255, var(--tw-text-opacity));
}

.active\:text-blue-400:active {
  --tw-text-opacity: 1;
  color: rgba(5, 130, 202, var(--tw-text-opacity));
}

.active\:text-blue-500:active {
  --tw-text-opacity: 1;
  color: rgba(20, 162, 243, var(--tw-text-opacity));
}

.active\:text-blue-600:active {
  --tw-text-opacity: 1;
  color: rgba(17, 61, 129, var(--tw-text-opacity));
}

.active\:text-blue-700:active {
  --tw-text-opacity: 1;
  color: rgba(52, 68, 95, var(--tw-text-opacity));
}

.active\:text-blue-dark-25:active {
  --tw-text-opacity: 1;
  color: rgba(2, 41, 100, var(--tw-text-opacity));
}

.active\:text-blue-dark-10:active {
  --tw-text-opacity: 1;
  color: rgba(0, 4, 60, var(--tw-text-opacity));
}

.active\:text-blue-dark-5:active {
  --tw-text-opacity: 1;
  color: rgba(15, 54, 255, var(--tw-text-opacity));
}

.active\:text-blue:active {
  --tw-text-opacity: 1;
  color: rgba(39, 74, 255, var(--tw-text-opacity));
}

.active\:text-blue-light-10:active {
  --tw-text-opacity: 1;
  color: rgba(92, 118, 255, var(--tw-text-opacity));
}

.active\:text-blue-light-20:active {
  --tw-text-opacity: 1;
  color: rgba(143, 161, 255, var(--tw-text-opacity));
}

.active\:text-blue-light-25:active {
  --tw-text-opacity: 1;
  color: rgba(29, 122, 235, var(--tw-text-opacity));
}

.active\:text-red-dark-5:active {
  --tw-text-opacity: 1;
  color: rgba(255, 5, 5, var(--tw-text-opacity));
}

.active\:text-red:active {
  --tw-text-opacity: 1;
  color: rgba(255, 61, 61, var(--tw-text-opacity));
}

.active\:text-red-light-10:active {
  --tw-text-opacity: 1;
  color: rgba(255, 112, 112, var(--tw-text-opacity));
}

.active\:text-red-light-20:active {
  --tw-text-opacity: 1;
  color: rgba(255, 163, 163, var(--tw-text-opacity));
}

.active\:text-yellow-dark-5:active {
  --tw-text-opacity: 1;
  color: rgba(255, 224, 41, var(--tw-text-opacity));
}

.active\:text-yellow:active {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 67, var(--tw-text-opacity));
}

.active\:text-yellow-light-10:active {
  --tw-text-opacity: 1;
  color: rgba(255, 235, 117, var(--tw-text-opacity));
}

.active\:text-yellow-light-20:active {
  --tw-text-opacity: 1;
  color: rgba(255, 242, 168, var(--tw-text-opacity));
}

.active\:text-cyan-dark-10:active {
  --tw-text-opacity: 1;
  color: rgba(57, 173, 152, var(--tw-text-opacity));
}

.active\:text-cyan-dark-5:active {
  --tw-text-opacity: 1;
  color: rgba(67, 205, 180, var(--tw-text-opacity));
}

.active\:text-cyan:active {
  --tw-text-opacity: 1;
  color: rgba(22, 208, 174, var(--tw-text-opacity));
}

.active\:text-cyan-light-5:active {
  --tw-text-opacity: 1;
  color: rgba(200, 243, 236, var(--tw-text-opacity));
}

.active\:text-pink-dark-5:active {
  --tw-text-opacity: 1;
  color: rgba(255, 87, 255, var(--tw-text-opacity));
}

.active\:text-pink:active {
  --tw-text-opacity: 1;
  color: rgba(255, 111, 255, var(--tw-text-opacity));
}

.active\:text-pink-light-10:active {
  --tw-text-opacity: 1;
  color: rgba(255, 168, 255, var(--tw-text-opacity));
}

.active\:text-pink-light-20:active {
  --tw-text-opacity: 1;
  color: rgba(255, 219, 255, var(--tw-text-opacity));
}

.active\:text-orange:active {
  --tw-text-opacity: 1;
  color: rgba(255, 124, 30, var(--tw-text-opacity));
}

.active\:text-neutrals-100:active {
  --tw-text-opacity: 1;
  color: rgba(247, 247, 247, var(--tw-text-opacity));
}

.active\:text-neutrals-200:active {
  --tw-text-opacity: 1;
  color: rgba(232, 232, 232, var(--tw-text-opacity));
}

.active\:text-neutrals-300:active {
  --tw-text-opacity: 1;
  color: rgba(224, 224, 224, var(--tw-text-opacity));
}

.active\:text-neutrals-400:active {
  --tw-text-opacity: 1;
  color: rgba(191, 191, 191, var(--tw-text-opacity));
}

.active\:text-neutrals-500:active {
  --tw-text-opacity: 1;
  color: rgba(119, 119, 119, var(--tw-text-opacity));
}

.active\:text-neutrals-600:active {
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}

.active\:text-neutrals-000:active {
  --tw-text-opacity: 1;
  color: rgba(251, 251, 251, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-secondary {
  --tw-text-opacity: 1;
  color: rgba(29, 122, 235, var(--tw-text-opacity));
}

.underline {
  text-decoration: underline;
}

.opacity-0 {
  opacity: 0;
}

.active\:opacity-0:active {
  opacity: 0;
}

.active\:opacity-5:active {
  opacity: 0.05;
}

.active\:opacity-10:active {
  opacity: 0.1;
}

.active\:opacity-20:active {
  opacity: 0.2;
}

.active\:opacity-25:active {
  opacity: 0.25;
}

.active\:opacity-30:active {
  opacity: 0.3;
}

.active\:opacity-40:active {
  opacity: 0.4;
}

.active\:opacity-50:active {
  opacity: 0.5;
}

.active\:opacity-60:active {
  opacity: 0.6;
}

.active\:opacity-70:active {
  opacity: 0.7;
}

.active\:opacity-75:active {
  opacity: 0.75;
}

.active\:opacity-80:active {
  opacity: 0.8;
}

.active\:opacity-90:active {
  opacity: 0.9;
}

.active\:opacity-95:active {
  opacity: 0.95;
}

.active\:opacity-100:active {
  opacity: 1;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(20, 162, 243, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 640px) {
  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:border-0 {
    border-width: 0px;
  }
}

@media (min-width: 768px) {
  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:w-44 {
    width: 11rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:text-22 {
    font-size: 1.375rem;
  }
}

@media (min-width: 1024px) {
  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:min-w-112 {
    min-width: 28rem;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:text-64 {
    font-size: 4rem;
  }
}

@media (min-width: 1280px) {
  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }
}

@media (max-width: 767px) {
  .max-md\:min-w-150 {
    min-width: 37.5rem;
  }

  .max-md\:overflow-x-auto {
    overflow-x: auto;
  }
}
