.glide{
  position:relative;
  width:100%;
  box-sizing:border-box
}

.glide *{
  box-sizing:inherit
}

.glide__track{
  overflow:hidden
}

.glide__slides{
  position:relative;
  width:100%;
  list-style:none;
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  transform-style:preserve-3d;
  touch-action:pan-Y;
  overflow:hidden;
  padding:0;
  white-space:nowrap;
  display:flex;
  flex-wrap:nowrap;
  will-change:transform
}

.glide__slides--dragging{
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none
}

.glide__slide{
  width:100%;
  height:100%;
  flex-shrink:0;
  white-space:normal;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color:transparent
}

.glide__slide a{
  -webkit-user-select:none;
          user-select:none;
  -webkit-user-drag:none;
  -moz-user-select:none;
  -ms-user-select:none
}

.glide__arrows{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none
}

.glide__bullets{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none
}

.glide--rtl{
  direction:rtl
}

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

  font-style:normal;

  font-weight:400;

  font-display:swap;

  src:url(/dist/a577b1b4ca8ee287ae5ef3260cf023eb-774934aa.woff) format("woff")
}

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

  font-style:italic;

  font-weight:400;

  font-display:swap;

  src:url(/dist/22696f6f821935377e646eb1ee36db24-2f24a6e2.woff) format("woff")
}

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

  font-style:normal;

  font-weight:700;

  font-display:swap;

  src:url(/dist/699addfb07f2ed89b5447714925d6966-472ccb7e.woff) format("woff")
}

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

  font-style:normal;

  font-weight:900;

  font-display:swap;

  src:url(/dist/767c109ce88092e52f8910a714f4cdfe-e14481ba.woff) format("woff")
}

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

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

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

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

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

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

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

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/*
Forms
=====
*/

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

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

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

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
Interactive
===========
*/

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

summary {
  display: list-item;
}

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

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

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

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

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

html {
  font-family: Avenir, Lato, Nunito, 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"; /* 1 */
  line-height: 1.5; /* 2 */
}

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #94a3b8;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #94a3b8;
}

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

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

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

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

.container{
  width:100%
}

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

@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:#334155;
  max-width:65ch;
}

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

.prose a{
  color:#0f172a;
  text-decoration:underline;
  font-weight:500
}

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

.prose ol[type="A"]{
  --list-counter-style:upper-alpha
}

.prose ol[type="a"]{
  --list-counter-style:lower-alpha
}

.prose ol[type="I"]{
  --list-counter-style:upper-roman
}

.prose ol[type="i"]{
  --list-counter-style:lower-roman
}

.prose ol[type="1"]{
  --list-counter-style:decimal
}

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

.prose ol > li::before{
  content:counter(list-item, var(--list-counter-style, decimal)) ".";
  position:absolute;
  font-weight:400;
  color:#64748b;
  left:0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose a code{
  color:#0f172a
}

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

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

.prose pre code::before{
  content:none
}

.prose pre code::after{
  content:none
}

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

.prose thead{
  color:#0f172a;
  font-weight:600;
  border-bottom-width:1px;
  border-bottom-color:#cbd5e1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.aspect-w-16{
  position:relative;
  padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%)
}


.aspect-w-16 > *{
  position:absolute;
  height:100%;
  width:100%;
  top:0;
  right:0;
  bottom:0;
  left:0
}

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

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

.pulses{
  border-radius:50%;
  box-shadow:0 0 0 0 #002a78;
  transform:scale(1);
  -webkit-animation:pulse 2s infinite;
          animation:pulse 2s infinite
}

.pulses--white{
  box-shadow:0 0 0 0 #f4f8ff;
  -webkit-animation:pulse--white 2s infinite;
          animation:pulse--white 2s infinite
}

@-webkit-keyframes pulse{
  0%{
    transform:scale(0.95);
    box-shadow:0 0 0 0 rgba(0,42,120,.7)
  }

  70%{
    transform:scale(1);
    box-shadow:0 0 0 .5rem rgba(0,42,120,0)
  }

  100%{
    transform:scale(0.95);
    box-shadow:0 0 0 0 rgba(0,42,120,0)
  }
}

@keyframes pulse{
  0%{
    transform:scale(0.95);
    box-shadow:0 0 0 0 rgba(0,42,120,.7)
  }

  70%{
    transform:scale(1);
    box-shadow:0 0 0 .5rem rgba(0,42,120,0)
  }

  100%{
    transform:scale(0.95);
    box-shadow:0 0 0 0 rgba(0,42,120,0)
  }
}

@-webkit-keyframes pulse--white{
  0%{
    transform:scale(0.95);
    box-shadow:0 0 0 0 rgba(244,248,255,.7)
  }

  70%{
    transform:scale(1);
    box-shadow:0 0 0 .5rem rgba(244,248,255,0)
  }

  100%{
    transform:scale(0.95);
    box-shadow:0 0 0 0 rgba(244,248,255,0)
  }
}

@keyframes pulse--white{
  0%{
    transform:scale(0.95);
    box-shadow:0 0 0 0 rgba(244,248,255,.7)
  }

  70%{
    transform:scale(1);
    box-shadow:0 0 0 .5rem rgba(244,248,255,0)
  }

  100%{
    transform:scale(0.95);
    box-shadow:0 0 0 0 rgba(244,248,255,0)
  }
}

.bg-blue-gradient-down{
  background:linear-gradient(0deg, #1e4493 0%, rgba(30, 68, 147, 0) 100%)
}

.bg-blue-gradient-down-opaque{
  background:linear-gradient(0deg, rgba(30, 68, 147, 0.6) 0%, rgba(30, 68, 147, 0) 100%)
}

.bg-green-gradient-down{
  background:linear-gradient(0deg, #378d54 0%, rgba(55, 141, 84, 0) 100%)
}

.bg-green-gradient-down-opaque{
  background:linear-gradient(0deg, rgba(101, 193, 120, 0.6) 0%, rgba(101, 193, 120, 0) 100%)
}

.bg-hero{
  background-attachment:fixed;
  background-position:40% 0;
  background-size:auto 100vh
}

@media(min-width: 640px){
  .bg-hero{
    background-attachment:local;
    background-position:top;
    background-size:cover
  }
}

.bg-hero-tiled{
  background-repeat:repeat
}

.bg-hero-70{
  background-attachment:fixed;
  background-position:40% 0;
  background-size:auto 100vh
}

@media(min-width: 640px){
  .bg-hero-70{
    background-attachment:local;
    background-position:top;
    background-size:cover;
    background-size:auto 70vh
  }
}

.bg-price-o-saurus{
  pointer-events:none;
  position:absolute;
  height:150px;
  right:0;
  bottom:-17px;
  left:1.5rem;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:100% 100%
}

@media (min-width: 768px){
  .bg-price-o-saurus{
    height:220px;
    bottom:-24px
  }
}

@media (min-width: 1024px){
  .bg-price-o-saurus{
    height:220px;
    left:25%;
    right:0;
    background-position:100% 100%
  }
}

@media (min-width: 1280px){
  .bg-price-o-saurus{
    height:280px;
    bottom:-30px;
    right:0;
    left:43%;
    background-position:0 100%
  }
}

.bg-price-o-saurus2{
  pointer-events:none;
  position:absolute;
  height:150px;
  right:10%;
  bottom:-19px;
  left:0;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:100% 100%
}

@media (min-width: 768px){
  .bg-price-o-saurus2{
    height:220px;
    bottom:-27px
  }
}

@media (min-width: 1024px){
  .bg-price-o-saurus2{
    height:280px;
    bottom:-35px
  }
}

@media (min-width: 1280px){
  .bg-price-o-saurus2{
    height:330px;
    bottom:-42px
  }
}

.bg-clouds{
  background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzIiIGhlaWdodD0iMzMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMyIDBjOC45ODIgMCAxNi43NjIgMi45MSAyMC41NDkgNy4xNTRDNjMuNTY2IDguMTE4IDcyIDEzLjUwMiA3MiAyMGMwIDcuMTgtMTAuMjk3IDEzLTIzIDEzLTQuODI0IDAtOS4zMDItLjg0LTEzLTIuMjc0QzMyLjMwMiAzMi4xNiAyNy44MjUgMzMgMjMgMzMgMTAuMjk3IDMzIDAgMjcuMTggMCAyMGMwLTQuNDQgMy45MzgtOC4zNiA5Ljk0OC0xMC43MDZDMTIuNzcgMy45MiAyMS41NzUgMCAzMiAweiIgZmlsbD0iI0UwRTlGQSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"),url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzIiIGhlaWdodD0iMzMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMyIDBjOC45ODIgMCAxNi43NjIgMi45MSAyMC41NDkgNy4xNTRDNjMuNTY2IDguMTE4IDcyIDEzLjUwMiA3MiAyMGMwIDcuMTgtMTAuMjk3IDEzLTIzIDEzLTQuODI0IDAtOS4zMDItLjg0LTEzLTIuMjc0QzMyLjMwMiAzMi4xNiAyNy44MjUgMzMgMjMgMzMgMTAuMjk3IDMzIDAgMjcuMTggMCAyMGMwLTQuNDQgMy45MzgtOC4zNiA5Ljk0OC0xMC43MDZDMTIuNzcgMy45MiAyMS41NzUgMCAzMiAweiIgZmlsbD0iI0UwRTlGQSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"),url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzIiIGhlaWdodD0iMzMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMyIDBjOC45ODIgMCAxNi43NjIgMi45MSAyMC41NDkgNy4xNTRDNjMuNTY2IDguMTE4IDcyIDEzLjUwMiA3MiAyMGMwIDcuMTgtMTAuMjk3IDEzLTIzIDEzLTQuODI0IDAtOS4zMDItLjg0LTEzLTIuMjc0QzMyLjMwMiAzMi4xNiAyNy44MjUgMzMgMjMgMzMgMTAuMjk3IDMzIDAgMjcuMTggMCAyMGMwLTQuNDQgMy45MzgtOC4zNiA5Ljk0OC0xMC43MDZDMTIuNzcgMy45MiAyMS41NzUgMCAzMiAweiIgZmlsbD0iI0UwRTlGQSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
  background-position:90% 50%;
  background-repeat:no-repeat,no-repeat,no-repeat;
  background-size:72px 33px,48px 22px,72px 33px
}

@media (min-width: 768px){
  .bg-clouds{
    background-position:4em 5em,70% 55%
  }
}

@media (min-width: 1024px){
  .bg-clouds{
    background-position:4em 5em,70% 50%
  }
}

@media (min-width: 1280px){
  .bg-clouds{
    background-position:10% 5em,65% 50%,-36px 92%
  }
}

.bg-people{
  pointer-events:none;
  position:absolute;
  top:0;
  right:0;
  bottom:-16px;
  left:0;
  background-size:360px;
  background-repeat:no-repeat;
  background-position:50% 100%
}

@media (min-width: 768px){
  .bg-people{
    background-size:contain;
    background-position:100% 100%;
    top:auto;
    right:7%;
    height:160px;
    bottom:-22px
  }
}

@media(min-width: 860px){
  .bg-people{
    height:200px
  }
}

@media(min-width: 1100px){
  .bg-people{
    bottom:-34px;
    height:280px
  }
}

@media (min-width: 1024px){
  .bg-people{
    right:5%
  }
}

@media (min-width: 1280px){
  .bg-people{
    right:0;
    left:45%;
    background-position:0 100%
  }
}

.bg-peekaboo{
  pointer-events:none;
  position:absolute;
  top:0;
  right:0;
  bottom:1%;
  left:0;
  background-size:auto 180px;
  background-repeat:no-repeat;
  background-position:100% 100%
}

@media(min-width: 860px){
  .bg-peekaboo{
    background-size:auto 240px
  }
}

@media(min-width: 1100px){
  .bg-peekaboo{
    background-size:auto 320px
  }
}

.bg-on-the-couch{
  pointer-events:none;
  position:absolute;
  top:0;
  right:0;
  bottom:-15px;
  left:0;
  background-size:280px;
  background-repeat:no-repeat;
  background-position:50% 100%
}

@media (min-width: 768px){
  .bg-on-the-couch{
    background-size:contain;
    background-position:100% 100%;
    top:auto;
    right:5%;
    height:220px;
    bottom:-13px
  }
}

@media(min-width: 860px){
  .bg-on-the-couch{
    height:280px
  }
}

@media (min-width: 1024px){
  .bg-on-the-couch{
    right:10%
  }
}

@media (min-width: 1280px){
  .bg-on-the-couch{
    right:0;
    left:55%;
    background-position:0 100%
  }
}

.bg-reading-on-the-couch{
  background-image:url(/dist/a3bb0fd2bb878c52b8c35a99da670ec3-c93578ad.svg);
  background-position:90% 100%;
  background-repeat:no-repeat;
  background-size:16rem;
  padding-top:6rem;
  padding-bottom:10rem
}

@media (min-width: 640px){
  .bg-reading-on-the-couch{
    padding-bottom:6rem;
    padding-top:8rem;
    background-size:20rem
  }
}

@media (min-width: 768px){
  .bg-reading-on-the-couch{
    padding-top:10rem
  }
}

@media (min-width: 1280px){
  .bg-reading-on-the-couch{
    padding-bottom:8rem;
    padding-top:14rem;
    background-position:100% 100%;
    background-size:24rem
  }
}

.bg-item-queue{
  background-image:url(/dist/5eb1db53a79dc9a4a5a54f308cecf82a-83d6ed91.svg);
  background-position:100% 100%;
  background-repeat:no-repeat;
  background-size:auto 4rem
}

@media (min-width: 768px){
  .bg-item-queue{
    background-position:50% 100%;
    background-size:auto 6rem
  }
}

.bg-map{
  background-image:url(/dist/fa3ae14067f2501b4446f9fe31c0b657-f492de40.svg);
  background-position:100% 0;
  background-repeat:no-repeat;
  background-size:60%
}

.bg-driver-map{
  --tw-bg-opacity:1;
  background-color:rgba(244, 248, 255, var(--tw-bg-opacity));
  background-image:url(/dist/1c2b014f437e4758c34b7b6ac72d944d-2db37585.png);
  background-position:100% 100%;
  background-repeat:no-repeat;
  background-size:contain
}

@media (min-width: 1024px){
  .bg-driver-map{
    background-size:contain
  }
}

@media (min-width: 768px){
  .bg-collection-items{
    background-image:url(/dist/b6e4859279aaa323167f603345ff5afd-d2407032.svg);
    background-position:90% 100%;
    background-repeat:no-repeat;
    background-size:auto 12rem
  }
}

@media (min-width: 1024px){
  .bg-collection-items{
    background-position:70% 100%;
    background-size:auto 16rem
  }
}

.form-business{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  margin-left:auto;
  margin-right:auto;
  max-width:24rem;
  margin-top:-8rem
}

@media (min-width: 768px){
  .form-business{
    margin-top:-10rem
  }
}

@media (min-width: 1024px){
  .form-business{
    margin-top:0;
    width:24rem;
    position:absolute;
    right:0;
    bottom:-14rem
  }
}

.prose.button strong,.prose.button h2,.prose.button h3{
  color:#fff
}

.prose.text-white strong,.prose.text-white h2,.prose.text-white h3{
  color:#fff;
  color:#fff
}

.button{
  --tw-bg-opacity:1;
  background-color:rgba(239, 125, 60, var(--tw-bg-opacity));
  border-radius:0.25rem;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  font-weight:700;
  font-size:1.125rem;
  line-height:1.75rem;
  line-height:1;
  padding-left:1.5rem;
  padding-right:1.5rem;
  padding-bottom:0.75rem;
  padding-top:1rem;
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity));
  white-space:nowrap;
  transition-property:background-color, border-color, color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.button:hover{
  --tw-bg-opacity:1;
  background-color:rgba(234, 88, 12, var(--tw-bg-opacity))
}

.button:focus{
  --tw-bg-opacity:1;
  background-color:rgba(234, 88, 12, var(--tw-bg-opacity));
  outline:2px solid transparent;
  outline-offset:2px
}

.button svg{
  position:relative;
  top:-0.1rem
}

.button.button--blue{
  --tw-bg-opacity:1;
  background-color:rgba(30, 68, 147, var(--tw-bg-opacity))
}

.button.button--blue:hover, .button.button--blue:focus{
  --tw-bg-opacity:1;
  background-color:rgba(58, 83, 152, var(--tw-bg-opacity))
}

.button.button--light-blue{
  --tw-bg-opacity:1;
  background-color:rgba(84, 113, 166, var(--tw-bg-opacity))
}

.button.button--light-blue:hover, .button.button--light-blue:focus{
  --tw-bg-opacity:1;
  background-color:rgba(57, 91, 160, var(--tw-bg-opacity))
}

.button.button--green{
  --tw-bg-opacity:1;
  background-color:rgba(72, 184, 109, var(--tw-bg-opacity))
}

.button.button--green:hover, .button.button--green:focus{
  --tw-bg-opacity:1;
  background-color:rgba(55, 141, 84, var(--tw-bg-opacity))
}

.button.button--secondary{
  --tw-bg-opacity:1;
  background-color:rgba(244, 248, 255, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(30, 68, 147, var(--tw-text-opacity))
}

.button.button--secondary:hover, .button.button--secondary:focus{
  --tw-bg-opacity:1;
  background-color:rgba(225, 232, 245, var(--tw-bg-opacity))
}

.button.button--large{
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:1rem;
  padding-top:1.25rem
}

.form-deliverymatch{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  margin-left:auto;
  margin-right:auto;
  max-width:24rem;
  margin-top:-8rem
}

@media (min-width: 768px){
  .form-deliverymatch{
    margin-top:-10rem
  }
}

@media (min-width: 1024px){
  .form-deliverymatch{
    margin-top:0;
    width:24rem;
    position:absolute;
    right:0;
    bottom:-10rem
  }
}

.dropdown{
  opacity:0;
  pointer-events:none;
  position:absolute;
  transition-property:opacity;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
  transition-duration:100ms
}

.dropdown-content{
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform-origin:top;
  --tw-scale-x:.95;
  --tw-scale-y:.95;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
  transition-duration:100ms
}

.dropdown.dropdown--open{
  opacity:1;
  pointer-events:auto;
  z-index:40;
  transition-timing-function:cubic-bezier(0.4, 0, 1, 1);
  transition-duration:75ms
}

.dropdown.dropdown--open .dropdown-content{
  --tw-scale-x:1;
  --tw-scale-y:1;
  transition-timing-function:cubic-bezier(0.4, 0, 1, 1);
  transition-duration:75ms
}

.dropdown-button{
  font-size:1.125rem;
  line-height:1.75rem;
  margin:0px;
  padding:0px;
  cursor:pointer;
  max-width:100%;
  position:relative;
  padding-right:2em;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#000
}

.dropdown-button:after{
  border-right:2px solid #5471a6;
  border-bottom:2px solid #5471a6;
  content:" ";
  display:block;
  height:.6rem;
  width:.6rem;
  position:absolute;
  top:.3rem;
  right:.8rem;
  transform:rotateZ(45deg)
}

.dropdown-button.is-empty{
  --tw-text-opacity:1;
  color:rgba(15, 23, 42, var(--tw-text-opacity));
  opacity:.25
}

.dropdown-button:hover:after{
  transform:rotateZ(45deg) scale(1.2)
}

.form-field{
  display:block
}

.form-label{
  display:block;
  font-weight:700;
  font-size:0.875rem;
  line-height:1.25rem;
  margin-top:0.5rem;
  margin-bottom:0.5rem;
  --tw-text-opacity:1;
  color:rgba(30, 68, 147, var(--tw-text-opacity))
}

.form-input, .form-textarea{
  --tw-bg-opacity:1;
  background-color:rgba(241, 245, 249, var(--tw-bg-opacity))
}

.form-input:focus, .form-textarea:focus{
  --tw-border-opacity:1;
  border-color:rgba(101, 130, 183, var(--tw-border-opacity))
}

.form-input, .form-textarea{
  border-radius:0.25rem;
  border-width:2px;
  font-weight:700
}

.form-input:focus, .form-textarea:focus{
  outline:2px solid transparent;
  outline-offset:2px
}

.form-input, .form-textarea{
  padding-top:0.75rem;
  padding-bottom:0.75rem;
  padding-left:1rem;
  padding-right:1rem
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder{
  --tw-text-opacity:1;
  color:rgba(148, 163, 184, var(--tw-text-opacity))
}

.form-input:-ms-input-placeholder, .form-textarea:-ms-input-placeholder{
  --tw-text-opacity:1;
  color:rgba(148, 163, 184, var(--tw-text-opacity))
}

.form-input::placeholder, .form-textarea::placeholder{
  --tw-text-opacity:1;
  color:rgba(148, 163, 184, var(--tw-text-opacity))
}

.form-input:not(:-moz-placeholder-shown), .form-textarea:not(:-moz-placeholder-shown){
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
}

.form-input:not(:-ms-input-placeholder), .form-textarea:not(:-ms-input-placeholder){
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
}

.form-input:not(:placeholder-shown), .form-textarea:not(:placeholder-shown){
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
}

.form-input:active, .form-input:focus, .form-textarea:active, .form-textarea:focus{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity))
}

.form-input:disabled,.form-textarea:disabled{
  opacity:.3
}

.hamburger{
  padding:0;
  height:24px;
  display:inline-block;
  cursor:pointer;
  font:inherit;
  color:inherit;
  text-transform:none;
  background-color:transparent;
  border:0;
  margin:0;
  overflow:visible
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{
  background-color:#000
}

.hamburger-box{
  width:40px;
  height:24px;
  display:inline-block;
  position:relative
}

.hamburger-inner{
  display:block;
  top:50%;
  margin-top:-2px
}

.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{
  width:40px;
  height:4px;
  background-color:#000;
  border-radius:4px;
  position:absolute;
  transition-property:background-color,transform;
  transition-duration:.15s;
  transition-timing-function:ease
}

.hamburger-inner::before,.hamburger-inner::after{
  content:"";
  display:block
}

.hamburger-inner::before{
  top:-10px
}

.hamburger-inner::after{
  bottom:-10px
}

.hamburger--minus .hamburger-inner::before,.hamburger--minus .hamburger-inner::after{
  transition:bottom .08s 0s ease-out,top .08s 0s ease-out,opacity 0s linear,background-color .15s ease
}

.hamburger--minus.is-active .hamburger-inner::before,.hamburger--minus.is-active .hamburger-inner::after{
  opacity:0;
  transition:bottom .08s ease-out,top .08s ease-out,opacity 0s .08s linear,background-color .15s ease
}

.hamburger--minus.is-active .hamburger-inner::before{
  top:0
}

.hamburger--minus.is-active .hamburger-inner::after{
  bottom:0
}

body.menu--open .hamburger-inner::before,body.menu--open .hamburger-inner::after{
  opacity:0;
  transition:bottom .08s ease-out,top .08s ease-out,opacity 0s .08s linear,background-color .15s ease
}

body.menu--open .hamburger-inner::before{
  top:0
}

body.menu--open .hamburger-inner::after{
  bottom:0
}

.menu{
  --tw-bg-opacity:1;
  background-color:rgba(244, 248, 255, var(--tw-bg-opacity));
  padding-left:1rem;
  padding-right:1rem;
  position:sticky;
  right:0px;
  left:0px;
  top:0px;
  z-index:50;
  transition-property:background-color, border-color, color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:300ms
}

.menu .logo-white{
  opacity:0
}

.menu .logo-white, .menu .logo-color{
  transition-property:opacity;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:500ms
}

@media (min-width: 1024px){
  .menu{
    padding-left:2.5rem;
    padding-right:2.5rem
  }
}

body.menu--open .menu{
  position:fixed
}

.menu-content{
  border-color:transparent;
  border-bottom-width:1px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:3rem;
  margin-left:auto;
  margin-right:auto;
  padding-left:0.5rem;
  padding-right:0.5rem;
  max-width:1400px
}

@media (min-width: 640px){
  .menu-content{
    height:4rem
  }
}

@media (min-width: 1024px){
  .menu-content{
    height:5rem;
    padding-left:0px;
    padding-right:0px
  }
}

.menu-item{
  border-radius:0.375rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:0.25rem;
  padding-top:0.5rem
}

.menu-item:first-child{
  margin-left:0px
}

.menu-item:hover{
  --tw-bg-opacity:1;
  background-color:rgba(226, 232, 240, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgba(0, 0, 0, var(--tw-text-opacity))
}

.menu-item.login{
  margin-right:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  text-align:right;
  width:9rem
}

@media(min-width: 1400px){
  .menu-item.login{
    width:10rem
  }
}

.menu-item.is-current{
  font-weight:700;
  --tw-text-opacity:1;
  color:rgba(0, 0, 0, var(--tw-text-opacity))
}

.menu--clear .menu-item{
  --tw-text-opacity:1;
  color:rgba(225, 232, 245, var(--tw-text-opacity))
}

.prose.menu--clear .menu-item:hover strong,.prose.menu--clear .menu-item:hover h2,.prose.menu--clear .menu-item:hover h3{
  color:#fff
}

.prose.text-white strong,.prose.text-white h2,.prose.text-white h3{
  color:#fff;
  color:#fff
}

.menu--clear .menu-item:hover{
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity:0.25;
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity))
}

.mobile-menu-item{
  display:block;
  margin-top:1rem;
  margin-bottom:1rem;
  opacity:.8;
  text-align:center
}

.mobile-menu-item:hover{
  --tw-text-opacity:1;
  color:rgba(0, 0, 0, var(--tw-text-opacity));
  text-decoration:underline
}

.mobile-menu-item.login{
  margin-top:3rem
}

.mobile-menu-item.is-current{
  font-weight:700;
  opacity:1;
  --tw-text-opacity:1;
  color:rgba(0, 0, 0, var(--tw-text-opacity))
}

body:not(.menu--open) .menu.menu--clear{
  background-color:transparent;
  --tw-text-opacity:1;
  color:rgba(0, 0, 0, var(--tw-text-opacity))
}

body:not(.menu--open) .menu.menu--clear .logo-color{
  opacity:0
}

body:not(.menu--open) .menu.menu--clear .logo-white{
  opacity:1
}

body:not(.menu--open) .menu.menu--clear .menu-content{
  --tw-border-opacity:1;
  border-color:rgba(241, 245, 249, var(--tw-border-opacity));
  --tw-border-opacity:0.25;
  --tw-text-opacity:1;
  color:rgba(241, 245, 249, var(--tw-text-opacity))
}

.prosebody:not(.menu--open) .menu.menu--clear .menu-item:hover strong,.prosebody:not(.menu--open) .menu.menu--clear .menu-item:hover h2,.prosebody:not(.menu--open) .menu.menu--clear .menu-item:hover h3{
  color:#fff
}

.prose.text-white strong,.prose.text-white h2,.prose.text-white h3{
  color:#fff;
  color:#fff
}

body:not(.menu--open) .menu.menu--clear .menu-item:hover{
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity))
}

.prosebody:not(.menu--open) .menu.menu--clear .menu-item.is-current strong,.prosebody:not(.menu--open) .menu.menu--clear .menu-item.is-current h2,.prosebody:not(.menu--open) .menu.menu--clear .menu-item.is-current h3{
  color:#fff
}

.prose.text-white strong,.prose.text-white h2,.prose.text-white h3{
  color:#fff;
  color:#fff
}

body:not(.menu--open) .menu.menu--clear .menu-item.is-current{
  --tw-text-opacity:1;
  color:rgba(255, 255, 255, var(--tw-text-opacity))
}

@media (min-width: 1024px){
}

body:not(.menu--open) .menu.menu--clear .hamburger-inner,body:not(.menu--open) .menu.menu--clear .hamburger-inner::before,body:not(.menu--open) .menu.menu--clear .hamburger-inner::after,body:not(.menu--open) .menu.menu--clear .hamburger.is-active .hamburger-inner,body:not(.menu--open) .menu.menu--clear .hamburger.is-active .hamburger-inner::before,body:not(.menu--open) .menu.menu--clear .hamburger.is-active .hamburger-inner::after{
  background-color:#fff
}

#mobile_menu{
  --tw-bg-opacity:1;
  background-color:rgba(244, 248, 255, var(--tw-bg-opacity));
  opacity:0;
  pointer-events:none;
  position:fixed;
  right:0px;
  left:0px;
  bottom:0px;
  top:3rem;
  z-index:50;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform-origin:top right;
  --tw-scale-x:.95;
  --tw-scale-y:.95;
  transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:300ms
}

@media (min-width: 640px){
  #mobile_menu{
    top:4rem
  }
}

body.menu--open #mobile_menu{
  opacity:1;
  overflow-x:hidden;
  overflow-y:scroll;
  pointer-events:auto;
  --tw-scale-x:1;
  --tw-scale-y:1
}

@media(pointer: none){
  body.menu--open{
    overflow:hidden
  }
}

.recent-packages{
  min-height:500px;
  max-width:100vw;
  overflow:hidden
}

.recent-package{
  opacity:0;
  pointer-events:none
}

.recent-package.recent-package--current{
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
  transition-duration:500ms;
  opacity:1;
  pointer-events:auto;
  transform:none;
  z-index:30
}

.recent-package.recent-package--next2{
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
  transition-duration:500ms;
  transform:translateX(100%) scale(0.4) perspective(512px) rotate3d(0, 1, 0, -60deg);
  z-index:10
}

.recent-package.recent-package--next{
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
  transition-duration:500ms;
  opacity:.3;
  transform:translateX(110%);
  z-index:20
}

.recent-package.recent-package--prev{
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
  transition-duration:500ms;
  opacity:.3;
  transform:translateX(-110%);
  z-index:20
}

.recent-package.recent-package--prev2{
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
  transition-duration:500ms;
  transform:translateX(-100%) scale(0.4) perspective(512px) rotate3d(0, 1, 0, 60deg);
  z-index:10
}

@media (min-width: 1024px){
  .recent-package.recent-package--next{
    opacity:1;
    pointer-events:auto
  }

  .recent-package.recent-package--prev{
    opacity:1;
    pointer-events:auto
  }
}

.rich-text{
  line-height:1.625
}

.rich-text>*{
  margin-top:1rem;
  margin-bottom:1rem
}

.rich-text h1, .rich-text h2, .rich-text h3{
  font-weight:700;
  font-size:1.125rem;
  line-height:1.75rem
}

.rich-text ul{
  list-style-type:disc
}

.rich-text ol{
  list-style-type:decimal
}

.rich-text ol li, .rich-text ul li{
  margin-top:1rem;
  margin-bottom:1rem;
  margin-left:2rem
}

.has-links a{
  font-weight:700;
  --tw-text-opacity:1;
  color:rgba(239, 125, 60, var(--tw-text-opacity));
  transition-property:background-color, border-color, color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.has-links a:hover{
  --tw-text-opacity:1;
  color:rgba(251, 146, 60, var(--tw-text-opacity))
}

.rich-text a, .with-links a{
  font-weight:700;
  --tw-text-opacity:1;
  color:rgba(239, 125, 60, var(--tw-text-opacity));
  transition-property:background-color, border-color, color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.rich-text a:hover, .with-links a:hover{
  --tw-text-opacity:1;
  color:rgba(251, 146, 60, var(--tw-text-opacity))
}

.link{
  font-weight:700;
  --tw-text-opacity:1;
  color:rgba(239, 125, 60, var(--tw-text-opacity));
  transition-property:background-color, border-color, color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.link:hover{
  --tw-text-opacity:1;
  color:rgba(251, 146, 60, var(--tw-text-opacity))
}

.link:focus{
  --tw-text-opacity:1;
  color:rgba(251, 146, 60, var(--tw-text-opacity))
}

.flex-2{
  flex:2 2 0%
}

.flex-3{
  flex:3 3 0%
}

.footer-header{
  font-weight:700;
  margin-bottom:1rem
}

.footer-link{
  display:block;
  margin-top:0.5rem;
  margin-bottom:0.5rem
}

.footer-link:hover{
  text-decoration:underline
}

.footer-link:focus{
  text-decoration:underline
}

.hyphenate{
  -webkit-hyphens:auto;
      -ms-hyphens:auto;
          hyphens:auto;
  hyphenate-limit-chars:6 3 3;
  hyphenate-limit-lines:2;
  hyphenate-limit-last:always;
  hyphenate-limit-zone:8%
}

.stick-to-header{
  position:sticky;
  top:3rem
}

@media (min-width: 640px){
  .stick-to-header{
    top:4rem
  }
}

@media (min-width: 1024px){
  .stick-to-header{
    top:5rem
  }
}

.line-clamp-3{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-overflow:ellipsis
}

.prose.prose-lg h1{
  margin-top:2em
}

.prose a{
  font-weight:700;
  --tw-text-opacity:1;
  color:rgba(239, 125, 60, var(--tw-text-opacity));
  transition-property:background-color, border-color, color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.prose a:hover{
  --tw-text-opacity:1;
  color:rgba(251, 146, 60, var(--tw-text-opacity))
}

.prose.text-white strong,.prose.text-white h2,.prose.text-white h3{
  color:#fff
}

.prose.seo-text img{
  margin-left:auto;
  margin-right:auto;
  max-height:12rem
}

.prose h2,.prose h3{
  margin-bottom:.1em
}

.has-submenu:hover+.submenu, .submenu:hover{
  display:block;
  z-index:30
}

.has-submenu:has(+.submenu:hover){
  --tw-bg-opacity:1;
  background-color:rgba(226, 232, 240, var(--tw-bg-opacity))
}

.alert_notification{
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
  --tw-text-opacity:1;
  color:rgba(0, 0, 0, var(--tw-text-opacity));
  background-color:#e0ad16;
  text-wrap:balance;
  text-align:center
}

.alert_notification a{
  font-weight:700;
  padding-left:0.5rem;
  padding-right:0.5rem
}

.alert_notification a:hover{
  text-decoration:underline
}

.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)))
}

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

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(0.5rem * var(--tw-space-x-reverse));
  margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.75rem * var(--tw-space-y-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-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(1rem * var(--tw-space-x-reverse));
  margin-left:calc(1rem * calc(1 - var(--tw-space-x-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-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-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(4rem * var(--tw-space-y-reverse))
}

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

.bg-blue-100{
  --tw-bg-opacity:1;
  background-color:rgba(244, 248, 255, var(--tw-bg-opacity))
}

.bg-blue-900{
  --tw-bg-opacity:1;
  background-color:rgba(30, 68, 147, var(--tw-bg-opacity))
}

.bg-gray-50{
  --tw-bg-opacity:1;
  background-color:rgba(248, 250, 252, var(--tw-bg-opacity))
}

.bg-gray-100{
  --tw-bg-opacity:1;
  background-color:rgba(241, 245, 249, var(--tw-bg-opacity))
}

.bg-gray-200{
  --tw-bg-opacity:1;
  background-color:rgba(226, 232, 240, var(--tw-bg-opacity))
}

.bg-gray-400{
  --tw-bg-opacity:1;
  background-color:rgba(148, 163, 184, var(--tw-bg-opacity))
}

.bg-gray-600{
  --tw-bg-opacity:1;
  background-color:rgba(71, 85, 105, var(--tw-bg-opacity))
}

.bg-green-500{
  --tw-bg-opacity:1;
  background-color:rgba(72, 184, 109, var(--tw-bg-opacity))
}

.bg-green-700{
  --tw-bg-opacity:1;
  background-color:rgba(55, 141, 84, var(--tw-bg-opacity))
}

.bg-green-900{
  --tw-bg-opacity:1;
  background-color:rgba(20, 83, 45, var(--tw-bg-opacity))
}

.bg-orange-500{
  --tw-bg-opacity:1;
  background-color:rgba(239, 125, 60, var(--tw-bg-opacity))
}

.bg-pink-600{
  --tw-bg-opacity:1;
  background-color:rgba(219, 39, 119, var(--tw-bg-opacity))
}

.bg-yellow-500{
  --tw-bg-opacity:1;
  background-color:rgba(234, 179, 8, var(--tw-bg-opacity))
}

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

.hover\:bg-blue-200:hover{
  --tw-bg-opacity:1;
  background-color:rgba(225, 232, 245, var(--tw-bg-opacity))
}

.hover\:bg-blue-800:hover{
  --tw-bg-opacity:1;
  background-color:rgba(58, 83, 152, var(--tw-bg-opacity))
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity:1;
  background-color:rgba(241, 245, 249, var(--tw-bg-opacity))
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity:1;
  background-color:rgba(226, 232, 240, var(--tw-bg-opacity))
}

.focus\:bg-blue-800:focus{
  --tw-bg-opacity:1;
  background-color:rgba(58, 83, 152, var(--tw-bg-opacity))
}

.current.current\:bg-blue-100, .current .current\:bg-blue-100, :checked + .current\:bg-blue-100, :checked + * .current\:bg-blue-100{
  --tw-bg-opacity:1;
  background-color:rgba(244, 248, 255, var(--tw-bg-opacity))
}

.current.current\:bg-gray-100, .current .current\:bg-gray-100, :checked + .current\:bg-gray-100, :checked + * .current\:bg-gray-100{
  --tw-bg-opacity:1;
  background-color:rgba(241, 245, 249, var(--tw-bg-opacity))
}

.current.current\:bg-orange-500, .current .current\:bg-orange-500, :checked + .current\:bg-orange-500, :checked + * .current\:bg-orange-500{
  --tw-bg-opacity:1;
  background-color:rgba(239, 125, 60, var(--tw-bg-opacity))
}

.bg-opacity-60{
  --tw-bg-opacity:0.6
}

.bg-opacity-90{
  --tw-bg-opacity:0.90
}

.bg-center{
  background-position:center
}

.bg-no-repeat{
  background-repeat:no-repeat
}

.bg-contain{
  background-size:contain
}

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

.border-blue-300{
  --tw-border-opacity:1;
  border-color:rgba(203, 212, 230, var(--tw-border-opacity))
}

.border-gray-100{
  --tw-border-opacity:1;
  border-color:rgba(241, 245, 249, var(--tw-border-opacity))
}

.border-gray-200{
  --tw-border-opacity:1;
  border-color:rgba(226, 232, 240, var(--tw-border-opacity))
}

.border-red-500{
  --tw-border-opacity:1;
  border-color:rgba(239, 61, 61, var(--tw-border-opacity))
}

.border-opacity-25{
  --tw-border-opacity:0.25
}

.rounded-sm{
  border-radius:0.125rem
}

.rounded{
  border-radius:0.25rem
}

.rounded-md{
  border-radius:0.375rem
}

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

.rounded-xl{
  border-radius:0.75rem
}

.rounded-2xl{
  border-radius:1rem
}

.rounded-full{
  border-radius:9999px
}

.rounded-l{
  border-top-left-radius:0.25rem;
  border-bottom-left-radius:0.25rem
}

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

.rounded-l-lg{
  border-top-left-radius:0.5rem;
  border-bottom-left-radius:0.5rem
}

.border-0{
  border-width:0px
}

.border-2{
  border-width:2px
}

.border{
  border-width:1px
}

.border-b-2{
  border-bottom-width:2px
}

.border-t-8{
  border-top-width:8px
}

.border-b-8{
  border-bottom-width:8px
}

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

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

.cursor-default{
  cursor:default
}

.cursor-pointer{
  cursor:pointer
}

.block{
  display:block
}

.inline-block{
  display:inline-block
}

.flex{
  display:flex
}

.inline-flex{
  display:inline-flex
}

.table{
  display:table
}

.grid{
  display:grid
}

.inline-grid{
  display:inline-grid
}

.hidden{
  display:none
}

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

.current.current\:block, .current .current\:block, :checked + .current\:block, :checked + * .current\:block{
  display:block
}

.current.current\:hidden, .current .current\:hidden, :checked + .current\:hidden, :checked + * .current\:hidden{
  display:none
}

body.loggedin .loggedin\:block{
  display:block
}

body.loggedin .loggedin\:flex{
  display:flex
}

body.loggedin .loggedin\:hidden{
  display:none
}

.flex-row{
  flex-direction:row
}

.flex-row-reverse{
  flex-direction:row-reverse
}

.flex-col{
  flex-direction:column
}

.flex-wrap{
  flex-wrap:wrap
}

.items-start{
  align-items:flex-start
}

.items-end{
  align-items:flex-end
}

.items-center{
  align-items:center
}

.justify-start{
  justify-content:flex-start
}

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

.justify-center{
  justify-content:center
}

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

.flex-1{
  flex:1 1 0%
}

.flex-none{
  flex:none
}

.flex-shrink-0{
  flex-shrink:0
}

.order-1{
  order:1
}

.order-2{
  order:2
}

.font-normal{
  font-weight:400
}

.font-medium{
  font-weight:500
}

.font-semibold{
  font-weight:600
}

.font-bold{
  font-weight:700
}

.font-black{
  font-weight:900
}

.h-2{
  height:0.5rem
}

.h-3{
  height:0.75rem
}

.h-4{
  height:1rem
}

.h-5{
  height:1.25rem
}

.h-6{
  height:1.5rem
}

.h-8{
  height:2rem
}

.h-9{
  height:2.25rem
}

.h-10{
  height:2.5rem
}

.h-12{
  height:3rem
}

.h-14{
  height:3.5rem
}

.h-16{
  height:4rem
}

.h-20{
  height:5rem
}

.h-24{
  height:6rem
}

.h-28{
  height:7rem
}

.h-32{
  height:8rem
}

.h-40{
  height:10rem
}

.h-48{
  height:12rem
}

.h-64{
  height:16rem
}

.h-px{
  height:1px
}

.h-screen{
  height:100vh
}

.text-xs{
  font-size:0.75rem;
  line-height:1rem
}

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

.text-base{
  font-size:1rem;
  line-height:1.5rem
}

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

.text-xl{
  font-size:1.25rem;
  line-height:1.75rem
}

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

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

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

.text-5xl{
  font-size:3rem;
  line-height:1
}

.text-6xl{
  font-size:3.75rem;
  line-height:1
}

.text-tiny{
  font-size:.65rem
}

.leading-none{
  line-height:1
}

.leading-tight{
  line-height:1.25
}

.leading-snug{
  line-height:1.375
}

.leading-relaxed{
  line-height:1.625
}

.leading-loose{
  line-height:2
}

.m-2{
  margin:0.5rem
}

.m-3{
  margin:0.75rem
}

.m-4{
  margin:1rem
}

.-m-1{
  margin:-0.25rem
}

.-m-3{
  margin:-0.75rem
}

.my-1{
  margin-top:0.25rem;
  margin-bottom:0.25rem
}

.my-2{
  margin-top:0.5rem;
  margin-bottom:0.5rem
}

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

.my-3{
  margin-top:0.75rem;
  margin-bottom:0.75rem
}

.my-4{
  margin-top:1rem;
  margin-bottom:1rem
}

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

.my-6{
  margin-top:1.5rem;
  margin-bottom:1.5rem
}

.my-8{
  margin-top:2rem;
  margin-bottom:2rem
}

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

.my-12{
  margin-top:3rem;
  margin-bottom:3rem
}

.my-16{
  margin-top:4rem;
  margin-bottom:4rem
}

.my-20{
  margin-top:5rem;
  margin-bottom:5rem
}

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

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

.ml-0{
  margin-left:0px
}

.mt-1{
  margin-top:0.25rem
}

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

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

.mt-2{
  margin-top:0.5rem
}

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

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

.ml-2{
  margin-left:0.5rem
}

.mt-3{
  margin-top:0.75rem
}

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

.mt-4{
  margin-top:1rem
}

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

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

.ml-4{
  margin-left:1rem
}

.ml-5{
  margin-left:1.25rem
}

.mt-6{
  margin-top:1.5rem
}

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

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

.ml-6{
  margin-left:1.5rem
}

.ml-7{
  margin-left:1.75rem
}

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

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

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

.ml-8{
  margin-left:2rem
}

.mt-10{
  margin-top:2.5rem
}

.mt-12{
  margin-top:3rem
}

.mr-12{
  margin-right:3rem
}

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

.mt-16{
  margin-top:4rem
}

.mr-16{
  margin-right:4rem
}

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

.mt-20{
  margin-top:5rem
}

.mb-20{
  margin-bottom:5rem
}

.mt-24{
  margin-top:6rem
}

.mb-24{
  margin-bottom:6rem
}

.mt-32{
  margin-top:8rem
}

.mb-40{
  margin-bottom:10rem
}

.ml-auto{
  margin-left:auto
}

.-mt-0{
  margin-top:0px
}

.-mt-1{
  margin-top:-0.25rem
}

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

.-ml-4{
  margin-left:-1rem
}

.-mt-6{
  margin-top:-1.5rem
}

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

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

.-mt-16{
  margin-top:-4rem
}

.-mt-20{
  margin-top:-5rem
}

.-mt-24{
  margin-top:-6rem
}

.-mt-0\.5{
  margin-top:-0.125rem
}

.-mb-1\.5{
  margin-bottom:-0.375rem
}

.max-h-screen{
  max-height:100vh
}

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

.max-w-sm{
  max-width:24rem
}

.max-w-md{
  max-width:28rem
}

.max-w-lg{
  max-width:32rem
}

.max-w-xl{
  max-width:36rem
}

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

.max-w-3xl{
  max-width:48rem
}

.max-w-full{
  max-width:100%
}

.max-w-screen-xs{
  max-width:480px
}

.max-w-screen-sm{
  max-width:640px
}

.max-w-screen-md{
  max-width:768px
}

.max-w-screen-lg{
  max-width:1024px
}

.max-w-screen-xl{
  max-width:1280px
}

.max-w-screen-2xl{
  max-width:1536px
}

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

.object-cover{
  -o-object-fit:cover;
     object-fit:cover
}

.opacity-0{
  opacity:0
}

.opacity-50{
  opacity:0.5
}

.opacity-75{
  opacity:0.75
}

.opacity-80{
  opacity:.8
}

.opacity-90{
  opacity:0.9
}

.opacity-100{
  opacity:1
}

.hover\:opacity-80:hover{
  opacity:.8
}

.hover\:opacity-100:hover{
  opacity:1
}

.focus\:opacity-100:focus{
  opacity:1
}

.outline-none{
  outline:2px solid transparent;
  outline-offset:2px
}

.focus\:outline-none:focus{
  outline:2px solid transparent;
  outline-offset:2px
}

.overflow-hidden{
  overflow:hidden
}

.overflow-x-auto{
  overflow-x:auto
}

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

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

.p-1{
  padding:0.25rem
}

.p-2{
  padding:0.5rem
}

.p-3{
  padding:0.75rem
}

.p-4{
  padding:1rem
}

.p-6{
  padding:1.5rem
}

.p-8{
  padding:2rem
}

.p-12{
  padding:3rem
}

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

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

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

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

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

.px-3{
  padding-left:0.75rem;
  padding-right:0.75rem
}

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

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

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

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

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

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

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

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

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

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

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

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

.py-px{
  padding-top:1px;
  padding-bottom:1px
}

.pt-0{
  padding-top:0px
}

.pt-1{
  padding-top:0.25rem
}

.pl-1{
  padding-left:0.25rem
}

.pt-2{
  padding-top:0.5rem
}

.pb-2{
  padding-bottom:0.5rem
}

.pt-3{
  padding-top:0.75rem
}

.pl-3{
  padding-left:0.75rem
}

.pt-4{
  padding-top:1rem
}

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

.pl-4{
  padding-left:1rem
}

.pt-5{
  padding-top:1.25rem
}

.pr-5{
  padding-right:1.25rem
}

.pl-5{
  padding-left:1.25rem
}

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

.pb-6{
  padding-bottom:1.5rem
}

.pl-6{
  padding-left:1.5rem
}

.pt-8{
  padding-top:2rem
}

.pr-8{
  padding-right:2rem
}

.pb-8{
  padding-bottom:2rem
}

.pt-10{
  padding-top:2.5rem
}

.pt-12{
  padding-top:3rem
}

.pt-16{
  padding-top:4rem
}

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

.pt-20{
  padding-top:5rem
}

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

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

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

.pb-28{
  padding-bottom:7rem
}

.pt-32{
  padding-top:8rem
}

.pb-32{
  padding-bottom:8rem
}

.pb-40{
  padding-bottom:10rem
}

.pb-56{
  padding-bottom:14rem
}

.pt-0\.5{
  padding-top:0.125rem
}

.placeholder-gray-900::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(15, 23, 42, var(--tw-placeholder-opacity))
}

.placeholder-gray-900:-ms-input-placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(15, 23, 42, var(--tw-placeholder-opacity))
}

.placeholder-gray-900::placeholder{
  --tw-placeholder-opacity:1;
  color:rgba(15, 23, 42, var(--tw-placeholder-opacity))
}

.placeholder-opacity-50::-moz-placeholder{
  --tw-placeholder-opacity:0.5
}

.placeholder-opacity-50:-ms-input-placeholder{
  --tw-placeholder-opacity:0.5
}

.placeholder-opacity-50::placeholder{
  --tw-placeholder-opacity:0.5
}

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

.pointer-events-auto{
  pointer-events:auto
}

.static{
  position:static
}

.fixed{
  position:fixed
}

.absolute{
  position:absolute
}

.relative{
  position:relative
}

.inset-0{
  top:0px;
  right:0px;
  bottom:0px;
  left:0px
}

.inset-y-0{
  top:0px;
  bottom:0px
}

.inset-x-0{
  right:0px;
  left:0px
}

.top-0{
  top:0px
}

.right-0{
  right:0px
}

.top-2{
  top:0.5rem
}

.right-2{
  right:0.5rem
}

.top-4{
  top:1rem
}

.top-12{
  top:3rem
}

.top-24{
  top:6rem
}

.left-full{
  left:100%
}

.current.current\:left-0, .current .current\:left-0, :checked + .current\:left-0, :checked + * .current\:left-0{
  left:0px
}

*{
  --tw-shadow:0 0 #0000
}

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

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

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

.shadow-xl{
  --tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-ptu{
  --tw-shadow:0 9px 35px 0 rgba(0,0,0,0.08);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

*{
  --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgba(101, 130, 183, 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000
}

.text-left{
  text-align:left
}

.text-center{
  text-align:center
}

.text-right{
  text-align:right
}

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

.text-blue-100{
  --tw-text-opacity:1;
  color:rgba(244, 248, 255, var(--tw-text-opacity))
}

.text-blue-200{
  --tw-text-opacity:1;
  color:rgba(225, 232, 245, var(--tw-text-opacity))
}

.text-blue-300{
  --tw-text-opacity:1;
  color:rgba(203, 212, 230, var(--tw-text-opacity))
}

.text-blue-600{
  --tw-text-opacity:1;
  color:rgba(84, 113, 166, var(--tw-text-opacity))
}

.text-blue-800{
  --tw-text-opacity:1;
  color:rgba(58, 83, 152, var(--tw-text-opacity))
}

.text-blue-900{
  --tw-text-opacity:1;
  color:rgba(30, 68, 147, var(--tw-text-opacity))
}

.text-gray-100{
  --tw-text-opacity:1;
  color:rgba(241, 245, 249, var(--tw-text-opacity))
}

.text-gray-200{
  --tw-text-opacity:1;
  color:rgba(226, 232, 240, var(--tw-text-opacity))
}

.text-gray-300{
  --tw-text-opacity:1;
  color:rgba(203, 213, 225, var(--tw-text-opacity))
}

.text-gray-400{
  --tw-text-opacity:1;
  color:rgba(148, 163, 184, var(--tw-text-opacity))
}

.text-gray-500{
  --tw-text-opacity:1;
  color:rgba(100, 116, 139, var(--tw-text-opacity))
}

.text-gray-600{
  --tw-text-opacity:1;
  color:rgba(71, 85, 105, var(--tw-text-opacity))
}

.text-gray-700{
  --tw-text-opacity:1;
  color:rgba(51, 65, 85, var(--tw-text-opacity))
}

.text-gray-800{
  --tw-text-opacity:1;
  color:rgba(30, 41, 59, var(--tw-text-opacity))
}

.text-gray-900{
  --tw-text-opacity:1;
  color:rgba(15, 23, 42, var(--tw-text-opacity))
}

.text-green-300{
  --tw-text-opacity:1;
  color:rgba(134, 239, 172, var(--tw-text-opacity))
}

.text-green-500{
  --tw-text-opacity:1;
  color:rgba(72, 184, 109, var(--tw-text-opacity))
}

.text-orange-100{
  --tw-text-opacity:1;
  color:rgba(255, 237, 213, var(--tw-text-opacity))
}

.text-orange-500{
  --tw-text-opacity:1;
  color:rgba(239, 125, 60, var(--tw-text-opacity))
}

.text-red-400{
  --tw-text-opacity:1;
  color:rgba(248, 113, 113, var(--tw-text-opacity))
}

.hover\:text-blue-700:hover{
  --tw-text-opacity:1;
  color:rgba(57, 91, 160, var(--tw-text-opacity))
}

.hover\:text-gray-200:hover{
  --tw-text-opacity:1;
  color:rgba(226, 232, 240, var(--tw-text-opacity))
}

.hover\:text-gray-800:hover{
  --tw-text-opacity:1;
  color:rgba(30, 41, 59, var(--tw-text-opacity))
}

.hover\:text-gray-900:hover{
  --tw-text-opacity:1;
  color:rgba(15, 23, 42, var(--tw-text-opacity))
}

.current.current\:text-blue-900, .current .current\:text-blue-900, :checked + .current\:text-blue-900, :checked + * .current\:text-blue-900{
  --tw-text-opacity:1;
  color:rgba(30, 68, 147, var(--tw-text-opacity))
}

.current.current\:text-gray-900, .current .current\:text-gray-900, :checked + .current\:text-gray-900, :checked + * .current\:text-gray-900{
  --tw-text-opacity:1;
  color:rgba(15, 23, 42, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-gray-900{
  --tw-text-opacity:1;
  color:rgba(15, 23, 42, var(--tw-text-opacity))
}

.truncate{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}

.italic{
  font-style:italic
}

.uppercase{
  text-transform:uppercase
}

.underline{
  text-decoration:underline
}

.group:hover .group-hover\:no-underline{
  text-decoration:none
}

.hover\:underline:hover{
  text-decoration:underline
}

.hover\:no-underline:hover{
  text-decoration:none
}

.focus\:underline:focus{
  text-decoration:underline
}

.tracking-tight{
  letter-spacing:-0.025em
}

.tracking-wide{
  letter-spacing:0.025em
}

.tracking-wider{
  letter-spacing:0.05em
}

.visible{
  visibility:visible
}

.invisible{
  visibility:hidden
}

.whitespace-nowrap{
  white-space:nowrap
}

.w-2{
  width:0.5rem
}

.w-4{
  width:1rem
}

.w-5{
  width:1.25rem
}

.w-6{
  width:1.5rem
}

.w-8{
  width:2rem
}

.w-9{
  width:2.25rem
}

.w-10{
  width:2.5rem
}

.w-12{
  width:3rem
}

.w-14{
  width:3.5rem
}

.w-16{
  width:4rem
}

.w-20{
  width:5rem
}

.w-24{
  width:6rem
}

.w-32{
  width:8rem
}

.w-36{
  width:9rem
}

.w-40{
  width:10rem
}

.w-48{
  width:12rem
}

.w-64{
  width:16rem
}

.w-72{
  width:18rem
}

.w-80{
  width:20rem
}

.w-96{
  width:24rem
}

.w-144{
  width:36rem
}

.w-auto{
  width:auto
}

.w-full{
  width:100%
}

.w-screen{
  width:100vw
}

.z-0{
  z-index:0
}

.z-10{
  z-index:10
}

.z-20{
  z-index:20
}

.z-40{
  z-index:40
}

.z-50{
  z-index:50
}

.gap-0{
  gap:0px
}

.gap-2{
  gap:0.5rem
}

.gap-4{
  gap:1rem
}

.gap-6{
  gap:1.5rem
}

.gap-x-2{
  -moz-column-gap:0.5rem;
       column-gap:0.5rem
}

.gap-x-32{
  -moz-column-gap:8rem;
       column-gap:8rem
}

.gap-y-8{
  row-gap:2rem
}

.gap-y-24{
  row-gap:6rem
}

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

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

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

.origin-bottom{
  transform-origin:bottom
}

.scale-75{
  --tw-scale-x:.75;
  --tw-scale-y:.75
}

.scale-90{
  --tw-scale-x:.9;
  --tw-scale-y:.9
}

.scale-100{
  --tw-scale-x:1;
  --tw-scale-y:1
}

.focus\:scale-110:focus{
  --tw-scale-x:1.1;
  --tw-scale-y:1.1
}

.group:hover .group-hover\:scale-110{
  --tw-scale-x:1.1;
  --tw-scale-y:1.1
}

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

.transition{
  transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.transition-colors{
  transition-property:background-color, border-color, color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

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

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

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

.duration-150{
  transition-duration:150ms
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px){
  .xs\:block{
    display:block
  }

  .xs\:inline{
    display:inline
  }

  .xs\:grid{
    display:grid
  }

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

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

  .xs\:ml-0{
    margin-left:0px
  }

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

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

  .xs\:text-center{
    text-align:center
  }
}

@media (min-width: 640px){
  .sm\:rounded-lg{
    border-radius:0.5rem
  }

  .sm\:flex{
    display:flex
  }

  .sm\:grid{
    display:grid
  }

  .sm\:h-6{
    height:1.5rem
  }

  .sm\:h-40{
    height:10rem
  }

  .sm\:h-72{
    height:18rem
  }

  .sm\:text-base{
    font-size:1rem;
    line-height:1.5rem
  }

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

  .sm\:text-2xl{
    font-size:1.5rem;
    line-height:2rem
  }

  .sm\:text-5xl{
    font-size:3rem;
    line-height:1
  }

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

  .sm\:my-12{
    margin-top:3rem;
    margin-bottom:3rem
  }

  .sm\:my-16{
    margin-top:4rem;
    margin-bottom:4rem
  }

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

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

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

  .sm\:ml-16{
    margin-left:4rem
  }

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

  .sm\:max-w-sm{
    max-width:24rem
  }

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

  .sm\:p-8{
    padding:2rem
  }

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

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

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

  .sm\:pb-16{
    padding-bottom:4rem
  }

  .sm\:pt-24{
    padding-top:6rem
  }

  .sm\:pt-32{
    padding-top:8rem
  }

  .sm\:top-16{
    top:4rem
  }

  .sm\:w-6{
    width:1.5rem
  }

  .sm\:w-20{
    width:5rem
  }

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

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

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

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

@media (min-width: 768px){
  .md\:prose-lg{
    font-size:1.125rem;
    line-height:1.7777778;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block{
    display:block
  }

  .md\:flex{
    display:flex
  }

  .md\:grid{
    display:grid
  }

  .md\:h-12{
    height:3rem
  }

  .md\:h-32{
    height:8rem
  }

  .md\:h-36{
    height:9rem
  }

  .md\:h-48{
    height:12rem
  }

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

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

  .md\:text-5xl{
    font-size:3rem;
    line-height:1
  }

  .md\:leading-tight{
    line-height:1.25
  }

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

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

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

  .md\:my-24{
    margin-top:6rem;
    margin-bottom:6rem
  }

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

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

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

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

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

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

  .md\:mr-8{
    margin-right:2rem
  }

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

  .md\:mt-10{
    margin-top:2.5rem
  }

  .md\:mt-12{
    margin-top:3rem
  }

  .md\:mt-16{
    margin-top:4rem
  }

  .md\:mr-16{
    margin-right:4rem
  }

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

  .md\:ml-16{
    margin-left:4rem
  }

  .md\:mt-20{
    margin-top:5rem
  }

  .md\:mt-28{
    margin-top:7rem
  }

  .md\:mb-28{
    margin-bottom:7rem
  }

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

  .md\:-mt-24{
    margin-top:-6rem
  }

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

  .md\:max-w-screen-lg{
    max-width:1024px
  }

  .md\:max-w-screen-xl{
    max-width:1280px
  }

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

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

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

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

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

  .md\:py-32{
    padding-top:8rem;
    padding-bottom:8rem
  }

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

  .md\:pl-0{
    padding-left:0px
  }

  .md\:pr-12{
    padding-right:3rem
  }

  .md\:pb-16{
    padding-bottom:4rem
  }

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

  .md\:pb-24{
    padding-bottom:6rem
  }

  .md\:pt-32{
    padding-top:8rem
  }

  .md\:pt-40{
    padding-top:10rem
  }

  .md\:pb-40{
    padding-bottom:10rem
  }

  .md\:relative{
    position:relative
  }

  .md\:text-left{
    text-align:left
  }

  .md\:w-64{
    width:16rem
  }

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

  .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\:grid-cols-4{
    grid-template-columns:repeat(4, minmax(0, 1fr))
  }

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

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

  .md\:row-span-2{
    grid-row:span 2 / span 2
  }
}

@media (min-width: 1024px){
  .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\: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)))
  }

  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(3rem * var(--tw-space-x-reverse));
    margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:block{
    display:block
  }

  .lg\:flex{
    display:flex
  }

  .lg\:hidden{
    display:none
  }

  .lg\:flex-row{
    flex-direction:row
  }

  .lg\:flex-col{
    flex-direction:column
  }

  .lg\:flex-nowrap{
    flex-wrap:nowrap
  }

  .lg\:justify-between{
    justify-content:space-between
  }

  .lg\:flex-none{
    flex:none
  }

  .lg\:order-1{
    order:1
  }

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

  .lg\:h-12{
    height:3rem
  }

  .lg\:h-16{
    height:4rem
  }

  .lg\:h-20{
    height:5rem
  }

  .lg\:h-24{
    height:6rem
  }

  .lg\:h-28{
    height:7rem
  }

  .lg\:h-48{
    height:12rem
  }

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

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

  .lg\:my-6{
    margin-top:1.5rem;
    margin-bottom:1.5rem
  }

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

  .lg\:mx-16{
    margin-left:4rem;
    margin-right:4rem
  }

  .lg\:my-24{
    margin-top:6rem;
    margin-bottom:6rem
  }

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

  .lg\:ml-0{
    margin-left:0px
  }

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

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

  .lg\:ml-4{
    margin-left:1rem
  }

  .lg\:mt-6{
    margin-top:1.5rem
  }

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

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

  .lg\:mr-12{
    margin-right:3rem
  }

  .lg\:mt-16{
    margin-top:4rem
  }

  .lg\:mt-24{
    margin-top:6rem
  }

  .lg\:mr-96{
    margin-right:24rem
  }

  .lg\:-mb-20{
    margin-bottom:-5rem
  }

  .lg\:-mt-24{
    margin-top:-6rem
  }

  .lg\:-mt-48{
    margin-top:-12rem
  }

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

  .lg\:max-w-lg{
    max-width:32rem
  }

  .lg\:max-w-xl{
    max-width:36rem
  }

  .lg\:max-w-full{
    max-width:100%
  }

  .lg\:max-w-screen-lg{
    max-width:1024px
  }

  .lg\:max-w-screen-xl{
    max-width:1280px
  }

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

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

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

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

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

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

  .lg\:py-8{
    padding-top:2rem;
    padding-bottom:2rem
  }

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

  .lg\:pb-0{
    padding-bottom:0px
  }

  .lg\:pr-6{
    padding-right:1.5rem
  }

  .lg\:pt-8{
    padding-top:2rem
  }

  .lg\:pr-12{
    padding-right:3rem
  }

  .lg\:pt-16{
    padding-top:4rem
  }

  .lg\:pb-20{
    padding-bottom:5rem
  }

  .lg\:pt-32{
    padding-top:8rem
  }

  .lg\:pt-40{
    padding-top:10rem
  }

  .lg\:pt-48{
    padding-top:12rem
  }

  .lg\:top-20{
    top:5rem
  }

  .lg\:text-left{
    text-align:left
  }

  .lg\:w-28{
    width:7rem
  }

  .lg\:w-48{
    width:12rem
  }

  .lg\:w-72{
    width:18rem
  }

  .lg\:w-96{
    width:24rem
  }

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

  .lg\:w-px{
    width:1px
  }

  .lg\:w-full{
    width:100%
  }

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

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

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

  .xl\:flex{
    display:flex
  }

  .xl\:h-16{
    height:4rem
  }

  .xl\:text-6xl{
    font-size:3.75rem;
    line-height:1
  }

  .xl\:my-20{
    margin-top:5rem;
    margin-bottom:5rem
  }

  .xl\:ml-20{
    margin-left:5rem
  }

  .xl\:max-w-3xl{
    max-width:48rem
  }

  .xl\:max-w-screen-lg{
    max-width:1024px
  }

  .xl\:max-w-screen-xl{
    max-width:1280px
  }

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

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

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

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

  .xl\:px-20{
    padding-left:5rem;
    padding-right:5rem
  }

  .xl\:px-24{
    padding-left:6rem;
    padding-right:6rem
  }

  .xl\:pt-8{
    padding-top:2rem
  }

  .xl\:pr-20{
    padding-right:5rem
  }

  .xl\:pb-24{
    padding-bottom:6rem
  }

  .xl\:pb-28{
    padding-bottom:7rem
  }

  .xl\:pb-48{
    padding-bottom:12rem
  }

  .xl\:gap-4{
    gap:1rem
  }

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

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

@media (min-width: 1536px){
  .\32xl\:pb-20{
    padding-bottom:5rem
  }
}
