/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

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

/*
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)
3. Remove gaps between table borders by default.
*/

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

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

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

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

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

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@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: #3c4349;
  max-width: inherit;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: #7c6f89;
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(a):not(:where([class~="not-prose"] *)):hover {
  background-color: #7c6f89;
  color: #fff;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  text-underline-position: under;
  text-underline-offset: 2px;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: #3c4349;
  font-weight: 700;
  font-size: 3.5rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: #3c4349;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: #3c4349;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: #3c4349;
  font-weight: 600;
  font-size: 0.875em;
  background-color: #f4f6f7;
  border-radius: 6px;
  display: inline-block;
  padding: 2px 4px;
  whitespace: no-wrap;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: #3d4449;
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  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;
  background-color: #f9fafb;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1.08rem;
  line-height: 1.75;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose :where(ul li):not(:where([class~="not-prose"] *)) {
  margin-top: 0px;
  margin-bottom: 0px;
}
.prose :where(ul ul):not(:where([class~="not-prose"] *)) {
  margin-top: 0px;
  margin-bottom: 0px;
}
.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}
.prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.aspect-w-3 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 3;
}
.aspect-w-3 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-2 {
  --tw-aspect-h: 2;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.top-1 {
  top: 0.25rem;
}
.left-0 {
  left: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.right-2 {
  right: 0.5rem;
}
.top-\[50\%\] {
  top: 50%;
}
.left-2\/4 {
  left: 50%;
}
.right-2\/4 {
  right: 50%;
}
.z-10 {
  z-index: 10;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[101\] {
  z-index: 101;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.m-2 {
  margin: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-16 {
  margin-top: 4rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.-ml-64 {
  margin-left: -16rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.-mb-16 {
  margin-bottom: -4rem;
}
.ml-half-screen {
  margin-left: -50vw;
}
.mr-half-screen {
  margin-right: -50vw;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mb-10 {
  margin-bottom: -2.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-8 {
  height: 2rem;
}
.h-6 {
  height: 1.5rem;
}
.h-4 {
  height: 1rem;
}
.h-10 {
  height: 2.5rem;
}
.h-full {
  height: 100%;
}
.h-5 {
  height: 1.25rem;
}
.h-screen {
  height: 100vh;
}
.h-\[5px\] {
  height: 5px;
}
.h-12 {
  height: 3rem;
}
.h-56 {
  height: 14rem;
}
.max-h-12 {
  max-height: 3rem;
}
.w-40 {
  width: 10rem;
}
.w-full {
  width: 100%;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-3\/12 {
  width: 25%;
}
.w-14 {
  width: 3.5rem;
}
.w-6 {
  width: 1.5rem;
}
.w-10 {
  width: 2.5rem;
}
.w-64 {
  width: 16rem;
}
.w-8 {
  width: 2rem;
}
.w-5 {
  width: 1.25rem;
}
.w-24 {
  width: 6rem;
}
.w-screen {
  width: 100vw;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-3\/4 {
  width: 75%;
}
.w-12 {
  width: 3rem;
}
.w-4 {
  width: 1rem;
}
.w-52 {
  width: 13rem;
}
.min-w-full {
  min-width: 100%;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.origin-top-right {
  transform-origin: top right;
}
.-translate-y-\[50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
}
.transform {
  transform: translate(var(--tw-translate-x), 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));
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-decimal {
  list-style-type: decimal;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-8 {
  gap: 2rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-0 {
  gap: 0px;
}
.gap-16 {
  gap: 4rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.border-2 {
  border-width: 2px;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-brand-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgb(124 111 137 / var(--tw-border-opacity));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.bg-body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-nav {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 247 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(124 111 137 / var(--tw-bg-opacity));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 247 / var(--tw-bg-opacity));
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-brand-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 247 / var(--tw-bg-opacity));
}
.bg-brand-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 57 77 / var(--tw-bg-opacity));
}
.bg-brand-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 186 230 / var(--tw-bg-opacity));
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.p-2 {
  padding: 0.5rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-8 {
  line-height: 2rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-tight {
  line-height: 1.25;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-purple {
  --tw-text-opacity: 1;
  color: rgb(124 111 137 / var(--tw-text-opacity));
}
.text-light {
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(60 67 73 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-heavy {
  --tw-text-opacity: 1;
  color: rgb(49 55 59 / var(--tw-text-opacity));
}
.text-lighter {
  --tw-text-opacity: 1;
  color: rgb(113 113 113 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[5px\] {
  --tw-backdrop-blur: blur(5px);
  -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);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-margin {
  transition-property: margin;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.fib,.fi{background-size:contain;background-position:50%;background-repeat:no-repeat}
.fi{position:relative;display:inline-block;width:1.333333em;line-height:1em}
.fi:before{content:" "}
.fi.fis{width:1em}
.fi-xx{background-image:url(node_modules/flag-icons/flags/4x3/xx.svg)}
.fi-xx.fis{background-image:url(node_modules/flag-icons/flags/1x1/xx.svg)}
.fi-ad{background-image:url(node_modules/flag-icons/flags/4x3/ad.svg)}
.fi-ad.fis{background-image:url(node_modules/flag-icons/flags/1x1/ad.svg)}
.fi-ae{background-image:url(node_modules/flag-icons/flags/4x3/ae.svg)}
.fi-ae.fis{background-image:url(node_modules/flag-icons/flags/1x1/ae.svg)}
.fi-af{background-image:url(node_modules/flag-icons/flags/4x3/af.svg)}
.fi-af.fis{background-image:url(node_modules/flag-icons/flags/1x1/af.svg)}
.fi-ag{background-image:url(node_modules/flag-icons/flags/4x3/ag.svg)}
.fi-ag.fis{background-image:url(node_modules/flag-icons/flags/1x1/ag.svg)}
.fi-ai{background-image:url(node_modules/flag-icons/flags/4x3/ai.svg)}
.fi-ai.fis{background-image:url(node_modules/flag-icons/flags/1x1/ai.svg)}
.fi-al{background-image:url(node_modules/flag-icons/flags/4x3/al.svg)}
.fi-al.fis{background-image:url(node_modules/flag-icons/flags/1x1/al.svg)}
.fi-am{background-image:url(node_modules/flag-icons/flags/4x3/am.svg)}
.fi-am.fis{background-image:url(node_modules/flag-icons/flags/1x1/am.svg)}
.fi-ao{background-image:url(node_modules/flag-icons/flags/4x3/ao.svg)}
.fi-ao.fis{background-image:url(node_modules/flag-icons/flags/1x1/ao.svg)}
.fi-aq{background-image:url(node_modules/flag-icons/flags/4x3/aq.svg)}
.fi-aq.fis{background-image:url(node_modules/flag-icons/flags/1x1/aq.svg)}
.fi-ar{background-image:url(node_modules/flag-icons/flags/4x3/ar.svg)}
.fi-ar.fis{background-image:url(node_modules/flag-icons/flags/1x1/ar.svg)}
.fi-as{background-image:url(node_modules/flag-icons/flags/4x3/as.svg)}
.fi-as.fis{background-image:url(node_modules/flag-icons/flags/1x1/as.svg)}
.fi-at{background-image:url(node_modules/flag-icons/flags/4x3/at.svg)}
.fi-at.fis{background-image:url(node_modules/flag-icons/flags/1x1/at.svg)}
.fi-au{background-image:url(node_modules/flag-icons/flags/4x3/au.svg)}
.fi-au.fis{background-image:url(node_modules/flag-icons/flags/1x1/au.svg)}
.fi-aw{background-image:url(node_modules/flag-icons/flags/4x3/aw.svg)}
.fi-aw.fis{background-image:url(node_modules/flag-icons/flags/1x1/aw.svg)}
.fi-ax{background-image:url(node_modules/flag-icons/flags/4x3/ax.svg)}
.fi-ax.fis{background-image:url(node_modules/flag-icons/flags/1x1/ax.svg)}
.fi-az{background-image:url(node_modules/flag-icons/flags/4x3/az.svg)}
.fi-az.fis{background-image:url(node_modules/flag-icons/flags/1x1/az.svg)}
.fi-ba{background-image:url(node_modules/flag-icons/flags/4x3/ba.svg)}
.fi-ba.fis{background-image:url(node_modules/flag-icons/flags/1x1/ba.svg)}
.fi-bb{background-image:url(node_modules/flag-icons/flags/4x3/bb.svg)}
.fi-bb.fis{background-image:url(node_modules/flag-icons/flags/1x1/bb.svg)}
.fi-bd{background-image:url(node_modules/flag-icons/flags/4x3/bd.svg)}
.fi-bd.fis{background-image:url(node_modules/flag-icons/flags/1x1/bd.svg)}
.fi-be{background-image:url(node_modules/flag-icons/flags/4x3/be.svg)}
.fi-be.fis{background-image:url(node_modules/flag-icons/flags/1x1/be.svg)}
.fi-bf{background-image:url(node_modules/flag-icons/flags/4x3/bf.svg)}
.fi-bf.fis{background-image:url(node_modules/flag-icons/flags/1x1/bf.svg)}
.fi-bg{background-image:url(node_modules/flag-icons/flags/4x3/bg.svg)}
.fi-bg.fis{background-image:url(node_modules/flag-icons/flags/1x1/bg.svg)}
.fi-bh{background-image:url(node_modules/flag-icons/flags/4x3/bh.svg)}
.fi-bh.fis{background-image:url(node_modules/flag-icons/flags/1x1/bh.svg)}
.fi-bi{background-image:url(node_modules/flag-icons/flags/4x3/bi.svg)}
.fi-bi.fis{background-image:url(node_modules/flag-icons/flags/1x1/bi.svg)}
.fi-bj{background-image:url(node_modules/flag-icons/flags/4x3/bj.svg)}
.fi-bj.fis{background-image:url(node_modules/flag-icons/flags/1x1/bj.svg)}
.fi-bl{background-image:url(node_modules/flag-icons/flags/4x3/bl.svg)}
.fi-bl.fis{background-image:url(node_modules/flag-icons/flags/1x1/bl.svg)}
.fi-bm{background-image:url(node_modules/flag-icons/flags/4x3/bm.svg)}
.fi-bm.fis{background-image:url(node_modules/flag-icons/flags/1x1/bm.svg)}
.fi-bn{background-image:url(node_modules/flag-icons/flags/4x3/bn.svg)}
.fi-bn.fis{background-image:url(node_modules/flag-icons/flags/1x1/bn.svg)}
.fi-bo{background-image:url(node_modules/flag-icons/flags/4x3/bo.svg)}
.fi-bo.fis{background-image:url(node_modules/flag-icons/flags/1x1/bo.svg)}
.fi-bq{background-image:url(node_modules/flag-icons/flags/4x3/bq.svg)}
.fi-bq.fis{background-image:url(node_modules/flag-icons/flags/1x1/bq.svg)}
.fi-br{background-image:url(node_modules/flag-icons/flags/4x3/br.svg)}
.fi-br.fis{background-image:url(node_modules/flag-icons/flags/1x1/br.svg)}
.fi-bs{background-image:url(node_modules/flag-icons/flags/4x3/bs.svg)}
.fi-bs.fis{background-image:url(node_modules/flag-icons/flags/1x1/bs.svg)}
.fi-bt{background-image:url(node_modules/flag-icons/flags/4x3/bt.svg)}
.fi-bt.fis{background-image:url(node_modules/flag-icons/flags/1x1/bt.svg)}
.fi-bv{background-image:url(node_modules/flag-icons/flags/4x3/bv.svg)}
.fi-bv.fis{background-image:url(node_modules/flag-icons/flags/1x1/bv.svg)}
.fi-bw{background-image:url(node_modules/flag-icons/flags/4x3/bw.svg)}
.fi-bw.fis{background-image:url(node_modules/flag-icons/flags/1x1/bw.svg)}
.fi-by{background-image:url(node_modules/flag-icons/flags/4x3/by.svg)}
.fi-by.fis{background-image:url(node_modules/flag-icons/flags/1x1/by.svg)}
.fi-bz{background-image:url(node_modules/flag-icons/flags/4x3/bz.svg)}
.fi-bz.fis{background-image:url(node_modules/flag-icons/flags/1x1/bz.svg)}
.fi-ca{background-image:url(node_modules/flag-icons/flags/4x3/ca.svg)}
.fi-ca.fis{background-image:url(node_modules/flag-icons/flags/1x1/ca.svg)}
.fi-cc{background-image:url(node_modules/flag-icons/flags/4x3/cc.svg)}
.fi-cc.fis{background-image:url(node_modules/flag-icons/flags/1x1/cc.svg)}
.fi-cd{background-image:url(node_modules/flag-icons/flags/4x3/cd.svg)}
.fi-cd.fis{background-image:url(node_modules/flag-icons/flags/1x1/cd.svg)}
.fi-cf{background-image:url(node_modules/flag-icons/flags/4x3/cf.svg)}
.fi-cf.fis{background-image:url(node_modules/flag-icons/flags/1x1/cf.svg)}
.fi-cg{background-image:url(node_modules/flag-icons/flags/4x3/cg.svg)}
.fi-cg.fis{background-image:url(node_modules/flag-icons/flags/1x1/cg.svg)}
.fi-ch{background-image:url(node_modules/flag-icons/flags/4x3/ch.svg)}
.fi-ch.fis{background-image:url(node_modules/flag-icons/flags/1x1/ch.svg)}
.fi-ci{background-image:url(node_modules/flag-icons/flags/4x3/ci.svg)}
.fi-ci.fis{background-image:url(node_modules/flag-icons/flags/1x1/ci.svg)}
.fi-ck{background-image:url(node_modules/flag-icons/flags/4x3/ck.svg)}
.fi-ck.fis{background-image:url(node_modules/flag-icons/flags/1x1/ck.svg)}
.fi-cl{background-image:url(node_modules/flag-icons/flags/4x3/cl.svg)}
.fi-cl.fis{background-image:url(node_modules/flag-icons/flags/1x1/cl.svg)}
.fi-cm{background-image:url(node_modules/flag-icons/flags/4x3/cm.svg)}
.fi-cm.fis{background-image:url(node_modules/flag-icons/flags/1x1/cm.svg)}
.fi-cn{background-image:url(node_modules/flag-icons/flags/4x3/cn.svg)}
.fi-cn.fis{background-image:url(node_modules/flag-icons/flags/1x1/cn.svg)}
.fi-co{background-image:url(node_modules/flag-icons/flags/4x3/co.svg)}
.fi-co.fis{background-image:url(node_modules/flag-icons/flags/1x1/co.svg)}
.fi-cr{background-image:url(node_modules/flag-icons/flags/4x3/cr.svg)}
.fi-cr.fis{background-image:url(node_modules/flag-icons/flags/1x1/cr.svg)}
.fi-cu{background-image:url(node_modules/flag-icons/flags/4x3/cu.svg)}
.fi-cu.fis{background-image:url(node_modules/flag-icons/flags/1x1/cu.svg)}
.fi-cv{background-image:url(node_modules/flag-icons/flags/4x3/cv.svg)}
.fi-cv.fis{background-image:url(node_modules/flag-icons/flags/1x1/cv.svg)}
.fi-cw{background-image:url(node_modules/flag-icons/flags/4x3/cw.svg)}
.fi-cw.fis{background-image:url(node_modules/flag-icons/flags/1x1/cw.svg)}
.fi-cx{background-image:url(node_modules/flag-icons/flags/4x3/cx.svg)}
.fi-cx.fis{background-image:url(node_modules/flag-icons/flags/1x1/cx.svg)}
.fi-cy{background-image:url(node_modules/flag-icons/flags/4x3/cy.svg)}
.fi-cy.fis{background-image:url(node_modules/flag-icons/flags/1x1/cy.svg)}
.fi-cz{background-image:url(node_modules/flag-icons/flags/4x3/cz.svg)}
.fi-cz.fis{background-image:url(node_modules/flag-icons/flags/1x1/cz.svg)}
.fi-de{background-image:url(node_modules/flag-icons/flags/4x3/de.svg)}
.fi-de.fis{background-image:url(node_modules/flag-icons/flags/1x1/de.svg)}
.fi-dj{background-image:url(node_modules/flag-icons/flags/4x3/dj.svg)}
.fi-dj.fis{background-image:url(node_modules/flag-icons/flags/1x1/dj.svg)}
.fi-dk{background-image:url(node_modules/flag-icons/flags/4x3/dk.svg)}
.fi-dk.fis{background-image:url(node_modules/flag-icons/flags/1x1/dk.svg)}
.fi-dm{background-image:url(node_modules/flag-icons/flags/4x3/dm.svg)}
.fi-dm.fis{background-image:url(node_modules/flag-icons/flags/1x1/dm.svg)}
.fi-do{background-image:url(node_modules/flag-icons/flags/4x3/do.svg)}
.fi-do.fis{background-image:url(node_modules/flag-icons/flags/1x1/do.svg)}
.fi-dz{background-image:url(node_modules/flag-icons/flags/4x3/dz.svg)}
.fi-dz.fis{background-image:url(node_modules/flag-icons/flags/1x1/dz.svg)}
.fi-ec{background-image:url(node_modules/flag-icons/flags/4x3/ec.svg)}
.fi-ec.fis{background-image:url(node_modules/flag-icons/flags/1x1/ec.svg)}
.fi-ee{background-image:url(node_modules/flag-icons/flags/4x3/ee.svg)}
.fi-ee.fis{background-image:url(node_modules/flag-icons/flags/1x1/ee.svg)}
.fi-eg{background-image:url(node_modules/flag-icons/flags/4x3/eg.svg)}
.fi-eg.fis{background-image:url(node_modules/flag-icons/flags/1x1/eg.svg)}
.fi-eh{background-image:url(node_modules/flag-icons/flags/4x3/eh.svg)}
.fi-eh.fis{background-image:url(node_modules/flag-icons/flags/1x1/eh.svg)}
.fi-er{background-image:url(node_modules/flag-icons/flags/4x3/er.svg)}
.fi-er.fis{background-image:url(node_modules/flag-icons/flags/1x1/er.svg)}
.fi-es{background-image:url(node_modules/flag-icons/flags/4x3/es.svg)}
.fi-es.fis{background-image:url(node_modules/flag-icons/flags/1x1/es.svg)}
.fi-et{background-image:url(node_modules/flag-icons/flags/4x3/et.svg)}
.fi-et.fis{background-image:url(node_modules/flag-icons/flags/1x1/et.svg)}
.fi-fi{background-image:url(node_modules/flag-icons/flags/4x3/fi.svg)}
.fi-fi.fis{background-image:url(node_modules/flag-icons/flags/1x1/fi.svg)}
.fi-fj{background-image:url(node_modules/flag-icons/flags/4x3/fj.svg)}
.fi-fj.fis{background-image:url(node_modules/flag-icons/flags/1x1/fj.svg)}
.fi-fk{background-image:url(node_modules/flag-icons/flags/4x3/fk.svg)}
.fi-fk.fis{background-image:url(node_modules/flag-icons/flags/1x1/fk.svg)}
.fi-fm{background-image:url(node_modules/flag-icons/flags/4x3/fm.svg)}
.fi-fm.fis{background-image:url(node_modules/flag-icons/flags/1x1/fm.svg)}
.fi-fo{background-image:url(node_modules/flag-icons/flags/4x3/fo.svg)}
.fi-fo.fis{background-image:url(node_modules/flag-icons/flags/1x1/fo.svg)}
.fi-fr{background-image:url(node_modules/flag-icons/flags/4x3/fr.svg)}
.fi-fr.fis{background-image:url(node_modules/flag-icons/flags/1x1/fr.svg)}
.fi-ga{background-image:url(node_modules/flag-icons/flags/4x3/ga.svg)}
.fi-ga.fis{background-image:url(node_modules/flag-icons/flags/1x1/ga.svg)}
.fi-gb{background-image:url(node_modules/flag-icons/flags/4x3/gb.svg)}
.fi-gb.fis{background-image:url(node_modules/flag-icons/flags/1x1/gb.svg)}
.fi-gd{background-image:url(node_modules/flag-icons/flags/4x3/gd.svg)}
.fi-gd.fis{background-image:url(node_modules/flag-icons/flags/1x1/gd.svg)}
.fi-ge{background-image:url(node_modules/flag-icons/flags/4x3/ge.svg)}
.fi-ge.fis{background-image:url(node_modules/flag-icons/flags/1x1/ge.svg)}
.fi-gf{background-image:url(node_modules/flag-icons/flags/4x3/gf.svg)}
.fi-gf.fis{background-image:url(node_modules/flag-icons/flags/1x1/gf.svg)}
.fi-gg{background-image:url(node_modules/flag-icons/flags/4x3/gg.svg)}
.fi-gg.fis{background-image:url(node_modules/flag-icons/flags/1x1/gg.svg)}
.fi-gh{background-image:url(node_modules/flag-icons/flags/4x3/gh.svg)}
.fi-gh.fis{background-image:url(node_modules/flag-icons/flags/1x1/gh.svg)}
.fi-gi{background-image:url(node_modules/flag-icons/flags/4x3/gi.svg)}
.fi-gi.fis{background-image:url(node_modules/flag-icons/flags/1x1/gi.svg)}
.fi-gl{background-image:url(node_modules/flag-icons/flags/4x3/gl.svg)}
.fi-gl.fis{background-image:url(node_modules/flag-icons/flags/1x1/gl.svg)}
.fi-gm{background-image:url(node_modules/flag-icons/flags/4x3/gm.svg)}
.fi-gm.fis{background-image:url(node_modules/flag-icons/flags/1x1/gm.svg)}
.fi-gn{background-image:url(node_modules/flag-icons/flags/4x3/gn.svg)}
.fi-gn.fis{background-image:url(node_modules/flag-icons/flags/1x1/gn.svg)}
.fi-gp{background-image:url(node_modules/flag-icons/flags/4x3/gp.svg)}
.fi-gp.fis{background-image:url(node_modules/flag-icons/flags/1x1/gp.svg)}
.fi-gq{background-image:url(node_modules/flag-icons/flags/4x3/gq.svg)}
.fi-gq.fis{background-image:url(node_modules/flag-icons/flags/1x1/gq.svg)}
.fi-gr{background-image:url(node_modules/flag-icons/flags/4x3/gr.svg)}
.fi-gr.fis{background-image:url(node_modules/flag-icons/flags/1x1/gr.svg)}
.fi-gs{background-image:url(node_modules/flag-icons/flags/4x3/gs.svg)}
.fi-gs.fis{background-image:url(node_modules/flag-icons/flags/1x1/gs.svg)}
.fi-gt{background-image:url(node_modules/flag-icons/flags/4x3/gt.svg)}
.fi-gt.fis{background-image:url(node_modules/flag-icons/flags/1x1/gt.svg)}
.fi-gu{background-image:url(node_modules/flag-icons/flags/4x3/gu.svg)}
.fi-gu.fis{background-image:url(node_modules/flag-icons/flags/1x1/gu.svg)}
.fi-gw{background-image:url(node_modules/flag-icons/flags/4x3/gw.svg)}
.fi-gw.fis{background-image:url(node_modules/flag-icons/flags/1x1/gw.svg)}
.fi-gy{background-image:url(node_modules/flag-icons/flags/4x3/gy.svg)}
.fi-gy.fis{background-image:url(node_modules/flag-icons/flags/1x1/gy.svg)}
.fi-hk{background-image:url(node_modules/flag-icons/flags/4x3/hk.svg)}
.fi-hk.fis{background-image:url(node_modules/flag-icons/flags/1x1/hk.svg)}
.fi-hm{background-image:url(node_modules/flag-icons/flags/4x3/hm.svg)}
.fi-hm.fis{background-image:url(node_modules/flag-icons/flags/1x1/hm.svg)}
.fi-hn{background-image:url(node_modules/flag-icons/flags/4x3/hn.svg)}
.fi-hn.fis{background-image:url(node_modules/flag-icons/flags/1x1/hn.svg)}
.fi-hr{background-image:url(node_modules/flag-icons/flags/4x3/hr.svg)}
.fi-hr.fis{background-image:url(node_modules/flag-icons/flags/1x1/hr.svg)}
.fi-ht{background-image:url(node_modules/flag-icons/flags/4x3/ht.svg)}
.fi-ht.fis{background-image:url(node_modules/flag-icons/flags/1x1/ht.svg)}
.fi-hu{background-image:url(node_modules/flag-icons/flags/4x3/hu.svg)}
.fi-hu.fis{background-image:url(node_modules/flag-icons/flags/1x1/hu.svg)}
.fi-id{background-image:url(node_modules/flag-icons/flags/4x3/id.svg)}
.fi-id.fis{background-image:url(node_modules/flag-icons/flags/1x1/id.svg)}
.fi-ie{background-image:url(node_modules/flag-icons/flags/4x3/ie.svg)}
.fi-ie.fis{background-image:url(node_modules/flag-icons/flags/1x1/ie.svg)}
.fi-il{background-image:url(node_modules/flag-icons/flags/4x3/il.svg)}
.fi-il.fis{background-image:url(node_modules/flag-icons/flags/1x1/il.svg)}
.fi-im{background-image:url(node_modules/flag-icons/flags/4x3/im.svg)}
.fi-im.fis{background-image:url(node_modules/flag-icons/flags/1x1/im.svg)}
.fi-in{background-image:url(node_modules/flag-icons/flags/4x3/in.svg)}
.fi-in.fis{background-image:url(node_modules/flag-icons/flags/1x1/in.svg)}
.fi-io{background-image:url(node_modules/flag-icons/flags/4x3/io.svg)}
.fi-io.fis{background-image:url(node_modules/flag-icons/flags/1x1/io.svg)}
.fi-iq{background-image:url(node_modules/flag-icons/flags/4x3/iq.svg)}
.fi-iq.fis{background-image:url(node_modules/flag-icons/flags/1x1/iq.svg)}
.fi-ir{background-image:url(node_modules/flag-icons/flags/4x3/ir.svg)}
.fi-ir.fis{background-image:url(node_modules/flag-icons/flags/1x1/ir.svg)}
.fi-is{background-image:url(node_modules/flag-icons/flags/4x3/is.svg)}
.fi-is.fis{background-image:url(node_modules/flag-icons/flags/1x1/is.svg)}
.fi-it{background-image:url(node_modules/flag-icons/flags/4x3/it.svg)}
.fi-it.fis{background-image:url(node_modules/flag-icons/flags/1x1/it.svg)}
.fi-je{background-image:url(node_modules/flag-icons/flags/4x3/je.svg)}
.fi-je.fis{background-image:url(node_modules/flag-icons/flags/1x1/je.svg)}
.fi-jm{background-image:url(node_modules/flag-icons/flags/4x3/jm.svg)}
.fi-jm.fis{background-image:url(node_modules/flag-icons/flags/1x1/jm.svg)}
.fi-jo{background-image:url(node_modules/flag-icons/flags/4x3/jo.svg)}
.fi-jo.fis{background-image:url(node_modules/flag-icons/flags/1x1/jo.svg)}
.fi-jp{background-image:url(node_modules/flag-icons/flags/4x3/jp.svg)}
.fi-jp.fis{background-image:url(node_modules/flag-icons/flags/1x1/jp.svg)}
.fi-ke{background-image:url(node_modules/flag-icons/flags/4x3/ke.svg)}
.fi-ke.fis{background-image:url(node_modules/flag-icons/flags/1x1/ke.svg)}
.fi-kg{background-image:url(node_modules/flag-icons/flags/4x3/kg.svg)}
.fi-kg.fis{background-image:url(node_modules/flag-icons/flags/1x1/kg.svg)}
.fi-kh{background-image:url(node_modules/flag-icons/flags/4x3/kh.svg)}
.fi-kh.fis{background-image:url(node_modules/flag-icons/flags/1x1/kh.svg)}
.fi-ki{background-image:url(node_modules/flag-icons/flags/4x3/ki.svg)}
.fi-ki.fis{background-image:url(node_modules/flag-icons/flags/1x1/ki.svg)}
.fi-km{background-image:url(node_modules/flag-icons/flags/4x3/km.svg)}
.fi-km.fis{background-image:url(node_modules/flag-icons/flags/1x1/km.svg)}
.fi-kn{background-image:url(node_modules/flag-icons/flags/4x3/kn.svg)}
.fi-kn.fis{background-image:url(node_modules/flag-icons/flags/1x1/kn.svg)}
.fi-kp{background-image:url(node_modules/flag-icons/flags/4x3/kp.svg)}
.fi-kp.fis{background-image:url(node_modules/flag-icons/flags/1x1/kp.svg)}
.fi-kr{background-image:url(node_modules/flag-icons/flags/4x3/kr.svg)}
.fi-kr.fis{background-image:url(node_modules/flag-icons/flags/1x1/kr.svg)}
.fi-kw{background-image:url(node_modules/flag-icons/flags/4x3/kw.svg)}
.fi-kw.fis{background-image:url(node_modules/flag-icons/flags/1x1/kw.svg)}
.fi-ky{background-image:url(node_modules/flag-icons/flags/4x3/ky.svg)}
.fi-ky.fis{background-image:url(node_modules/flag-icons/flags/1x1/ky.svg)}
.fi-kz{background-image:url(node_modules/flag-icons/flags/4x3/kz.svg)}
.fi-kz.fis{background-image:url(node_modules/flag-icons/flags/1x1/kz.svg)}
.fi-la{background-image:url(node_modules/flag-icons/flags/4x3/la.svg)}
.fi-la.fis{background-image:url(node_modules/flag-icons/flags/1x1/la.svg)}
.fi-lb{background-image:url(node_modules/flag-icons/flags/4x3/lb.svg)}
.fi-lb.fis{background-image:url(node_modules/flag-icons/flags/1x1/lb.svg)}
.fi-lc{background-image:url(node_modules/flag-icons/flags/4x3/lc.svg)}
.fi-lc.fis{background-image:url(node_modules/flag-icons/flags/1x1/lc.svg)}
.fi-li{background-image:url(node_modules/flag-icons/flags/4x3/li.svg)}
.fi-li.fis{background-image:url(node_modules/flag-icons/flags/1x1/li.svg)}
.fi-lk{background-image:url(node_modules/flag-icons/flags/4x3/lk.svg)}
.fi-lk.fis{background-image:url(node_modules/flag-icons/flags/1x1/lk.svg)}
.fi-lr{background-image:url(node_modules/flag-icons/flags/4x3/lr.svg)}
.fi-lr.fis{background-image:url(node_modules/flag-icons/flags/1x1/lr.svg)}
.fi-ls{background-image:url(node_modules/flag-icons/flags/4x3/ls.svg)}
.fi-ls.fis{background-image:url(node_modules/flag-icons/flags/1x1/ls.svg)}
.fi-lt{background-image:url(node_modules/flag-icons/flags/4x3/lt.svg)}
.fi-lt.fis{background-image:url(node_modules/flag-icons/flags/1x1/lt.svg)}
.fi-lu{background-image:url(node_modules/flag-icons/flags/4x3/lu.svg)}
.fi-lu.fis{background-image:url(node_modules/flag-icons/flags/1x1/lu.svg)}
.fi-lv{background-image:url(node_modules/flag-icons/flags/4x3/lv.svg)}
.fi-lv.fis{background-image:url(node_modules/flag-icons/flags/1x1/lv.svg)}
.fi-ly{background-image:url(node_modules/flag-icons/flags/4x3/ly.svg)}
.fi-ly.fis{background-image:url(node_modules/flag-icons/flags/1x1/ly.svg)}
.fi-ma{background-image:url(node_modules/flag-icons/flags/4x3/ma.svg)}
.fi-ma.fis{background-image:url(node_modules/flag-icons/flags/1x1/ma.svg)}
.fi-mc{background-image:url(node_modules/flag-icons/flags/4x3/mc.svg)}
.fi-mc.fis{background-image:url(node_modules/flag-icons/flags/1x1/mc.svg)}
.fi-md{background-image:url(node_modules/flag-icons/flags/4x3/md.svg)}
.fi-md.fis{background-image:url(node_modules/flag-icons/flags/1x1/md.svg)}
.fi-me{background-image:url(node_modules/flag-icons/flags/4x3/me.svg)}
.fi-me.fis{background-image:url(node_modules/flag-icons/flags/1x1/me.svg)}
.fi-mf{background-image:url(node_modules/flag-icons/flags/4x3/mf.svg)}
.fi-mf.fis{background-image:url(node_modules/flag-icons/flags/1x1/mf.svg)}
.fi-mg{background-image:url(node_modules/flag-icons/flags/4x3/mg.svg)}
.fi-mg.fis{background-image:url(node_modules/flag-icons/flags/1x1/mg.svg)}
.fi-mh{background-image:url(node_modules/flag-icons/flags/4x3/mh.svg)}
.fi-mh.fis{background-image:url(node_modules/flag-icons/flags/1x1/mh.svg)}
.fi-mk{background-image:url(node_modules/flag-icons/flags/4x3/mk.svg)}
.fi-mk.fis{background-image:url(node_modules/flag-icons/flags/1x1/mk.svg)}
.fi-ml{background-image:url(node_modules/flag-icons/flags/4x3/ml.svg)}
.fi-ml.fis{background-image:url(node_modules/flag-icons/flags/1x1/ml.svg)}
.fi-mm{background-image:url(node_modules/flag-icons/flags/4x3/mm.svg)}
.fi-mm.fis{background-image:url(node_modules/flag-icons/flags/1x1/mm.svg)}
.fi-mn{background-image:url(node_modules/flag-icons/flags/4x3/mn.svg)}
.fi-mn.fis{background-image:url(node_modules/flag-icons/flags/1x1/mn.svg)}
.fi-mo{background-image:url(node_modules/flag-icons/flags/4x3/mo.svg)}
.fi-mo.fis{background-image:url(node_modules/flag-icons/flags/1x1/mo.svg)}
.fi-mp{background-image:url(node_modules/flag-icons/flags/4x3/mp.svg)}
.fi-mp.fis{background-image:url(node_modules/flag-icons/flags/1x1/mp.svg)}
.fi-mq{background-image:url(node_modules/flag-icons/flags/4x3/mq.svg)}
.fi-mq.fis{background-image:url(node_modules/flag-icons/flags/1x1/mq.svg)}
.fi-mr{background-image:url(node_modules/flag-icons/flags/4x3/mr.svg)}
.fi-mr.fis{background-image:url(node_modules/flag-icons/flags/1x1/mr.svg)}
.fi-ms{background-image:url(node_modules/flag-icons/flags/4x3/ms.svg)}
.fi-ms.fis{background-image:url(node_modules/flag-icons/flags/1x1/ms.svg)}
.fi-mt{background-image:url(node_modules/flag-icons/flags/4x3/mt.svg)}
.fi-mt.fis{background-image:url(node_modules/flag-icons/flags/1x1/mt.svg)}
.fi-mu{background-image:url(node_modules/flag-icons/flags/4x3/mu.svg)}
.fi-mu.fis{background-image:url(node_modules/flag-icons/flags/1x1/mu.svg)}
.fi-mv{background-image:url(node_modules/flag-icons/flags/4x3/mv.svg)}
.fi-mv.fis{background-image:url(node_modules/flag-icons/flags/1x1/mv.svg)}
.fi-mw{background-image:url(node_modules/flag-icons/flags/4x3/mw.svg)}
.fi-mw.fis{background-image:url(node_modules/flag-icons/flags/1x1/mw.svg)}
.fi-mx{background-image:url(node_modules/flag-icons/flags/4x3/mx.svg)}
.fi-mx.fis{background-image:url(node_modules/flag-icons/flags/1x1/mx.svg)}
.fi-my{background-image:url(node_modules/flag-icons/flags/4x3/my.svg)}
.fi-my.fis{background-image:url(node_modules/flag-icons/flags/1x1/my.svg)}
.fi-mz{background-image:url(node_modules/flag-icons/flags/4x3/mz.svg)}
.fi-mz.fis{background-image:url(node_modules/flag-icons/flags/1x1/mz.svg)}
.fi-na{background-image:url(node_modules/flag-icons/flags/4x3/na.svg)}
.fi-na.fis{background-image:url(node_modules/flag-icons/flags/1x1/na.svg)}
.fi-nc{background-image:url(node_modules/flag-icons/flags/4x3/nc.svg)}
.fi-nc.fis{background-image:url(node_modules/flag-icons/flags/1x1/nc.svg)}
.fi-ne{background-image:url(node_modules/flag-icons/flags/4x3/ne.svg)}
.fi-ne.fis{background-image:url(node_modules/flag-icons/flags/1x1/ne.svg)}
.fi-nf{background-image:url(node_modules/flag-icons/flags/4x3/nf.svg)}
.fi-nf.fis{background-image:url(node_modules/flag-icons/flags/1x1/nf.svg)}
.fi-ng{background-image:url(node_modules/flag-icons/flags/4x3/ng.svg)}
.fi-ng.fis{background-image:url(node_modules/flag-icons/flags/1x1/ng.svg)}
.fi-ni{background-image:url(node_modules/flag-icons/flags/4x3/ni.svg)}
.fi-ni.fis{background-image:url(node_modules/flag-icons/flags/1x1/ni.svg)}
.fi-nl{background-image:url(node_modules/flag-icons/flags/4x3/nl.svg)}
.fi-nl.fis{background-image:url(node_modules/flag-icons/flags/1x1/nl.svg)}
.fi-no{background-image:url(node_modules/flag-icons/flags/4x3/no.svg)}
.fi-no.fis{background-image:url(node_modules/flag-icons/flags/1x1/no.svg)}
.fi-np{background-image:url(node_modules/flag-icons/flags/4x3/np.svg)}
.fi-np.fis{background-image:url(node_modules/flag-icons/flags/1x1/np.svg)}
.fi-nr{background-image:url(node_modules/flag-icons/flags/4x3/nr.svg)}
.fi-nr.fis{background-image:url(node_modules/flag-icons/flags/1x1/nr.svg)}
.fi-nu{background-image:url(node_modules/flag-icons/flags/4x3/nu.svg)}
.fi-nu.fis{background-image:url(node_modules/flag-icons/flags/1x1/nu.svg)}
.fi-nz{background-image:url(node_modules/flag-icons/flags/4x3/nz.svg)}
.fi-nz.fis{background-image:url(node_modules/flag-icons/flags/1x1/nz.svg)}
.fi-om{background-image:url(node_modules/flag-icons/flags/4x3/om.svg)}
.fi-om.fis{background-image:url(node_modules/flag-icons/flags/1x1/om.svg)}
.fi-pa{background-image:url(node_modules/flag-icons/flags/4x3/pa.svg)}
.fi-pa.fis{background-image:url(node_modules/flag-icons/flags/1x1/pa.svg)}
.fi-pe{background-image:url(node_modules/flag-icons/flags/4x3/pe.svg)}
.fi-pe.fis{background-image:url(node_modules/flag-icons/flags/1x1/pe.svg)}
.fi-pf{background-image:url(node_modules/flag-icons/flags/4x3/pf.svg)}
.fi-pf.fis{background-image:url(node_modules/flag-icons/flags/1x1/pf.svg)}
.fi-pg{background-image:url(node_modules/flag-icons/flags/4x3/pg.svg)}
.fi-pg.fis{background-image:url(node_modules/flag-icons/flags/1x1/pg.svg)}
.fi-ph{background-image:url(node_modules/flag-icons/flags/4x3/ph.svg)}
.fi-ph.fis{background-image:url(node_modules/flag-icons/flags/1x1/ph.svg)}
.fi-pk{background-image:url(node_modules/flag-icons/flags/4x3/pk.svg)}
.fi-pk.fis{background-image:url(node_modules/flag-icons/flags/1x1/pk.svg)}
.fi-pl{background-image:url(node_modules/flag-icons/flags/4x3/pl.svg)}
.fi-pl.fis{background-image:url(node_modules/flag-icons/flags/1x1/pl.svg)}
.fi-pm{background-image:url(node_modules/flag-icons/flags/4x3/pm.svg)}
.fi-pm.fis{background-image:url(node_modules/flag-icons/flags/1x1/pm.svg)}
.fi-pn{background-image:url(node_modules/flag-icons/flags/4x3/pn.svg)}
.fi-pn.fis{background-image:url(node_modules/flag-icons/flags/1x1/pn.svg)}
.fi-pr{background-image:url(node_modules/flag-icons/flags/4x3/pr.svg)}
.fi-pr.fis{background-image:url(node_modules/flag-icons/flags/1x1/pr.svg)}
.fi-ps{background-image:url(node_modules/flag-icons/flags/4x3/ps.svg)}
.fi-ps.fis{background-image:url(node_modules/flag-icons/flags/1x1/ps.svg)}
.fi-pt{background-image:url(node_modules/flag-icons/flags/4x3/pt.svg)}
.fi-pt.fis{background-image:url(node_modules/flag-icons/flags/1x1/pt.svg)}
.fi-pw{background-image:url(node_modules/flag-icons/flags/4x3/pw.svg)}
.fi-pw.fis{background-image:url(node_modules/flag-icons/flags/1x1/pw.svg)}
.fi-py{background-image:url(node_modules/flag-icons/flags/4x3/py.svg)}
.fi-py.fis{background-image:url(node_modules/flag-icons/flags/1x1/py.svg)}
.fi-qa{background-image:url(node_modules/flag-icons/flags/4x3/qa.svg)}
.fi-qa.fis{background-image:url(node_modules/flag-icons/flags/1x1/qa.svg)}
.fi-re{background-image:url(node_modules/flag-icons/flags/4x3/re.svg)}
.fi-re.fis{background-image:url(node_modules/flag-icons/flags/1x1/re.svg)}
.fi-ro{background-image:url(node_modules/flag-icons/flags/4x3/ro.svg)}
.fi-ro.fis{background-image:url(node_modules/flag-icons/flags/1x1/ro.svg)}
.fi-rs{background-image:url(node_modules/flag-icons/flags/4x3/rs.svg)}
.fi-rs.fis{background-image:url(node_modules/flag-icons/flags/1x1/rs.svg)}
.fi-ru{background-image:url(node_modules/flag-icons/flags/4x3/ru.svg)}
.fi-ru.fis{background-image:url(node_modules/flag-icons/flags/1x1/ru.svg)}
.fi-rw{background-image:url(node_modules/flag-icons/flags/4x3/rw.svg)}
.fi-rw.fis{background-image:url(node_modules/flag-icons/flags/1x1/rw.svg)}
.fi-sa{background-image:url(node_modules/flag-icons/flags/4x3/sa.svg)}
.fi-sa.fis{background-image:url(node_modules/flag-icons/flags/1x1/sa.svg)}
.fi-sb{background-image:url(node_modules/flag-icons/flags/4x3/sb.svg)}
.fi-sb.fis{background-image:url(node_modules/flag-icons/flags/1x1/sb.svg)}
.fi-sc{background-image:url(node_modules/flag-icons/flags/4x3/sc.svg)}
.fi-sc.fis{background-image:url(node_modules/flag-icons/flags/1x1/sc.svg)}
.fi-sd{background-image:url(node_modules/flag-icons/flags/4x3/sd.svg)}
.fi-sd.fis{background-image:url(node_modules/flag-icons/flags/1x1/sd.svg)}
.fi-se{background-image:url(node_modules/flag-icons/flags/4x3/se.svg)}
.fi-se.fis{background-image:url(node_modules/flag-icons/flags/1x1/se.svg)}
.fi-sg{background-image:url(node_modules/flag-icons/flags/4x3/sg.svg)}
.fi-sg.fis{background-image:url(node_modules/flag-icons/flags/1x1/sg.svg)}
.fi-sh{background-image:url(node_modules/flag-icons/flags/4x3/sh.svg)}
.fi-sh.fis{background-image:url(node_modules/flag-icons/flags/1x1/sh.svg)}
.fi-si{background-image:url(node_modules/flag-icons/flags/4x3/si.svg)}
.fi-si.fis{background-image:url(node_modules/flag-icons/flags/1x1/si.svg)}
.fi-sj{background-image:url(node_modules/flag-icons/flags/4x3/sj.svg)}
.fi-sj.fis{background-image:url(node_modules/flag-icons/flags/1x1/sj.svg)}
.fi-sk{background-image:url(node_modules/flag-icons/flags/4x3/sk.svg)}
.fi-sk.fis{background-image:url(node_modules/flag-icons/flags/1x1/sk.svg)}
.fi-sl{background-image:url(node_modules/flag-icons/flags/4x3/sl.svg)}
.fi-sl.fis{background-image:url(node_modules/flag-icons/flags/1x1/sl.svg)}
.fi-sm{background-image:url(node_modules/flag-icons/flags/4x3/sm.svg)}
.fi-sm.fis{background-image:url(node_modules/flag-icons/flags/1x1/sm.svg)}
.fi-sn{background-image:url(node_modules/flag-icons/flags/4x3/sn.svg)}
.fi-sn.fis{background-image:url(node_modules/flag-icons/flags/1x1/sn.svg)}
.fi-so{background-image:url(node_modules/flag-icons/flags/4x3/so.svg)}
.fi-so.fis{background-image:url(node_modules/flag-icons/flags/1x1/so.svg)}
.fi-sr{background-image:url(node_modules/flag-icons/flags/4x3/sr.svg)}
.fi-sr.fis{background-image:url(node_modules/flag-icons/flags/1x1/sr.svg)}
.fi-ss{background-image:url(node_modules/flag-icons/flags/4x3/ss.svg)}
.fi-ss.fis{background-image:url(node_modules/flag-icons/flags/1x1/ss.svg)}
.fi-st{background-image:url(node_modules/flag-icons/flags/4x3/st.svg)}
.fi-st.fis{background-image:url(node_modules/flag-icons/flags/1x1/st.svg)}
.fi-sv{background-image:url(node_modules/flag-icons/flags/4x3/sv.svg)}
.fi-sv.fis{background-image:url(node_modules/flag-icons/flags/1x1/sv.svg)}
.fi-sx{background-image:url(node_modules/flag-icons/flags/4x3/sx.svg)}
.fi-sx.fis{background-image:url(node_modules/flag-icons/flags/1x1/sx.svg)}
.fi-sy{background-image:url(node_modules/flag-icons/flags/4x3/sy.svg)}
.fi-sy.fis{background-image:url(node_modules/flag-icons/flags/1x1/sy.svg)}
.fi-sz{background-image:url(node_modules/flag-icons/flags/4x3/sz.svg)}
.fi-sz.fis{background-image:url(node_modules/flag-icons/flags/1x1/sz.svg)}
.fi-tc{background-image:url(node_modules/flag-icons/flags/4x3/tc.svg)}
.fi-tc.fis{background-image:url(node_modules/flag-icons/flags/1x1/tc.svg)}
.fi-td{background-image:url(node_modules/flag-icons/flags/4x3/td.svg)}
.fi-td.fis{background-image:url(node_modules/flag-icons/flags/1x1/td.svg)}
.fi-tf{background-image:url(node_modules/flag-icons/flags/4x3/tf.svg)}
.fi-tf.fis{background-image:url(node_modules/flag-icons/flags/1x1/tf.svg)}
.fi-tg{background-image:url(node_modules/flag-icons/flags/4x3/tg.svg)}
.fi-tg.fis{background-image:url(node_modules/flag-icons/flags/1x1/tg.svg)}
.fi-th{background-image:url(node_modules/flag-icons/flags/4x3/th.svg)}
.fi-th.fis{background-image:url(node_modules/flag-icons/flags/1x1/th.svg)}
.fi-tj{background-image:url(node_modules/flag-icons/flags/4x3/tj.svg)}
.fi-tj.fis{background-image:url(node_modules/flag-icons/flags/1x1/tj.svg)}
.fi-tk{background-image:url(node_modules/flag-icons/flags/4x3/tk.svg)}
.fi-tk.fis{background-image:url(node_modules/flag-icons/flags/1x1/tk.svg)}
.fi-tl{background-image:url(node_modules/flag-icons/flags/4x3/tl.svg)}
.fi-tl.fis{background-image:url(node_modules/flag-icons/flags/1x1/tl.svg)}
.fi-tm{background-image:url(node_modules/flag-icons/flags/4x3/tm.svg)}
.fi-tm.fis{background-image:url(node_modules/flag-icons/flags/1x1/tm.svg)}
.fi-tn{background-image:url(node_modules/flag-icons/flags/4x3/tn.svg)}
.fi-tn.fis{background-image:url(node_modules/flag-icons/flags/1x1/tn.svg)}
.fi-to{background-image:url(node_modules/flag-icons/flags/4x3/to.svg)}
.fi-to.fis{background-image:url(node_modules/flag-icons/flags/1x1/to.svg)}
.fi-tr{background-image:url(node_modules/flag-icons/flags/4x3/tr.svg)}
.fi-tr.fis{background-image:url(node_modules/flag-icons/flags/1x1/tr.svg)}
.fi-tt{background-image:url(node_modules/flag-icons/flags/4x3/tt.svg)}
.fi-tt.fis{background-image:url(node_modules/flag-icons/flags/1x1/tt.svg)}
.fi-tv{background-image:url(node_modules/flag-icons/flags/4x3/tv.svg)}
.fi-tv.fis{background-image:url(node_modules/flag-icons/flags/1x1/tv.svg)}
.fi-tw{background-image:url(node_modules/flag-icons/flags/4x3/tw.svg)}
.fi-tw.fis{background-image:url(node_modules/flag-icons/flags/1x1/tw.svg)}
.fi-tz{background-image:url(node_modules/flag-icons/flags/4x3/tz.svg)}
.fi-tz.fis{background-image:url(node_modules/flag-icons/flags/1x1/tz.svg)}
.fi-ua{background-image:url(node_modules/flag-icons/flags/4x3/ua.svg)}
.fi-ua.fis{background-image:url(node_modules/flag-icons/flags/1x1/ua.svg)}
.fi-ug{background-image:url(node_modules/flag-icons/flags/4x3/ug.svg)}
.fi-ug.fis{background-image:url(node_modules/flag-icons/flags/1x1/ug.svg)}
.fi-um{background-image:url(node_modules/flag-icons/flags/4x3/um.svg)}
.fi-um.fis{background-image:url(node_modules/flag-icons/flags/1x1/um.svg)}
.fi-us{background-image:url(node_modules/flag-icons/flags/4x3/us.svg)}
.fi-us.fis{background-image:url(node_modules/flag-icons/flags/1x1/us.svg)}
.fi-uy{background-image:url(node_modules/flag-icons/flags/4x3/uy.svg)}
.fi-uy.fis{background-image:url(node_modules/flag-icons/flags/1x1/uy.svg)}
.fi-uz{background-image:url(node_modules/flag-icons/flags/4x3/uz.svg)}
.fi-uz.fis{background-image:url(node_modules/flag-icons/flags/1x1/uz.svg)}
.fi-va{background-image:url(node_modules/flag-icons/flags/4x3/va.svg)}
.fi-va.fis{background-image:url(node_modules/flag-icons/flags/1x1/va.svg)}
.fi-vc{background-image:url(node_modules/flag-icons/flags/4x3/vc.svg)}
.fi-vc.fis{background-image:url(node_modules/flag-icons/flags/1x1/vc.svg)}
.fi-ve{background-image:url(node_modules/flag-icons/flags/4x3/ve.svg)}
.fi-ve.fis{background-image:url(node_modules/flag-icons/flags/1x1/ve.svg)}
.fi-vg{background-image:url(node_modules/flag-icons/flags/4x3/vg.svg)}
.fi-vg.fis{background-image:url(node_modules/flag-icons/flags/1x1/vg.svg)}
.fi-vi{background-image:url(node_modules/flag-icons/flags/4x3/vi.svg)}
.fi-vi.fis{background-image:url(node_modules/flag-icons/flags/1x1/vi.svg)}
.fi-vn{background-image:url(node_modules/flag-icons/flags/4x3/vn.svg)}
.fi-vn.fis{background-image:url(node_modules/flag-icons/flags/1x1/vn.svg)}
.fi-vu{background-image:url(node_modules/flag-icons/flags/4x3/vu.svg)}
.fi-vu.fis{background-image:url(node_modules/flag-icons/flags/1x1/vu.svg)}
.fi-wf{background-image:url(node_modules/flag-icons/flags/4x3/wf.svg)}
.fi-wf.fis{background-image:url(node_modules/flag-icons/flags/1x1/wf.svg)}
.fi-ws{background-image:url(node_modules/flag-icons/flags/4x3/ws.svg)}
.fi-ws.fis{background-image:url(node_modules/flag-icons/flags/1x1/ws.svg)}
.fi-ye{background-image:url(node_modules/flag-icons/flags/4x3/ye.svg)}
.fi-ye.fis{background-image:url(node_modules/flag-icons/flags/1x1/ye.svg)}
.fi-yt{background-image:url(node_modules/flag-icons/flags/4x3/yt.svg)}
.fi-yt.fis{background-image:url(node_modules/flag-icons/flags/1x1/yt.svg)}
.fi-za{background-image:url(node_modules/flag-icons/flags/4x3/za.svg)}
.fi-za.fis{background-image:url(node_modules/flag-icons/flags/1x1/za.svg)}
.fi-zm{background-image:url(node_modules/flag-icons/flags/4x3/zm.svg)}
.fi-zm.fis{background-image:url(node_modules/flag-icons/flags/1x1/zm.svg)}
.fi-zw{background-image:url(node_modules/flag-icons/flags/4x3/zw.svg)}
.fi-zw.fis{background-image:url(node_modules/flag-icons/flags/1x1/zw.svg)}
.fi-arab{background-image:url(node_modules/flag-icons/flags/4x3/arab.svg)}
.fi-arab.fis{background-image:url(node_modules/flag-icons/flags/1x1/arab.svg)}
.fi-asean{background-image:url(node_modules/flag-icons/flags/4x3/asean.svg)}
.fi-asean.fis{background-image:url(node_modules/flag-icons/flags/1x1/asean.svg)}
.fi-cefta{background-image:url(node_modules/flag-icons/flags/4x3/cefta.svg)}
.fi-cefta.fis{background-image:url(node_modules/flag-icons/flags/1x1/cefta.svg)}
.fi-cp{background-image:url(node_modules/flag-icons/flags/4x3/cp.svg)}
.fi-cp.fis{background-image:url(node_modules/flag-icons/flags/1x1/cp.svg)}
.fi-dg{background-image:url(node_modules/flag-icons/flags/4x3/dg.svg)}
.fi-dg.fis{background-image:url(node_modules/flag-icons/flags/1x1/dg.svg)}
.fi-eac{background-image:url(node_modules/flag-icons/flags/4x3/eac.svg)}
.fi-eac.fis{background-image:url(node_modules/flag-icons/flags/1x1/eac.svg)}
.fi-es-ct{background-image:url(node_modules/flag-icons/flags/4x3/es-ct.svg)}
.fi-es-ct.fis{background-image:url(node_modules/flag-icons/flags/1x1/es-ct.svg)}
.fi-es-ga{background-image:url(node_modules/flag-icons/flags/4x3/es-ga.svg)}
.fi-es-ga.fis{background-image:url(node_modules/flag-icons/flags/1x1/es-ga.svg)}
.fi-es-pv{background-image:url(node_modules/flag-icons/flags/4x3/es-pv.svg)}
.fi-es-pv.fis{background-image:url(node_modules/flag-icons/flags/1x1/es-pv.svg)}
.fi-eu{background-image:url(node_modules/flag-icons/flags/4x3/eu.svg)}
.fi-eu.fis{background-image:url(node_modules/flag-icons/flags/1x1/eu.svg)}
.fi-gb-eng{background-image:url(node_modules/flag-icons/flags/4x3/gb-eng.svg)}
.fi-gb-eng.fis{background-image:url(node_modules/flag-icons/flags/1x1/gb-eng.svg)}
.fi-gb-nir{background-image:url(node_modules/flag-icons/flags/4x3/gb-nir.svg)}
.fi-gb-nir.fis{background-image:url(node_modules/flag-icons/flags/1x1/gb-nir.svg)}
.fi-gb-sct{background-image:url(node_modules/flag-icons/flags/4x3/gb-sct.svg)}
.fi-gb-sct.fis{background-image:url(node_modules/flag-icons/flags/1x1/gb-sct.svg)}
.fi-gb-wls{background-image:url(node_modules/flag-icons/flags/4x3/gb-wls.svg)}
.fi-gb-wls.fis{background-image:url(node_modules/flag-icons/flags/1x1/gb-wls.svg)}
.fi-ic{background-image:url(node_modules/flag-icons/flags/4x3/ic.svg)}
.fi-ic.fis{background-image:url(node_modules/flag-icons/flags/1x1/ic.svg)}
.fi-pc{background-image:url(node_modules/flag-icons/flags/4x3/pc.svg)}
.fi-pc.fis{background-image:url(node_modules/flag-icons/flags/1x1/pc.svg)}
.fi-sh-ac{background-image:url(node_modules/flag-icons/flags/4x3/sh-ac.svg)}
.fi-sh-ac.fis{background-image:url(node_modules/flag-icons/flags/1x1/sh-ac.svg)}
.fi-sh-hl{background-image:url(node_modules/flag-icons/flags/4x3/sh-hl.svg)}
.fi-sh-hl.fis{background-image:url(node_modules/flag-icons/flags/1x1/sh-hl.svg)}
.fi-sh-ta{background-image:url(node_modules/flag-icons/flags/4x3/sh-ta.svg)}
.fi-sh-ta.fis{background-image:url(node_modules/flag-icons/flags/1x1/sh-ta.svg)}
.fi-un{background-image:url(node_modules/flag-icons/flags/4x3/un.svg)}
.fi-un.fis{background-image:url(node_modules/flag-icons/flags/1x1/un.svg)}
.fi-xk{background-image:url(node_modules/flag-icons/flags/4x3/xk.svg)}
.fi-xk.fis{background-image:url(node_modules/flag-icons/flags/1x1/xk.svg)}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Based on: https://codepen.io/nickelse/pen/YGPJQG
Influenced by: https://sproutsocial.com/
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* #Mega Menu Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mega-menu {
  display: none;
  left: 0;
  text-align: left;
  width: 100%;
}
/* #hoverable Class Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hoverable {
  position: static;
}
.hoverable > a:after {
  content: "\25BC";
  font-size: 10px;
  padding-left: 6px;
  position: relative;
  top: -1px;
}
.hoverable:hover .mega-menu {
  display: block;
}
/* #toggle Class Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.toggleable > label:after {
  content: "\25BC";
  font-size: 10px;
  padding-left: 6px;
  position: relative;
  top: -1px;
  line-height: 1;
}
.toggle-input {
  display: none;
}
.toggle-input:not(checked) ~ .mega-menu {
  display: none;
}
.toggle-input:checked ~ .mega-menu {
  display: block;
}
.toggle-input:checked + label {
  color: white;
  background: #7c6f89; /*@apply bg-purple-800 */
}
.toggle-input:checked ~ label:after {
  content: "\25B2";
}
/* #slider Class Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input:checked ~ .dot {
  transform: translateX(100%);
}
/* Lesson Class Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section.lesson-pagination p.excerpt {
  font-size: 0.9rem;
}
.excerpt-box > p {
  margin: 0;
}
p.excerpt > a {
  color: #776C84;
}
pre, code {
  direction: ltr;
}
code.inline {
  unicode-bidi: embed;
}
.makeup .hll {background-color: #f4f5f6}
.makeup {background-color: #ffffff}
.makeup .unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.makeup table td { padding: 2px; }
.makeup table pre { margin: 0; }
.makeup .cm {
  color: #717160;
  font-style: italic;
}
.makeup .cp {
  color: #999999;
  font-weight: bold;
}
.makeup .c1 {
  color: #717160;
  font-style: italic;
}
.makeup .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic;
}
.makeup .c, .makeup .cd {
  color: #717160;
  font-style: italic;
}
.makeup .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.makeup .gd {
  color: #000000;
  background-color: #ffdddd;
}
.makeup .ge {
  color: #000000;
  font-style: italic;
}
.makeup .gr {
  color: #aa0000;
}
.makeup .gh {
  color: #999999;
}
.makeup .gi {
  color: #000000;
  background-color: #ddffdd;
}
.makeup .go {
  color: #888888;
}
.makeup .gp {
  color: #555555;
}
.makeup .gs {
  font-weight: bold;
}
.makeup .gu {
  color: #aaaaaa;
}
.makeup .gt {
  color: #aa0000;
}
.makeup .kc {
  color: #000000;
  font-weight: bold;
}
.makeup .kd {
  color: #000000;
  font-weight: bold;
}
.makeup .kn {
  color: #000000;
  font-weight: bold;
}
.makeup .kp {
  color: #000000;
  font-weight: bold;
}
.makeup .kr {
  color: #000000;
  font-weight: bold;
}
.makeup .kt {
  color: #445588;
  font-weight: bold;
}
.makeup .k, .makeup .kv {
  color: #000000;
  font-weight: bold;
}
.makeup .mf {
  color: #008080;
}
.makeup .mh {
  color: #008080;
}
.makeup .il {
  color: #008080;
}
.makeup .mi {
  color: #008080;
}
.makeup .mo {
  color: #008080;
}
.makeup .m, .makeup .mb, .makeup .mx {
  color: #008080;
}
.makeup .sb {
  color: #d14;
}
.makeup .sc {
  color: #d14;
}
.makeup .sd {
  color: #d14;
}
.makeup .s2 {
  color: #d14;
}
.makeup .se {
  color: #d14;
}
.makeup .sh {
  color: #d14;
}
.makeup .si {
  color: #d14;
}
.makeup .sx {
  color: #d14;
}
.makeup .sr {
  color: #008521;
}
.makeup .s1 {
  color: #d14;
}
.makeup .ss {
  color: #990073;
}
.makeup .s {
  color: #d14;
}
.makeup .na {
  color: #008080;
}
.makeup .bp {
  color: #717160;
}
.makeup .nb {
  color: #007AA3;
}
.makeup .nc {
  color: #445588;
  font-weight: bold;
}
.makeup .no {
  color: #008080;
}
.makeup .nd {
  color: #3c5d5d;
  font-weight: bold;
}
.makeup .ni {
  color: #800080;
}
.makeup .ne {
  color: #990000;
  font-weight: bold;
}
.makeup .nf {
  color: #990000;
  font-weight: bold;
}
.makeup .nl {
  color: #990000;
  font-weight: bold;
}
.makeup .nn {
  color: #555555;
}
.makeup .nt {
  color: #000080;
}
.makeup .vc {
  color: #008080;
}
.makeup .vg {
  color: #008080;
}
.makeup .vi {
  color: #008080;
}
.makeup .nv {
  color: #008080;
}
.makeup .ow {
  color: #000000;
  font-weight: bold;
}
.makeup .o {
  color: #000000;
  font-weight: bold;
}
.makeup .w {
  color: #000;
}
.makeup {
  background-color: #f8f8f8;
}
/* Originally taken from: https://tmbb.github.io/makeup_demo/elixir.html#monokai */
.dark {
  --dark-comment-color: #cbc1c8;
  color: #f8f8f2;
}
.dark .makeup .hll {
  background-color: #49483e;
}
.dark .makeup .bp {
  color: #f8f8f2;
}
/* :name_builtin_pseudo */
.dark .makeup .c {
  color: var(--dark-comment-color);
}
/* :comment */
.dark .makeup .c1 {
  color: var(--dark-comment-color);
}
/* :comment_single */
.dark .makeup .ch {
  color: var(--dark-comment-color);
}
/* :comment_hashbang */
.dark .makeup .cm {
  color: var(--dark-comment-color);
}
/* :comment_multiline */
.dark .makeup .cp {
  color: var(--dark-comment-color);
}
/* :comment_preproc */
.dark .makeup .cpf {
  color: var(--dark-comment-color);
}
/* :comment_preproc_file */
.dark .makeup .cs {
  color: var(--dark-comment-color);
}
/* :comment_special */
.dark .makeup .dl {
  color: #e6db74;
}
/* :string_delimiter */
.dark .makeup .err {
  color: #960050;
  background-color: #1e0010;
}
/* :error */
.dark .makeup .fm {
  color: #a6e22e;
}
/* :name_function_magic */
.dark .makeup .gd {
  color: #ff5385;
}
/* :generic_deleted */
.dark .makeup .ge {
  font-style: italic;
}
/* :generic_emph */
.dark .makeup .gi {
  color: #a6e22e;
}
/* :generic_inserted */
.dark .makeup .gp {
  color: var(--dark-comment-color);
}
/* :generic_prompt */
.dark .makeup .gs {
  font-weight: bold;
}
/* :generic_strong */
.dark .makeup .gu {
  color: var(--dark-comment-color);
}
/* :generic_subheading */
.dark .makeup .gt {
  color: #ff5385;
  font-weight: bold;
}
/* :generic_traceback */
.dark .makeup .il {
  color: #ae81ff;
}
/* :number_integer_long */
.dark .makeup .k {
  color: #66d9ef;
}
/* :keyword */
.dark .makeup .kc {
  color: #66d9ef;
}
/* :keyword_constant */
.dark .makeup .kd {
  color: #66d9ef;
}
/* :keyword_declaration */
.dark .makeup .kn {
  color: #ff5385;
}
/* :keyword_namespace */
.dark .makeup .kp {
  color: #66d9ef;
}
/* :keyword_pseudo */
.dark .makeup .kr {
  color: #66d9ef;
}
/* :keyword_reserved */
.dark .makeup .kt {
  color: #66d9ef;
}
/* :keyword_type */
.dark .makeup .l {
  color: #ae81ff;
}
/* :literal */
.dark .makeup .ld {
  color: #ae81ff;
}
/* :literal_date */
.dark .makeup .m {
  color: #ae81ff;
}
/* :number */
.dark .makeup .mb {
  color: #ae81ff;
}
/* :number_bin */
.dark .makeup .mf {
  color: #ae81ff;
}
/* :number_float */
.dark .makeup .mh {
  color: #ae81ff;
}
/* :number_hex */
.dark .makeup .mi {
  color: #ae81ff;
}
/* :number_integer */
.dark .makeup .mo {
  color: #ae81ff;
}
/* :number_oct */
.dark .makeup .n {
  color: #f8f8f2;
}
/* :name */
.dark .makeup .na {
  color: #a6e22e;
}
/* :name_attribute */
.dark .makeup .nb {
  color: #f8f8f2;
}
/* :name_builtin */
.dark .makeup .nc {
  color: #a6e22e;
}
/* :name_class */
.dark .makeup .nd {
  color: #a6e22e;
}
/* :name_decorator */
.dark .makeup .ne {
  color: #a6e22e;
}
/* :name_exception */
.dark .makeup .nf {
  color: #a6e22e;
}
/* :name_function */
.dark .makeup .ni {
  color: #f8f8f2;
}
/* :name_entity */
.dark .makeup .nl {
  color: #f8f8f2;
}
/* :name_label */
.dark .makeup .nn {
  color: #f8f8f2;
}
/* :name_namespace */
.dark .makeup .no {
  color: #66d9ef;
}
/* :name_constant */
.dark .makeup .nt {
  color: #ff5385;
}
/* :name_tag */
.dark .makeup .nv {
  color: #f8f8f2;
}
/* :name_variable */
.dark .makeup .nx {
  color: #a6e22e;
}
/* :name_other */
.dark .makeup .o {
  color: #ff5385;
}
/* :operator */
.dark .makeup .ow {
  color: #ff5385;
}
/* :operator_word */
.dark .makeup .p {
  color: #f8f8f2;
}
/* :punctuation */
.dark .makeup .py {
  color: #f8f8f2;
}
/* :name_property */
.dark .makeup .s {
  color: #e6db74;
}
/* :string */
.dark .makeup .s1 {
  color: #e6db74;
}
/* :string_single */
.dark .makeup .s2 {
  color: #e6db74;
}
/* :string_double */
.dark .makeup .sa {
  color: #e6db74;
}
/* :string_affix */
.dark .makeup .sb {
  color: #e6db74;
}
/* :string_backtick */
.dark .makeup .sc {
  color: #e6db74;
}
/* :string_char */
.dark .makeup .sd {
  color: #e6db74;
}
/* :string_doc */
.dark .makeup .se {
  color: #ae81ff;
}
/* :string_escape */
.dark .makeup .sh {
  color: #e6db74;
}
/* :string_heredoc */
.dark .makeup .si {
  color: #e6db74;
}
/* :string_interpol */
.dark .makeup .sr {
  color: #e6db74;
}
/* :string_regex */
.dark .makeup .ss {
  color: #e6db74;
}
/* :string_symbol */
.dark .makeup .sx {
  color: #e6db74;
}
/* :string_other */
.dark .makeup .sx {
  color: #e6db74;
}
/* :string_sigil */
.dark .makeup .vc {
  color: #f8f8f2;
}
/* :name_variable_class */
.dark .makeup .vg {
  color: #f8f8f2;
}
/* :name_variable_global */
.dark .makeup .vi {
  color: #f8f8f2;
}
/* :name_variable_instance */
.dark .makeup .vm {
  color: #f8f8f2;
}
/* :name_variable_magic */
.dark .makeup .w {
  color: #fff;
}
.preload, .preload * {
  transition: none !important;
}
body, body * {
  transition: background-color 0.25s ease, color 0.25s ease;
}
#pick-up-phone {
	translate: 0 100%;
	transition: translate 500ms ease-in-out;
}
#pick-up-phone.is-visible {
	translate: 0 0;
}
#pick-up-overlay {
	opacity: 0;
	pointer-events: none;
	transition: opacity 500ms ease-in-out;
}
#pick-up-overlay.is-on {
	pointer-events: auto;
	opacity: 1;
}
/* Alpine.js */
/* https://alpinejs.dev/directives/cloak */
[x-cloak] { display: none !important; }
.hover\:bg-purple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(124 111 137 / var(--tw-bg-opacity));
}
.hover\:bg-brand-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 247 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}
.hover\:font-bold:hover {
  font-weight: 700;
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(60 67 73 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.focus\:ring-offset-indigo-700:focus {
  --tw-ring-offset-color: #4338ca;
}
.dark .dark\:prose-dark {
  color: #f5f6f7;
}
.dark .dark\:prose-dark :where(pre):not(:where([class~="not-prose"] *)) {
  background-color: #22272e;
}
.dark .dark\:prose-dark :where(h1):not(:where([class~="not-prose"] *)) {
  color: #f5f6f7;
}
.dark .dark\:prose-dark :where(h2):not(:where([class~="not-prose"] *)) {
  color: #f5f6f7;
}
.dark .dark\:prose-dark :where(h3):not(:where([class~="not-prose"] *)) {
  color: #f5f6f7;
}
.dark .dark\:prose-dark :where(h4):not(:where([class~="not-prose"] *)) {
  color: #f5f6f7;
}
.dark .dark\:prose-dark :where(a):not(:where([class~="not-prose"] *)) {
  color: #caa2f5;
}
.dark .dark\:prose-dark :where(a):not(:where([class~="not-prose"] *)):hover {
  background-color: #caa2f5;
  color: #fff;
}
.dark .dark\:prose-dark :where(a code):not(:where([class~="not-prose"] *)) {
  color: #3c4349;
}
.dark .dark\:prose-dark :where(code.makeup):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
}
.dark .dark\:prose-dark :where(strong):not(:where([class~="not-prose"] *)) {
  color: #f5f6f7;
}
.dark .dark\:prose-dark :where(ul li):not(:where([class~="not-prose"] *)) {
  margin-top: 0px;
  margin-bottom: 0px;
}
.dark .dark\:prose-dark :where(ul ul):not(:where([class~="not-prose"] *)) {
  margin-top: 0px;
  margin-bottom: 0px;
}
.dark .dark\:prose-dark :where(blockquote):not(:where([class~="not-prose"] *)) {
  color: #f4f6f7;
}
.dark .dark\:prose-dark :where(thead):not(:where([class~="not-prose"] *)) {
  color: #f4f6f7;
}
.dark .dark\:prose-dark :where(code):not(:where([class~="not-prose"] *)) {
  color: #3c4349;
}
.dark .dark\:prose-dark :where(pre code):not(:where([class~="not-prose"] *)) {
  color: #fff;
}
.dark .dark\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-divide-opacity));
}
.dark .dark\:border-brand-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(150 122 180 / var(--tw-border-opacity));
}
.dark .dark\:border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.dark .dark\:bg-body-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(61 68 73 / var(--tw-bg-opacity));
}
.dark .dark\:bg-nav-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(49 55 59 / var(--tw-bg-opacity));
}
.dark .dark\:bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.dark .dark\:bg-purple-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(202 162 245 / var(--tw-bg-opacity));
}
.dark .dark\:bg-footer-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(49 55 59 / var(--tw-bg-opacity));
}
.dark .dark\:bg-brand-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 111 137 / var(--tw-bg-opacity));
}
.dark .dark\:bg-brand-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 55 59 / var(--tw-bg-opacity));
}
.dark .dark\:bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.dark .dark\:text-purple-dark {
  --tw-text-opacity: 1;
  color: rgb(202 162 245 / var(--tw-text-opacity));
}
.dark .dark\:text-light-dark {
  --tw-text-opacity: 1;
  color: rgb(244 246 247 / var(--tw-text-opacity));
}
.dark .dark\:text-primary-dark {
  --tw-text-opacity: 1;
  color: rgb(245 246 247 / var(--tw-text-opacity));
}
.dark .dark\:text-heavy-dark {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .dark\:text-lighter-dark {
  --tw-text-opacity: 1;
  color: rgb(159 163 166 / var(--tw-text-opacity));
}
.dark .dark\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .dark\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.dark .hover\:dark\:bg-purple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(124 111 137 / var(--tw-bg-opacity));
}
.dark .dark\:hover\:bg-purple-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 162 245 / var(--tw-bg-opacity));
}
.dark .hover\:dark\:text-light-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(244 246 247 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

  .sm\:-m-4 {
    margin: -1rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

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

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

  .sm\:mt-4 {
    margin-top: 1rem;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:w-full {
    width: 100%;
  }

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

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

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

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

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

  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:gap-y-12 {
    row-gap: 3rem;
  }

  .sm\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

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

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

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

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

  .md\:ml-0 {
    margin-left: 0px;
  }

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

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

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

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-7 {
    width: 1.75rem;
  }

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

  .md\:w-1\/4 {
    width: 25%;
  }

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

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

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

  .md\:flex-row {
    flex-direction: row;
  }

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

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

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

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

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

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

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

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

  .md\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1024px) {

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

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

  .lg\:ml-8 {
    margin-left: 2rem;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-0 {
    width: 0px;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

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

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

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:gap-y-12 {
    row-gap: 3rem;
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

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

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

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

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

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px) {

  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:grid {
    display: grid;
  }

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

  .xl\:gap-8 {
    gap: 2rem;
  }

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