/*
! tailwindcss v3.4.0 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: Inter var, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: 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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

[type='text'],input:where(:not([type])),[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, input:where(:not([type])):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;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-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],[size]:where(select:not([size="1"])) {
  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");
}

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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");
}

@media (forced-colors: active)  {

  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 480px) {

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

  .container {
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 782px) {

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

  .container {
    max-width: 960px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
@media (min-width: 1200px) {

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

  .container {
    max-width: 1440px;
  }
}
.prose {
  color: #1f2937;
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  color: #075985;
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover {
  color: #14B8A6;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #14B8A6;
  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"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #0EA5E9;
  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"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.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-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --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-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --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: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.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;
}
.pointer-events-none {
  pointer-events: none;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-left-1 {
  left: -0.25rem;
}
.-left-10 {
  left: -2.5rem;
}
.-right-1 {
  right: -0.25rem;
}
.-top-10 {
  top: -2.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-44 {
  left: 11rem;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-32 {
  top: 8rem;
}
.left-1 {
  left: 0.25rem;
}
.top-1 {
  top: 0.25rem;
}
.top-20 {
  top: 5rem;
}
.isolate {
  isolation: isolate;
}
.-z-10 {
  z-index: -10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.order-first {
  order: -9999;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.m-1 {
  margin: 0.25rem;
}
.m-14 {
  margin: 3.5rem;
}
.m-6 {
  margin: 1.5rem;
}
.m-8 {
  margin: 2rem;
}
.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-44 {
  margin-bottom: -11rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-mt-36 {
  margin-top: -9rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!aspect-square {
  aspect-ratio: 1 / 1 !important;
}
.aspect-\[5\/4\] {
  aspect-ratio: 5/4;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}
.size-16 {
  width: 4rem;
  height: 4rem;
}
.size-24 {
  width: 6rem;
  height: 6rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-1 {
  height: 0.25rem;
}
.h-1\/2 {
  height: 50%;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-32 {
  height: 8rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-\[64rem\] {
  height: 64rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.h-10 {
  height: 2.5rem;
}
.h-5 {
  height: 1.25rem;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-screen-1\/2 {
  min-height: 55vh;
}
.min-h-screen-3\/4 {
  min-height: 75vh;
}
.w-1\/2 {
  width: 50%;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-3\/4 {
  width: 75%;
}
.w-32 {
  width: 8rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-96 {
  width: 24rem;
}
.w-\[22\.875rem\] {
  width: 22.875rem;
}
.w-\[26rem\] {
  width: 26rem;
}
.w-\[48rem\] {
  width: 48rem;
}
.w-\[64rem\] {
  width: 64rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.w-10 {
  width: 2.5rem;
}
.w-5 {
  width: 1.25rem;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -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));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  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));
}
.-translate-y-1\/2 {
  --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));
}
.translate-x-full {
  --tw-translate-x: 100%;
  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));
}
.-rotate-\[12deg\] {
  --tw-rotate: -12deg;
  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));
}
@keyframes fade-in {

  0% {
    opacity: 0;
    transform: (0, 50%, 0);
  }

  100% {
    opacity: 1;
  }
}
.animate-fadeIn {
  animation: fade-in 1s ease-in-out 50ms 1 forwards;
}
@keyframes fade-in-left {

  0% {
    opacity: 0;
    transform: translate3d(35%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate-fadeInLeft {
  animation: fade-in-left 1s ease-in-out 500ms 1 forwards;
}
@keyframes fade-in-right {

  0% {
    opacity: 0;
    transform: translate3d(-35%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate-fadeInRight {
  animation: fade-in-right 1s ease-in-out 500ms 1 forwards;
}
@keyframes fade-move-down {

  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}
.animate-scroll-alert {
  animation: fade-move-down 1.5s ease-in-out infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.snap-center {
  scroll-snap-align: center;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.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-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));
}
.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));
}
.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-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));
}
.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-900\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0.1);
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.\!rounded-md {
  border-radius: 0.375rem !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.\!border-4 {
  border-width: 4px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-4 {
  border-width: 4px;
}
.\!border-l-\[10px\] {
  border-left-width: 10px !important;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-dotted {
  border-style: dotted;
}
.\!border-\[\#1D2F46\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 47 70 / var(--tw-border-opacity)) !important;
}
.border-\[\#d94f4f\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 79 79 / var(--tw-border-opacity));
}
.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.bg-\[\#1D2F46\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 47 70 / var(--tw-bg-opacity));
}
.bg-\[\#E4DCB8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 220 184 / var(--tw-bg-opacity));
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-dark-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(248 155 32 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}
.bg-gray-950\/75 {
  background-color: rgb(3 7 18 / 0.75);
}
.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}
.bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}
.bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}
.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}
.bg-\[radial-gradient\(circle\2c transparent_25\%\2c color-mix\(in_srgb\2c _theme\(colors\.blue\.500\)_var\(--opacity\)\2c transparent\)_100\%\)\] {
  background-image: radial-gradient(circle,transparent 25%,color-mix(in srgb, #3b82f6 var(--opacity),transparent) 100%);
}
.bg-\[url\(\/screenshots\/profile\.png\)\] {
  background-image: url(/screenshots/profile.png);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-orange-400 {
  --tw-gradient-from: #fb923c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-500 {
  --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-900 {
  --tw-gradient-from: #7c2d12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-gray-900\/80 {
  --tw-gradient-to: rgb(17 24 39 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-gray-900 {
  --tw-gradient-to: #111827 var(--tw-gradient-to-position);
}
.to-orange-800 {
  --tw-gradient-to: #9a3412 var(--tw-gradient-to-position);
}
.to-yellow-500 {
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}
.to-35\% {
  --tw-gradient-to-position: 35%;
}
.to-50\% {
  --tw-gradient-to-position: 50%;
}
.bg-\[size\:1000px_560px\] {
  background-size: 1000px 560px;
}
.bg-clip-border {
  background-clip: border-box;
}
.bg-clip-content {
  background-clip: content-box;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-\[left_-109px_top_-112px\] {
  background-position: left -109px top -112px;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-gray-50 {
  fill: #f9fafb;
}
.stroke-gray-200 {
  stroke: #e5e7eb;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.\!p-0 {
  padding: 0px !important;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-fancy {
  font-family: "quotes-script";
}
.font-heading {
  font-family: "futura-pt-condensed";
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-subheading {
  font-family: "ff-dax-pro";
}
.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-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-sm\/6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-xs\/5 {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.\!leading-relaxed {
  line-height: 1.625 !important;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#dae8ea\] {
  --tw-text-opacity: 1;
  color: rgb(218 232 234 / var(--tw-text-opacity));
}
.text-dark-gold {
  --tw-text-opacity: 1;
  color: rgb(248 155 32 / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / 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));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}
.text-sky-950 {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}
.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.decoration-coral {
  text-decoration-color: #FF9690;
}
.decoration-dark-gold {
  text-decoration-color: #F89B20;
}
.decoration-wavy {
  text-decoration-style: wavy;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-5 {
  opacity: 0.05;
}
.opacity-50 {
  opacity: 0.5;
}
.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);
}
.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-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);
}
.shadow-black\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-1 {
  outline-width: 1px;
}
.-outline-offset-1 {
  outline-offset: -1px;
}
.outline-black\/10 {
  outline-color: rgb(0 0 0 / 0.1);
}
.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-8 {
  --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(8px + 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-inset {
  --tw-ring-inset: inset;
}
.ring-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}
.ring-blue-500\/\[8\%\] {
  --tw-ring-color: rgb(59 130 246 / 8%);
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.ring-gray-400\/10 {
  --tw-ring-color: rgb(156 163 175 / 0.1);
}
.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.ring-white\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}
.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);
}
.invert {
  --tw-invert: invert(100%);
  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-sm {
  --tw-backdrop-blur: blur(4px);
  -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 {
  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;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide {
  margin: 2rem 0;
  max-width: 1200px !important;
}
.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 600px) {

  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}
.wp-caption {
  display: inline-block;
}
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}
.animation-delay-1000 {
  animation-delay: 1000ms;
}
.animation-delay-500 {
  animation-delay: 500ms;
}
.\[mask-image\:radial-gradient\(100\%_100\%_at_top_right\2c white\2c transparent\)\] {
  -webkit-mask-image: radial-gradient(100% 100% at top right,white,transparent);
          mask-image: radial-gradient(100% 100% at top right,white,transparent);
}
.\[mask-image\:radial-gradient\(closest-side\2c white\2c transparent\)\] {
  -webkit-mask-image: radial-gradient(closest-side,white,transparent);
          mask-image: radial-gradient(closest-side,white,transparent);
}
.bg-onboarding {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%231b263a' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
}
.carousel-slide.active {
    opacity: 1;
    pointer-events: all;
}
.menu-item {
  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: 200ms;
}
.menu-item:hover {
  --tw-text-opacity: 1;
  color: rgb(248 155 32 / var(--tw-text-opacity));
}
.current-menu-item {
  --tw-text-opacity: 1;
  color: rgb(248 155 32 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: #F89B20;
  text-decoration-style: wavy;
  text-underline-offset: 4px;
}
.link-fancy {
  text-decoration-line: underline;
  text-decoration-color: #FF9690;
  text-decoration-style: wavy;
  text-underline-offset: 4px;
}
.scroll-snap-x {
    scroll-snap-type: x mandatory;
}
.snap-center {
    scroll-snap-align: center;
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
@keyframes fade_move_down {
    0% {
        transform: translate(0, -20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(0, 20px);
        opacity: 0;
    }
}
.animate-scroll-alert {
    animation: fade_move_down 1.5s ease-in-out infinite;
}
.bg-repeat {
    background-image: url("https://moutain-motors.vanquish/wp-content/uploads/2024/06/wood-grain.jpg");
    background-size: 500px 500px;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
}
.animatedFadeInUp {
    opacity: 0;
}
.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.bg-food {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 260 260' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-opacity='.4' fill-rule='evenodd'%3E%3Cpath d='m24.4 16c.2.6.4 1.3.5 2h-3.7l1.2 2.3.5.9h-.2v6.8c2.2 1.7 2.7 4.8 1 7-.8 1-1.9 1.7-3.2 1.9-.9 3.6-4.1 6.1-7.8 6.1h-20.1c-3.6 0-6.8-2.5-7.7-6-2.7-.5-4.6-3-4.2-5.8.2-1.3.9-2.5 1.9-3.2v-6.8l-.8-1.6-.4-.9.9-.4.6-.3h-2.8c2.7-12.4 15-20.2 27.4-17.4 8 1.8 14.4 7.7 16.9 15.4zm-36.8 2c-.2 0-.3 0-.4.1l-3.1 1.6.9 1.8 1.3-.7c.8-.4 1.8-.4 2.7 0l2.2 1.1c.3.1.6.1.9 0l2.2-1.1c.8-.4 1.8-.4 2.7 0l2.2 1.1c.3.1.6.1.9 0l2.2-1.1c.8-.4 1.8-.4 2.7 0l2.2 1.1c.3.1.6.1.9 0l2.9-1.3c.8-.3 1.7-.3 2.4 0l2.9 1.3c.3.1.6.1.9 0l3.1-1.5-.9-1.8-1.4.7c-.8.4-1.7.4-2.6 0l-2.8-1.2c-.1 0-.3 0-.4 0-.1 0-.3 0-.4 0l-2.8 1.2c-.8.4-1.8.3-2.6 0l-2.3-1.1c-.1 0-.3-.1-.5-.1-.2 0-.3 0-.4.1l-2.2 1.1c-.8.4-1.8.4-2.7 0l-2.2-1.1c-.1 0-.3-.1-.4-.1-.2 0-.3 0-.4.1l-2.2 1.1c-.8.4-1.8.4-2.7 0l-2.2-1.1c-.1 0-.3-.1-.4-.1zm0-2h-4.9c3.8-10.9 15.8-16.7 26.8-12.8 6 2.1 10.7 6.8 12.8 12.8h-2.1c0-.1-.3 0-.3 0h-32.4zm30.3 7.7 1.4-.7h1.3v2h-36v-1.1l.3-.2 1.4-.7h2.6l1.4.7c.8.4 1.8.4 2.7 0l1.4-.7h2.6l1.4.7c.8.4 1.8.4 2.7 0l1.4-.7h2.6l1.4.7c.8.4 1.7.4 2.6 0l1.7-.7h3.2l1.7.7c.8.4 1.8.3 2.6 0zm-31.7 3.3 16.4 4.9 16.4-4.9zm-.6 2h.3l16.7 5 16.7-5h.3c1.7 0 3 1.3 3 3s-1.3 3-3 3h-34c-1.7 0-3-1.3-3-3s1.3-3 3-3zm1.3 8c.8 2.4 3.1 4 5.7 4h20c2.5 0 4.8-1.6 5.7-4h-31.3z'/%3E%3Cpath d='m284.4 16c.2.6.4 1.3.5 2h-3.7l1.2 2.3.5.9h-.2v6.8c2.2 1.7 2.7 4.8 1 7-.8 1-1.9 1.7-3.2 1.9-.9 3.6-4.1 6.1-7.8 6.1h-20c-3.6 0-6.8-2.5-7.7-6-2.7-.5-4.6-3-4.2-5.8.2-1.3.9-2.5 1.9-3.2v-6.8l-.8-1.6-.4-.9.9-.4.6-.3h-2.9c2.8-12.4 15.1-20.2 27.5-17.4 8 1.8 14.4 7.7 16.9 15.4zm-36.9 2c-.2 0-.3 0-.4.1l-3.1 1.6.9 1.8 1.3-.7c.8-.4 1.8-.4 2.7 0l2.2 1.1c.3.1.6.1.9 0l2.2-1.1c.8-.4 1.8-.4 2.7 0l2.2 1.1c.3.1.6.1.9 0l2.2-1.1c.8-.4 1.8-.4 2.7 0l2.2 1.1c.3.1.6.1.9 0l2.9-1.3c.8-.3 1.7-.3 2.4 0l2.9 1.3c.3.1.6.1.9 0l3.1-1.5-.9-1.8-1.4.7c-.8.4-1.7.4-2.6 0l-2.8-1.2c-.1 0-.3 0-.4 0-.1 0-.3 0-.4 0l-2.8 1.2c-.8.4-1.8.3-2.6 0l-2.3-1.1c-.1 0-.3-.1-.5-.1-.2 0-.3 0-.4.1l-2.2 1.1c-.8.4-1.8.4-2.7 0l-2.2-1.1c-.1 0-.3-.1-.4-.1-.2 0-.3 0-.4.1l-2.2 1.1c-.8.4-1.8.4-2.7 0l-2.2-1.1c-.1 0-.3-.1-.4-.1zm0-2h-4.9c3.9-10.9 15.9-16.7 26.8-12.8 6 2.1 10.7 6.8 12.8 12.8h-2.1c0-.1-.3 0-.3 0zm30.4 7.7 1.4-.7h1.3v2h-36v-1.1l.3-.2 1.4-.7h2.6l1.4.7c.8.4 1.8.4 2.7 0l1.4-.7h2.6l1.4.7c.8.4 1.8.4 2.7 0l1.4-.7h2.6l1.4.7c.8.4 1.7.4 2.6 0l1.7-.7h3.2l1.7.7c.8.4 1.8.3 2.6 0zm-31.7 3.3 16.4 4.9 16.4-4.9zm-.7 2h.3l16.7 5 16.7-5h.3c1.7 0 3 1.3 3 3s-1.3 3-3 3h-34c-1.7 0-3-1.3-3-3s1.3-3 3-3zm1.4 8c.8 2.4 3.1 4 5.6 4h20c2.5 0 4.8-1.6 5.7-4z'/%3E%3Cpath d='m159.5 21c-1.3-3.6-4.7-6-8.5-6h-42c-3.8 0-7.2 2.4-8.5 6-3.3.3-5.8 3.2-5.5 6.5.2 2.9 2.6 5.2 5.5 5.5-1.7 4.7.8 9.8 5.4 11.5 1 .3 2 .5 3 .5h42c5 0 9-4 9-9 0-1-.2-2.1-.5-3 3.3-.3 5.8-3.2 5.5-6.5-.2-2.9-2.6-5.3-5.5-5.5zm-8.5-4h-42c-2.7 0-5.2 1.6-6.3 4h54.7c-1.2-2.4-3.6-4-6.3-4zm-9.3 26c2.1-1.7 3.3-4.3 3.3-7h-2c0 3.9-3.1 7-7 7h-4.3c2.1-1.7 3.3-4.3 3.3-7h-2c0 3.9-3.1 7-7 7h-4.3c2.1-1.7 3.3-4.3 3.3-7h-2c0 3.9-3.1 7-7 7h-7c-3.9 0-7-3.1-7-7s3.1-7 7-7h42c3.9 0 7 3.1 7 7s-3.1 7-7 7zm-32.7-16c-3 0-5.8 1.5-7.5 4h-.5c-2.2 0-4-1.8-4-4s1.8-4 4-4h58c2.2 0 4 1.8 4 4s-1.8 4-4 4h-.5c-1.7-2.5-4.5-4-7.5-4z'/%3E%3Cpath d='m39 115c4.4 0 8-3.6 8-8s-3.6-8-8-8-8 3.6-8 8 3.6 8 8 8zm6-8c0 3.3-2.7 6-6 6s-6-2.7-6-6 2.7-6 6-6 6 2.7 6 6zm-3-29v-2h8v-6h-10c-2.2 0-4 1.8-4 4v10h-14l-1.3 4-.7 2h2.2l3.8 40h26l3.8-40h2.2l-.7-2-1.3-4h-14zm-4-4v10h2v-10h8v-2h-8c-1.1 0-2 .9-2 2zm2 12h14.6l.7 2h-32.5l.7-2h16.6zm13.8 4h-29.6l3.6 38h22.4z'/%3E%3Cpath d='m129 92h-6v4h-6v4h-6v14h-3l.2 2 3.8 32h36l3.8-32 .2-2h-3v-14h-6v-4h-6v-4zm18 22v-12h-4v4h3v8zm-3 0v-6h-4v6zm-6 6v-16h-4v19.2c1.6-.7 3-1.8 4-3.2zm-6 3.8v-23.8h-4v23.8c1.3.3 2.7.3 4 0zm-6-.6v-19.2h-4v16c1 1.4 2.4 2.5 4 3.2zm-6-9.2v-6h-4v6zm-6 0v-8h3v-4h-4v12zm27-12v-4h-4v4h3v4h1zm-6 0v-8h-4v4h3v4zm-6-4v-4h-4v8h1v-4zm-6 4v-4h-4v8h1v-4zm7 24c5.9 0 10.9-4.2 11.8-10h7.9l-3.5 30h-32.4l-3.5-30h7.9c1 5.8 6 10 11.8 10z'/%3E%3C/g%3E%3Cg opacity='.2'%3E%3Cpath d='m-1.3 213.7c-.5 0-.9.4-.9.9s.4.9.9.9.9-.4.9-.9-.4-.9-.9-.9z'/%3E%3Cpath d='m-14 191c-.5 0-.9.4-.9.9v17.3c0 .5.4.9.9.9s.9-.4.9-.9v-17.3c0-.5-.4-.9-.9-.9z'/%3E%3Cpath d='m-6.8 191c-.5 0-.9.4-.9.9v17.3c0 .5.4.9.9.9s.9-.4.9-.9v-17.3c0-.5-.4-.9-.9-.9z'/%3E%3Cpath d='m9.6 193.5h-4.5v-2.7c1.4-1.1 2.1-2.9 1.7-4.6s-1.7-3-3.4-3.4c-.9-.2-1.8-.1-2.6.2-.8-1.3-2.3-2.1-3.8-2.1s-1.2.1-1.7.3c-1.5-1.4-3.5-2.2-5.6-2.2s-5.3 1.4-6.8 3.7c-4.7-.3-8.6 3.5-8.6 8.1v10.9c0 1.5 1.2 2.7 2.8 2.7s.7 0 .9-.2v16.6c0 2.5 2 4.5 4.5 4.5h18c2.5 0 4.5-2 4.5-4.5v-2.7h4.5c2.5 0 4.5-2 4.5-4.5v-15.5c0-2.5-2-4.5-4.5-4.5zm-6.4 26.3h-2.7c-.5 0-.9.4-.9.9s.4.9.9.9h2.6c-.4 1.1-1.4 1.8-2.6 1.8h-18.1c-1.2 0-2.2-.8-2.6-1.8h13.4c.5 0 .9-.4.9-.9s-.4-.9-.9-.9h-13.5v-24.7c2-.3 3.8-1.6 4.7-3.5.2 0 .4 0 .5.2 1 1 2.4 1.6 3.8 1.6s2.9-.6 3.9-1.7h.2c1.4 0 2.3.3 2.7.9.3.5.3 1.2.3 1.7v3.7c0 1.2.8 2.2 1.8 2.6v14.7c0 .5.4.9.9.9s.9-.4.9-.9v-14.7c1.1-.4 1.8-1.4 1.8-2.6v-6.4c.6.1 1.3.1 1.9 0v28.2zm-2.4-30.3c-.3-.1-.6-.1-.9 0-.3.2-.4.5-.4.8v7.6c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-3.7c0-.7 0-1.8-.7-2.7-.8-1.1-2.2-1.7-4.2-1.7s-1.1.2-1.5.6c-.7.7-1.6 1.1-2.6 1.1s-1.9-.4-2.5-1c-.5-.5-1.1-.7-1.7-.7s-1.3.4-1.6 1c-.8 1.6-2.3 2.5-4 2.5-.5 0-.9.4-.9.9v7.2c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-10.9c0-3.5 2.9-6.3 6.4-6.3s.5 0 .8 0c.4 0 .7-.1.9-.5 1.1-2 3.2-3.3 5.5-3.3s3.5.8 4.7 2.1c.3.3.8.4 1.2.2.4-.3.9-.4 1.4-.4 1.2 0 2.2.7 2.6 1.8 0 .3.3.5.6.6.3 0 .6 0 .8-.1.6-.4 1.4-.6 2.1-.4 1 .2 1.8 1 2 2 .5 2.3-1.8 4.2-4.1 3zm4.2 9.4h3.6v13.7h-3.6zm7.3 14.6c0 1.5-1.2 2.7-2.7 2.7h-4.5v-1.8h4.5c.5 0 .9-.4.9-.9v-15.5c0-.5-.4-.9-.9-.9h-4.5v-1.8h4.5c1.5 0 2.7 1.2 2.7 2.7z'/%3E%3Cpath d='m9.6 193.5h-4.5v-2.7c1.4-1.1 2.1-2.9 1.7-4.6s-1.7-3-3.4-3.4c-.9-.2-1.8-.1-2.6.2-.8-1.3-2.3-2.1-3.8-2.1s-1.2.1-1.7.3c-1.5-1.4-3.5-2.2-5.6-2.2s-5.3 1.4-6.8 3.7c-4.7-.3-8.6 3.5-8.6 8.1v10.9c0 1.5 1.2 2.7 2.8 2.7s.7 0 .9-.2v16.6c0 2.5 2 4.5 4.5 4.5h18c2.5 0 4.5-2 4.5-4.5v-2.7h4.5c2.5 0 4.5-2 4.5-4.5v-15.5c0-2.5-2-4.5-4.5-4.5zm-6.4 26.3h-2.7c-.5 0-.9.4-.9.9s.4.9.9.9h2.6c-.4 1.1-1.4 1.8-2.6 1.8h-18.1c-1.2 0-2.2-.8-2.6-1.8h13.4c.5 0 .9-.4.9-.9s-.4-.9-.9-.9h-13.5v-24.7c2-.3 3.8-1.6 4.7-3.5.2 0 .4 0 .5.2 1 1 2.4 1.6 3.8 1.6s2.9-.6 3.9-1.7h.2c1.4 0 2.3.3 2.7.9.3.5.3 1.2.3 1.7v3.7c0 1.2.8 2.2 1.8 2.6v14.7c0 .5.4.9.9.9s.9-.4.9-.9v-14.7c1.1-.4 1.8-1.4 1.8-2.6v-6.4c.6.1 1.3.1 1.9 0v28.2zm-2.4-30.3c-.3-.1-.6-.1-.9 0-.3.2-.4.5-.4.8v7.6c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-3.7c0-.7 0-1.8-.7-2.7-.8-1.1-2.2-1.7-4.2-1.7s-1.1.2-1.5.6c-.7.7-1.6 1.1-2.6 1.1s-1.9-.4-2.5-1c-.5-.5-1.1-.7-1.7-.7s-1.3.4-1.6 1c-.8 1.6-2.3 2.5-4 2.5-.5 0-.9.4-.9.9v7.2c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-10.9c0-3.5 2.9-6.3 6.4-6.3s.5 0 .8 0c.4 0 .7-.1.9-.5 1.1-2 3.2-3.3 5.5-3.3s3.5.8 4.7 2.1c.3.3.8.4 1.2.2.4-.3.9-.4 1.4-.4 1.2 0 2.2.7 2.6 1.8 0 .3.3.5.6.6.3 0 .6 0 .8-.1.6-.4 1.4-.6 2.1-.4 1 .2 1.8 1 2 2 .5 2.3-1.8 4.2-4.1 3zm4.2 9.4h3.6v13.7h-3.6zm7.3 14.6c0 1.5-1.2 2.7-2.7 2.7h-4.5v-1.8h4.5c.5 0 .9-.4.9-.9v-15.5c0-.5-.4-.9-.9-.9h-4.5v-1.8h4.5c1.5 0 2.7 1.2 2.7 2.7z' fill='%23231f20' opacity='.4'/%3E%3C/g%3E%3Cpath d='m269.6 193.5h-4.5v-2.7c1.4-1.1 2.1-2.9 1.7-4.6s-1.7-3-3.4-3.4c-.9-.2-1.8-.1-2.6.2-.8-1.3-2.3-2.1-3.8-2.1s-1.2.1-1.7.3c-1.5-1.4-3.5-2.2-5.6-2.2s-5.3 1.4-6.8 3.7c-4.7-.3-8.6 3.5-8.6 8.1v10.9c0 1.5 1.2 2.7 2.8 2.7s.7 0 .9-.2v16.6c0 2.5 2 4.5 4.5 4.5h18.1c2.5 0 4.5-2 4.5-4.5v-2.7h4.5c2.5 0 4.5-2 4.5-4.5v-15.5c0-2.5-2-4.5-4.5-4.5zm-6.4 26.3h-2.8c-.5 0-.9.4-.9.9s.4.9.9.9h2.6c-.4 1.1-1.4 1.8-2.6 1.8h-18.1c-1.2 0-2.2-.8-2.6-1.8h13.4c.5 0 .9-.4.9-.9s-.4-.9-.9-.9h-13.5v-24.7c2-.3 3.8-1.6 4.7-3.5.2 0 .4 0 .5.2 1 1 2.4 1.6 3.8 1.6s2.9-.6 3.9-1.7h.2c1.4 0 2.3.3 2.7.9.3.5.3 1.2.3 1.7v3.7c0 1.2.8 2.2 1.8 2.6v14.7c0 .5.4.9.9.9s.9-.4.9-.9v-14.7c1.1-.4 1.8-1.4 1.8-2.6v-6.4c.6.1 1.3.1 1.9 0v28.2zm-2.4-30.3c-.3-.1-.6-.1-.9 0-.3.2-.4.5-.4.8v7.6c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-3.7c0-.7 0-1.8-.7-2.7-.8-1.1-2.2-1.7-4.2-1.7s-1.1.2-1.5.6c-.7.7-1.6 1.1-2.6 1.1s-1.9-.4-2.5-1c-.5-.5-1.1-.7-1.7-.7s-1.3.4-1.6 1c-.8 1.6-2.3 2.5-4 2.5-.5 0-.9.4-.9.9v7.2c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-10.9c0-3.5 2.9-6.3 6.4-6.3s.5 0 .8 0c.4 0 .7-.1.9-.5 1.1-2 3.2-3.3 5.5-3.3s3.5.8 4.7 2.1c.3.3.8.4 1.2.2.4-.3.9-.4 1.4-.4 1.2 0 2.2.7 2.6 1.8 0 .3.3.5.6.6.3 0 .6 0 .8-.1.6-.4 1.4-.6 2.1-.4 1 .2 1.8 1 2 2 .5 2.3-1.8 4.2-4.1 3zm4.2 9.4h3.6v13.7h-3.6zm7.3 14.6c0 1.5-1.2 2.7-2.7 2.7h-4.5v-1.8h4.5c.5 0 .9-.4.9-.9v-15.5c0-.5-.4-.9-.9-.9h-4.5v-1.8h4.5c1.5 0 2.7 1.2 2.7 2.7z' opacity='.2'/%3E%3Cg opacity='.2'%3E%3Cpath d='m168 188.1c0-.5-.5-.8-.9-.7l-7.7 1c-.3 0-.5.2-.7.5l-2.4 5.2c-.2 0-.4 0-.7 0-.8 0-1.5.2-2.1.7-.5-.2-1-.4-1.5-.4 0 0 0 0 0-.1 0-2.1-1.7-3.7-3.7-3.7s-2.7.8-3.3 2c-.3 0-.6-.1-.9-.1-1.9 0-3.4 1.4-3.7 3.1-.9.4-1.7 1.1-2.1 2-1.8.3-3.2 1.8-3.2 3.7s1.2 3.2 2.8 3.6v.1c.2 2.5.7 7.4 1.6 12.7v.1.3.2.3.3.2c0 .4.1.7.2 1.1 0 .2 0 .3.1.5.7 3.9 1.7 7.7 2.9 10.9 0 .1.1.3.2.4 0 .1 0 .2.1.4v.1c0 .1.1.2.2.4.1.3.2.6.4.8v.1s0 .2.1.3v.1s0 .2.1.2v.1s0 .2.1.3v.1c0 .1.1.2.2.4l.2.6c-.5.4-.8 1-.8 1.6v.3c0 .5.2 1 .5 1.4-.1 0-.2.1-.3.2l-3.5 1.5c-.7.3-1.1.9-1.1 1.6s.6 1.3 1.3 1.3h15.2c.7 0 1.3-.6 1.3-1.3s-.4-1.3-1.1-1.6l-3.5-1.5c-.1 0-.2-.1-.3-.2.3-.4.5-.8.5-1.4v-.3c0-.7-.3-1.2-.8-1.6l.2-.6c.6-1.1 1.2-2.4 1.8-3.9.2-.4 0-.9-.5-1.1-.4-.2-.9 0-1.1.5-.5 1.4-1.1 2.7-1.7 3.7s0 0 0 0l-.3.7h-4.2l-.3-.7v-.1c0-.1-.1-.2-.2-.3 0 0 0 0 0-.1 0 0 0-.2-.1-.2 0 0 0 0 0-.1 0 0 0-.1-.1-.2 0 0 0-.1 0-.2 0 0 0-.1-.1-.2 0 0 0-.1 0-.2 0 0 0-.2-.1-.2 0 0 0-.1 0-.2 0 0 0-.2-.1-.3 0 0 0-.2-.1-.3 0 0 0-.1 0-.2v-.2s0-.1 0-.2v-.2s0-.1 0-.2c0 0 0-.2-.1-.3 0 0 0 0 0-.1s0-.2-.1-.3c-2.4-6.6-3.7-15.8-4.4-21.7h17.5c-.5 4.9-1.6 12.5-3.4 18.7-.1.4.1.9.6 1 .4.1.9-.1 1-.6.8-2.8 2.8-10.6 3.9-22.8 0-.1 0-.3 0-.4 0 0 0-.1 0-.2 1.3-.6 2.1-1.9 2.1-3.4s-1-3-2.4-3.5c0-1.2-.6-2.3-1.5-3l2.2-4.8 7.3-.9c.5 0 .8-.5.7-.9zm-22 49.7c0-.2.1-.3.3-.4h4.9s0 0 0 0c.2 0 .3.2.3.4v.3c0 .2-.1.3-.3.4s0 0 0 0h-4.9s0 0 0 0c-.2 0-.3-.2-.3-.4zm-.9 3.4c.5-.2 1-.6 1.4-1h4.6c.4.4.8.8 1.4 1l2.8 1.2h-12.9l2.8-1.2zm5.3-34.1h-10.6c0-.9-.2-1.6-.2-2.2h11.8zm-11.5-3.8c-1.1 0-2.1-.9-2.1-2.1s.9-2.1 2.1-2.1c.4 0 .7-.3.8-.6.2-.8.8-1.4 1.6-1.5.4 0 .7-.4.7-.8 0-1.2.9-2.1 2.1-2.1s.7 0 1 .3c.2.1.5.1.7 0s.4-.3.5-.6c.2-.9 1.1-1.6 2-1.6s2.1.9 2.1 2.1 0 .5-.1.8 0 .6.2.9c.2.2.5.3.9.2h.6c.5 0 .9.2 1.3.4.3.3.8.2 1.1 0 .4-.4.9-.6 1.4-.6l-3.4 7.5h-13.3zm19 1.8c0 .5-.1 1.2-.2 2h-5.5l1-2.2h4.7zm.5-5.9c1 .1 1.8 1 1.8 2s-.7 1.8-1.6 2c0 0-.1 0-.2 0s-.1 0-.2 0h-4.1l3.1-6.9c.4.4.6.9.6 1.4s0 .3 0 .4c0 .2 0 .5.1.6.1.2.3.3.6.3z'/%3E%3Cpath d='m148 212.5v10.9c0 .5.4.8.8.8s.8-.4.8-.8v-10.9c0-.5-.4-.8-.8-.8s-.8.4-.8.8z'/%3E%3Cpath d='m153.9 211.6c-.5 0-.8.4-.8.8 0 3.5-.7 8.2-1.2 10.7 0 .5.2.9.7 1h.1c.4 0 .7-.3.8-.7.6-3.1 1.2-7.5 1.2-11s-.4-.8-.8-.8z'/%3E%3Cpath d='m144 223.5c0 .4.4.7.8.7s0 0 .1 0c.5 0 .8-.5.7-1-.3-1.8-.6-3.5-.8-5.1 0-.5-.5-.8-.9-.7-.5 0-.8.5-.7.9.2 1.6.5 3.4.8 5.2z'/%3E%3Cpath d='m143.7 215.2c.5 0 .8-.4.8-.9 0-.7 0-1.3 0-1.9s-.4-.8-.8-.8-.8.4-.8.8 0 1.3 0 1.9c0 .4.4.8.8.8s0 0 0 0z'/%3E%3C/g%3E%3Cg opacity='.2'%3E%3Cpath d='m60.4 185.5v1.7c-1.4 0-2.5 1.1-2.5 2.5v26.2c0 1.4 1.1 2.5 2.5 2.5h12.7c1.4 0 2.5-1.1 2.5-2.5v-26.2c0-1.4-1.1-2.5-2.5-2.5v-2.5c0-1.6-1.1-3-2.7-3.3l-1.4-7.7c.4 0 .8-.3 1.1-.7s.3-.8.3-1.3l-.5-2.5c-.2-.8-.9-1.4-1.7-1.4h-2.8c-.8 0-1.5.6-1.7 1.4l-.2 1.2h-3c-2.7 0-5.2 1.5-6.6 3.8-1.4 2.4-1.4 5.3 0 7.6 1.4 2.4 3.9 3.8 6.6 3.8zm13.5 24.6h-14.4v-14.4h14.4zm-.8 6.7h-12.7c-.5 0-.8-.4-.8-.8v-4.2h14.4v4.2c0 .5-.4.8-.8.8zm.8-27v4.2h-14.4v-4.2c0-.5.4-.8.8-.8h12.7c.5 0 .8.4.8.8zm-2.5-5.1v2.5h-9.3v-2.5c0-.9.8-1.7 1.7-1.7h5.9c.9 0 1.7.8 1.7 1.7zm-5.2-11h1l1.4 7.6h-3.9l1.4-7.6zm.1-4.3h1.8l.5 2.5h-3.9l.5-2.5h1zm-5.9 2.6h2.7c0 .8.6 1.5 1.4 1.7l-1.4 7.7c-1.2.3-2.2 1.2-2.5 2.5h-.1c-3.3 0-5.9-2.7-5.9-5.9s2.7-5.9 5.9-5.9z'/%3E%3Cpath d='m101.5 183.6.5-1.4c.4-1 .6-2.2.6-3.3v-4.4c0-3.7-3-6.8-6.8-6.8h-11.8c-3.7 0-6.8 3-6.8 6.8v4.4c0 1.1.2 2.2.6 3.3l.5 1.4c.3.8.5 1.7.5 2.7v3.3c0 1.1-.3 2.2-.8 3.2-.6 1.2-.9 2.6-.9 4v3.2c0 3.9 2.7 6.8 4.3 8.2-.6.5-.9 1.2-.9 1.9v5.9c0 1.4 1.1 2.5 2.5 2.5h13.5c1.4 0 2.5-1.1 2.5-2.5v-5.9c0-.7-.3-1.4-.9-1.9 1.6-1.4 4.3-4.3 4.3-8.2v-3.2c0-1.4-.3-2.7-.9-4-.5-1-.8-2.1-.8-3.2v-3.3c0-.9.2-1.8.5-2.7zm-3.9 29.8h-4.4c-.4-1.5-1.7-2.5-3.3-2.5s-2.9 1-3.3 2.5h-4.4v-3.4c0-.5.4-.8.8-.8h13.5c.5 0 .8.4.8.8v3.4zm-.9 3.4h-13.5c-.5 0-.8-.4-.8-.8v-.8h5.1c.5 0 .8-.4.8-.8 0-.9.8-1.7 1.7-1.7s1.7.8 1.7 1.7.4.8.8.8h5.1v.8c0 .5-.4.8-.8.8zm3.5-23.3c.5 1 .8 2.1.8 3.2v3.2c0 4-3.6 6.9-4.5 7.6h-13c-.9-.7-4.5-3.6-4.5-7.6v-3.2c0-1.1.3-2.2.8-3.2.6-1.2.9-2.6.9-4v-3.3c0-1.1-.2-2.2-.6-3.3l-.5-1.4c-.3-.8-.5-1.7-.5-2.7v-4.4c0-2.8 2.3-5.1 5.1-5.1h11.8c2.8 0 5.1 2.3 5.1 5.1v4.4c0 .9-.2 1.8-.5 2.7l-.5 1.4c-.4 1-.6 2.2-.6 3.3v3.3c0 1.4.3 2.7.9 4z'/%3E%3Cpath d='m82.4 199.9c0-.5-.4-.8-.8-.8s-.8.4-.8.8c0 2.6 2 4.7 3.2 5.7.2.2.5.3.8.2s.5-.3.6-.6 0-.6-.3-.8c-.8-.7-2.6-2.5-2.6-4.4z'/%3E%3Cpath d='m81.5 175.4c.5 0 .8-.4.8-.8 0-.9.8-1.7 1.7-1.7s.8-.4.8-.8-.4-.8-.8-.8c-1.9 0-3.4 1.5-3.4 3.4s0 .4.2.6.4.2.6.2z'/%3E%3Cpath d='m96.6 178.8h-1.1l.3-1.8c.1-.8-.4-1.6-1.1-1.8-3.1-.8-6.3-.8-9.4 0-.8.3-1.3 1-1.1 1.8l.3 1.8h-1.1c-.5 0-1 .2-1.3.6s-.5.9-.4 1.4l2.3 15.2c.1.8.8 1.4 1.7 1.4h8.7c.8 0 1.5-.6 1.7-1.4l2.3-15.2c0-.5 0-1-.4-1.4-.3-.4-.8-.6-1.3-.6zm-2.3 16.9h-8.7l-2.3-15.2h2c.2 0 .5-.1.6-.3s.2-.4.2-.7l-.4-2.7c1.4-.4 2.8-.5 4.2-.5s2.8.2 4.1.5l-.4 2.7c0 .2 0 .5.2.7s.4.3.6.3h2l-2.3 15.2z'/%3E%3Cpath d='m93.4 182.1h-6.8c-.5 0-.8.4-.8.8s.4.8.8.8h6.8c.5 0 .8-.4.8-.8s-.4-.8-.8-.8z'/%3E%3Cpath d='m92.5 185.5h-5.1c-.5 0-.8.4-.8.8s.4.8.8.8h5.1c.5 0 .8-.4.8-.8s-.4-.8-.8-.8z'/%3E%3C/g%3E%3Cg opacity='.2'%3E%3Cpath d='m191.9 91.4v1.7c-1.4 0-2.5 1.1-2.5 2.5v26.2c0 1.4 1.1 2.5 2.5 2.5h12.7c1.4 0 2.5-1.1 2.5-2.5v-26.2c0-1.4-1.1-2.5-2.5-2.5v-2.5c0-1.6-1.1-3-2.7-3.3l-1.4-7.7c.4 0 .8-.3 1.1-.7s.3-.8.3-1.3l-.5-2.5c-.2-.8-.9-1.4-1.7-1.4h-2.8c-.8 0-1.5.6-1.7 1.4l-.2 1.2h-3c-2.7 0-5.2 1.5-6.6 3.8-1.4 2.4-1.4 5.3 0 7.6 1.4 2.4 3.9 3.8 6.6 3.8zm13.5 24.5h-14.4v-14.4h14.4zm-.8 6.8h-12.7c-.5 0-.8-.4-.8-.8v-4.2h14.4v4.2c0 .5-.4.8-.8.8zm.8-27.1v4.2h-14.4v-4.2c0-.5.4-.8.8-.8h12.7c.5 0 .8.4.8.8zm-2.5-5.1v2.5h-9.3v-2.5c0-.9.8-1.7 1.7-1.7h5.9c.9 0 1.7.8 1.7 1.7zm-5.2-11h1l1.4 7.6h-3.9l1.4-7.6zm.1-4.2h1.8l.5 2.5h-3.9l.5-2.5h1zm-5.9 2.5h2.7c0 .8.6 1.5 1.4 1.7l-1.4 7.7c-1.2.3-2.2 1.2-2.5 2.5h-.1c-3.3 0-5.9-2.7-5.9-5.9s2.7-5.9 5.9-5.9z'/%3E%3Cpath d='m233 89.4.5-1.4c.4-1 .6-2.2.6-3.3v-4.4c0-3.7-3-6.8-6.8-6.8h-11.8c-3.7 0-6.8 3-6.8 6.8v4.4c0 1.1.2 2.2.6 3.3l.5 1.4c.3.8.5 1.7.5 2.7v3.3c0 1.1-.3 2.2-.8 3.2-.6 1.2-.9 2.6-.9 4v3.2c0 3.9 2.7 6.8 4.3 8.2-.6.5-.9 1.2-.9 1.9v5.9c0 1.4 1.1 2.5 2.5 2.5h13.5c1.4 0 2.5-1.1 2.5-2.5v-5.9c0-.7-.3-1.4-.9-1.9 1.6-1.4 4.3-4.3 4.3-8.2v-3.2c0-1.4-.3-2.7-.9-4-.5-1-.8-2.1-.8-3.2v-3.3c0-.9.2-1.8.5-2.7zm-3.9 29.9h-4.4c-.4-1.5-1.7-2.5-3.3-2.5s-2.9 1-3.3 2.5h-4.4v-3.4c0-.5.4-.8.8-.8h13.5c.5 0 .8.4.8.8v3.4zm-.8 3.4h-13.5c-.5 0-.8-.4-.8-.8v-.8h5.1c.5 0 .8-.4.8-.8 0-.9.8-1.7 1.7-1.7s1.7.8 1.7 1.7.4.8.8.8h5.1v.8c0 .5-.4.8-.8.8zm3.4-23.3c.5 1 .8 2.1.8 3.2v3.2c0 4-3.6 6.9-4.5 7.6h-13c-.9-.7-4.5-3.6-4.5-7.6v-3.2c0-1.1.3-2.2.8-3.2.6-1.2.9-2.6.9-4v-3.3c0-1.1-.2-2.2-.6-3.3l-.5-1.4c-.3-.8-.5-1.7-.5-2.7v-4.4c0-2.8 2.3-5.1 5.1-5.1h11.8c2.8 0 5.1 2.3 5.1 5.1v4.4c0 .9-.2 1.8-.5 2.7l-.5 1.4c-.4 1-.6 2.2-.6 3.3v3.3c0 1.4.3 2.7.9 4z'/%3E%3Cpath d='m213.9 105.8c0-.5-.4-.8-.8-.8s-.8.4-.8.8c0 2.6 2 4.7 3.2 5.7.2.2.5.3.8.2s.5-.3.6-.6 0-.6-.3-.8c-.8-.7-2.6-2.5-2.6-4.4z'/%3E%3Cpath d='m213 81.2c.5 0 .8-.4.8-.8 0-.9.8-1.7 1.7-1.7s.8-.4.8-.8-.4-.8-.8-.8c-1.9 0-3.4 1.5-3.4 3.4s0 .4.2.6.4.2.6.2z'/%3E%3Cpath d='m228.1 84.6h-1.1l.3-1.8c.1-.8-.4-1.6-1.1-1.8-3.1-.8-6.3-.8-9.4 0-.8.3-1.3 1-1.1 1.8l.3 1.8h-1.1c-.5 0-1 .2-1.3.6s-.5.9-.4 1.4l2.3 15.2c.1.8.8 1.4 1.7 1.4h8.7c.8 0 1.5-.6 1.7-1.4l2.3-15.2c0-.5 0-1-.4-1.4-.3-.4-.8-.6-1.3-.6zm-2.2 16.9h-8.7l-2.3-15.2h2c.2 0 .5-.1.6-.3s.2-.4.2-.7l-.4-2.7c1.4-.4 2.8-.5 4.2-.5s2.8.2 4.1.5l-.4 2.7c0 .2 0 .5.2.7s.4.3.6.3h2l-2.3 15.2z'/%3E%3Cpath d='m224.9 88h-6.8c-.5 0-.8.4-.8.8s.4.8.8.8h6.8c.5 0 .8-.4.8-.8s-.4-.8-.8-.8z'/%3E%3Cpath d='m224 91.4h-5.1c-.5 0-.8.4-.8.8s.4.8.8.8h5.1c.5 0 .8-.4.8-.8s-.4-.8-.8-.8z'/%3E%3C/g%3E%3Cg fill='%23231f20' opacity='.4'%3E%3Cpath d='m-1.3 213.7c-.5 0-.9.4-.9.9s.4.9.9.9.9-.4.9-.9-.4-.9-.9-.9z'/%3E%3Cpath d='m-14 191c-.5 0-.9.4-.9.9v17.3c0 .5.4.9.9.9s.9-.4.9-.9v-17.3c0-.5-.4-.9-.9-.9z'/%3E%3Cpath d='m-6.8 191c-.5 0-.9.4-.9.9v17.3c0 .5.4.9.9.9s.9-.4.9-.9v-17.3c0-.5-.4-.9-.9-.9z'/%3E%3Cpath d='m9.6 193.5h-4.5v-2.7c1.4-1.1 2.1-2.9 1.7-4.6s-1.7-3-3.4-3.4c-.9-.2-1.8-.1-2.6.2-.8-1.3-2.3-2.1-3.8-2.1s-1.2.1-1.7.3c-1.5-1.4-3.5-2.2-5.6-2.2s-5.3 1.4-6.8 3.7c-4.7-.3-8.6 3.5-8.6 8.1v10.9c0 1.5 1.2 2.7 2.8 2.7s.7 0 .9-.2v16.6c0 2.5 2 4.5 4.5 4.5h18c2.5 0 4.5-2 4.5-4.5v-2.7h4.5c2.5 0 4.5-2 4.5-4.5v-15.5c0-2.5-2-4.5-4.5-4.5zm-6.4 26.3h-2.7c-.5 0-.9.4-.9.9s.4.9.9.9h2.6c-.4 1.1-1.4 1.8-2.6 1.8h-18.1c-1.2 0-2.2-.8-2.6-1.8h13.4c.5 0 .9-.4.9-.9s-.4-.9-.9-.9h-13.5v-24.7c2-.3 3.8-1.6 4.7-3.5.2 0 .4 0 .5.2 1 1 2.4 1.6 3.8 1.6s2.9-.6 3.9-1.7h.2c1.4 0 2.3.3 2.7.9.3.5.3 1.2.3 1.7v3.7c0 1.2.8 2.2 1.8 2.6v14.7c0 .5.4.9.9.9s.9-.4.9-.9v-14.7c1.1-.4 1.8-1.4 1.8-2.6v-6.4c.6.1 1.3.1 1.9 0v28.2zm-2.4-30.3c-.3-.1-.6-.1-.9 0-.3.2-.4.5-.4.8v7.6c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-3.7c0-.7 0-1.8-.7-2.7-.8-1.1-2.2-1.7-4.2-1.7s-1.1.2-1.5.6c-.7.7-1.6 1.1-2.6 1.1s-1.9-.4-2.5-1c-.5-.5-1.1-.7-1.7-.7s-1.3.4-1.6 1c-.8 1.6-2.3 2.5-4 2.5-.5 0-.9.4-.9.9v7.2c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-10.9c0-3.5 2.9-6.3 6.4-6.3s.5 0 .8 0c.4 0 .7-.1.9-.5 1.1-2 3.2-3.3 5.5-3.3s3.5.8 4.7 2.1c.3.3.8.4 1.2.2.4-.3.9-.4 1.4-.4 1.2 0 2.2.7 2.6 1.8 0 .3.3.5.6.6.3 0 .6 0 .8-.1.6-.4 1.4-.6 2.1-.4 1 .2 1.8 1 2 2 .5 2.3-1.8 4.2-4.1 3zm4.2 9.4h3.6v13.7h-3.6zm7.3 14.6c0 1.5-1.2 2.7-2.7 2.7h-4.5v-1.8h4.5c.5 0 .9-.4.9-.9v-15.5c0-.5-.4-.9-.9-.9h-4.5v-1.8h4.5c1.5 0 2.7 1.2 2.7 2.7z'/%3E%3Cpath d='m9.6 193.5h-4.5v-2.7c1.4-1.1 2.1-2.9 1.7-4.6s-1.7-3-3.4-3.4c-.9-.2-1.8-.1-2.6.2-.8-1.3-2.3-2.1-3.8-2.1s-1.2.1-1.7.3c-1.5-1.4-3.5-2.2-5.6-2.2s-5.3 1.4-6.8 3.7c-4.7-.3-8.6 3.5-8.6 8.1v10.9c0 1.5 1.2 2.7 2.8 2.7s.7 0 .9-.2v16.6c0 2.5 2 4.5 4.5 4.5h18c2.5 0 4.5-2 4.5-4.5v-2.7h4.5c2.5 0 4.5-2 4.5-4.5v-15.5c0-2.5-2-4.5-4.5-4.5zm-6.4 26.3h-2.7c-.5 0-.9.4-.9.9s.4.9.9.9h2.6c-.4 1.1-1.4 1.8-2.6 1.8h-18.1c-1.2 0-2.2-.8-2.6-1.8h13.4c.5 0 .9-.4.9-.9s-.4-.9-.9-.9h-13.5v-24.7c2-.3 3.8-1.6 4.7-3.5.2 0 .4 0 .5.2 1 1 2.4 1.6 3.8 1.6s2.9-.6 3.9-1.7h.2c1.4 0 2.3.3 2.7.9.3.5.3 1.2.3 1.7v3.7c0 1.2.8 2.2 1.8 2.6v14.7c0 .5.4.9.9.9s.9-.4.9-.9v-14.7c1.1-.4 1.8-1.4 1.8-2.6v-6.4c.6.1 1.3.1 1.9 0v28.2zm-2.4-30.3c-.3-.1-.6-.1-.9 0-.3.2-.4.5-.4.8v7.6c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-3.7c0-.7 0-1.8-.7-2.7-.8-1.1-2.2-1.7-4.2-1.7s-1.1.2-1.5.6c-.7.7-1.6 1.1-2.6 1.1s-1.9-.4-2.5-1c-.5-.5-1.1-.7-1.7-.7s-1.3.4-1.6 1c-.8 1.6-2.3 2.5-4 2.5-.5 0-.9.4-.9.9v7.2c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-10.9c0-3.5 2.9-6.3 6.4-6.3s.5 0 .8 0c.4 0 .7-.1.9-.5 1.1-2 3.2-3.3 5.5-3.3s3.5.8 4.7 2.1c.3.3.8.4 1.2.2.4-.3.9-.4 1.4-.4 1.2 0 2.2.7 2.6 1.8 0 .3.3.5.6.6.3 0 .6 0 .8-.1.6-.4 1.4-.6 2.1-.4 1 .2 1.8 1 2 2 .5 2.3-1.8 4.2-4.1 3zm4.2 9.4h3.6v13.7h-3.6zm7.3 14.6c0 1.5-1.2 2.7-2.7 2.7h-4.5v-1.8h4.5c.5 0 .9-.4.9-.9v-15.5c0-.5-.4-.9-.9-.9h-4.5v-1.8h4.5c1.5 0 2.7 1.2 2.7 2.7z'/%3E%3Cpath d='m9.6 193.5h-4.5v-2.7c1.4-1.1 2.1-2.9 1.7-4.6s-1.7-3-3.4-3.4c-.9-.2-1.8-.1-2.6.2-.8-1.3-2.3-2.1-3.8-2.1s-1.2.1-1.7.3c-1.5-1.4-3.5-2.2-5.6-2.2s-5.3 1.4-6.8 3.7c-4.7-.3-8.6 3.5-8.6 8.1v10.9c0 1.5 1.2 2.7 2.8 2.7s.7 0 .9-.2v16.6c0 2.5 2 4.5 4.5 4.5h18c2.5 0 4.5-2 4.5-4.5v-2.7h4.5c2.5 0 4.5-2 4.5-4.5v-15.5c0-2.5-2-4.5-4.5-4.5zm-6.4 26.3h-2.7c-.5 0-.9.4-.9.9s.4.9.9.9h2.6c-.4 1.1-1.4 1.8-2.6 1.8h-18.1c-1.2 0-2.2-.8-2.6-1.8h13.4c.5 0 .9-.4.9-.9s-.4-.9-.9-.9h-13.5v-24.7c2-.3 3.8-1.6 4.7-3.5.2 0 .4 0 .5.2 1 1 2.4 1.6 3.8 1.6s2.9-.6 3.9-1.7h.2c1.4 0 2.3.3 2.7.9.3.5.3 1.2.3 1.7v3.7c0 1.2.8 2.2 1.8 2.6v14.7c0 .5.4.9.9.9s.9-.4.9-.9v-14.7c1.1-.4 1.8-1.4 1.8-2.6v-6.4c.6.1 1.3.1 1.9 0v28.2zm-2.4-30.3c-.3-.1-.6-.1-.9 0-.3.2-.4.5-.4.8v7.6c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-3.7c0-.7 0-1.8-.7-2.7-.8-1.1-2.2-1.7-4.2-1.7s-1.1.2-1.5.6c-.7.7-1.6 1.1-2.6 1.1s-1.9-.4-2.5-1c-.5-.5-1.1-.7-1.7-.7s-1.3.4-1.6 1c-.8 1.6-2.3 2.5-4 2.5-.5 0-.9.4-.9.9v7.2c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-10.9c0-3.5 2.9-6.3 6.4-6.3s.5 0 .8 0c.4 0 .7-.1.9-.5 1.1-2 3.2-3.3 5.5-3.3s3.5.8 4.7 2.1c.3.3.8.4 1.2.2.4-.3.9-.4 1.4-.4 1.2 0 2.2.7 2.6 1.8 0 .3.3.5.6.6.3 0 .6 0 .8-.1.6-.4 1.4-.6 2.1-.4 1 .2 1.8 1 2 2 .5 2.3-1.8 4.2-4.1 3zm4.2 9.4h3.6v13.7h-3.6zm7.3 14.6c0 1.5-1.2 2.7-2.7 2.7h-4.5v-1.8h4.5c.5 0 .9-.4.9-.9v-15.5c0-.5-.4-.9-.9-.9h-4.5v-1.8h4.5c1.5 0 2.7 1.2 2.7 2.7z'/%3E%3Cpath d='m-1.3 213.7c-.5 0-.9.4-.9.9s.4.9.9.9.9-.4.9-.9-.4-.9-.9-.9z'/%3E%3Cpath d='m-14 191c-.5 0-.9.4-.9.9v17.3c0 .5.4.9.9.9s.9-.4.9-.9v-17.3c0-.5-.4-.9-.9-.9z'/%3E%3Cpath d='m-6.8 191c-.5 0-.9.4-.9.9v17.3c0 .5.4.9.9.9s.9-.4.9-.9v-17.3c0-.5-.4-.9-.9-.9z'/%3E%3Cpath d='m9.6 193.5h-4.5v-2.7c1.4-1.1 2.1-2.9 1.7-4.6s-1.7-3-3.4-3.4c-.9-.2-1.8-.1-2.6.2-.8-1.3-2.3-2.1-3.8-2.1s-1.2.1-1.7.3c-1.5-1.4-3.5-2.2-5.6-2.2s-5.3 1.4-6.8 3.7c-4.7-.3-8.6 3.5-8.6 8.1v10.9c0 1.5 1.2 2.7 2.8 2.7s.7 0 .9-.2v16.6c0 2.5 2 4.5 4.5 4.5h18c2.5 0 4.5-2 4.5-4.5v-2.7h4.5c2.5 0 4.5-2 4.5-4.5v-15.5c0-2.5-2-4.5-4.5-4.5zm-6.4 26.3h-2.7c-.5 0-.9.4-.9.9s.4.9.9.9h2.6c-.4 1.1-1.4 1.8-2.6 1.8h-18.1c-1.2 0-2.2-.8-2.6-1.8h13.4c.5 0 .9-.4.9-.9s-.4-.9-.9-.9h-13.5v-24.7c2-.3 3.8-1.6 4.7-3.5.2 0 .4 0 .5.2 1 1 2.4 1.6 3.8 1.6s2.9-.6 3.9-1.7h.2c1.4 0 2.3.3 2.7.9.3.5.3 1.2.3 1.7v3.7c0 1.2.8 2.2 1.8 2.6v14.7c0 .5.4.9.9.9s.9-.4.9-.9v-14.7c1.1-.4 1.8-1.4 1.8-2.6v-6.4c.6.1 1.3.1 1.9 0v28.2zm-2.4-30.3c-.3-.1-.6-.1-.9 0-.3.2-.4.5-.4.8v7.6c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-3.7c0-.7 0-1.8-.7-2.7-.8-1.1-2.2-1.7-4.2-1.7s-1.1.2-1.5.6c-.7.7-1.6 1.1-2.6 1.1s-1.9-.4-2.5-1c-.5-.5-1.1-.7-1.7-.7s-1.3.4-1.6 1c-.8 1.6-2.3 2.5-4 2.5-.5 0-.9.4-.9.9v7.2c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-10.9c0-3.5 2.9-6.3 6.4-6.3s.5 0 .8 0c.4 0 .7-.1.9-.5 1.1-2 3.2-3.3 5.5-3.3s3.5.8 4.7 2.1c.3.3.8.4 1.2.2.4-.3.9-.4 1.4-.4 1.2 0 2.2.7 2.6 1.8 0 .3.3.5.6.6.3 0 .6 0 .8-.1.6-.4 1.4-.6 2.1-.4 1 .2 1.8 1 2 2 .5 2.3-1.8 4.2-4.1 3zm4.2 9.4h3.6v13.7h-3.6zm7.3 14.6c0 1.5-1.2 2.7-2.7 2.7h-4.5v-1.8h4.5c.5 0 .9-.4.9-.9v-15.5c0-.5-.4-.9-.9-.9h-4.5v-1.8h4.5c1.5 0 2.7 1.2 2.7 2.7z'/%3E%3Cpath d='m9.6 193.5h-4.5v-2.7c1.4-1.1 2.1-2.9 1.7-4.6s-1.7-3-3.4-3.4c-.9-.2-1.8-.1-2.6.2-.8-1.3-2.3-2.1-3.8-2.1s-1.2.1-1.7.3c-1.5-1.4-3.5-2.2-5.6-2.2s-5.3 1.4-6.8 3.7c-4.7-.3-8.6 3.5-8.6 8.1v10.9c0 1.5 1.2 2.7 2.8 2.7s.7 0 .9-.2v16.6c0 2.5 2 4.5 4.5 4.5h18c2.5 0 4.5-2 4.5-4.5v-2.7h4.5c2.5 0 4.5-2 4.5-4.5v-15.5c0-2.5-2-4.5-4.5-4.5zm-6.4 26.3h-2.7c-.5 0-.9.4-.9.9s.4.9.9.9h2.6c-.4 1.1-1.4 1.8-2.6 1.8h-18.1c-1.2 0-2.2-.8-2.6-1.8h13.4c.5 0 .9-.4.9-.9s-.4-.9-.9-.9h-13.5v-24.7c2-.3 3.8-1.6 4.7-3.5.2 0 .4 0 .5.2 1 1 2.4 1.6 3.8 1.6s2.9-.6 3.9-1.7h.2c1.4 0 2.3.3 2.7.9.3.5.3 1.2.3 1.7v3.7c0 1.2.8 2.2 1.8 2.6v14.7c0 .5.4.9.9.9s.9-.4.9-.9v-14.7c1.1-.4 1.8-1.4 1.8-2.6v-6.4c.6.1 1.3.1 1.9 0v28.2zm-2.4-30.3c-.3-.1-.6-.1-.9 0-.3.2-.4.5-.4.8v7.6c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-3.7c0-.7 0-1.8-.7-2.7-.8-1.1-2.2-1.7-4.2-1.7s-1.1.2-1.5.6c-.7.7-1.6 1.1-2.6 1.1s-1.9-.4-2.5-1c-.5-.5-1.1-.7-1.7-.7s-1.3.4-1.6 1c-.8 1.6-2.3 2.5-4 2.5-.5 0-.9.4-.9.9v7.2c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-10.9c0-3.5 2.9-6.3 6.4-6.3s.5 0 .8 0c.4 0 .7-.1.9-.5 1.1-2 3.2-3.3 5.5-3.3s3.5.8 4.7 2.1c.3.3.8.4 1.2.2.4-.3.9-.4 1.4-.4 1.2 0 2.2.7 2.6 1.8 0 .3.3.5.6.6.3 0 .6 0 .8-.1.6-.4 1.4-.6 2.1-.4 1 .2 1.8 1 2 2 .5 2.3-1.8 4.2-4.1 3zm4.2 9.4h3.6v13.7h-3.6zm7.3 14.6c0 1.5-1.2 2.7-2.7 2.7h-4.5v-1.8h4.5c.5 0 .9-.4.9-.9v-15.5c0-.5-.4-.9-.9-.9h-4.5v-1.8h4.5c1.5 0 2.7 1.2 2.7 2.7z'/%3E%3Cpath d='m9.6 193.5h-4.5v-2.7c1.4-1.1 2.1-2.9 1.7-4.6s-1.7-3-3.4-3.4c-.9-.2-1.8-.1-2.6.2-.8-1.3-2.3-2.1-3.8-2.1s-1.2.1-1.7.3c-1.5-1.4-3.5-2.2-5.6-2.2s-5.3 1.4-6.8 3.7c-4.7-.3-8.6 3.5-8.6 8.1v10.9c0 1.5 1.2 2.7 2.8 2.7s.7 0 .9-.2v16.6c0 2.5 2 4.5 4.5 4.5h18c2.5 0 4.5-2 4.5-4.5v-2.7h4.5c2.5 0 4.5-2 4.5-4.5v-15.5c0-2.5-2-4.5-4.5-4.5zm-6.4 26.3h-2.7c-.5 0-.9.4-.9.9s.4.9.9.9h2.6c-.4 1.1-1.4 1.8-2.6 1.8h-18.1c-1.2 0-2.2-.8-2.6-1.8h13.4c.5 0 .9-.4.9-.9s-.4-.9-.9-.9h-13.5v-24.7c2-.3 3.8-1.6 4.7-3.5.2 0 .4 0 .5.2 1 1 2.4 1.6 3.8 1.6s2.9-.6 3.9-1.7h.2c1.4 0 2.3.3 2.7.9.3.5.3 1.2.3 1.7v3.7c0 1.2.8 2.2 1.8 2.6v14.7c0 .5.4.9.9.9s.9-.4.9-.9v-14.7c1.1-.4 1.8-1.4 1.8-2.6v-6.4c.6.1 1.3.1 1.9 0v28.2zm-2.4-30.3c-.3-.1-.6-.1-.9 0-.3.2-.4.5-.4.8v7.6c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-3.7c0-.7 0-1.8-.7-2.7-.8-1.1-2.2-1.7-4.2-1.7s-1.1.2-1.5.6c-.7.7-1.6 1.1-2.6 1.1s-1.9-.4-2.5-1c-.5-.5-1.1-.7-1.7-.7s-1.3.4-1.6 1c-.8 1.6-2.3 2.5-4 2.5-.5 0-.9.4-.9.9v7.2c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-10.9c0-3.5 2.9-6.3 6.4-6.3s.5 0 .8 0c.4 0 .7-.1.9-.5 1.1-2 3.2-3.3 5.5-3.3s3.5.8 4.7 2.1c.3.3.8.4 1.2.2.4-.3.9-.4 1.4-.4 1.2 0 2.2.7 2.6 1.8 0 .3.3.5.6.6.3 0 .6 0 .8-.1.6-.4 1.4-.6 2.1-.4 1 .2 1.8 1 2 2 .5 2.3-1.8 4.2-4.1 3zm4.2 9.4h3.6v13.7h-3.6zm7.3 14.6c0 1.5-1.2 2.7-2.7 2.7h-4.5v-1.8h4.5c.5 0 .9-.4.9-.9v-15.5c0-.5-.4-.9-.9-.9h-4.5v-1.8h4.5c1.5 0 2.7 1.2 2.7 2.7z'/%3E%3Cpath d='m-1.3 213.7c-.5 0-.9.4-.9.9s.4.9.9.9.9-.4.9-.9-.4-.9-.9-.9z'/%3E%3Cpath d='m-14 191c-.5 0-.9.4-.9.9v17.3c0 .5.4.9.9.9s.9-.4.9-.9v-17.3c0-.5-.4-.9-.9-.9z'/%3E%3Cpath d='m-6.8 191c-.5 0-.9.4-.9.9v17.3c0 .5.4.9.9.9s.9-.4.9-.9v-17.3c0-.5-.4-.9-.9-.9z'/%3E%3Cpath d='m9.6 193.5h-4.5v-2.7c1.4-1.1 2.1-2.9 1.7-4.6s-1.7-3-3.4-3.4c-.9-.2-1.8-.1-2.6.2-.8-1.3-2.3-2.1-3.8-2.1s-1.2.1-1.7.3c-1.5-1.4-3.5-2.2-5.6-2.2s-5.3 1.4-6.8 3.7c-4.7-.3-8.6 3.5-8.6 8.1v10.9c0 1.5 1.2 2.7 2.8 2.7s.7 0 .9-.2v16.6c0 2.5 2 4.5 4.5 4.5h18c2.5 0 4.5-2 4.5-4.5v-2.7h4.5c2.5 0 4.5-2 4.5-4.5v-15.5c0-2.5-2-4.5-4.5-4.5zm-6.4 26.3h-2.7c-.5 0-.9.4-.9.9s.4.9.9.9h2.6c-.4 1.1-1.4 1.8-2.6 1.8h-18.1c-1.2 0-2.2-.8-2.6-1.8h13.4c.5 0 .9-.4.9-.9s-.4-.9-.9-.9h-13.5v-24.7c2-.3 3.8-1.6 4.7-3.5.2 0 .4 0 .5.2 1 1 2.4 1.6 3.8 1.6s2.9-.6 3.9-1.7h.2c1.4 0 2.3.3 2.7.9.3.5.3 1.2.3 1.7v3.7c0 1.2.8 2.2 1.8 2.6v14.7c0 .5.4.9.9.9s.9-.4.9-.9v-14.7c1.1-.4 1.8-1.4 1.8-2.6v-6.4c.6.1 1.3.1 1.9 0v28.2zm-2.4-30.3c-.3-.1-.6-.1-.9 0-.3.2-.4.5-.4.8v7.6c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-3.7c0-.7 0-1.8-.7-2.7-.8-1.1-2.2-1.7-4.2-1.7s-1.1.2-1.5.6c-.7.7-1.6 1.1-2.6 1.1s-1.9-.4-2.5-1c-.5-.5-1.1-.7-1.7-.7s-1.3.4-1.6 1c-.8 1.6-2.3 2.5-4 2.5-.5 0-.9.4-.9.9v7.2c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-10.9c0-3.5 2.9-6.3 6.4-6.3s.5 0 .8 0c.4 0 .7-.1.9-.5 1.1-2 3.2-3.3 5.5-3.3s3.5.8 4.7 2.1c.3.3.8.4 1.2.2.4-.3.9-.4 1.4-.4 1.2 0 2.2.7 2.6 1.8 0 .3.3.5.6.6.3 0 .6 0 .8-.1.6-.4 1.4-.6 2.1-.4 1 .2 1.8 1 2 2 .5 2.3-1.8 4.2-4.1 3zm4.2 9.4h3.6v13.7h-3.6zm7.3 14.6c0 1.5-1.2 2.7-2.7 2.7h-4.5v-1.8h4.5c.5 0 .9-.4.9-.9v-15.5c0-.5-.4-.9-.9-.9h-4.5v-1.8h4.5c1.5 0 2.7 1.2 2.7 2.7z'/%3E%3Cpath d='m9.6 193.5h-4.5v-2.7c1.4-1.1 2.1-2.9 1.7-4.6s-1.7-3-3.4-3.4c-.9-.2-1.8-.1-2.6.2-.8-1.3-2.3-2.1-3.8-2.1s-1.2.1-1.7.3c-1.5-1.4-3.5-2.2-5.6-2.2s-5.3 1.4-6.8 3.7c-4.7-.3-8.6 3.5-8.6 8.1v10.9c0 1.5 1.2 2.7 2.8 2.7s.7 0 .9-.2v16.6c0 2.5 2 4.5 4.5 4.5h18c2.5 0 4.5-2 4.5-4.5v-2.7h4.5c2.5 0 4.5-2 4.5-4.5v-15.5c0-2.5-2-4.5-4.5-4.5zm-6.4 26.3h-2.7c-.5 0-.9.4-.9.9s.4.9.9.9h2.6c-.4 1.1-1.4 1.8-2.6 1.8h-18.1c-1.2 0-2.2-.8-2.6-1.8h13.4c.5 0 .9-.4.9-.9s-.4-.9-.9-.9h-13.5v-24.7c2-.3 3.8-1.6 4.7-3.5.2 0 .4 0 .5.2 1 1 2.4 1.6 3.8 1.6s2.9-.6 3.9-1.7h.2c1.4 0 2.3.3 2.7.9.3.5.3 1.2.3 1.7v3.7c0 1.2.8 2.2 1.8 2.6v14.7c0 .5.4.9.9.9s.9-.4.9-.9v-14.7c1.1-.4 1.8-1.4 1.8-2.6v-6.4c.6.1 1.3.1 1.9 0v28.2zm-2.4-30.3c-.3-.1-.6-.1-.9 0-.3.2-.4.5-.4.8v7.6c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-3.7c0-.7 0-1.8-.7-2.7-.8-1.1-2.2-1.7-4.2-1.7s-1.1.2-1.5.6c-.7.7-1.6 1.1-2.6 1.1s-1.9-.4-2.5-1c-.5-.5-1.1-.7-1.7-.7s-1.3.4-1.6 1c-.8 1.6-2.3 2.5-4 2.5-.5 0-.9.4-.9.9v7.2c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-10.9c0-3.5 2.9-6.3 6.4-6.3s.5 0 .8 0c.4 0 .7-.1.9-.5 1.1-2 3.2-3.3 5.5-3.3s3.5.8 4.7 2.1c.3.3.8.4 1.2.2.4-.3.9-.4 1.4-.4 1.2 0 2.2.7 2.6 1.8 0 .3.3.5.6.6.3 0 .6 0 .8-.1.6-.4 1.4-.6 2.1-.4 1 .2 1.8 1 2 2 .5 2.3-1.8 4.2-4.1 3zm4.2 9.4h3.6v13.7h-3.6zm7.3 14.6c0 1.5-1.2 2.7-2.7 2.7h-4.5v-1.8h4.5c.5 0 .9-.4.9-.9v-15.5c0-.5-.4-.9-.9-.9h-4.5v-1.8h4.5c1.5 0 2.7 1.2 2.7 2.7z'/%3E%3Cpath d='m9.6 193.5h-4.5v-2.7c1.4-1.1 2.1-2.9 1.7-4.6s-1.7-3-3.4-3.4c-.9-.2-1.8-.1-2.6.2-.8-1.3-2.3-2.1-3.8-2.1s-1.2.1-1.7.3c-1.5-1.4-3.5-2.2-5.6-2.2s-5.3 1.4-6.8 3.7c-4.7-.3-8.6 3.5-8.6 8.1v10.9c0 1.5 1.2 2.7 2.8 2.7s.7 0 .9-.2v16.6c0 2.5 2 4.5 4.5 4.5h18c2.5 0 4.5-2 4.5-4.5v-2.7h4.5c2.5 0 4.5-2 4.5-4.5v-15.5c0-2.5-2-4.5-4.5-4.5zm-6.4 26.3h-2.7c-.5 0-.9.4-.9.9s.4.9.9.9h2.6c-.4 1.1-1.4 1.8-2.6 1.8h-18.1c-1.2 0-2.2-.8-2.6-1.8h13.4c.5 0 .9-.4.9-.9s-.4-.9-.9-.9h-13.5v-24.7c2-.3 3.8-1.6 4.7-3.5.2 0 .4 0 .5.2 1 1 2.4 1.6 3.8 1.6s2.9-.6 3.9-1.7h.2c1.4 0 2.3.3 2.7.9.3.5.3 1.2.3 1.7v3.7c0 1.2.8 2.2 1.8 2.6v14.7c0 .5.4.9.9.9s.9-.4.9-.9v-14.7c1.1-.4 1.8-1.4 1.8-2.6v-6.4c.6.1 1.3.1 1.9 0v28.2zm-2.4-30.3c-.3-.1-.6-.1-.9 0-.3.2-.4.5-.4.8v7.6c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-3.7c0-.7 0-1.8-.7-2.7-.8-1.1-2.2-1.7-4.2-1.7s-1.1.2-1.5.6c-.7.7-1.6 1.1-2.6 1.1s-1.9-.4-2.5-1c-.5-.5-1.1-.7-1.7-.7s-1.3.4-1.6 1c-.8 1.6-2.3 2.5-4 2.5-.5 0-.9.4-.9.9v7.2c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-10.9c0-3.5 2.9-6.3 6.4-6.3s.5 0 .8 0c.4 0 .7-.1.9-.5 1.1-2 3.2-3.3 5.5-3.3s3.5.8 4.7 2.1c.3.3.8.4 1.2.2.4-.3.9-.4 1.4-.4 1.2 0 2.2.7 2.6 1.8 0 .3.3.5.6.6.3 0 .6 0 .8-.1.6-.4 1.4-.6 2.1-.4 1 .2 1.8 1 2 2 .5 2.3-1.8 4.2-4.1 3zm4.2 9.4h3.6v13.7h-3.6zm7.3 14.6c0 1.5-1.2 2.7-2.7 2.7h-4.5v-1.8h4.5c.5 0 .9-.4.9-.9v-15.5c0-.5-.4-.9-.9-.9h-4.5v-1.8h4.5c1.5 0 2.7 1.2 2.7 2.7z'/%3E%3Cpath d='m269.6 193.5h-4.5v-2.7c1.4-1.1 2.1-2.9 1.7-4.6s-1.7-3-3.4-3.4c-.9-.2-1.8-.1-2.6.2-.8-1.3-2.3-2.1-3.8-2.1s-1.2.1-1.7.3c-1.5-1.4-3.5-2.2-5.6-2.2s-5.3 1.4-6.8 3.7c-4.7-.3-8.6 3.5-8.6 8.1v10.9c0 1.5 1.2 2.7 2.8 2.7s.7 0 .9-.2v16.6c0 2.5 2 4.5 4.5 4.5h18.1c2.5 0 4.5-2 4.5-4.5v-2.7h4.5c2.5 0 4.5-2 4.5-4.5v-15.5c0-2.5-2-4.5-4.5-4.5zm-6.4 26.3h-2.8c-.5 0-.9.4-.9.9s.4.9.9.9h2.6c-.4 1.1-1.4 1.8-2.6 1.8h-18.1c-1.2 0-2.2-.8-2.6-1.8h13.4c.5 0 .9-.4.9-.9s-.4-.9-.9-.9h-13.5v-24.7c2-.3 3.8-1.6 4.7-3.5.2 0 .4 0 .5.2 1 1 2.4 1.6 3.8 1.6s2.9-.6 3.9-1.7h.2c1.4 0 2.3.3 2.7.9.3.5.3 1.2.3 1.7v3.7c0 1.2.8 2.2 1.8 2.6v14.7c0 .5.4.9.9.9s.9-.4.9-.9v-14.7c1.1-.4 1.8-1.4 1.8-2.6v-6.4c.6.1 1.3.1 1.9 0v28.2zm-2.4-30.3c-.3-.1-.6-.1-.9 0-.3.2-.4.5-.4.8v7.6c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-3.7c0-.7 0-1.8-.7-2.7-.8-1.1-2.2-1.7-4.2-1.7s-1.1.2-1.5.6c-.7.7-1.6 1.1-2.6 1.1s-1.9-.4-2.5-1c-.5-.5-1.1-.7-1.7-.7s-1.3.4-1.6 1c-.8 1.6-2.3 2.5-4 2.5-.5 0-.9.4-.9.9v7.2c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-10.9c0-3.5 2.9-6.3 6.4-6.3s.5 0 .8 0c.4 0 .7-.1.9-.5 1.1-2 3.2-3.3 5.5-3.3s3.5.8 4.7 2.1c.3.3.8.4 1.2.2.4-.3.9-.4 1.4-.4 1.2 0 2.2.7 2.6 1.8 0 .3.3.5.6.6.3 0 .6 0 .8-.1.6-.4 1.4-.6 2.1-.4 1 .2 1.8 1 2 2 .5 2.3-1.8 4.2-4.1 3zm4.2 9.4h3.6v13.7h-3.6zm7.3 14.6c0 1.5-1.2 2.7-2.7 2.7h-4.5v-1.8h4.5c.5 0 .9-.4.9-.9v-15.5c0-.5-.4-.9-.9-.9h-4.5v-1.8h4.5c1.5 0 2.7 1.2 2.7 2.7z'/%3E%3Cpath d='m269.6 193.5h-4.5v-2.7c1.4-1.1 2.1-2.9 1.7-4.6s-1.7-3-3.4-3.4c-.9-.2-1.8-.1-2.6.2-.8-1.3-2.3-2.1-3.8-2.1s-1.2.1-1.7.3c-1.5-1.4-3.5-2.2-5.6-2.2s-5.3 1.4-6.8 3.7c-4.7-.3-8.6 3.5-8.6 8.1v10.9c0 1.5 1.2 2.7 2.8 2.7s.7 0 .9-.2v16.6c0 2.5 2 4.5 4.5 4.5h18.1c2.5 0 4.5-2 4.5-4.5v-2.7h4.5c2.5 0 4.5-2 4.5-4.5v-15.5c0-2.5-2-4.5-4.5-4.5zm-6.4 26.3h-2.8c-.5 0-.9.4-.9.9s.4.9.9.9h2.6c-.4 1.1-1.4 1.8-2.6 1.8h-18.1c-1.2 0-2.2-.8-2.6-1.8h13.4c.5 0 .9-.4.9-.9s-.4-.9-.9-.9h-13.5v-24.7c2-.3 3.8-1.6 4.7-3.5.2 0 .4 0 .5.2 1 1 2.4 1.6 3.8 1.6s2.9-.6 3.9-1.7h.2c1.4 0 2.3.3 2.7.9.3.5.3 1.2.3 1.7v3.7c0 1.2.8 2.2 1.8 2.6v14.7c0 .5.4.9.9.9s.9-.4.9-.9v-14.7c1.1-.4 1.8-1.4 1.8-2.6v-6.4c.6.1 1.3.1 1.9 0v28.2zm-2.4-30.3c-.3-.1-.6-.1-.9 0-.3.2-.4.5-.4.8v7.6c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-3.7c0-.7 0-1.8-.7-2.7-.8-1.1-2.2-1.7-4.2-1.7s-1.1.2-1.5.6c-.7.7-1.6 1.1-2.6 1.1s-1.9-.4-2.5-1c-.5-.5-1.1-.7-1.7-.7s-1.3.4-1.6 1c-.8 1.6-2.3 2.5-4 2.5-.5 0-.9.4-.9.9v7.2c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-10.9c0-3.5 2.9-6.3 6.4-6.3s.5 0 .8 0c.4 0 .7-.1.9-.5 1.1-2 3.2-3.3 5.5-3.3s3.5.8 4.7 2.1c.3.3.8.4 1.2.2.4-.3.9-.4 1.4-.4 1.2 0 2.2.7 2.6 1.8 0 .3.3.5.6.6.3 0 .6 0 .8-.1.6-.4 1.4-.6 2.1-.4 1 .2 1.8 1 2 2 .5 2.3-1.8 4.2-4.1 3zm4.2 9.4h3.6v13.7h-3.6zm7.3 14.6c0 1.5-1.2 2.7-2.7 2.7h-4.5v-1.8h4.5c.5 0 .9-.4.9-.9v-15.5c0-.5-.4-.9-.9-.9h-4.5v-1.8h4.5c1.5 0 2.7 1.2 2.7 2.7z'/%3E%3Cpath d='m269.6 193.5h-4.5v-2.7c1.4-1.1 2.1-2.9 1.7-4.6s-1.7-3-3.4-3.4c-.9-.2-1.8-.1-2.6.2-.8-1.3-2.3-2.1-3.8-2.1s-1.2.1-1.7.3c-1.5-1.4-3.5-2.2-5.6-2.2s-5.3 1.4-6.8 3.7c-4.7-.3-8.6 3.5-8.6 8.1v10.9c0 1.5 1.2 2.7 2.8 2.7s.7 0 .9-.2v16.6c0 2.5 2 4.5 4.5 4.5h18.1c2.5 0 4.5-2 4.5-4.5v-2.7h4.5c2.5 0 4.5-2 4.5-4.5v-15.5c0-2.5-2-4.5-4.5-4.5zm-6.4 26.3h-2.8c-.5 0-.9.4-.9.9s.4.9.9.9h2.6c-.4 1.1-1.4 1.8-2.6 1.8h-18.1c-1.2 0-2.2-.8-2.6-1.8h13.4c.5 0 .9-.4.9-.9s-.4-.9-.9-.9h-13.5v-24.7c2-.3 3.8-1.6 4.7-3.5.2 0 .4 0 .5.2 1 1 2.4 1.6 3.8 1.6s2.9-.6 3.9-1.7h.2c1.4 0 2.3.3 2.7.9.3.5.3 1.2.3 1.7v3.7c0 1.2.8 2.2 1.8 2.6v14.7c0 .5.4.9.9.9s.9-.4.9-.9v-14.7c1.1-.4 1.8-1.4 1.8-2.6v-6.4c.6.1 1.3.1 1.9 0v28.2zm-2.4-30.3c-.3-.1-.6-.1-.9 0-.3.2-.4.5-.4.8v7.6c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-3.7c0-.7 0-1.8-.7-2.7-.8-1.1-2.2-1.7-4.2-1.7s-1.1.2-1.5.6c-.7.7-1.6 1.1-2.6 1.1s-1.9-.4-2.5-1c-.5-.5-1.1-.7-1.7-.7s-1.3.4-1.6 1c-.8 1.6-2.3 2.5-4 2.5-.5 0-.9.4-.9.9v7.2c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-10.9c0-3.5 2.9-6.3 6.4-6.3s.5 0 .8 0c.4 0 .7-.1.9-.5 1.1-2 3.2-3.3 5.5-3.3s3.5.8 4.7 2.1c.3.3.8.4 1.2.2.4-.3.9-.4 1.4-.4 1.2 0 2.2.7 2.6 1.8 0 .3.3.5.6.6.3 0 .6 0 .8-.1.6-.4 1.4-.6 2.1-.4 1 .2 1.8 1 2 2 .5 2.3-1.8 4.2-4.1 3zm4.2 9.4h3.6v13.7h-3.6zm7.3 14.6c0 1.5-1.2 2.7-2.7 2.7h-4.5v-1.8h4.5c.5 0 .9-.4.9-.9v-15.5c0-.5-.4-.9-.9-.9h-4.5v-1.8h4.5c1.5 0 2.7 1.2 2.7 2.7z'/%3E%3Cpath d='m168 188.1c0-.5-.5-.8-.9-.7l-7.7 1c-.3 0-.5.2-.7.5l-2.4 5.2c-.2 0-.4 0-.7 0-.8 0-1.5.2-2.1.7-.5-.2-1-.4-1.5-.4 0 0 0 0 0-.1 0-2.1-1.7-3.7-3.7-3.7s-2.7.8-3.3 2c-.3 0-.6-.1-.9-.1-1.9 0-3.4 1.4-3.7 3.1-.9.4-1.7 1.1-2.1 2-1.8.3-3.2 1.8-3.2 3.7s1.2 3.2 2.8 3.6v.1c.2 2.5.7 7.4 1.6 12.7v.1.3.2.3.3.2c0 .4.1.7.2 1.1 0 .2 0 .3.1.5.7 3.9 1.7 7.7 2.9 10.9 0 .1.1.3.2.4 0 .1 0 .2.1.4v.1c0 .1.1.2.2.4.1.3.2.6.4.8v.1s0 .2.1.3v.1s0 .2.1.2v.1s0 .2.1.3v.1c0 .1.1.2.2.4l.2.6c-.5.4-.8 1-.8 1.6v.3c0 .5.2 1 .5 1.4-.1 0-.2.1-.3.2l-3.5 1.5c-.7.3-1.1.9-1.1 1.6s.6 1.3 1.3 1.3h15.2c.7 0 1.3-.6 1.3-1.3s-.4-1.3-1.1-1.6l-3.5-1.5c-.1 0-.2-.1-.3-.2.3-.4.5-.8.5-1.4v-.3c0-.7-.3-1.2-.8-1.6l.2-.6c.6-1.1 1.2-2.4 1.8-3.9.2-.4 0-.9-.5-1.1-.4-.2-.9 0-1.1.5-.5 1.4-1.1 2.7-1.7 3.7s0 0 0 0l-.3.7h-4.2l-.3-.7v-.1c0-.1-.1-.2-.2-.3 0 0 0 0 0-.1 0 0 0-.2-.1-.2 0 0 0 0 0-.1 0 0 0-.1-.1-.2 0 0 0-.1 0-.2 0 0 0-.1-.1-.2 0 0 0-.1 0-.2 0 0 0-.2-.1-.2 0 0 0-.1 0-.2 0 0 0-.2-.1-.3 0 0 0-.2-.1-.3 0 0 0-.1 0-.2v-.2s0-.1 0-.2v-.2s0-.1 0-.2c0 0 0-.2-.1-.3 0 0 0 0 0-.1s0-.2-.1-.3c-2.4-6.6-3.7-15.8-4.4-21.7h17.5c-.5 4.9-1.6 12.5-3.4 18.7-.1.4.1.9.6 1 .4.1.9-.1 1-.6.8-2.8 2.8-10.6 3.9-22.8 0-.1 0-.3 0-.4 0 0 0-.1 0-.2 1.3-.6 2.1-1.9 2.1-3.4s-1-3-2.4-3.5c0-1.2-.6-2.3-1.5-3l2.2-4.8 7.3-.9c.5 0 .8-.5.7-.9zm-22 49.7c0-.2.1-.3.3-.4h4.9s0 0 0 0c.2 0 .3.2.3.4v.3c0 .2-.1.3-.3.4s0 0 0 0h-4.9s0 0 0 0c-.2 0-.3-.2-.3-.4zm-.9 3.4c.5-.2 1-.6 1.4-1h4.6c.4.4.8.8 1.4 1l2.8 1.2h-12.9l2.8-1.2zm5.3-34.1h-10.6c0-.9-.2-1.6-.2-2.2h11.8zm-11.5-3.8c-1.1 0-2.1-.9-2.1-2.1s.9-2.1 2.1-2.1c.4 0 .7-.3.8-.6.2-.8.8-1.4 1.6-1.5.4 0 .7-.4.7-.8 0-1.2.9-2.1 2.1-2.1s.7 0 1 .3c.2.1.5.1.7 0s.4-.3.5-.6c.2-.9 1.1-1.6 2-1.6s2.1.9 2.1 2.1 0 .5-.1.8 0 .6.2.9c.2.2.5.3.9.2h.6c.5 0 .9.2 1.3.4.3.3.8.2 1.1 0 .4-.4.9-.6 1.4-.6l-3.4 7.5h-13.3zm19 1.8c0 .5-.1 1.2-.2 2h-5.5l1-2.2h4.7zm.5-5.9c1 .1 1.8 1 1.8 2s-.7 1.8-1.6 2c0 0-.1 0-.2 0s-.1 0-.2 0h-4.1l3.1-6.9c.4.4.6.9.6 1.4s0 .3 0 .4c0 .2 0 .5.1.6.1.2.3.3.6.3z'/%3E%3Cpath d='m148 212.5v10.9c0 .5.4.8.8.8s.8-.4.8-.8v-10.9c0-.5-.4-.8-.8-.8s-.8.4-.8.8z'/%3E%3Cpath d='m153.9 211.6c-.5 0-.8.4-.8.8 0 3.5-.7 8.2-1.2 10.7 0 .5.2.9.7 1h.1c.4 0 .7-.3.8-.7.6-3.1 1.2-7.5 1.2-11s-.4-.8-.8-.8z'/%3E%3Cpath d='m144 223.5c0 .4.4.7.8.7s0 0 .1 0c.5 0 .8-.5.7-1-.3-1.8-.6-3.5-.8-5.1 0-.5-.5-.8-.9-.7-.5 0-.8.5-.7.9.2 1.6.5 3.4.8 5.2z'/%3E%3Cpath d='m143.7 215.2c.5 0 .8-.4.8-.9 0-.7 0-1.3 0-1.9s-.4-.8-.8-.8-.8.4-.8.8 0 1.3 0 1.9c0 .4.4.8.8.8s0 0 0 0z'/%3E%3Cpath d='m60.4 185.5v1.7c-1.4 0-2.5 1.1-2.5 2.5v26.2c0 1.4 1.1 2.5 2.5 2.5h12.7c1.4 0 2.5-1.1 2.5-2.5v-26.2c0-1.4-1.1-2.5-2.5-2.5v-2.5c0-1.6-1.1-3-2.7-3.3l-1.4-7.7c.4 0 .8-.3 1.1-.7s.3-.8.3-1.3l-.5-2.5c-.2-.8-.9-1.4-1.7-1.4h-2.8c-.8 0-1.5.6-1.7 1.4l-.2 1.2h-3c-2.7 0-5.2 1.5-6.6 3.8-1.4 2.4-1.4 5.3 0 7.6 1.4 2.4 3.9 3.8 6.6 3.8zm13.5 24.6h-14.4v-14.4h14.4zm-.8 6.7h-12.7c-.5 0-.8-.4-.8-.8v-4.2h14.4v4.2c0 .5-.4.8-.8.8zm.8-27v4.2h-14.4v-4.2c0-.5.4-.8.8-.8h12.7c.5 0 .8.4.8.8zm-2.5-5.1v2.5h-9.3v-2.5c0-.9.8-1.7 1.7-1.7h5.9c.9 0 1.7.8 1.7 1.7zm-5.2-11h1l1.4 7.6h-3.9l1.4-7.6zm.1-4.3h1.8l.5 2.5h-3.9l.5-2.5h1zm-5.9 2.6h2.7c0 .8.6 1.5 1.4 1.7l-1.4 7.7c-1.2.3-2.2 1.2-2.5 2.5h-.1c-3.3 0-5.9-2.7-5.9-5.9s2.7-5.9 5.9-5.9z'/%3E%3Cpath d='m101.5 183.6.5-1.4c.4-1 .6-2.2.6-3.3v-4.4c0-3.7-3-6.8-6.8-6.8h-11.8c-3.7 0-6.8 3-6.8 6.8v4.4c0 1.1.2 2.2.6 3.3l.5 1.4c.3.8.5 1.7.5 2.7v3.3c0 1.1-.3 2.2-.8 3.2-.6 1.2-.9 2.6-.9 4v3.2c0 3.9 2.7 6.8 4.3 8.2-.6.5-.9 1.2-.9 1.9v5.9c0 1.4 1.1 2.5 2.5 2.5h13.5c1.4 0 2.5-1.1 2.5-2.5v-5.9c0-.7-.3-1.4-.9-1.9 1.6-1.4 4.3-4.3 4.3-8.2v-3.2c0-1.4-.3-2.7-.9-4-.5-1-.8-2.1-.8-3.2v-3.3c0-.9.2-1.8.5-2.7zm-3.9 29.8h-4.4c-.4-1.5-1.7-2.5-3.3-2.5s-2.9 1-3.3 2.5h-4.4v-3.4c0-.5.4-.8.8-.8h13.5c.5 0 .8.4.8.8v3.4zm-.9 3.4h-13.5c-.5 0-.8-.4-.8-.8v-.8h5.1c.5 0 .8-.4.8-.8 0-.9.8-1.7 1.7-1.7s1.7.8 1.7 1.7.4.8.8.8h5.1v.8c0 .5-.4.8-.8.8zm3.5-23.3c.5 1 .8 2.1.8 3.2v3.2c0 4-3.6 6.9-4.5 7.6h-13c-.9-.7-4.5-3.6-4.5-7.6v-3.2c0-1.1.3-2.2.8-3.2.6-1.2.9-2.6.9-4v-3.3c0-1.1-.2-2.2-.6-3.3l-.5-1.4c-.3-.8-.5-1.7-.5-2.7v-4.4c0-2.8 2.3-5.1 5.1-5.1h11.8c2.8 0 5.1 2.3 5.1 5.1v4.4c0 .9-.2 1.8-.5 2.7l-.5 1.4c-.4 1-.6 2.2-.6 3.3v3.3c0 1.4.3 2.7.9 4z'/%3E%3Cpath d='m82.4 199.9c0-.5-.4-.8-.8-.8s-.8.4-.8.8c0 2.6 2 4.7 3.2 5.7.2.2.5.3.8.2s.5-.3.6-.6 0-.6-.3-.8c-.8-.7-2.6-2.5-2.6-4.4z'/%3E%3Cpath d='m81.5 175.4c.5 0 .8-.4.8-.8 0-.9.8-1.7 1.7-1.7s.8-.4.8-.8-.4-.8-.8-.8c-1.9 0-3.4 1.5-3.4 3.4s0 .4.2.6.4.2.6.2z'/%3E%3Cpath d='m96.6 178.8h-1.1l.3-1.8c.1-.8-.4-1.6-1.1-1.8-3.1-.8-6.3-.8-9.4 0-.8.3-1.3 1-1.1 1.8l.3 1.8h-1.1c-.5 0-1 .2-1.3.6s-.5.9-.4 1.4l2.3 15.2c.1.8.8 1.4 1.7 1.4h8.7c.8 0 1.5-.6 1.7-1.4l2.3-15.2c0-.5 0-1-.4-1.4-.3-.4-.8-.6-1.3-.6zm-2.3 16.9h-8.7l-2.3-15.2h2c.2 0 .5-.1.6-.3s.2-.4.2-.7l-.4-2.7c1.4-.4 2.8-.5 4.2-.5s2.8.2 4.1.5l-.4 2.7c0 .2 0 .5.2.7s.4.3.6.3h2l-2.3 15.2z'/%3E%3Cpath d='m93.4 182.1h-6.8c-.5 0-.8.4-.8.8s.4.8.8.8h6.8c.5 0 .8-.4.8-.8s-.4-.8-.8-.8z'/%3E%3Cpath d='m92.5 185.5h-5.1c-.5 0-.8.4-.8.8s.4.8.8.8h5.1c.5 0 .8-.4.8-.8s-.4-.8-.8-.8z'/%3E%3Cpath d='m191.9 91.4v1.7c-1.4 0-2.5 1.1-2.5 2.5v26.2c0 1.4 1.1 2.5 2.5 2.5h12.7c1.4 0 2.5-1.1 2.5-2.5v-26.2c0-1.4-1.1-2.5-2.5-2.5v-2.5c0-1.6-1.1-3-2.7-3.3l-1.4-7.7c.4 0 .8-.3 1.1-.7s.3-.8.3-1.3l-.5-2.5c-.2-.8-.9-1.4-1.7-1.4h-2.8c-.8 0-1.5.6-1.7 1.4l-.2 1.2h-3c-2.7 0-5.2 1.5-6.6 3.8-1.4 2.4-1.4 5.3 0 7.6 1.4 2.4 3.9 3.8 6.6 3.8zm13.5 24.5h-14.4v-14.4h14.4zm-.8 6.8h-12.7c-.5 0-.8-.4-.8-.8v-4.2h14.4v4.2c0 .5-.4.8-.8.8zm.8-27.1v4.2h-14.4v-4.2c0-.5.4-.8.8-.8h12.7c.5 0 .8.4.8.8zm-2.5-5.1v2.5h-9.3v-2.5c0-.9.8-1.7 1.7-1.7h5.9c.9 0 1.7.8 1.7 1.7zm-5.2-11h1l1.4 7.6h-3.9l1.4-7.6zm.1-4.2h1.8l.5 2.5h-3.9l.5-2.5h1zm-5.9 2.5h2.7c0 .8.6 1.5 1.4 1.7l-1.4 7.7c-1.2.3-2.2 1.2-2.5 2.5h-.1c-3.3 0-5.9-2.7-5.9-5.9s2.7-5.9 5.9-5.9z'/%3E%3Cpath d='m233 89.4.5-1.4c.4-1 .6-2.2.6-3.3v-4.4c0-3.7-3-6.8-6.8-6.8h-11.8c-3.7 0-6.8 3-6.8 6.8v4.4c0 1.1.2 2.2.6 3.3l.5 1.4c.3.8.5 1.7.5 2.7v3.3c0 1.1-.3 2.2-.8 3.2-.6 1.2-.9 2.6-.9 4v3.2c0 3.9 2.7 6.8 4.3 8.2-.6.5-.9 1.2-.9 1.9v5.9c0 1.4 1.1 2.5 2.5 2.5h13.5c1.4 0 2.5-1.1 2.5-2.5v-5.9c0-.7-.3-1.4-.9-1.9 1.6-1.4 4.3-4.3 4.3-8.2v-3.2c0-1.4-.3-2.7-.9-4-.5-1-.8-2.1-.8-3.2v-3.3c0-.9.2-1.8.5-2.7zm-3.9 29.9h-4.4c-.4-1.5-1.7-2.5-3.3-2.5s-2.9 1-3.3 2.5h-4.4v-3.4c0-.5.4-.8.8-.8h13.5c.5 0 .8.4.8.8v3.4zm-.8 3.4h-13.5c-.5 0-.8-.4-.8-.8v-.8h5.1c.5 0 .8-.4.8-.8 0-.9.8-1.7 1.7-1.7s1.7.8 1.7 1.7.4.8.8.8h5.1v.8c0 .5-.4.8-.8.8zm3.4-23.3c.5 1 .8 2.1.8 3.2v3.2c0 4-3.6 6.9-4.5 7.6h-13c-.9-.7-4.5-3.6-4.5-7.6v-3.2c0-1.1.3-2.2.8-3.2.6-1.2.9-2.6.9-4v-3.3c0-1.1-.2-2.2-.6-3.3l-.5-1.4c-.3-.8-.5-1.7-.5-2.7v-4.4c0-2.8 2.3-5.1 5.1-5.1h11.8c2.8 0 5.1 2.3 5.1 5.1v4.4c0 .9-.2 1.8-.5 2.7l-.5 1.4c-.4 1-.6 2.2-.6 3.3v3.3c0 1.4.3 2.7.9 4z'/%3E%3Cpath d='m213.9 105.8c0-.5-.4-.8-.8-.8s-.8.4-.8.8c0 2.6 2 4.7 3.2 5.7.2.2.5.3.8.2s.5-.3.6-.6 0-.6-.3-.8c-.8-.7-2.6-2.5-2.6-4.4z'/%3E%3Cpath d='m213 81.2c.5 0 .8-.4.8-.8 0-.9.8-1.7 1.7-1.7s.8-.4.8-.8-.4-.8-.8-.8c-1.9 0-3.4 1.5-3.4 3.4s0 .4.2.6.4.2.6.2z'/%3E%3Cpath d='m228.1 84.6h-1.1l.3-1.8c.1-.8-.4-1.6-1.1-1.8-3.1-.8-6.3-.8-9.4 0-.8.3-1.3 1-1.1 1.8l.3 1.8h-1.1c-.5 0-1 .2-1.3.6s-.5.9-.4 1.4l2.3 15.2c.1.8.8 1.4 1.7 1.4h8.7c.8 0 1.5-.6 1.7-1.4l2.3-15.2c0-.5 0-1-.4-1.4-.3-.4-.8-.6-1.3-.6zm-2.2 16.9h-8.7l-2.3-15.2h2c.2 0 .5-.1.6-.3s.2-.4.2-.7l-.4-2.7c1.4-.4 2.8-.5 4.2-.5s2.8.2 4.1.5l-.4 2.7c0 .2 0 .5.2.7s.4.3.6.3h2l-2.3 15.2z'/%3E%3Cpath d='m224.9 88h-6.8c-.5 0-.8.4-.8.8s.4.8.8.8h6.8c.5 0 .8-.4.8-.8s-.4-.8-.8-.8z'/%3E%3Cpath d='m224 91.4h-5.1c-.5 0-.8.4-.8.8s.4.8.8.8h5.1c.5 0 .8-.4.8-.8s-.4-.8-.8-.8z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 200px 200px;
}
.span-highlight > span {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #fb923c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media (min-width: 960px) {

  .lg\:container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 480px) {

    .lg\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 600px) {

    .lg\:container {
      max-width: 600px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 782px) {

    .lg\:container {
      max-width: 782px;
    }
  }

  @media (min-width: 960px) {

    .lg\:container {
      max-width: 960px;
      padding-right: 0rem;
      padding-left: 0rem;
    }
  }

  @media (min-width: 1200px) {

    .lg\:container {
      max-width: 1200px;
    }
  }

  @media (min-width: 1440px) {

    .lg\:container {
      max-width: 1440px;
    }
  }
}
.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.placeholder\:text-gray-500::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.placeholder\:text-gray-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.hover\:bg-dark-gold:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 155 32 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-orange-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}
.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.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-inset:focus {
  --tw-ring-inset: inset;
}
.focus\:ring-dark-gold:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 155 32 / var(--tw-ring-opacity));
}
.focus\:ring-indigo-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity));
}
.focus-visible\:outline:focus-visible {
  outline-style: solid;
}
.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}
.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}
.focus-visible\:outline-white:focus-visible {
  outline-color: #fff;
}
.group:hover .group-hover\:translate-x-0 {
  --tw-translate-x: 0px;
  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));
}
.data-\[dark\]\:bg-gray-800[data-dark] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.data-\[dark\]\:text-gray-400[data-dark] {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.data-\[dark\]\:ring-white\/15[data-dark] {
  --tw-ring-color: rgb(255 255 255 / 0.15);
}
.group[data-dark] .group-data-\[dark\]\:from-gray-800 {
  --tw-gradient-from: #1f2937 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.group[data-dark] .group-data-\[dark\]\:from-\[-25\%\] {
  --tw-gradient-from-position: -25%;
}
.group[data-dark] .group-data-\[dark\]\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
@media not all and (min-width: 960px) {

  .max-lg\:mt-16 {
    margin-top: 4rem;
  }
}
@media not all and (min-width: 600px) {

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

  .max-sm\:border-dotted {
    border-style: dotted;
  }

  .max-sm\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

  .max-sm\:pb-4 {
    padding-bottom: 1rem;
  }
}
@media (min-width: 600px) {

  .sm\:sticky {
    position: sticky;
  }

  .sm\:top-44 {
    top: 11rem;
  }

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

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

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

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

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

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

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

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-\[57rem\] {
    width: 57rem;
  }

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

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

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

  .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\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:gap-y-20 {
    row-gap: 5rem;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-dark-gold {
    --tw-border-opacity: 1;
    border-color: rgb(248 155 32 / var(--tw-border-opacity));
  }

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

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

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

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

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

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

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

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

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

  .sm\:leading-6 {
    line-height: 1.5rem;
  }

  .sm\:leading-9 {
    line-height: 2.25rem;
  }
}
@media (min-width: 782px) {

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

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

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

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

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

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

  .md\:w-12 {
    width: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-xl {
    font-size: 1.25rem;
  }
}
@media (min-width: 960px) {

  .lg\:order-first {
    order: -9999;
  }

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

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

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

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

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

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

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

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

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

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

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

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

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

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-1\/3 {
    height: 33.333333%;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-36 {
    height: 9rem;
  }

  .lg\:w-80 {
    width: 20rem;
  }

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

  .lg\:max-w-7xl {
    max-width: 80rem;
  }

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

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

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

  .lg\:flex-grow {
    flex-grow: 1;
  }

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

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

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

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

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

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

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

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

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }

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

  .lg\:p-0 {
    padding: 0px;
  }

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

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

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

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

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

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

  .lg\:pt-4 {
    padding-top: 1rem;
  }

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

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

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

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

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

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1200px) {

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

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

  .xl\:mr-auto {
    margin-right: auto;
  }

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

  .xl\:mt-44 {
    margin-top: 11rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:grid {
    display: grid;
  }

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

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

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

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

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

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

  .xl\:text-\[10rem\] {
    font-size: 10rem;
  }
}

