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

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

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

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

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

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

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

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

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

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

body {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

/*
Forms
=====
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
	padding: 0;
}

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

progress {
	vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

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

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

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

html {
  font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

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

[hidden] {
  display: none;
}

*, ::before, ::after {
	--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-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(228, 228, 231, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-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);
	--tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-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);
}


      [type='text'],
      [type='email'],
      [type='url'],
      [type='password'],
      [type='number'],
      [type='date'],
      [type='datetime-local'],
      [type='month'],
      [type='search'],
      [type='tel'],
      [type='time'],
      [type='week'],
      [multiple],
      textarea,
      select
     {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #71717a;
	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;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #71717a;
	opacity: 1;
}

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

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

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

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='%2371717a' 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;
	        color-adjust: exact;
}

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


      [type='checkbox'],
      [type='radio']
     {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	        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: #71717a;
	border-width: 1px;
}

[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, 0 0 #0000);
}


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

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

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


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

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


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

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

[type='file']:focus {
	outline: 1px auto -webkit-focus-ring-color;
}
.container {
	width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

	.container {
		max-width: 1536px;
	}
}
.prose {
	color: #3f3f46;
	max-width: 65ch;
}
.prose [class~="lead"] {
	color: #52525b;
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
.prose a {
	color: #18181b;
	text-decoration: underline;
	font-weight: 500;
}
.prose strong {
	color: #18181b;
	font-weight: 600;
}
.prose ol {
	counter-reset: list-counter;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose ol > li {
	position: relative;
	counter-increment: list-counter;
	padding-left: 1.75em;
}
.prose ol > li::before {
	content: counter(list-counter) ".";
	position: absolute;
	font-weight: 400;
	color: #71717a;
	left: 0;
}
.prose ul > li {
	position: relative;
	padding-left: 1.75em;
}
.prose ul > li::before {
	content: "";
	position: absolute;
	background-color: #d4d4d8;
	border-radius: 50%;
	width: 0.375em;
	height: 0.375em;
	top: calc(0.875em - 0.1875em);
	left: 0.25em;
}
.prose hr {
	border-color: #e4e4e7;
	border-top-width: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
}
.prose blockquote {
	font-weight: 500;
	font-style: italic;
	color: #18181b;
	border-left-width: 0.25rem;
	border-left-color: #e4e4e7;
	quotes: "\201C""\201D""\2018""\2019";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-left: 1em;
}
.prose blockquote p:first-of-type::before {
	content: open-quote;
}
.prose blockquote p:last-of-type::after {
	content: close-quote;
}
.prose h1 {
	color: #18181b;
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}
.prose h2 {
	color: #18181b;
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333;
}
.prose h3 {
	color: #18181b;
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}
.prose h4 {
	color: #18181b;
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}
.prose figure figcaption {
	color: #71717a;
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}
.prose code {
	color: #18181b;
	font-weight: 600;
	font-size: 0.875em;
}
.prose code::before {
	content: "`";
}
.prose code::after {
	content: "`";
}
.prose a code {
	color: #18181b;
}
.prose pre {
	color: #e4e4e7;
	background-color: #27272a;
	overflow-x: auto;
	font-size: 0.875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: 0.375rem;
	padding-top: 0.8571429em;
	padding-right: 1.1428571em;
	padding-bottom: 0.8571429em;
	padding-left: 1.1428571em;
}
.prose pre code {
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-weight: 400;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}
.prose pre code::before {
	content: "";
}
.prose pre code::after {
	content: "";
}
.prose table {
	width: 100%;
	table-layout: auto;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.875em;
	line-height: 1.7142857;
}
.prose thead {
	color: #18181b;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-color: #d4d4d8;
}
.prose thead th {
	vertical-align: bottom;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}
.prose tbody tr {
	border-bottom-width: 1px;
	border-bottom-color: #e4e4e7;
}
.prose tbody tr:last-child {
	border-bottom-width: 0;
}
.prose tbody td {
	vertical-align: top;
	padding-top: 0.5714286em;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}
.prose {
	font-size: 1rem;
	line-height: 1.75;
}
.prose p {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose img {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose video {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose figure {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose figure > * {
	margin-top: 0;
	margin-bottom: 0;
}
.prose h2 code {
	font-size: 0.875em;
}
.prose h3 code {
	font-size: 0.9em;
}
.prose ul {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.prose > ul > li p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose > ul > li > *:first-child {
	margin-top: 1.25em;
}
.prose > ul > li > *:last-child {
	margin-bottom: 1.25em;
}
.prose > ol > li > *:first-child {
	margin-top: 1.25em;
}
.prose > ol > li > *:last-child {
	margin-bottom: 1.25em;
}
.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose hr + * {
	margin-top: 0;
}
.prose h2 + * {
	margin-top: 0;
}
.prose h3 + * {
	margin-top: 0;
}
.prose h4 + * {
	margin-top: 0;
}
.prose thead th:first-child {
	padding-left: 0;
}
.prose thead th:last-child {
	padding-right: 0;
}
.prose tbody td:first-child {
	padding-left: 0;
}
.prose tbody td:last-child {
	padding-right: 0;
}
.prose > :first-child {
	margin-top: 0;
}
.prose > :last-child {
	margin-bottom: 0;
}
.prose-sm {
	font-size: 0.875rem;
	line-height: 1.7142857;
}
.prose-sm p {
	margin-top: 1.1428571em;
	margin-bottom: 1.1428571em;
}
.prose-sm [class~="lead"] {
	font-size: 1.2857143em;
	line-height: 1.5555556;
	margin-top: 0.8888889em;
	margin-bottom: 0.8888889em;
}
.prose-sm blockquote {
	margin-top: 1.3333333em;
	margin-bottom: 1.3333333em;
	padding-left: 1.1111111em;
}
.prose-sm h1 {
	font-size: 2.1428571em;
	margin-top: 0;
	margin-bottom: 0.8em;
	line-height: 1.2;
}
.prose-sm h2 {
	font-size: 1.4285714em;
	margin-top: 1.6em;
	margin-bottom: 0.8em;
	line-height: 1.4;
}
.prose-sm h3 {
	font-size: 1.2857143em;
	margin-top: 1.5555556em;
	margin-bottom: 0.4444444em;
	line-height: 1.5555556;
}
.prose-sm h4 {
	margin-top: 1.4285714em;
	margin-bottom: 0.5714286em;
	line-height: 1.4285714;
}
.prose-sm img {
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
}
.prose-sm video {
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
}
.prose-sm figure {
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
}
.prose-sm figure > * {
	margin-top: 0;
	margin-bottom: 0;
}
.prose-sm figure figcaption {
	font-size: 0.8571429em;
	line-height: 1.3333333;
	margin-top: 0.6666667em;
}
.prose-sm code {
	font-size: 0.8571429em;
}
.prose-sm h2 code {
	font-size: 0.9em;
}
.prose-sm h3 code {
	font-size: 0.8888889em;
}
.prose-sm pre {
	font-size: 0.8571429em;
	line-height: 1.6666667;
	margin-top: 1.6666667em;
	margin-bottom: 1.6666667em;
	border-radius: 0.25rem;
	padding-top: 0.6666667em;
	padding-right: 1em;
	padding-bottom: 0.6666667em;
	padding-left: 1em;
}
.prose-sm ol {
	margin-top: 1.1428571em;
	margin-bottom: 1.1428571em;
}
.prose-sm ul {
	margin-top: 1.1428571em;
	margin-bottom: 1.1428571em;
}
.prose-sm li {
	margin-top: 0.2857143em;
	margin-bottom: 0.2857143em;
}
.prose-sm ol > li {
	padding-left: 1.5714286em;
}
.prose-sm ol > li::before {
	left: 0;
}
.prose-sm ul > li {
	padding-left: 1.5714286em;
}
.prose-sm ul > li::before {
	height: 0.3571429em;
	width: 0.3571429em;
	top: calc(0.8571429em - 0.1785714em);
	left: 0.2142857em;
}
.prose-sm > ul > li p {
	margin-top: 0.5714286em;
	margin-bottom: 0.5714286em;
}
.prose-sm > ul > li > *:first-child {
	margin-top: 1.1428571em;
}
.prose-sm > ul > li > *:last-child {
	margin-bottom: 1.1428571em;
}
.prose-sm > ol > li > *:first-child {
	margin-top: 1.1428571em;
}
.prose-sm > ol > li > *:last-child {
	margin-bottom: 1.1428571em;
}
.prose-sm ul ul, .prose-sm ul ol, .prose-sm ol ul, .prose-sm ol ol {
	margin-top: 0.5714286em;
	margin-bottom: 0.5714286em;
}
.prose-sm hr {
	margin-top: 2.8571429em;
	margin-bottom: 2.8571429em;
}
.prose-sm hr + * {
	margin-top: 0;
}
.prose-sm h2 + * {
	margin-top: 0;
}
.prose-sm h3 + * {
	margin-top: 0;
}
.prose-sm h4 + * {
	margin-top: 0;
}
.prose-sm table {
	font-size: 0.8571429em;
	line-height: 1.5;
}
.prose-sm thead th {
	padding-right: 1em;
	padding-bottom: 0.6666667em;
	padding-left: 1em;
}
.prose-sm thead th:first-child {
	padding-left: 0;
}
.prose-sm thead th:last-child {
	padding-right: 0;
}
.prose-sm tbody td {
	padding-top: 0.6666667em;
	padding-right: 1em;
	padding-bottom: 0.6666667em;
	padding-left: 1em;
}
.prose-sm tbody td:first-child {
	padding-left: 0;
}
.prose-sm tbody td:last-child {
	padding-right: 0;
}
.prose-sm > :first-child {
	margin-top: 0;
}
.prose-sm > :last-child {
	margin-bottom: 0;
}
.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;
}
.invisible {
	visibility: hidden;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.left-0 {
	left: 0px;
}
.right-0 {
	right: 0px;
}
.top-0 {
	top: 0px;
}
.top-2 {
	top: 0.5rem;
}
.right-7 {
	right: 1.75rem;
}
.right-2 {
	right: 0.5rem;
}
.top-9 {
	top: 2.25rem;
}
.bottom-0 {
	bottom: 0px;
}
.top-7 {
	top: 1.75rem;
}
.left-1\/2 {
	left: 50%;
}
.top-4 {
	top: 1rem;
}
.-left-1 {
	left: -0.25rem;
}
.left-\[49px\] {
	left: 49px;
}
.bottom-\[57px\] {
	bottom: 57px;
}
.left-\[45\%\] {
	left: 45%;
}
.top-1\/2 {
	top: 50%;
}
.right-\[14px\] {
	right: 14px;
}
.top-12 {
	top: 3rem;
}
.top-\[4\.7rem\] {
	top: 4.7rem;
}
.top-20 {
	top: 5rem;
}
.left-2 {
	left: 0.5rem;
}
.bottom-\[51px\] {
	bottom: 51px;
}
.top-\[27px\] {
	top: 27px;
}
.left-\[46px\] {
	left: 46px;
}
.top-\[40px\] {
	top: 40px;
}
.top-\[35px\] {
	top: 35px;
}
.right-5 {
	right: 1.25rem;
}
.left-\[0\.2rem\] {
	left: 0.2rem;
}
.bottom-8 {
	bottom: 2rem;
}
.-left-5 {
	left: -1.25rem;
}
.z-0 {
	z-index: 0;
}
.z-50 {
	z-index: 50;
}
.z-10 {
	z-index: 10;
}
.z-40 {
	z-index: 40;
}
.z-30 {
	z-index: 30;
}
.z-20 {
	z-index: 20;
}
.order-1 {
	order: 1;
}
.order-3 {
	order: 3;
}
.order-2 {
	order: 2;
}
.order-5 {
	order: 5;
}
.order-4 {
	order: 4;
}
.order-last {
	order: 9999;
}
.order-first {
	order: -9999;
}
.col-span-6 {
	grid-column: span 6 / span 6;
}
.col-span-12 {
	grid-column: span 12 / span 12;
}
.col-span-2 {
	grid-column: span 2 / span 2;
}
.col-span-4 {
	grid-column: span 4 / span 4;
}
.col-span-1 {
	grid-column: span 1 / span 1;
}
.col-span-3 {
	grid-column: span 3 / span 3;
}
.col-span-7 {
	grid-column: span 7 / span 7;
}
.col-start-2 {
	grid-column-start: 2;
}
.col-start-4 {
	grid-column-start: 4;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.m-1 {
	margin: 0.25rem;
}
.m-2 {
	margin: 0.5rem;
}
.m-auto {
	margin: auto;
}
.m-4 {
	margin: 1rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}
.-my-2 {
	margin-top: -0.5rem;
	margin-bottom: -0.5rem;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.-mx-4 {
	margin-left: -1rem;
	margin-right: -1rem;
}
.mx-6 {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.-mx-3 {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}
.mx-\[4px\] {
	margin-left: 4px;
	margin-right: 4px;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.my-1\.5 {
	margin-top: 0.375rem;
	margin-bottom: 0.375rem;
}
.mx-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.mx-48 {
	margin-left: 12rem;
	margin-right: 12rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.-ml-px {
	margin-left: -1px;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.-mr-1 {
	margin-right: -0.25rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mt-8 {
	margin-top: 2rem;
}
.ml-4 {
	margin-left: 1rem;
}
.ml-12 {
	margin-left: 3rem;
}
.ml-1 {
	margin-left: 0.25rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.-mr-0\.5 {
	margin-right: -0.125rem;
}
.-mr-0 {
	margin-right: 0px;
}
.-mr-2 {
	margin-right: -0.5rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.ml-6 {
	margin-left: 1.5rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mt-auto {
	margin-top: auto;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mr-1 {
	margin-right: 0.25rem;
}
.mb-2\.5 {
	margin-bottom: 0.625rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.ml-auto {
	margin-left: auto;
}
.mb-1\.5 {
	margin-bottom: 0.375rem;
}
.mt-1\.5 {
	margin-top: 0.375rem;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mr-8 {
	margin-right: 2rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mt-0 {
	margin-top: 0px;
}
.-mt-0\.5 {
	margin-top: -0.125rem;
}
.-mt-0 {
	margin-top: 0px;
}
.mb-0 {
	margin-bottom: 0px;
}
.-mt-1\.5 {
	margin-top: -0.375rem;
}
.-mt-1 {
	margin-top: -0.25rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mr-4 {
	margin-right: 1rem;
}
.mt-2\.5 {
	margin-top: 0.625rem;
}
.mb-auto {
	margin-bottom: auto;
}
.ml-3\.5 {
	margin-left: 0.875rem;
}
.mt-14 {
	margin-top: 3.5rem;
}
.-mt-14 {
	margin-top: -3.5rem;
}
.mt-11 {
	margin-top: 2.75rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mt-9 {
	margin-top: 2.25rem;
}
.ml-0 {
	margin-left: 0px;
}
.mr-0 {
	margin-right: 0px;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mb-7 {
	margin-bottom: 1.75rem;
}
.-mt-5 {
	margin-top: -1.25rem;
}
.mt-7 {
	margin-top: 1.75rem;
}
.-ml-11 {
	margin-left: -2.75rem;
}
.mb-9 {
	margin-bottom: 2.25rem;
}
.mt-16 {
	margin-top: 4rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mb-3\.5 {
	margin-bottom: 0.875rem;
}
.mb-14 {
	margin-bottom: 3.5rem;
}
.mt-20 {
	margin-top: 5rem;
}
.mr-auto {
	margin-right: auto;
}
.mr-2\.5 {
	margin-right: 0.625rem;
}
.mt-\[-2px\] {
	margin-top: -2px;
}
.mt-3\.5 {
	margin-top: 0.875rem;
}
.-mt-6 {
	margin-top: -1.5rem;
}
.-mb-2 {
	margin-bottom: -0.5rem;
}
.mb-24 {
	margin-bottom: 6rem;
}
.mt-\[32px\] {
	margin-top: 32px;
}
.-ml-2 {
	margin-left: -0.5rem;
}
.mb-\[20px\] {
	margin-bottom: 20px;
}
.-mr-3 {
	margin-right: -0.75rem;
}
.mr-5 {
	margin-right: 1.25rem;
}
.mr-3\.5 {
	margin-right: 0.875rem;
}
.ml-\[-0\.7rem\] {
	margin-left: -0.7rem;
}
.mt-\[-0\.7rem\] {
	margin-top: -0.7rem;
}
.mt-\[2\.2rem\] {
	margin-top: 2.2rem;
}
.mt-\[2\.9rem\] {
	margin-top: 2.9rem;
}
.mb-20 {
	margin-bottom: 5rem;
}
.ml-8 {
	margin-left: 2rem;
}
.-mt-2 {
	margin-top: -0.5rem;
}
.mt-\[0\.8rem\] {
	margin-top: 0.8rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.table {
	display: table;
}
.table-cell {
	display: table-cell;
}
.grid {
	display: grid;
}
.\!grid {
	display: grid !important;
}
.contents {
	display: contents;
}
.hidden {
	display: none;
}
.h-5 {
	height: 1.25rem;
}
.h-16 {
	height: 4rem;
}
.h-12 {
	height: 3rem;
}
.h-6 {
	height: 1.5rem;
}
.h-8 {
	height: 2rem;
}
.h-4 {
	height: 1rem;
}
.h-9 {
	height: 2.25rem;
}
.h-10 {
	height: 2.5rem;
}
.h-20 {
	height: 5rem;
}
.h-full {
	height: 100%;
}
.h-\[52px\] {
	height: 52px;
}
.h-48 {
	height: 12rem;
}
.h-40 {
	height: 10rem;
}
.h-\[46px\] {
	height: 46px;
}
.h-2 {
	height: 0.5rem;
}
.h-1 {
	height: 0.25rem;
}
.h-screen {
	height: 100vh;
}
.h-0 {
	height: 0px;
}
.h-60 {
	height: 15rem;
}
.h-32 {
	height: 8rem;
}
.h-\[374px\] {
	height: 374px;
}
.h-\[62px\] {
	height: 62px;
}
.h-\[42px\] {
	height: 42px;
}
.h-11 {
	height: 2.75rem;
}
.h-auto {
	height: auto;
}
.h-72 {
	height: 18rem;
}
.h-\[32px\] {
	height: 32px;
}
.h-\[4px\] {
	height: 4px;
}
.h-3 {
	height: 0.75rem;
}
.h-\[58px\] {
	height: 58px;
}
.h-\[40px\] {
	height: 40px;
}
.h-\[24px\] {
	height: 24px;
}
.h-\[36px\] {
	height: 36px;
}
.h-\[18px\] {
	height: 18px;
}
.h-\[20px\] {
	height: 20px;
}
.h-14 {
	height: 3.5rem;
}
.h-\[55px\] {
	height: 55px;
}
.h-\[30px\] {
	height: 30px;
}
.h-\[387px\] {
	height: 387px;
}
.h-\[50px\] {
	height: 50px;
}
.h-\[200px\] {
	height: 200px;
}
.h-\[72px\] {
	height: 72px;
}
.h-\[140px\] {
	height: 140px;
}
.h-\[150px\] {
	height: 150px;
}
.h-7 {
	height: 1.75rem;
}
.h-\[220px\] {
	height: 220px;
}
.max-h-\[80vh\] {
	max-height: 80vh;
}
.max-h-screen {
	max-height: 100vh;
}
.max-h-\[85vh\] {
	max-height: 85vh;
}
.\!max-h-\[100\%\] {
	max-height: 100% !important;
}
.max-h-\[90vh\] {
	max-height: 90vh;
}
.max-h-\[60vh\] {
	max-height: 60vh;
}
.max-h-96 {
	max-height: 24rem;
}
.max-h-\[70px\] {
	max-height: 70px;
}
.max-h-\[5rem\] {
	max-height: 5rem;
}
.max-h-\[250px\] {
	max-height: 250px;
}
.max-h-\[200px\] {
	max-height: 200px;
}
.max-h-48 {
	max-height: 12rem;
}
.max-h-\[420px\] {
	max-height: 420px;
}
.max-h-\[50vh\] {
	max-height: 50vh;
}
.max-h-8 {
	max-height: 2rem;
}
.min-h-screen {
	min-height: 100vh;
}
.min-h-\[23px\] {
	min-height: 23px;
}
.min-h-\[18rem\] {
	min-height: 18rem;
}
.min-h-\[2\.75rem\] {
	min-height: 2.75rem;
}
.min-h-\[90vh\] {
	min-height: 90vh;
}
.min-h-\[70vh\] {
	min-height: 70vh;
}
.min-h-\[150px\] {
	min-height: 150px;
}
.min-h-\[387px\] {
	min-height: 387px;
}
.min-h-\[30px\] {
	min-height: 30px;
}
.min-h-\[400px\] {
	min-height: 400px;
}
.min-h-\[550px\] {
	min-height: 550px;
}
.w-5 {
	width: 1.25rem;
}
.w-16 {
	width: 4rem;
}
.w-full {
	width: 100%;
}
.w-0 {
	width: 0px;
}
.w-12 {
	width: 3rem;
}
.w-6 {
	width: 1.5rem;
}
.w-3\/4 {
	width: 75%;
}
.w-48 {
	width: 12rem;
}
.w-auto {
	width: auto;
}
.w-8 {
	width: 2rem;
}
.w-4 {
	width: 1rem;
}
.w-60 {
	width: 15rem;
}
.w-10 {
	width: 2.5rem;
}
.w-1\/2 {
	width: 50%;
}
.w-20 {
	width: 5rem;
}
.w-2 {
	width: 0.5rem;
}
.w-14 {
	width: 3.5rem;
}
.w-96 {
	width: 24rem;
}
.w-\[158px\] {
	width: 158px;
}
.w-64 {
	width: 16rem;
}
.w-36 {
	width: 9rem;
}
.w-28 {
	width: 7rem;
}
.w-72 {
	width: 18rem;
}
.w-56 {
	width: 14rem;
}
.w-40 {
	width: 10rem;
}
.w-\[52px\] {
	width: 52px;
}
.w-\[350px\] {
	width: 350px;
}
.w-1\/3 {
	width: 33.333333%;
}
.w-\[62px\] {
	width: 62px;
}
.w-\[65px\] {
	width: 65px;
}
.w-\[42px\] {
	width: 42px;
}
.w-11 {
	width: 2.75rem;
}
.w-2\/5 {
	width: 40%;
}
.w-3\.5 {
	width: 0.875rem;
}
.w-3 {
	width: 0.75rem;
}
.w-\[32px\] {
	width: 32px;
}
.w-\[569px\] {
	width: 569px;
}
.w-24 {
	width: 6rem;
}
.w-\[195px\] {
	width: 195px;
}
.w-\[18px\] {
	width: 18px;
}
.w-\[40px\] {
	width: 40px;
}
.w-32 {
	width: 8rem;
}
.w-\[22px\] {
	width: 22px;
}
.w-7 {
	width: 1.75rem;
}
.w-6\/12 {
	width: 50%;
}
.w-\[200px\] {
	width: 200px;
}
.w-\[1\.1rem\] {
	width: 1.1rem;
}
.w-\[2rem\] {
	width: 2rem;
}
.w-\[170px\] {
	width: 170px;
}
.w-\[220px\] {
	width: 220px;
}
.min-w-0 {
	min-width: 0px;
}
.min-w-full {
	min-width: 100%;
}
.min-w-\[259px\] {
	min-width: 259px;
}
.min-w-\[80px\] {
	min-width: 80px;
}
.min-w-\[2\.75rem\] {
	min-width: 2.75rem;
}
.min-w-\[250px\] {
	min-width: 250px;
}
.min-w-\[30px\] {
	min-width: 30px;
}
.min-w-\[4\.5rem\] {
	min-width: 4.5rem;
}
.min-w-\[300px\] {
	min-width: 300px;
}
.min-w-\[18rem\] {
	min-width: 18rem;
}
.min-w-\[22rem\] {
	min-width: 22rem;
}
.min-w-\[280px\] {
	min-width: 280px;
}
.max-w-screen-xl {
	max-width: 1280px;
}
.max-w-7xl {
	max-width: 80rem;
}
.max-w-xl {
	max-width: 36rem;
}
.max-w-\[840px\] {
	max-width: 840px;
}
.max-w-\[213px\] {
	max-width: 213px;
}
.max-w-\[18ch\] {
	max-width: 18ch;
}
.max-w-\[80vh\] {
	max-width: 80vh;
}
.max-w-\[128px\] {
	max-width: 128px;
}
.max-w-xs {
	max-width: 20rem;
}
.max-w-\[902px\] {
	max-width: 902px;
}
.max-w-\[75ch\] {
	max-width: 75ch;
}
.max-w-\[338px\] {
	max-width: 338px;
}
.max-w-\[484px\] {
	max-width: 484px;
}
.max-w-\[52ch\] {
	max-width: 52ch;
}
.max-w-\[334px\] {
	max-width: 334px;
}
.max-w-\[470px\] {
	max-width: 470px;
}
.max-w-\[965px\] {
	max-width: 965px;
}
.max-w-\[890px\] {
	max-width: 890px;
}
.max-w-\[720px\] {
	max-width: 720px;
}
.max-w-\[90vw\] {
	max-width: 90vw;
}
.max-w-\[11ch\] {
	max-width: 11ch;
}
.max-w-\[80px\] {
	max-width: 80px;
}
.max-w-\[300px\] {
	max-width: 300px;
}
.max-w-\[150px\] {
	max-width: 150px;
}
.max-w-\[250px\] {
	max-width: 250px;
}
.max-w-md {
	max-width: 28rem;
}
.max-w-\[276px\] {
	max-width: 276px;
}
.max-w-\[400px\] {
	max-width: 400px;
}
.max-w-full {
	max-width: 100%;
}
.max-w-\[70px\] {
	max-width: 70px;
}
.max-w-\[226px\] {
	max-width: 226px;
}
.max-w-\[160px\] {
	max-width: 160px;
}
.max-w-6xl {
	max-width: 72rem;
}
.max-w-\[751px\] {
	max-width: 751px;
}
.max-w-\[217px\] {
	max-width: 217px;
}
.max-w-\[330px\] {
	max-width: 330px;
}
.max-w-\[24ch\] {
	max-width: 24ch;
}
.max-w-\[600px\] {
	max-width: 600px;
}
.max-w-\[860px\] {
	max-width: 860px;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.flex-shrink {
	flex-shrink: 1;
}
.flex-grow {
	flex-grow: 1;
}
.table-fixed {
	table-layout: fixed;
}
.border-collapse {
	border-collapse: collapse;
}
.border-separate {
	border-collapse: separate;
}
.origin-top-left {
	transform-origin: top left;
}
.origin-top {
	transform-origin: top;
}
.origin-top-right {
	transform-origin: top right;
}
.translate-y-4 {
	--tw-translate-y: 1rem;
	transform: var(--tw-transform);
}
.translate-y-0 {
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}
.-translate-x-full {
	--tw-translate-x: -100%;
	transform: var(--tw-transform);
}
.translate-x-0 {
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}
.-translate-x-1\/2 {
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}
.translate-x-1\/2 {
	--tw-translate-x: 50%;
	transform: var(--tw-transform);
}
.-translate-y-1\/2 {
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
}
.translate-y-\[5px\] {
	--tw-translate-y: 5px;
	transform: var(--tw-transform);
}
.translate-y-5 {
	--tw-translate-y: 1.25rem;
	transform: var(--tw-transform);
}
.translate-y-7 {
	--tw-translate-y: 1.75rem;
	transform: var(--tw-transform);
}
.-rotate-90 {
	--tw-rotate: -90deg;
	transform: var(--tw-transform);
}
.scale-95 {
	--tw-scale-x: .95;
	--tw-scale-y: .95;
	transform: var(--tw-transform);
}
.scale-100 {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
.cursor-default {
	cursor: default;
}
.cursor-pointer {
	cursor: pointer;
}
.resize {
	resize: both;
}
.list-inside {
	list-style-position: inside;
}
.list-disc {
	list-style-type: disc;
}
.grid-cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-rows-1 {
	grid-template-rows: repeat(1, minmax(0, 1fr));
}
.flex-row {
	flex-direction: row;
}
.flex-row-reverse {
	flex-direction: row-reverse;
}
.flex-col {
	flex-direction: column;
}
.flex-col-reverse {
	flex-direction: column-reverse;
}
.flex-wrap {
	flex-wrap: wrap;
}
.place-content-end {
	place-content: end;
}
.content-center {
	align-content: center;
}
.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.items-center {
	align-items: center;
}
.items-stretch {
	align-items: stretch;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-evenly {
	justify-content: space-evenly;
}
.justify-items-center {
	justify-items: center;
}
.gap-6 {
	gap: 1.5rem;
}
.gap-4 {
	gap: 1rem;
}
.gap-1 {
	gap: 0.25rem;
}
.gap-2\.5 {
	gap: 0.625rem;
}
.gap-2 {
	gap: 0.5rem;
}
.gap-5 {
	gap: 1.25rem;
}
.gap-3 {
	gap: 0.75rem;
}
.gap-0\.5 {
	gap: 0.125rem;
}
.gap-0 {
	gap: 0px;
}
.gap-7 {
	gap: 1.75rem;
}
.gap-12 {
	gap: 3rem;
}
.gap-3\.5 {
	gap: 0.875rem;
}
.gap-8 {
	gap: 2rem;
}
.gap-1\.5 {
	gap: 0.375rem;
}
.gap-11 {
	gap: 2.75rem;
}
.gap-9 {
	gap: 2.25rem;
}
.gap-x-1\.5 {
	-moz-column-gap: 0.375rem;
	     column-gap: 0.375rem;
}
.gap-y-2 {
	row-gap: 0.5rem;
}
.gap-x-1 {
	-moz-column-gap: 0.25rem;
	     column-gap: 0.25rem;
}
.gap-x-16 {
	-moz-column-gap: 4rem;
	     column-gap: 4rem;
}
.gap-x-2\.5 {
	-moz-column-gap: 0.625rem;
	     column-gap: 0.625rem;
}
.gap-y-4 {
	row-gap: 1rem;
}
.gap-x-2 {
	-moz-column-gap: 0.5rem;
	     column-gap: 0.5rem;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(2rem * var(--tw-space-x-reverse));
	margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-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-x-px > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(-1px * var(--tw-space-x-reverse));
	margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-x-reverse: 0;
	border-right-width: calc(1px * var(--tw-divide-x-reverse));
	border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-white > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}
.divide-main5 > :not([hidden]) ~ :not([hidden]) {
	border-color: var(--main5);
}
.divide-light-gray > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(217, 217, 217, var(--tw-divide-opacity));
}
.divide-lightWhite > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(242, 242, 242, var(--tw-divide-opacity));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
}
.divide-base-gray > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(150, 150, 150, var(--tw-divide-opacity));
}
.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 0.3;
}
.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 0.5;
}
.self-end {
	align-self: flex-end;
}
.self-center {
	align-self: center;
}
.self-stretch {
	align-self: stretch;
}
.justify-self-start {
	justify-self: start;
}
.justify-self-end {
	justify-self: end;
}
.overflow-auto {
	overflow: auto;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-x-auto {
	overflow-x: auto;
}
.overflow-y-auto {
	overflow-y: auto;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.overflow-y-scroll {
	overflow-y: scroll;
}
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.overflow-ellipsis {
	text-overflow: ellipsis;
}
.whitespace-normal {
	white-space: normal;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.whitespace-pre {
	white-space: pre;
}
.break-words {
	overflow-wrap: break-word;
}
.break-all {
	word-break: break-all;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-2xl {
	border-radius: 1rem;
}
.rounded-xl {
	border-radius: 0.75rem;
}
.rounded-\[16px\] {
	border-radius: 16px;
}
.rounded-\[20px\] {
	border-radius: 20px;
}
.rounded-\[8px\] {
	border-radius: 8px;
}
.rounded-l-md {
	border-top-left-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
	border-top-right-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
}
.rounded-t-none {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.rounded-b-none {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.rounded-t {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.rounded-t-\[10px\] {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.rounded-t-lg {
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.rounded-l-full {
	border-top-left-radius: 9999px;
	border-bottom-left-radius: 9999px;
}
.rounded-r-full {
	border-top-right-radius: 9999px;
	border-bottom-right-radius: 9999px;
}
.rounded-bl-none {
	border-bottom-left-radius: 0px;
}
.rounded-br-none {
	border-bottom-right-radius: 0px;
}
.rounded-tl-none {
	border-top-left-radius: 0px;
}
.rounded-tr-none {
	border-top-right-radius: 0px;
}
.rounded-tl-md {
	border-top-left-radius: 0.375rem;
}
.rounded-tr-md {
	border-top-right-radius: 0.375rem;
}
.rounded-bl-lg {
	border-bottom-left-radius: 0.5rem;
}
.rounded-br-lg {
	border-bottom-right-radius: 0.5rem;
}
.rounded-tl-lg {
	border-top-left-radius: 0.5rem;
}
.rounded-tr-lg {
	border-top-right-radius: 0.5rem;
}
.rounded-bl-2xl {
	border-bottom-left-radius: 1rem;
}
.rounded-br-2xl {
	border-bottom-right-radius: 1rem;
}
.rounded-tr {
	border-top-right-radius: 0.25rem;
}
.rounded-tl-2xl {
	border-top-left-radius: 1rem;
}
.rounded-tr-2xl {
	border-top-right-radius: 1rem;
}
.rounded-bl-\[16px\] {
	border-bottom-left-radius: 16px;
}
.rounded-br-\[16px\] {
	border-bottom-right-radius: 16px;
}
.rounded-tl-\[16px\] {
	border-top-left-radius: 16px;
}
.border {
	border-width: 1px;
}
.border-2 {
	border-width: 2px;
}
.border-0 {
	border-width: 0px;
}
.border-4 {
	border-width: 4px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-l-4 {
	border-left-width: 4px;
}
.border-t {
	border-top-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-b-0 {
	border-bottom-width: 0px;
}
.border-r-0 {
	border-right-width: 0px;
}
.border-l-0 {
	border-left-width: 0px;
}
.border-t-0 {
	border-top-width: 0px;
}
.border-r {
	border-right-width: 1px;
}
.border-l {
	border-left-width: 1px;
}
.border-solid {
	border-style: solid;
}
.border-dashed {
	border-style: dashed;
}
.border-none {
	border-style: none;
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}
.border-indigo-400 {
	--tw-border-opacity: 1;
	border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}
.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}
.border-gray-100 {
	--tw-border-opacity: 1;
	border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}
.border-main1 {
	border-color: var(--main1);
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-lightBlack {
	--tw-border-opacity: 1;
	border-color: rgba(50, 50, 50, var(--tw-border-opacity));
}
.border-main5-d {
	border-color: var(--main5);
}
.border-red-300 {
	--tw-border-opacity: 1;
	border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}
.border-lightWhite {
	--tw-border-opacity: 1;
	border-color: rgba(242, 242, 242, var(--tw-border-opacity));
}
.border-main5 {
	border-color: var(--main5);
}
.border-light-gray {
	--tw-border-opacity: 1;
	border-color: rgba(217, 217, 217, var(--tw-border-opacity));
}
.border-main3 {
	border-color: var(--main3);
}
.border-red-600 {
	--tw-border-opacity: 1;
	border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}
.border-gray-400 {
	--tw-border-opacity: 1;
	border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}
.border-text1 {
	border-color: var(--text1);
}
.border-main2 {
	border-color: var(--main2);
}
.border-red-800 {
	--tw-border-opacity: 1;
	border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}
.border-text5-10 {
	border-color: var(--text5-10);
}
.border-red-700 {
	--tw-border-opacity: 1;
	border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}
.border-base-gray {
	--tw-border-opacity: 1;
	border-color: rgba(150, 150, 150, var(--tw-border-opacity));
}
.border-opacity-30 {
	--tw-border-opacity: 0.3;
}
.border-opacity-50 {
	--tw-border-opacity: 0.5;
}
.border-opacity-20 {
	--tw-border-opacity: 0.2;
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}
.bg-indigo-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}
.bg-red-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}
.bg-gray-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}
.bg-indigo-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
.bg-red-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.bg-gray-800 {
	--tw-bg-opacity: 1;
	background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}
.bg-red-100 {
	background-color: var(--red-100);
}
.bg-gray-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.bg-indigo-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}
.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}
.bg-\[\#969696\] {
	--tw-bg-opacity: 1;
	background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
}
.bg-main1 {
	background-color: var(--main1);
}
.bg-lightBlack {
	--tw-bg-opacity: 1;
	background-color: rgba(50, 50, 50, var(--tw-bg-opacity));
}
.bg-blue-700 {
	background-color: var(--blue-700);
}
.bg-lightWhite {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
}
.bg-blue-850 {
	background-color: var(--blue-850);
}
.bg-blue-500 {
	background-color: var(--blue-500);
}
.bg-base-gray {
	--tw-bg-opacity: 1;
	background-color: rgba(150, 150, 150, var(--tw-bg-opacity));
}
.bg-buvg-green {
	background-color: var(--buvg-green);
}
.bg-pa-badge {
	background-color: var(--pa-badge);
}
.bg-tek {
	--tw-bg-opacity: 1;
	background-color: rgba(46, 64, 83, var(--tw-bg-opacity));
}
.bg-main6 {
	background-color: var(--main6);
}
.bg-light-gray {
	--tw-bg-opacity: 1;
	background-color: rgba(217, 217, 217, var(--tw-bg-opacity));
}
.bg-blue-800 {
	background-color: var(--blue-800);
}
.bg-blue-500-05 {
	background-color: var(--blue-500-05);
}
.bg-blue-600 {
	background-color: var(--blue-600);
}
.bg-blue-900 {
	background-color: var(--blue-900);
}
.bg-gray-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}
.bg-violet-400 {
	background-color: var(--violet-400);
}
.bg-blue-400 {
	background-color: var(--blue-400);
}
.bg-text5 {
	background-color: var(--text5);
}
.bg-main2 {
	background-color: var(--main2);
}
.bg-blue {
	background-color: var(--blue);
}
.bg-main3 {
	background-color: var(--main3);
}
.bg-darker-gray {
	--tw-bg-opacity: 1;
	background-color: rgba(137, 137, 137, var(--tw-bg-opacity));
}
.bg-tekwu {
	--tw-bg-opacity: 1;
	background-color: rgba(110, 0, 137, var(--tw-bg-opacity));
}
.bg-opacity-25 {
	--tw-bg-opacity: 0.25;
}
.bg-opacity-20 {
	--tw-bg-opacity: 0.2;
}
.bg-opacity-70 {
	--tw-bg-opacity: 0.7;
}
.bg-opacity-30 {
	--tw-bg-opacity: 0.3;
}
.bg-opacity-40 {
	--tw-bg-opacity: 0.4;
}
.bg-cover {
	background-size: cover;
}
.bg-center {
	background-position: center;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.object-contain {
	-o-object-fit: contain;
	   object-fit: contain;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-2 {
	padding: 0.5rem;
}
.p-6 {
	padding: 1.5rem;
}
.p-3\.5 {
	padding: 0.875rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-4 {
	padding: 1rem;
}
.p-1 {
	padding: 0.25rem;
}
.p-0 {
	padding: 0px;
}
.p-5 {
	padding: 1.25rem;
}
.p-2\.5 {
	padding: 0.625rem;
}
.p-8 {
	padding: 2rem;
}
.p-\[18px\] {
	padding: 18px;
}
.p-\[10px\] {
	padding: 10px;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.py-2\.5 {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.py-0\.5 {
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}
.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.py-3\.5 {
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
}
.py-1\.5 {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-7 {
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}
.px-3\.5 {
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}
.px-0 {
	padding-left: 0px;
	padding-right: 0px;
}
.px-9 {
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}
.px-2\.5 {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}
.px-20 {
	padding-left: 5rem;
	padding-right: 5rem;
}
.py-9 {
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
}
.px-7 {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pl-3 {
	padding-left: 0.75rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pb-1 {
	padding-bottom: 0.25rem;
}
.pt-20 {
	padding-top: 5rem;
}
.pl-6 {
	padding-left: 1.5rem;
}
.pt-1\.5 {
	padding-top: 0.375rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pb-28 {
	padding-bottom: 7rem;
}
.pb-3\.5 {
	padding-bottom: 0.875rem;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pl-2 {
	padding-left: 0.5rem;
}
.pt-3 {
	padding-top: 0.75rem;
}
.pb-0 {
	padding-bottom: 0px;
}
.pr-2\.5 {
	padding-right: 0.625rem;
}
.pr-2 {
	padding-right: 0.5rem;
}
.pt-14 {
	padding-top: 3.5rem;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pr-6 {
	padding-right: 1.5rem;
}
.pt-12 {
	padding-top: 3rem;
}
.pl-\[52px\] {
	padding-left: 52px;
}
.pb-9 {
	padding-bottom: 2.25rem;
}
.pb-16 {
	padding-bottom: 4rem;
}
.pt-9 {
	padding-top: 2.25rem;
}
.pb-5 {
	padding-bottom: 1.25rem;
}
.pl-5 {
	padding-left: 1.25rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pl-3\.5 {
	padding-left: 0.875rem;
}
.pb-7 {
	padding-bottom: 1.75rem;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pl-8 {
	padding-left: 2rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pt-\[41px\] {
	padding-top: 41px;
}
.pt-\[20px\] {
	padding-top: 20px;
}
.pb-\[74px\] {
	padding-bottom: 74px;
}
.pb-\[40px\] {
	padding-bottom: 40px;
}
.pt-\[81px\] {
	padding-top: 81px;
}
.pr-12 {
	padding-right: 3rem;
}
.pl-9 {
	padding-left: 2.25rem;
}
.pt-7 {
	padding-top: 1.75rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.align-top {
	vertical-align: top;
}
.align-middle {
	vertical-align: middle;
}
.font-sans {
	font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-mono {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-\[15px\] {
	font-size: 15px;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.font-medium {
	font-weight: 500;
}
.font-semibold {
	font-weight: 600;
}
.font-bold {
	font-weight: 700;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.capitalize {
	text-transform: capitalize;
}
.leading-5 {
	line-height: 1.25rem;
}
.leading-7 {
	line-height: 1.75rem;
}
.leading-tight {
	line-height: 1.25;
}
.leading-4 {
	line-height: 1rem;
}
.leading-6 {
	line-height: 1.5rem;
}
.leading-10 {
	line-height: 2.5rem;
}
.leading-\[20px\] {
	line-height: 20px;
}
.leading-\[21px\] {
	line-height: 21px;
}
.leading-normal {
	line-height: 1.5;
}
.leading-\[18px\] {
	line-height: 18px;
}
.leading-\[24px\] {
	line-height: 24px;
}
.leading-\[3rem\] {
	line-height: 3rem;
}
.tracking-widest {
	letter-spacing: 0.1em;
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(113, 113, 122, var(--tw-text-opacity));
}
.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(63, 63, 70, var(--tw-text-opacity));
}
.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(82, 82, 91, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-indigo-600 {
	--tw-text-opacity: 1;
	color: rgba(79, 70, 229, var(--tw-text-opacity));
}
.text-red-600 {
	--tw-text-opacity: 1;
	color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgba(24, 24, 27, var(--tw-text-opacity));
}
.text-indigo-700 {
	--tw-text-opacity: 1;
	color: rgba(67, 56, 202, var(--tw-text-opacity));
}
.text-green-400 {
	--tw-text-opacity: 1;
	color: rgba(74, 222, 128, var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(161, 161, 170, var(--tw-text-opacity));
}
.text-indigo-500 {
	--tw-text-opacity: 1;
	color: rgba(99, 102, 241, var(--tw-text-opacity));
}
.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgba(39, 39, 42, var(--tw-text-opacity));
}
.text-red-500 {
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-green-600 {
	--tw-text-opacity: 1;
	color: rgba(22, 163, 74, var(--tw-text-opacity));
}
.text-green-500 {
	--tw-text-opacity: 1;
	color: rgba(34, 197, 94, var(--tw-text-opacity));
}
.text-main1 {
	color: var(--main1);
}
.text-blue-600 {
	color: var(--blue-600);
}
.text-lightBlack {
	--tw-text-opacity: 1;
	color: rgba(50, 50, 50, var(--tw-text-opacity));
}
.text-lightWhite {
	--tw-text-opacity: 1;
	color: rgba(242, 242, 242, var(--tw-text-opacity));
}
.text-light-gray {
	--tw-text-opacity: 1;
	color: rgba(217, 217, 217, var(--tw-text-opacity));
}
.text-main3 {
	color: var(--main3);
}
.text-red-400 {
	--tw-text-opacity: 1;
	color: rgba(248, 113, 113, var(--tw-text-opacity));
}
.text-green-800 {
	--tw-text-opacity: 1;
	color: rgba(22, 101, 52, var(--tw-text-opacity));
}
.text-text1 {
	color: var(--text1);
}
.text-red-800 {
	--tw-text-opacity: 1;
	color: rgba(153, 27, 27, var(--tw-text-opacity));
}
.text-text5 {
	color: var(--text5);
}
.text-\[\#ffffff\] {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-vizii-blue {
	--tw-text-opacity: 1;
	color: rgba(113, 255, 255, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-error {
	color: var(--error-text);
}
.text-success {
	color: var(--success-text);
}
.text-red-100 {
	color: var(--red-100);
}
.text-violet-50 {
	color: var(--violet-50);
}
.text-blue-400 {
	color: var(--blue-400);
}
.text-main2 {
	color: var(--main2);
}
.text-main5 {
	color: var(--main5);
}
.text-blue-850 {
	color: var(--blue-850);
}
.text-green-300 {
	--tw-text-opacity: 1;
	color: rgba(134, 239, 172, var(--tw-text-opacity));
}
.text-base-gray {
	--tw-text-opacity: 1;
	color: rgba(150, 150, 150, var(--tw-text-opacity));
}
.text-lightBlack-dark {
	--tw-text-opacity: 1;
	color: rgba(35, 35, 35, var(--tw-text-opacity));
}
.text-gray-200 {
	--tw-text-opacity: 1;
	color: rgba(228, 228, 231, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.line-through {
	text-decoration: line-through;
}
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.placeholder-lightBlack::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(50, 50, 50, var(--tw-placeholder-opacity));
}
.placeholder-lightBlack::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(50, 50, 50, var(--tw-placeholder-opacity));
}
.placeholder-text1::-moz-placeholder {
	color: var(--text1);
}
.placeholder-text1::placeholder {
	color: var(--text1);
}
.placeholder-black::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
.placeholder-black::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
.placeholder-opacity-70::-moz-placeholder {
	--tw-placeholder-opacity: 0.7;
}
.placeholder-opacity-70::placeholder {
	--tw-placeholder-opacity: 0.7;
}
.opacity-0 {
	opacity: 0;
}
.opacity-100 {
	opacity: 1;
}
.opacity-75 {
	opacity: 0.75;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-25 {
	opacity: 0.25;
}
.opacity-90 {
	opacity: 0.9;
}
.opacity-70 {
	opacity: 0.7;
}
.opacity-60 {
	opacity: 0.6;
}
.opacity-40 {
	opacity: 0.4;
}
.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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-0 {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-gray-300 {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}
.ring-black {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}
.ring-opacity-5 {
	--tw-ring-opacity: 0.05;
}
.blur {
	--tw-blur: blur(8px);
	filter: var(--tw-filter);
}
.invert {
	--tw-invert: invert(100%);
	filter: var(--tw-filter);
}
.sepia {
	--tw-sepia: sepia(100%);
	filter: var(--tw-filter);
}
.filter {
	filter: var(--tw-filter);
}
.backdrop-blur {
	--tw-backdrop-blur: blur(8px);
	-webkit-backdrop-filter: var(--tw-backdrop-filter);
	        backdrop-filter: var(--tw-backdrop-filter);
}
.backdrop-filter {
	-webkit-backdrop-filter: var(--tw-backdrop-filter);
	        backdrop-filter: var(--tw-backdrop-filter);
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, 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-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.delay-300 {
	transition-delay: 300ms;
}
.duration-150 {
	transition-duration: 150ms;
}
.duration-200 {
	transition-duration: 200ms;
}
.duration-75 {
	transition-duration: 75ms;
}
.duration-300 {
	transition-duration: 300ms;
}
.duration-1000 {
	transition-duration: 1000ms;
}
.duration-100 {
	transition-duration: 100ms;
}
.duration-500 {
	transition-duration: 500ms;
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-linear {
	transition-timing-function: linear;
}
:root {
    --text1: #b7cdde;
    --text2: #e1f2ff;
    --text4: #739aba;
    --text5: #bdb1ed;
    --text5-10: rgba(189, 177, 237, 0.1);
    --white: #fff;
    --main1: #DCFF00;
    --main1-dark: #c6e402;
    --main2: #71FFFF;
    --main2-dark: #1979b2;
    --main3: #d42853;
    --main4: #724dfb;
    --main5: #513a6b;
    --divide-main5: rgba(110,0,165,0.3);
    --main6: #be8bd1;
    --red-100: #ed4b68;

    --blue: #0000FF;
    --blue-900: #161021;
    --blue-850: #180b1f;
    --blue-800: #1e172c;
    --blue-700: #36094e;
    --blue-600: #4c0072;
    --blue-500: #6E00A5;
    --blue-500-05: rgba(110,0,165,0.5);
    --blue-400: #261C3A;

    --violet-50: #F1EAF3;
    --violet-400: #32284C;
    --violet-450: #2C2244;

    --gray: #61717e;
    --gray-700: #172b3d;
    --gray-100: #3a506b;
    --gray-200: #c3c3c4;
    --divide-gray-100: #3a506b;
    --gray-150: #1c2e3d;
    --gray-50: rgba(58, 80, 107, 0.5);

    --buvg-green: #1d9003;
    --pa-badge: #99FF33;

    --error-text: #B00B46;
    --success-text: #9EFF00
}
@font-face {
    font-family: "BrownLLWeb-Medium";
    src: url(/fonts/BrownLLWeb-Medium.woff?f772ff6e256eae030b273f86c644e965) format("woff");
}
@font-face {
    font-family: "BrownLLWeb-Medium";
    src: url(/fonts/BrownLLWeb-Medium.woff2?89d7718d3f26e7245ee43e70d2c1f996) format("woff2");
}
@font-face {
    font-family: "BrownLLWebCyr-Medium";
    src: url(/fonts/BrownLLWebCyr-Medium.woff?c231b863a43b16fccbe32a51743fa2c4) format("woff");
}
@font-face {
    font-family: "BrownLLWebCyr-Medium";
    src: url(/fonts/BrownLLWebCyr-Medium.woff2?f434ba080283310a94fca842e90e03c7) format("woff2");
}
@font-face {
    font-family: "BrownLLWeb-Light";
    src: url(/fonts/BrownLLWeb-Light.woff?5b4e7c0437aa8554a8484b090c077245) format("woff");
}
@font-face {
    font-family: "BrownLLWeb-Light";
    src: url(/fonts/BrownLLWeb-Light.woff2?34168d4b53b2bb2dc4f7fba10e1a76e4) format("woff2");
}
@font-face {
    font-family: "BrownLLWebCyr-Light";
    src: url(/fonts/BrownLLWebCyr-Light.woff?56dee52de6f4b199fe719ac7b16fb72f) format("woff");
}
@font-face {
    font-family: "BrownLLWebCyr-Light";
    src: url(/fonts/BrownLLWebCyr-Light.woff2?51201ed714422f76d8f13f8ce94f0c2d) format("woff2");
}
/* subset */
@font-face {
    font-family: "BrownLLSub-Medium";
    src: url(/fonts/BrownLLSub-Medium.woff?8d2e60a53810b763cc57d8051ff764d4) format("woff");
}
@font-face {
    font-family: "BrownLLSub-Medium";
    src: url(/fonts/BrownLLSub-Medium.woff2?42ff02c98ac67585d664caf2530b98d7) format("woff2");
}
@font-face {
    font-family: "BrownLLSubCyr-Medium";
    src: url(/fonts/BrownLLSubCyr-Medium.woff?d780ec171d2361fda023190ad7198922) format("woff");
}
@font-face {
    font-family: "BrownLLSubCyr-Medium";
    src: url(/fonts/BrownLLSubCyr-Medium.woff2?ed7822b1221bc9e7ea8c99bc4e441e50) format("woff2");
}
@font-face {
    font-family: "BrownLLSub-Light";
    src: url(/fonts/BrownLLSub-Light.woff?a9cb7422089bf4e94316031a785191c2) format("woff");
}
@font-face {
    font-family: "BrownLLSub-Light";
    src: url(/fonts/BrownLLSub-Light.woff2?146db90b79b3845bdbd766b7a3055d23) format("woff2");
}
@font-face {
    font-family: "BrownLLSubCyr-Light";
    src: url(/fonts/BrownLLSubCyr-Light.woff?df15b6ab4e68b1f4eaad049744944770) format("woff");
}
@font-face {
    font-family: "BrownLLSubCyr-Light";
    src: url(/fonts/BrownLLSubCyr-Light.woff2?a728e0a0f617d722a320586fb214e80b) format("woff2");
}
.show-icon {
    display: flex;
    align-items: center;
    position: absolute;
    top: 9px;
    left: 165px;
    background: #DCFF00;
    border-radius: 30px;
    padding: 4px;
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-width: 22px;
    height: 22px;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.show-icon span {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 17px;
    border-radius: 0 30px 30px 0;
    padding: 5px;
    background: #dcff00;
    transition: all 0.3s ease-in-out;
}
.show-icon:hover {
    border-radius: 30px 0 0 30px;
}
.show-icon:hover span {
    opacity: 1;
    visibility: visible;
}
#nprogress .bar {
    background: #29d;

    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;

    width: 100%;
    height: 10px;
}
#nprogress {
    pointer-events: normal;
    background-color: rgba(0, 0, 0, 0.1);

    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
/* Fancy blur effect */
#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1;
    transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px;
}
#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;

    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute;
}
@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.z-100 {
    z-index: 100;
}
.extraVolumeCheck {
    border: 1px solid;
    width: 0.875rem;
    height: 0.875rem;
    margin-right: 7rem;
    float: right;
}
table td a.button.bg-blue-600 {
    height: 32px;
    line-height: 16px;
}
span.notification-text > a,
td.notification-text > a{
    color: #232323;
    text-decoration: underline;
}
.marker-bg {
    background-image: url(/images/map-marker.svg?7b936f2b2814a4d22fd6214c091b32da);
    background-size: cover;
    cursor: pointer;
}
.marker-bg-selected {
    background-image: url(/images/map-marker-selected.svg?1ac9d04d4153e813a95f2de22ab6d0d2);
}
.debris-marker-bg {
    background-image: url(/images/marker.svg?17d0a32aadb65f3c124e7f5389e6b618);
    background-size: cover;
    cursor: pointer;
}
.debris-marker-bg-dark {
    background-image: url(/images/marker-dark.svg?17d0a32aadb65f3c124e7f5389e6b618);
    background-size: cover;
    cursor: pointer;
}
#startChat {
    background-color: #fff !important;
}
#startChat svg path {
    fill: #323232 !important;
}
/* Service colors */
.bg-CSA {
    /*background-color: #DFFF00;*/
    background-color: #2BB00A;
}
.bg-ST {
    /*background-color: #5550F5;*/
    background-color: #ffffff;
}
.bg-MIX {
    /*background-color: #9A3E76;*/
    background-color: #DFFF00;
}
.bg-LA {
    background-color: #A00DF3;
}
.bg-BIO {
    /*background-color: #F76143;*/
    background-color: #8b4513;
}
.bg-LABG {
    background-color: #610677;
}
.bg-BG {
    /*background-color: #2BB00A;*/
    background-color: #696565;
}
.bg-PA {
    background-color: #4FD7D7;
}
.bg-AKCIJA {
    background-color: #2CF808;
}
/* ---- wrap up style ---- */
.wrap-up-background {
    background-image: url(/images/wrap-up/bg.jpg);
    background-size: cover;
}
.wrap-up-container {
    color: white;
}
.outside-screen {
    position: fixed;
    top: -19999px;
    left: 0;
    width: 1000px;
}
.dustbin-info.ignore-mobile,
.info-xs-bottom.ignore-mobile,
.money-result-capture.ignore-mobile,
.waste-path__container,
.goals.ignore-mobile,
.waste-path__container {
    width: 1000px;
}
.wrap-up-container .economy-section-baker__icon img {
    max-height: 66px;
    width: auto;
}
.wrap-up-container .you-have-sorted-button {
    display: flex;
    align-items: center;
    vertical-align: initial;
    justify-content: center;
    flex-direction: column;
}
.wrap-up-container .you-have-sorted-button span {
    font-size: 12px;
}
.wrap-up-container .waste-path__img {
    width:100%;
}
.wrap-up-container .super-sorter__car svg, .wrap-up-container .result-graphic-info__icon img {
    display: inline;
}
canvas#myCanvas {
    position: absolute;
    top: 56px;
    left: -32px;
    z-index: 91;
    display: none;
}
#capture {
    padding-bottom: 80px;
}
.wrap-up-container button {
    font-family: 'Brown', sans-serif;
}
.wrap-up-container .main-container__left {
    width: 300px;
    height: 100vh;
}
.wrap-up-container .main-container__right {
    min-height: calc(100vh - 100px);
    width: 100%;
}
.wrap-up-container .static-container {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    padding: 30px 0 0 0;
}
.wrap-up-container .static-container.static-container-infos-top {
    padding: 26px;
}
.wrap-up-container .static-container.static-container-infos .static-container__title {
    font-size: 24px;
    position: relative;
    top: -14px;
}
.wrap-up-container .static-container.static-container-infos .static-container__tabs {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
}
.share-btns {
    position: absolute;
    top: 23px;
    right: 9px;
    z-index: 99;
    display: flex;
    gap: 28px;
}
.share-btns__item {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #DCFF00;
    font-weight: 600;
    position: relative;
}
.share-btns__item:hover {
    color: #c6e402;
}
.share-btns__item:hover svg path {
    fill: #c6e402;
}
.share-info-block {
    position: absolute;
    width: 135px;
    top: 35px;
    right: -12px;
    padding: 12px;
    background: #3c3c3c;
    border-radius: 10px;
    border: 2px solid #dcff00;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.share-info-block__item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.share-info-block__item svg {
    height: 20px;
    width: 20px;
    fill: #dcff00;
}
.share-info-block__item svg path {
    fill: #dcff00;
}
.share-info-block__item span {
    line-height: 1;
}
.wrap-up-container .static-container__container {
    width: 1000px;
    margin: auto;
}
.wrap-up-container .static-container__back {
    position: absolute;
    top: 23px;
    left: 9px;
    z-index: 2;
}
.wrap-up-container .static-container__back svg {
    display: none;
}
.wrap-up-container .static-container__back:hover {
    color: #c6e402;
}
.wrap-up-container .static-container__bell {
    display: none;
}
.wrap-up-container .top-info {
    position: absolute;
    top: 23px;
    right: -20px;
    display: flex;
    gap: 28px;
}
.wrap-up-container .share-social,
.wrap-up-container .show-pdf {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #DCFF00;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}
.wrap-up-container .share-social span,
.wrap-up-container .show-pdf span {
    line-height: 1;
}
.wrap-up-container .share-social:hover,
.wrap-up-container .show-pdf:hover {
    color: #c6e402;
}
.wrap-up-container .default-arrow__prev,
.wrap-up-container .default-arrow__next {
    opacity: 0;
    position: absolute;
    top: 50%;
    background: #646464;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
    transition: background 0.3s ease-in-out;
}
.wrap-up-container .default-arrow__prev {
    left: -20px;
}
.wrap-up-container .default-arrow__next {
    right: -20px;
}
.step.active.fadeNext-enter-to .default-arrow__prev,
.step.active.fadeNext-enter-to .default-arrow__next {
    opacity: 0;
}
.step.active .default-arrow__prev,
.step.active .default-arrow__next {
   opacity: 1;
}
.wrap-up-container .default-arrow__prev svg,
.wrap-up-container .default-arrow__next svg {
    fill: #ffffff;
    transition: fill 0.3s ease-in-out;
}
.wrap-up-container .default-arrow__prev:hover,
.wrap-up-container .default-arrow__next:hover {
    background: #DCFF00;
}
.wrap-up-container .default-arrow__prev:hover svg,
.wrap-up-container .default-arrow__next:hover svg {
    fill: #000000;
}
.wrap-up-container .static-container__title {
    text-align: center;
    font-size: 40px;
    font-weight: 300;
}
.wrap-up-container .static-container__desc {
    text-align: center;
    margin-top: 24px;
    font-weight: 300;
    font-size: 32px;
    line-height: 1;
}
.wrap-up-container .static-container__desc-info {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    width: 570px;
    margin: 12px auto 0;
}
.wrap-up-container .static-container__tabs {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 24px;
}
.wrap-up-container .static-container__tabs span {
    display: block;
    background: #FFF;
    width: 80px;
    height: 4px;
    border-radius: 3px;
}
.wrap-up-container .static-container__tabs span.active {
    background: #DCFF00;
}
.wrap-up-container .static-container__selects {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 20px;
    gap: 20px;
}
.wrap-up-container .static-container__select {
    display: flex;
    flex-direction: column;
}
.wrap-up-container .static-container__select span {
    font-weight: 300;
    line-height: 1;
    padding-left: 18px;
    margin-bottom: 10px;
}
.wrap-up-container .static-container__btn {
    border-radius: 16px;
    background: #DCFF00;
    border: 1px solid #DCFF00;
    font-size: 16px;
    color: #323232;
    font-weight: 500;
    height: 52px;
    padding: 0 24px;
    display: flex;
    cursor: pointer;
    align-items: center;
    transition: background-color 0.3s ease-in-out;
}
.wrap-up-container .static-container__btn:hover {
    background-color: #c6e402;
}
.wrap-up-container .static-container__prev {
    text-align: center;
    margin-top: 25px;
    position: relative;
}
.wrap-up-container .static-container__prev img {
    display: inline;
}
.wrap-up-container .static-container__prev-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.wrap-up-container .static-container__prev-title {
    font-size: 32px;
    font-weight: 500;
}
.wrap-up-container .static-container__prev-desc {
    font-size: 24px;
    font-weight: 300;
    margin-top: 5px;
}
.wrap-up-container .dustbin-info {
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.wrap-up-container .dustbin-info__left {
    width: 50%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.wrap-up-container .dustbin-info__left img {
    width: 445px;
}
.wrap-up-container .dustbin-info__right {
    width: 50%;
    padding-left: 40px;
    position: relative;
    top: -25px;
}
.wrap-up-container .dustbin-info__title {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 18px;
}
.wrap-up-container .dustbin-info__list {
    border-radius: 16px;
    border: 1px solid #D9D9D9;
    padding: 8px;
    width: 410px;
}
.wrap-up-container .dustbin-info__item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s ease-in-out;
}
.wrap-up-container .dustbin-info__item.no-active {
    cursor: context-menu;
    background-color: unset !important;
}
.wrap-up-container .dustbin-info__item.active,
.wrap-up-container .dustbin-info__item:hover {
    background-color: #969696;
}
.wrap-up-container .dustbin-info__item.active:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    left: -30px;
    border: 1px solid #DCFF00;
}
.wrap-up-container .dustbin-info__item.active:after {
    content: "";
    position: absolute;
    background: #D9D9D9;
    width: 60px;
    height: 1px;
    left: -20px;
}
.wrap-up-container .dustbin-info__item:nth-child(2).active:before {
    left: -36px;
}
.wrap-up-container .dustbin-info__item:nth-child(2).active:after {
    width: 65px;
    left: -25px;
}
.wrap-up-container .dustbin-info__item:nth-child(3).active:before {
    left: -41px;
}
.wrap-up-container .dustbin-info__item:nth-child(3).active:after {
    width: 70px;
    left: -30px;
}
.wrap-up-container .dustbin-info__item:nth-child(4).active:before {
    left: -48px;
}
.wrap-up-container .dustbin-info__item:nth-child(4).active:after {
    width: 77px;
    left: -37px;
}
.wrap-up-container .dustbin-info__item:nth-child(5).active:before {
    left: -55px;
}
.wrap-up-container .dustbin-info__item:nth-child(5).active:after {
    width: 85px;
    left: -45px;
}
.wrap-up-container .dustbin-info__circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 12px;
}
.wrap-up-container .dustbin-info__percentage {
    font-size: 32px;
    line-height: 1;
    width: 105px;
    font-weight: 600;
}
.dustbin-info__right-info {
    width: calc(100% - 105px);
}
.wrap-up-container .dustbin-info__name {
    line-height: 1;
    font-size: 24px;
    font-weight: 300;
}
.wrap-up-container .dustbin-main {
    position: relative;
}
.wrap-up-container .dustbin-main__anim {
    height: 255px;
    position: absolute;
    overflow: hidden;
    bottom: 80px;
    left: 30px;
    right: 30px;
    -webkit-clip-path: polygon(0% 0, 100% 0%, 93.5% 100%, 6.5% 100%);
            clip-path: polygon(0% 0, 100% 0%, 93.5% 100%, 6.5% 100%);
}
.wrap-up-container .dustbin-main__border:before {
    content: "";
    position: absolute;
    bottom: 76px;
    width: 30px;
    height: 30px;
    border-left: 7px solid #969696;
    z-index: 1;
    border-radius: 60px;
    left: 51px;
    transform: rotate(310deg);
}
.wrap-up-container .dustbin-main__border:after {
    content: "";
    position: absolute;
    bottom: 76px;
    width: 30px;
    height: 30px;
    border-left: 7px solid #969696;
    z-index: 1;
    border-radius: 60px;
    right: 50px;
    transform: rotate(226deg);
}
.wrap-up-container .dustbin-main__wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    display: flex;
    flex-direction: column;
    transition: height 0.9s ease-in-out;
}
.wrap-up-container .wave-svg {
    height: 50px;
    fill: #dcff00;
}
.wrap-up-container .wave-bg {
    background: #DCFF00;
    height: calc(100% - 50px);
    position: relative;
}
.wrap-up-container .wave-bg_abs {
    position: absolute;
    top: -2px;
    height: 4px;
    background: #DCFF00;
    left: 0;
    right: 0;
}
.wrap-up-container .dustbin-main-one {
    position: absolute;
    bottom: 52%;
    text-align: center;
    left: 0;
    right: 0;
}
.wrap-up-container .dustbin-main-one__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
}
.wrap-up-container .dustbin-main-one__desc {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
}
.wrap-up-container .dustbin-main-two {
    position: absolute;
    bottom: 24%;
    text-align: center;
    left: 0;
    right: 0;
}
.wrap-up-container .dustbin-main-two.hidden,
.wrap-up-container .dustbin-main-one.hidden {
    display: none;
}
.wrap-up-container .dustbin-main-two__title {
    color: #323232;
    font-size: 32px;
    line-height: 1;
}
.wrap-up-container .dustbin-main-two__desc {
    color: #323232;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
}
.wrap-up-container .dustbin-info-point {
    position: absolute;
    left: -33px;
    display: flex;
    align-items: center;
    top: 45%;
}
.wrap-up-container .dustbin-info-point.hidden {
    display: none;
}
.wrap-up-container .dustbin-info-point__point {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #DCFF00;
}
.wrap-up-container .dustbin-info-point__line {
    background: #D9D9D9;
    width: 65px;
    height: 1px;
}
.wrap-up-container .dustbin-main-center {
    position: absolute;
    bottom: 48%;
    text-align: center;
    left: 0;
    right: 0;
}
.wrap-up-container .dustbin-main-center__title {
    font-size: 32px;
    line-height: 1;
}
.wrap-up-container .dustbin-main-center__desc {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
}
.wrap-up-container .result-graphic-info {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 120px;
}
.wrap-up-container .result-graphic-info__item {
    text-align: center;
    position: relative;
}
.wrap-up-container .result-graphic-info__item:nth-child(1):before {
    content: "";
    position: absolute;
    right: -58px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(150, 150, 150, 0.5);
}
.wrap-up-container .result-graphic-info__name {
    font-size: 36px;
    line-height: 1;
    font-weight: 300;
    margin-top: 5px;
}
.wrap-up-container .result-graphic-info__name span {
    font-size: 16px;
    position: relative;
    top: -16px;
}
.wrap-up-container .result-graphic-info__desc {
    display: flex;
    align-items: center;
    margin-top: 12px;
    gap: 10px;
}
.wrap-up-container .result-graphic-info__desc span:nth-child(1) {
    display: block;
    width: 16px;
    height: 16px;
    background-color: #DCFF00;
    border-radius: 50%;
}
.result-graphic-info__item:nth-child(2) .result-graphic-info__desc span:nth-child(1) {
    background: #8C8C8C;
}
.wrap-up-container .result-graphic-info__desc span:nth-child(2) {
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
}
.wrap-up-container .render-graphic {
    width: 82%;
    margin: 35px auto 0;
}
.wrap-up-container .render-graphic .apexcharts-yaxis-label,
.wrap-up-container .render-graphic .apexcharts-xaxis-label {
    fill: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Brown", sans-serif !important;
}
.wrap-up-container .render-graphic .apexcharts-xaxis-label {
    margin-top: 5px;
}
.wrap-up-container .render-graphic .apexcharts-gridline {
    stroke: rgba(217, 217, 217, 0.3);
}
.wrap-up-container .apexcharts-tooltip {
    background: #969696;
    padding: 8px 14px;
}
.wrap-up-container .apexcharts-tooltip-title,
.wrap-up-container .apexcharts-xaxistooltip {
    display: none;
}
.wrap-up-container .apexcharts-tooltip-y-group {
    display: flex;
    flex-direction: row-reverse;
    gap: 4px;
}
.wrap-up-container .economy-section {
    display: flex;
    align-items: flex-start;
    width: 90%;
    margin: 30px auto 0;
}
.wrap-up-container .economy-section__left {
    width: calc(100% - 320px);
    padding-right: 60px;
}
.wrap-up-container .economy-section__right {
    width: 320px;
    background-color: #464646;
    border-radius: 16px;
    overflow: hidden;
}
.wrap-up-container .economy-section-top {
    background: #646464;
    text-align: center;
    padding: 22px 0 27px;
}
.wrap-up-container .economy-section-top__title {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
}
.wrap-up-container .economy-section-top__desc {
    font-size: 36px;
    color: #DCFF00;
    font-weight: 300;
    line-height: 1;
}
.wrap-up-container .economy-section-bottom {
    padding: 25px;
    padding: 23px;
}
.wrap-up-container .economy-section-bottom__title {
    font-size: 24px;
    font-weight: 300;
}
.wrap-up-container .economy-section-bottom__list {
    margin-top: 24px;
}
.wrap-up-container .economy-section-bottom__item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #646464;
    padding: 6px 0;
}
.wrap-up-container .economy-section-bottom__item span {
    width: calc(100% - 20px);
    padding-left: 14px;
    line-height: 1.3;
    font-weight: 300;
    padding-right: 10px;
}
.wrap-up-container .economy-section-bottom__item span a {
    color: #DCFF00;
    text-decoration: underline;
}
.wrap-up-container .economy-section__title {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    line-height: 1;
}
.wrap-up-container .economy-section-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
.wrap-up-container .economy-section-item__left {
    width: 215px;
    display: flex;
    flex-direction: column;
}
.wrap-up-container .economy-section-item__right {
    display: flex;
    padding-left: 25px;
}
.wrap-up-container .economy-section-baker {
    padding: 0 5px;
    text-align: center;
}
.wrap-up-container .economy-section-baker__tag {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}
.wrap-up-container .economy-section-baker__count {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
}
.wrap-up-container .economy-section-item__left span:nth-child(1) {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
}
.wrap-up-container .economy-section-item__left span:nth-child(2) {
    font-size: 30px;
    color: #DCFF00;
    font-weight: 300;
}
.disclaimer {
    font-size: 13px;
    text-align: center;
    color: #b3b3b3;
    width: 80%;
    margin: 20px auto 15px;
}
.disclaimer.disclaimer-margin {
    margin: -20px auto 20px;
}
.wrap-up-container .waste-path {
    margin-top: 25px;
    text-align: center;
    position: relative;
}
.wrap-up-container .waste-path img {
    width: 100%;
}
.wrap-up-container .waste-path__list {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 55px;
    left: -7px;
    width: 100%;
    gap: 42px;
}
.wrap-up-container .waste-path__item {
    position: relative;
}
.waste-path__item:nth-child(2) .waste-path__circle {
    background: #dcff00;
    color: #000000;
}
.wrap-up-container .waste-path__flex {
    display: flex;
    align-items: center;
    gap: 30px;
}
.wrap-up-container .waste-path__info {
    display: flex;
    gap: 15px;
    align-items: center;
    width: 250px;
}
.wrap-up-container .waste-path__info img {
    max-width: 90px;
}
.wrap-up-container .waste-path__info span {
    font-size: 20px;
    font-weight: 300;
}
.wrap-up-container .waste-path__circle {
    width: 115px;
    height: 115px;
    font-size: 40px;
    font-weight: 300;
    background: #969696;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap-up-container .waste-path__car {
    position: absolute;
    left: 134px;
    top: 110px;
}
.wrap-up-container .waste-path__car-count {
    position: absolute;
    font-size: 35px;
    font-weight: 500;
    color: #ffffff;
    left: 50px;
}
.wrap-up-container .waste-path__car-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
}
.wrap-up-container .waste-path__car-right {
    position: absolute;
    right: 111px;
    top: 115px;
}
.wrap-up-container .waste-path__car-right-count {
    position: absolute;
    font-size: 35px;
    font-weight: 500;
    color: #000000;
    right: 52px;
}
.wrap-up-container .waste-bottom {
    position: absolute;
    top: 286px;
    left: 0;
    right: 0;
}
.wrap-up-container .waste-bottom:before {
    content: "";
    position: absolute;
    background-image: url(/images/wrap-up/cloud.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 392px;
    height: 254px;
    left: 50%;
    transform: translateX(-50%);
}
.wrap-up-container .waste-bottom__title {
    font-size: 24px;
    font-weight: 300;
    position: relative;
    z-index: 1;
}
.wrap-up-container .waste-bottom__list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    gap: 25px;
    position: relative;
    z-index: 1;
}
.wrap-up-container .waste-bottom__list span {
    font-size: 40px;
    font-weight: 300;
}
.wrap-up-container .waste-bottom__list span span {
    font-size: 5px;
    max-width: 200px;
    display: block;
    width: auto;
}
.wrap-up-container .goals {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 50px;
    position: relative;
}
.wrap-up-container .goals img {
    max-width: 100%;
}
.wrap-up-container .goals-one {
    position: absolute;
    top: 216px;
    left: 50px;
    display: flex;
    align-items: center;
}
.wrap-up-container .goals-one__circle {
    width: 80px;
    height: 80px;
    background: #DCFF00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.wrap-up-container .goals-one__line {
    width: 467px;
    height: 16px;
    background: #323232;
    border-radius: 32px;
}
.wrap-up-container .goals-one__one {
    position: absolute;
    background: #DCFF00;
    width: 55%;
    height: 16px;
    border-radius: 32px;
    z-index: 1;
}
.wrap-up-container .goals-one__one:before {
    content: "";
    position: absolute;
    background: #D9D9D9;
    width: 1px;
    height: 94px;
    bottom: 15px;
    right: 20px;
}
.wrap-up-container .goals-one__one:after {
    content: "";
    position: absolute;
    border: 1px solid #DCFF00;
    width: 10px;
    height: 10px;
    right: 15px;
    bottom: 109px;
    border-radius: 50%;
}
.wrap-up-container .goals-one-one__list {
    position: absolute;
    bottom: 70px;
    right: 40px;
    text-align: right;
}
.wrap-up-container .goals-one-one__title,
.wrap-up-container .goals-one-one__info {
    font-size: 18px;
    font-weight: 300;
}
.wrap-up-container .goals-one-one__desc {
    font-size: 40px;
    font-weight: 300;
    color: #DCFF00;
}
.wrap-up-container .goals-one__two {
    position: absolute;
    background: #969696;
    width: 72%;
    height: 16px;
    border-radius: 32px;
}
.wrap-up-container .goals-one__two:before {
    content: "";
    position: absolute;
    background: #D9D9D9;
    width: 1px;
    height: 94px;
    top: 16px;
    right: 20px;
}
.wrap-up-container .goals-one__two:after {
    content: "";
    position: absolute;
    border: 1px solid #DCFF00;
    width: 10px;
    height: 10px;
    right: 15px;
    top: 109px;
    border-radius: 50%;
}
.wrap-up-container .goals-one-two__list {
    position: absolute;
    top: 70px;
    text-align: left;
    width: 170px;
    right: -170px;
}
.wrap-up-container .goals-one-two__title {
    font-size: 18px;
    font-weight: 300;
}
.wrap-up-container .goals-one-two__desc {
    font-size: 40px;
    font-weight: 300;
    color: #71FFFF;
}
.wrap-up-container .goals-two {
    position: absolute;
    top: 50px;
    right: 255px;
}
.wrap-up-container .goals-two__circle {
    width: 80px;
    height: 80px;
    background: #DCFF00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.wrap-up-container .goals-two__line {
    width: 16px;
    height: 367px;
    background: #323232;
    border-radius: 32px;
    position: relative;
    left: 30px;
}
.wrap-up-container .goals-two__one {
    position: absolute;
    background: #969696;
    width: 16px;
    height: 80%;
    border-radius: 32px;
    z-index: 1;
    bottom: 0;
    left: 30px;
}
.wrap-up-container .goals-two__one:before {
    content: "";
    position: absolute;
    background: #D9D9D9;
    width: 35px;
    height: 1px;
    top: 16px;
    right: 16px;
}
.wrap-up-container .goals-two__one:after {
    content: "";
    position: absolute;
    border: 1px solid #DCFF00;
    width: 10px;
    height: 10px;
    right: 50px;
    top: 11px;
    border-radius: 50%;
}
.wrap-up-container .goals-two-one__list {
    width: 240px;
    position: absolute;
    right: 75px;
    top: 0;
    transform: translateY(-75%);
    text-align: right;
}
.wrap-up-container .goals-two-one__title,
.wrap-up-container .goals-two-one__info {
    font-size: 18px;
    font-weight: 300;
}
.wrap-up-container .goals-two-one__desc {
    font-size: 40px;
    font-weight: 300;
    color: #DCFF00;
}
.wrap-up-container .goals-two__two {
    position: absolute;
    background: #DCFF00;
    width: 16px;
    height: 30%;
    border-radius: 32px;
    z-index: 1;
    bottom: 0;
    left: 30px;
}
.wrap-up-container .goals-two__two:before {
    content: "";
    position: absolute;
    background: #D9D9D9;
    width: 35px;
    height: 1px;
    top: 16px;
    left: 16px;
}
.wrap-up-container .goals-two__two:after {
    content: "";
    position: absolute;
    border: 1px solid #DCFF00;
    width: 10px;
    height: 10px;
    left: 50px;
    top: 11px;
    border-radius: 50%;
}
.wrap-up-container .goals-two-two__list {
    position: absolute;
    left: 70px;
    top: -50%;
    text-align: left;
    width: 200px;
}
.wrap-up-container .goals-two-two__title {
    font-size: 18px;
    font-weight: 300;
}
.wrap-up-container .goals-two-two__desc {
    font-size: 40px;
    font-weight: 300;
    color: #71FFFF;
}
.wrap-up-container .super-sorter__title {
    font-size: 44px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    margin-top: 40px;
}
.wrap-up-container .super-sorter__desc {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    margin-top: 14px;
}
.wrap-up-container .super-sorter__list {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 60px;
}
.wrap-up-container .super-sorter__car {
    text-align: center;
    position: relative;
}
.wrap-up-container .super-sorter__car-title {
    position: absolute;
    font-size: 30px;
    font-weight: 500;
    left: 53%;
    transform: translateX(-50%);
    top: 10px;
}
.wrap-up-container .super-sorter__car-title.black {
    color: #000;
    left: 49%;
}
.wrap-up-container .super-sorter__car span {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 300;
}
.wrap-up-container .s-sort {
    border-top: 1px solid rgba(217, 217, 217, 0.5);
    border-bottom: 1px solid rgba(217, 217, 217, 0.5);
    width: 90%;
    margin: 35px auto 20px;
    padding: 20px 0;
}
.wrap-up-container .s-sort__title {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
}
.wrap-up-container .s-sort__btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}
.wrap-up-container .s-btn-one {
    font-size: 18px;
    font-weight: 300;
    /*background: #AA5F21;*/
    line-height: 1;
    padding: 8px 12px 11px 12px;
    /*color: #ffffff;*/
    text-decoration: none;
    border-radius: 8px;
}
.wrap-up-container .s-btn-two {
    font-size: 18px;
    font-weight: 300;
    background: #DCFF00;
    line-height: 1;
    padding: 8px 12px 11px 12px;
    color: #323232;
    text-decoration: none;
    border-radius: 8px;
}
.wrap-up-container .s-sort-info {
    display: flex;
    justify-content: center;
    /*gap: 100px;*/
    width: 90%;
    position: relative;
    margin: 20px auto;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
/*.wrap-up-container .s-sort-info:before {
    content: "";
    position: absolute;
    left: 55%;
    top: 0;
    bottom: 20px;
    width: 1px;
    background: rgba(217, 217, 217, 0.5);
}*/
.wrap-up-container .s-sort-info__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 55px;
    margin-top: 25px;
}
.wrap-up-container .s-sort-info__title {
    font-size: 18px;
    font-weight: 300;
    width: 240px;
    text-align: center;
    margin: auto;
    min-height: 54px;
}
.wrap-up-container .s-sort-info__item, .wrap-up-container .s-sort-info__item-question {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wrap-up-container .s-sort-info__item-trash {
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 20px;
    /*position: absolute;*/
}
.wrap-up-container .s-sort-info__icon.rounded {
    border-radius: 50%;
}
.wrap-up-container .s-sort-info__icon {
    width: 105px;
    height: 105px;
    background: #ffffff;
    overflow: hidden;
}
.wrap-up-container .s-sort-info__icon-question {
    height: 135px;
    width: 80px;
}
.wrap-up-container .s-sort-info__icon-trash {
    width: 260px;
    height: auto;
}
.wrap-up-container .s-sort-info__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.wrap-up-container .s-sort-info__item-question span {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    width: 350px;
}
.wrap-up-container .s-sort-info__item span {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}
.wrap-up-container .s-sort-bottom {
    width: 90%;
    margin: 50px auto;
    display: flex;
    align-items: center;
    padding-bottom: 38px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
.wrap-up-container .s-sort-bottom__left {
    width: 35%;
    display: flex;
    justify-content: center;
}
.wrap-up-container .s-sort-bottom__title {
    font-size: 18px;
    font-weight: 300;
}
.wrap-up-container .s-sort-bottom__flex {
    display: flex;
    align-items: flex-end;
    gap: 23px;
    margin-top: 14px;
}
.wrap-up-container .s-sort-bottom__flex span {
    font-size: 34px;
    font-weight: 300;
    position: relative;
    top: -10px;
}
.wrap-up-container .s-sort-bottom__flex svg {
    width: 70px;
    height: 70px;
}
.wrap-up-container .s-sort-bottom__right {
    width: 65%;
}
.wrap-up-container .s-sort-bottom__info {
    width: 210px;
    position: relative;
}
.s-sort-bottom__info:before {
    content: "";
    position: absolute;
    background-image: url('/images/wrap-up/cloud.png');
    background-repeat: no-repeat;
    background-size: contain;
    top: -35px;
    bottom: -35px;
    left: -40px;
    right: -40px;
    z-index: -1;
}
.wrap-up-container .s-sort-tree {
    display: flex;
    align-items: center;
    background: #DCFF00;
    border-radius: 16px;
}
.wrap-up-container .s-sort-tree__photo {
    width: 190px;
}
.wrap-up-container .s-sort-tree__photo img {
    position: relative;
    top: -25px;
    left: -15px;
}
.wrap-up-container .s-sort-tree__right {
    width: calc(100% - 190px);
    padding-right: 20px;
}
.wrap-up-container .s-sort-tree__title {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 1;
}
.wrap-up-container .s-sort-tree__text {
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    margin-top: 10px;
}
.wrap-up-container .s-sort-share {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding-bottom: 45px;
}
.wrap-up-container .s-sort-share__item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.wrap-up-container .s-sort-share__item span {
    color: #DCFF00;
    line-height: 1;
}
.money-result-capture {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0 !important;
    justify-content: space-around;
}
.money-result-capture__item {
    width: 33%;
    max-width: 33%;
    flex-grow: 1;
    text-align: center;
}
.money-result-capture__item:nth-child(3) {
    border-right: 0;
}
.money-result-capture__icon {
    display: flex;
    justify-content: center;
    height: 90px;
}
.money-result-capture__icon svg {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.money-result-capture__text {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
    padding: 0 40px;
}
.final-capture {
    width: 1000px;
    display: flex;
    padding-bottom: 0 !important;
}
.final-capture__left {
    width: 33%;
    border-right: 0.5px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.final-capture__middle {
    width: 33%;
    border-right: 0.5px solid #D9D9D9;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.final-capture__right {
    width: 33%;
    padding-left: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.final-capture__left .super-sorter__car {
    margin-bottom: 30px;
    padding: 0 20px;
}
.final-capture__item {
    font-size: 18px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 20px;
    margin-bottom: 40px;
    padding: 0 10px;
}
.final-capture__item:last-child {
    margin-bottom: 0;
}
.final-capture-three {
    background: #DCFF00;
    padding: 30px 18px 18px 18px;
    border-radius: 16px;
    position: relative;
}
.final-capture-three__photo {
    width: 100px;
    position: absolute;
    top: -44px;
    left: -10px;
}
.final-capture-three__title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    line-height: 1.1;
}
.final-capture-three__text {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1.1;
    margin-top: 8px;
}
.final-capture__right .s-sort-bottom__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}
.final-capture__right .s-sort-bottom__info:before {
    display: none;
}
img.s-sort-bottom__before {
    position: absolute;
    top: -40px;
    z-index: -1;
}
.outside-screen .s-sort-info__list {
    flex-wrap: nowrap;
    gap: 22px;
}
.outside-screen .s-sort-info__icon {
    width: 65px;
    height: 65px;
}
.outside-screen .s-sort-info__item span {
    font-size: 14px;
}
@media (max-width: 1410px) {
    .wrap-up-container .static-container__container {
        width: 860px;
    }
    .wrap-up-container .dustbin-info:not(.ignore-mobile) {
        margin-top: 35px;
    }
    .wrap-up-container .dustbin-info__name:not(.ignore-mobile) {
        font-size: 20px;
    }
    .wrap-up-container .dustbin-info__percentage:not(.ignore-mobile) {
        font-size: 22px;
        width: 68px;
    }
    .dustbin-info__right-info:not(.ignore-mobile) {
        width: calc(100% - 68px);
    }
    .wrap-up-container .dustbin-info__list:not(.ignore-mobile) {
        width: 330px;
    }
    .wrap-up-container .dustbin-info__left img:not(.ignore-mobile) {
        width: 390px;
    }
    .wrap-up-container .dustbin-main__anim:not(.ignore-mobile) {
        height: 220px;
        bottom: 75px;
    }
    .wrap-up-container .dustbin-main__border:not(.ignore-mobile):before {
        bottom: 72px;
        left: 43px;
        transform: rotate(320deg);
    }
    .wrap-up-container .dustbin-main__border:not(.ignore-mobile):after {
        bottom: 70px;
        right: 45px;
        transform: rotate(230deg);
    }
    .wrap-up-container .goals-one__line:not(.ignore-mobile) {
        width: 380px;
    }
    .wrap-up-container .goals-two:not(.ignore-mobile) {
        right: 190px;
    }
    .wrap-up-container .goals-two-two__title,
    .wrap-up-container .goals-one-one__title, .wrap-up-container .goals-one-one__info {
        font-size: 16px;
    }
}
@media (max-width: 1180px) {
    .wrap-up-container .static-container__container:not(.ignore-mobile) {
        width: 660px;
    }
    .wrap-up-container .waste-path__circle:not(.ignore-mobile) {
        width: 96px;
        height: 96px;
    }
    .wrap-up-container .waste-path__info:not(.ignore-mobile) {
        width: 230px;
    }
    .wrap-up-container .dustbin-info__list:not(.ignore-mobile) {
        width: 290px;
    }
    .wrap-up-container .dustbin-info__item:not(.ignore-mobile) {
        padding: 10px 5px;
    }
    .wrap-up-container .dustbin-main__border:not(.ignore-mobile):before {
        bottom: 72px;
        left: 41px;
    }
    .wrap-up-container .dustbin-main__border:not(.ignore-mobile):after {
        bottom: 69px;
        right: 44px;
    }
}
@media (max-width: 1023px) {
    .wrap-up-container .dustbin-main__border:not(.ignore-mobile):before {
        bottom: 73px;
        left: 43px;
    }
    .wrap-up-container .dustbin-main__border:not(.ignore-mobile):after {
        bottom: 71px;
        right: 46px;
    }
    .wrap-up-container .dustbin-info__list:not(.ignore-mobile) {
        width: 400px;
    }
    .wrap-up-container .s-sort-bottom:not(.ignore-mobile) {
        flex-wrap: wrap;
    }
    .wrap-up-container .s-sort-bottom__left:not(.ignore-mobile) {
        width: 100%;
    }
    .wrap-up-container .s-sort-bottom__right:not(.ignore-mobile) {
        width: 100%;
        margin-top: 40px;
    }
    .wrap-up-container .goals-one__line:not(.ignore-mobile) {
        width: 300px;
    }
    .wrap-up-container .goals-two:not(.ignore-mobile) {
        right: 150px;
    }
    .wrap-up-container .goals-two-one__list:not(.ignore-mobile) {
        width: 195px;
    }
    .wrap-up-container .goals-two-one__title:not(.ignore-mobile), .wrap-up-container .goals-two-one__info:not(.ignore-mobile) {
        font-size: 15px;
    }
    .wrap-up-container .goals-two-one__desc:not(.ignore-mobile) {
        font-size: 20px;
    }
    .wrap-up-container .goals-two__line:not(.ignore-mobile) {
        height: 220px;
    }
    .wrap-up-container .goals-one__line:not(.ignore-mobile),
    .wrap-up-container .goals-one__one:not(.ignore-mobile),
    .wrap-up-container .goals-one__two:not(.ignore-mobile) {
        height: 7px;
    }
    .wrap-up-container .static-container.static-container-infos .static-container__title:not(.ignore-mobile) {
        top: unset;
    }
    .wrap-up-container .goals-one:not(.ignore-mobile) {
        left: 0;
    }
    .wrap-up-container .goals-one__circle:not(.ignore-mobile),
    .wrap-up-container .goals-two__circle:not(.ignore-mobile) {
        width: 32px;
        height: 32px;
    }
    .wrap-up-container .goals-one__circle:not(.ignore-mobile) img,
    .wrap-up-container .goals-two__circle:not(.ignore-mobile) img {
        width: 60%;
    }
    .wrap-up-container .goals-two__line:not(.ignore-mobile),
    .wrap-up-container .goals-two__one:not(.ignore-mobile),
    .wrap-up-container .goals-two__two:not(.ignore-mobile) {
        width: 6px;
        left: 13px;
    }
    .wrap-up-container .goals-two__one:not(.ignore-mobile):before {
        right: 6px;
        width: 20px;
    }
    .wrap-up-container .goals-two__one:not(.ignore-mobile):after {
        width: 5px;
        height: 5px;
        right: 25px;
        top: 13px;
    }
    .wrap-up-container .goals-two-one__list:not(.ignore-mobile) {
        right: 38px;
    }
    .wrap-up-container .goals-two__two:not(.ignore-mobile):before {
        left: 6px;
    }
    .wrap-up-container .goals-two__two:not(.ignore-mobile):after {
        width: 6px;
        height: 6px;
        left: 40px;
        top: 12px;
    }
    .wrap-up-container .goals-two-two__list:not(.ignore-mobile) {
        left: 55px;
    }
    .wrap-up-container .goals-two-two__title:not(.ignore-mobile),
    .wrap-up-container .goals-one-one__title:not(.ignore-mobile),
    .wrap-up-container .goals-one-one__info:not(.ignore-mobile) {
        font-size: 14px;
    }
    .wrap-up-container .goals-two-two__list:not(.ignore-mobile) {
        width: 158px;
    }
    .wrap-up-container .waste-path__circle:not(.ignore-mobile) {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
    .wrap-up-container .goals-two-two__desc:not(.ignore-mobile),
    .wrap-up-container .goals-one-one__desc:not(.ignore-mobile),
    .wrap-up-container .goals-one-two__desc:not(.ignore-mobile) {
        font-size: 20px;
    }
    .wrap-up-container .goals-one-two__title:not(.ignore-mobile) {
        font-size: 14px;
    }
    .wrap-up-container .goals-one__one:not(.ignore-mobile):before {
        height: 60px;
        bottom: 6px;
    }
    .wrap-up-container .goals-one__one:not(.ignore-mobile):after {
        width: 6px;
        height: 6px;
        right: 16px;
        bottom: 66px;
    }
    .wrap-up-container .goals-one__two:not(.ignore-mobile):before {
        height: 55px;
        top: 8px;
    }
    .wrap-up-container .goals-one__two:not(.ignore-mobile):after {
        width: 6px;
        height: 6px;
        right: 16px;
        top: 63px;
    }
    .wrap-up-container .goals-one-two__list:not(.ignore-mobile) {
        top: 15px;
    }
    .wrap-up-container .goals-one-one__list:not(.ignore-mobile) {
        bottom: 34px;
    }
    .wrap-up-container .waste-path__list:not(.ignore-mobile) {
        top: 19px;
        left: -5px;
    }
    .wrap-up-container .waste-path__info:not(.ignore-mobile) {
        justify-content: flex-end;
    }
    .wrap-up-container .waste-path__info:not(.ignore-mobile) span {
        font-size: 18px;
    }
    .wrap-up-container .waste-path__info:not(.ignore-mobile) img {
        max-width: 45px;
    }
    .wrap-up-container .waste-path__item:nth-child(2) .waste-path__info:not(.ignore-mobile) img {
        max-width: 35px;
    }
    .wrap-up-container .waste-path__item:nth-child(2) .waste-path__info:not(.ignore-mobile) {
        justify-content: flex-start;
    }
    .wrap-up-container .waste-path__car:not(.ignore-mobile),
    .wrap-up-container .waste-path__car-right:not(.ignore-mobile) {
        top: 80px;
    }
    .wrap-up-container .waste-path__car:not(.ignore-mobile) {
        left: 80px;
    }
    .wrap-up-container .waste-path__car-right:not(.ignore-mobile) {
        right: 80px;
    }
    .wrap-up-container .waste-path__car:not(.ignore-mobile) svg,
    .wrap-up-container .waste-path__car-right:not(.ignore-mobile) svg {
        width: 105px;
        height: 54px;
    }
    .wrap-up-container .waste-path__car-count:not(.ignore-mobile),
    .wrap-up-container .waste-path__car-right-count:not(.ignore-mobile) {
        font-size: 26px;
    }
    .wrap-up-container .waste-bottom__title:not(.ignore-mobile) {
        font-size: 16px;
    }
    .wrap-up-container .waste-bottom__list:not(.ignore-mobile) {
        margin-top: 5px;
    }
    .wrap-up-container .waste-bottom__list:not(.ignore-mobile) span {
        font-size: 20px;
    }
    .wrap-up-container .waste-bottom__list:not(.ignore-mobile) svg {
        width: 46px;
    }
    .wrap-up-container .waste-bottom:not(.ignore-mobile) {
        top: 200px;
    }
    .wrap-up-container .waste-bottom:not(.ignore-mobile):before {
        width: 220px;
        height: 145px;
    }
    .wrap-up-container .waste-path__car-count:not(.ignore-mobile) {
        left: 43px;
    }
    .wrap-up-container .waste-path__car-right-count:not(.ignore-mobile) {
        right: 50px;
    }
    .wrap-up-container .waste-path__car-title:not(.ignore-mobile) {
        font-size: 18px;
    }
    .wrap-up-container .waste-path__flex:not(.ignore-mobile) {
        gap: 5px;
    }
    .wrap-up-container .economy-section:not(.ignore-mobile) {
        flex-wrap: wrap;
    }
    .wrap-up-container .economy-section__left:not(.ignore-mobile) {
        width: 100%;
        padding: 0;
    }
    .wrap-up-container .economy-section__right:not(.ignore-mobile) {
        margin: 20px auto 0;
    }
    .wrap-up-container .static-container.static-container-infos .static-container__tabs {
        top: 74px;
    }
    .wrap-up-container .static-container:not(.ignore-mobile) {
        padding: 50px 0 0 0;
    }
    .wrap-up-container .static-container__container:not(.ignore-mobile) {
        width: 620px;
    }
    .wrap-up-container .render-graphic:not(.ignore-mobile) {
        width: 100%;
    }
    .wrap-up-container .dustbin-info:not(.ignore-mobile) {
        flex-direction: column;
        padding-bottom: 40px;
    }
    .wrap-up-container .dustbin-info__left:not(.ignore-mobile) {
        width: 100%;
        justify-content: center;
    }
    .wrap-up-container .dustbin-info__title:not(.ignore-mobile) {
        display: none;
    }
    .wrap-up-container .dustbin-info__right:not(.ignore-mobile) {
        width: 100%;
        margin-top: 25px;
        top: unset;
        padding: 0;
    }
    .wrap-up-container .dustbin-info__list:not(.ignore-mobile) {
        margin: auto;
    }
    .wrap-up-container .dustbin-info-point:not(.ignore-mobile) {
        top: -40px;
        left: 50%;
        flex-direction: column;
    }
    .wrap-up-container .dustbin-info-point__line:not(.ignore-mobile) {
        width: 1px;
        height: 32px;
    }
    .wrap-up-container .dustbin-info__item.active:before,
    .wrap-up-container .dustbin-info__item.active:after {
        display: none;
    }
}
@media (max-width: 948px) {
    .wrap-up-container .static-container__container:not(.ignore-mobile) {
        width: 450px;
    }
}
@media (max-width: 767px) {
    .share-btns {
        position: static;
        display: flex;
        justify-content: center;
        margin-top: 28px;
        margin-bottom: 20px;
    }
    .share-info-block {
        z-index: 91;
    }
    .share-info-block {
        top: unset;
        bottom: 35px;
    }
    .wrap-up-container .static-container__back {
        left: 0;
    }
    .wrap-up-container .waste-path__info:not(.ignore-mobile) {
        width: 150px;
        height: 50px;
    }
    .btn-steps {
        width: 100%;
        margin-top: 10px;
    }
    .wrap-up-container .dustbin-info:not(.ignore-mobile) {
        padding-bottom: 0;
    }
    .wrap-up-container .main-container__left {
        display: none;
    }
    .wrap-up-container .custom-select {
        width: 100% !important;
    }
    .wrap-up-container .goals-two__line:not(:nth-child(1)) {
        height: 164px;
    }
    .wrap-up-container .s-sort-info:not(:nth-child(1)) {
        flex-wrap: wrap;
        gap: 55px;
    }
    .wrap-up-container .s-sort-info__container:not(:nth-child(1)) {
        width: 100%;
    }
    .wrap-up-container .s-sort-info__container:not(:nth-child(1)) {
        width: 100%;
    }
    .wrap-up-container .s-sort-info:before {
        left: 10%;
        top: 50%;
        right: 10%;
        bottom: unset;
        height: 1px;
        width: unset;
    }
    .wrap-up-container .goals-one:not(.ignore-mobile) {
        top: 170px;
    }
    .wrap-up-container .goals-one__line:not(.ignore-mobile) {
        width: 195px;
    }
    .wrap-up-container .static-container__desc-info:not(.ignore-mobile) {
        width: 100%;
    }
    .wrap-up-container .static-container__container:not(.ignore-mobile) {
        width: 100%;
    }
    .wrap-up-container .goals-two:not(.ignore-mobile) {
        right: 140px;
    }
    .wrap-up-container .goals-two-two__desc, .wrap-up-container .goals-one-one__desc, .wrap-up-container .goals-one-two__desc,
    .wrap-up-container .goals-two-one__desc {
        font-size: 20px;
    }
    .wrap-up-container .goals-two-two__title, .wrap-up-container .goals-one-one__title, .wrap-up-container .goals-one-one__info,
    .wrap-up-container .goals-one-two__title, .wrap-up-container .goals-two-one__title, .wrap-up-container .goals-two-one__info {
        font-size: 12px;
    }
    .wrap-up-container .goals-one-two__list:not(.ignore-mobile) {
        width: 115px;
        right: -105px;
    }
    .wrap-up-container .goals-two__two:not(.ignore-mobile):before {
        width: 15px;
    }
    .wrap-up-container .goals-two__two:not(.ignore-mobile):after {
        left: 20px;
    }
    .wrap-up-container .goals-two-two__list:not(.ignore-mobile) {
        left: 33px;
    }
    .wrap-up-container .goals-two-one__list:not(.ignore-mobile) {
        width: 160px;
    }
    .wrap-up-container .waste-path:not(.ignore-mobile) {
        margin-top: 20px;
    }
    .wrap-up-container .waste-path__list:not(.ignore-mobile) {
        gap: 12px;
    }
    .wrap-up-container .waste-path__circle:not(.ignore-mobile) {
        width: 48px;
        height: 48px;
        font-size: 17px;
    }
    .wrap-up-container .waste-path__info:not(.ignore-mobile) span {
        font-size: 15px;
    }
    .wrap-up-container .waste-path__info:not(.ignore-mobile),
    .wrap-up-container .waste-path__flex:not(.ignore-mobile) {
        gap: 8px;
    }
    .wrap-up-container .waste-path__car:not(.ignore-mobile) svg,
    .wrap-up-container .waste-path__car-right:not(.ignore-mobile) svg {
        width: 78px;
        height: 40px;
    }
    .wrap-up-container .waste-path__car-count:not(.ignore-mobile),
    .wrap-up-container .waste-path__car-right-count:not(.ignore-mobile) {
        font-size: 18px;
    }
    .wrap-up-container .waste-path__car-title:not(.ignore-mobile) {
        font-size: 13px;
    }
    .wrap-up-container .waste-path__car-count:not(.ignore-mobile) {
        left: 32px;
    }
    .wrap-up-container .waste-path__car-right-count:not(.ignore-mobile) {
        right: 36px;
    }
    .wrap-up-container .waste-path__car:not(.ignore-mobile),
    .wrap-up-container .waste-path__car-right:not(.ignore-mobile) {
        top: 65px;
    }
    .wrap-up-container .waste-path__car:not(.ignore-mobile) {
        left: 20px;
    }
    .wrap-up-container .waste-path__car-right:not(.ignore-mobile) {
        right: 20px;
    }
    .wrap-up-container .static-container.static-container-infos .static-container__tabs:not(.ignore-mobile) {
        top: 55px;
    }
    .wrap-up-container .result-graphic-info__name:not(.ignore-mobile) {
        font-size: 28px;
    }
    .wrap-up-container .result-graphic-info:not(.ignore-mobile) {
        gap: 25px;
    }
    .wrap-up-container .result-graphic-info__item:nth-child(1):before {
        right: -13px;
    }
    .wrap-up-container .render-graphic:not(.ignore-mobile) {
        position: relative;
        width: calc(100% + 20px);
        left: -10px;
    }
    .wrap-up-container .render-graphic:not(.ignore-mobile) .apexcharts-yaxis-label,
    .wrap-up-container .render-graphic:not(.ignore-mobile) .apexcharts-xaxis-label {
        font-size: 11px;
    }
    .wrap-up-container .static-container__desc:not(.ignore-mobile) {
        font-size: 28px;
    }
    .wrap-up-container .static-container__prev img {
        max-width: 100%;
    }
    .wrap-up-container .static-container__title {
        font-size: 24px;
    }
    .wrap-up-container .top-info {
        margin-top: 40px;
        justify-content: center;
        position: static;
        margin-bottom: 20px;
    }
    .wrap-up-container .static-container {
        padding: 14px 0;
        display: block;
    }
    .wrap-up-container .static-container__back span {
        display: none;
    }
    .wrap-up-container .static-container__back svg {
        display: block;
    }
    .wrap-up-container .static-container__bell {
        display: block;
        position: absolute;
        top: 17px;
        right: 40px;
    }
    .wrap-up-container .static-container__selects {
        flex-direction: column;
        gap: 10px;
    }
    .wrap-up-container .static-container__select {
        width: 100%;
    }
    .wrap-up-container input.input-main,
    .wrap-up-container input.input-main.two {
        width: 100%;
    }
    .wrap-up-container .static-container__btn {
        width: 100%;
        justify-content: center;
    }
    .wrap-up-container .static-container__prev {
        margin-top: 30px;
    }
    .wrap-up-container .default-arrow {
        margin-top: 30px;
        display: flex;
        justify-content: center;
        gap: 25px;
    }
    .wrap-up-container .default-arrow__prev, .wrap-up-container .default-arrow__next {
        position: static;
    }
    .wrap-up-container .waste-bottom:not(.ignore-mobile) {
        top: unset;
        bottom: 50px;
    }
    .wrap-up-container .waste-bottom__title:not(.ignore-mobile) {
        font-size: 10px;
    }
    .wrap-up-container .waste-bottom__list:not(.ignore-mobile) span {
        font-size: 14px;
    }
    .wrap-up-container .waste-bottom__list:not(.ignore-mobile) svg {
        width: 30px;
        height: 45px;
    }
    .wrap-up-container .waste-bottom:not(.ignore-mobile):before {
        width: 130px;
        height: 80px;
    }
    .wrap-up-container .super-sorter__title {
        font-size: 24px;
    }
    .wrap-up-container .static-container.static-container-infos.static-container-infos-top {
        padding: 15px 0;
    }
    .wrap-up-container .super-sorter__car svg {
        width: 125px;
        height: 60px;
    }
    .wrap-up-container .super-sorter__car-title {
        font-size: 32px;
    }
    .wrap-up-container .super-sorter__car span {
        font-size: 16px;
    }
    .wrap-up-container .s-sort-tree {
        flex-wrap: wrap;
    }
    .wrap-up-container .s-sort-tree__right {
        width: 100%;
        padding: 14px;
        position: relative;
        margin-top: -36px;
    }
}
@media (max-width: 480px) {
    .disclaimer:not(.ignore-mobile) {
        width: 100%;
        margin: 12px auto 15px;
    }
    .wrap-up-container .s-sort-tree__title {
        font-size: 22px;
    }
    .wrap-up-container .goals__img {
        height: 350px;
    }
    .wrap-up-container .goals-two-two__title, .wrap-up-container .goals-one-one__title, .wrap-up-container .goals-one-one__info, .wrap-up-container .goals-one-two__title, .wrap-up-container .goals-two-one__title, .wrap-up-container .goals-two-one__info {
        font-size: 10px;
    }
    .wrap-up-container .goals-one:not(.ignore-mobile) {
        top: 140px;
    }
    .wrap-up-container .goals-two:not(.ignore-mobile) {
        right: 100px;
    }
    .wrap-up-container .goals-two-one__list:not(.ignore-mobile) {
        width: 130px;
    }
    .wrap-up-container .goals-one-two__list:not(.ignore-mobile) {
        width: 90px;
        right: -80px;
    }
    .wrap-up-container .goals-two-two__list:not(.ignore-mobile) {
        width: 95px;
    }
    .wrap-up-container .waste-path__info:not(.ignore-mobile) span {
        font-size: 12px;
    }
    .wrap-up-container img.waste-path__img:not(.ignore-mobile) {
        height: 300px;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .wrap-up-container .static-container__back {
        left: 3px;
    }
    .wrap-up-container .economy-section__title {
        text-align: center;
    }
    .wrap-up-container .static-container__bell {
        right: 12px;
    }
    .wrap-up-container .static-container.static-container-infos .static-container__tabs {
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
    }
    .wrap-up-container .economy-section-item {
        flex-wrap: wrap;
    }
    .wrap-up-container .economy-section-item__left {
        width: 100%;
        text-align: center;
    }
    .wrap-up-container .result-graphic-info__desc span:nth-child(2):not(.ignore-mobile) {
        font-size: 16px;
    }
    .wrap-up-container .economy-section-item__right {
        padding: 0;
        justify-content: center;
        width: 100%;
        margin: 25px 0 0;
    }
}
@media (max-width: 440px) {
    .wrap-up-container .goals-one-two__list:not(.ignore-mobile) {
        right: 30px;
        top: 30px;
    }
    .wrap-up-container .waste-path__info:not(.ignore-mobile) {
        flex-direction: column;
        width: 100px;
    }
    .wrap-up-container .waste-path__item:nth-child(2) .waste-path__info:not(.ignore-mobile) {
        flex-direction: column-reverse;
    }
    .wrap-up-container .dustbin-info__list:not(.ignore-mobile) {
        width: 100%;
    }
}
@media (max-width: 380px) {
    .wrap-up-container .s-btn-one {
        font-size: 16px;
    }
    .wrap-up-container img.goals__img {
        height: unset;
        position: relative;
        top: 100px;
    }
    .wrap-up-container .goals-one:not(.ignore-mobile) {
        position: relative;
        top: -120px;
        left: 0;
    }
    .wrap-up-container .goals-two:not(.ignore-mobile) {
        position: relative;
        right: unset;
        left: 50%;
        top: unset;
    }
    .wrap-up-container .waste-path__item:nth-child(2) .waste-path__info:not(.ignore-mobile) img {
        max-width: 30px;
    }
    .wrap-up-container .waste-path__car:not(.ignore-mobile) {
        left: 0;
    }
    .wrap-up-container .waste-path__car-right:not(.ignore-mobile) {
        right: 0;
    }
    .wrap-up-container .dustbin-info__left img:not(.ignore-mobile) {
        width: 310px;
    }
    .wrap-up-container .result-graphic-info__desc {
        flex-direction: column;
    }
    .wrap-up-container .dustbin-main__anim:not(.ignore-mobile) {
        left: 21px;
        right: 21px;
        height: 180px;
        bottom: 58px;
    }
    .wrap-up-container .dustbin-main__border:not(.ignore-mobile):before {
        left: 35px;
        bottom: 52px;
        transform: rotate(309deg);
    }
    .wrap-up-container .dustbin-main__border:not(.ignore-mobile):after {
        right: 35px;
        bottom: 53px;
    }
    .wrap-up-container .dustbin-main-one__title,
    .wrap-up-container .dustbin-main-two__title {
        font-size: 24px;
    }
    .wrap-up-container .dustbin-main-one__desc,
    .wrap-up-container .dustbin-main-two__desc {
        font-size: 18px;
    }
}
@media (max-width: 360px) {
    .wrap-up-container .super-sorter__list {
        gap: 10px;
    }
    .wrap-up-container .s-sort-tree__title {
        font-size: 22px;
    }
    .wrap-up-container .s-sort-tree__text {
        font-size: 15px;
    }
    .wrap-up-container .static-container__prev-title {
        font-size: 26px;
    }
    .wrap-up-container .static-container__prev-desc {
        font-size: 20px;
    }
    .wrap-up-container .dustbin-info__name:not(.ignore-mobile) {
        font-size: 16px;
    }
}
.hover\:z-10:hover {
	z-index: 10;
}
.hover\:border-gray-300:hover {
	--tw-border-opacity: 1;
	border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}
.hover\:border-main1:hover {
	border-color: var(--main1);
}
.hover\:border-light-gray:hover {
	--tw-border-opacity: 1;
	border-color: rgba(217, 217, 217, var(--tw-border-opacity));
}
.hover\:bg-indigo-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
.hover\:bg-red-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}
.hover\:bg-red-500:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.hover\:bg-main1-dark:hover {
	background-color: var(--main1-dark);
}
.hover\:bg-lightBlack-dark:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(35, 35, 35, var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}
.hover\:bg-gray-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}
.hover\:bg-blue-500-05:hover {
	background-color: var(--blue-500-05);
}
.hover\:bg-main1:hover {
	background-color: var(--main1);
}
.hover\:bg-blue-500:hover {
	background-color: var(--blue-500);
}
.hover\:bg-blue-400:hover {
	background-color: var(--blue-400);
}
.hover\:bg-gray-300:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}
.hover\:bg-gray-400:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}
.hover\:bg-opacity-20:hover {
	--tw-bg-opacity: 0.2;
}
.hover\:text-gray-500:hover {
	--tw-text-opacity: 1;
	color: rgba(113, 113, 122, var(--tw-text-opacity));
}
.hover\:text-gray-400:hover {
	--tw-text-opacity: 1;
	color: rgba(161, 161, 170, var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
	--tw-text-opacity: 1;
	color: rgba(63, 63, 70, var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
	--tw-text-opacity: 1;
	color: rgba(39, 39, 42, var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
	--tw-text-opacity: 1;
	color: rgba(24, 24, 27, var(--tw-text-opacity));
}
.hover\:text-lightWhite:hover {
	--tw-text-opacity: 1;
	color: rgba(242, 242, 242, var(--tw-text-opacity));
}
.hover\:text-light-gray:hover {
	--tw-text-opacity: 1;
	color: rgba(217, 217, 217, var(--tw-text-opacity));
}
.hover\:text-blue-600:hover {
	color: var(--blue-600);
}
.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:text-text5:hover {
	color: var(--text5);
}
.hover\:text-lightBlack:hover {
	--tw-text-opacity: 1;
	color: rgba(50, 50, 50, var(--tw-text-opacity));
}
.hover\:text-main1-dark:hover {
	color: var(--main1-dark);
}
.hover\:text-lightBlack-dark:hover {
	--tw-text-opacity: 1;
	color: rgba(35, 35, 35, var(--tw-text-opacity));
}
.hover\:text-main1:hover {
	color: var(--main1);
}
.hover\:opacity-70:hover {
	opacity: 0.7;
}
.hover\:opacity-80:hover {
	opacity: 0.8;
}
.hover\:opacity-75:hover {
	opacity: 0.75;
}
.focus\:z-10:focus {
	z-index: 10;
}
.focus\:border-gray-900:focus {
	--tw-border-opacity: 1;
	border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}
.focus\:border-indigo-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}
.focus\:border-red-700:focus {
	--tw-border-opacity: 1;
	border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}
.focus\:border-indigo-700:focus {
	--tw-border-opacity: 1;
	border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}
.focus\:border-gray-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}
.focus\:border-main1:focus {
	border-color: var(--main1);
}
.focus\:border-red-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}
.focus\:border-white:focus {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.focus\:bg-indigo-600:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
.focus\:bg-red-600:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.focus\:bg-gray-100:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}
.focus\:bg-indigo-100:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}
.focus\:bg-gray-50:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.focus\:text-gray-700:focus {
	--tw-text-opacity: 1;
	color: rgba(63, 63, 70, var(--tw-text-opacity));
}
.focus\:text-indigo-800:focus {
	--tw-text-opacity: 1;
	color: rgba(55, 48, 163, var(--tw-text-opacity));
}
.focus\:text-gray-800:focus {
	--tw-text-opacity: 1;
	color: rgba(39, 39, 42, var(--tw-text-opacity));
}
.focus\:text-gray-500:focus {
	--tw-text-opacity: 1;
	color: rgba(113, 113, 122, var(--tw-text-opacity));
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.focus\:ring: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(3px + 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-0:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-gray-300:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}
.focus\:ring-indigo-200:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}
.focus\:ring-red-200:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus {
	--tw-ring-opacity: 0.5;
}
.active\:bg-gray-100:active {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}
.active\:bg-gray-900:active {
	--tw-bg-opacity: 1;
	background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}
.active\:bg-red-600:active {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.active\:bg-gray-50:active {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.active\:bg-main1-dark:active {
	background-color: var(--main1-dark);
}
.active\:text-gray-700:active {
	--tw-text-opacity: 1;
	color: rgba(63, 63, 70, var(--tw-text-opacity));
}
.active\:text-gray-500:active {
	--tw-text-opacity: 1;
	color: rgba(113, 113, 122, var(--tw-text-opacity));
}
.active\:text-gray-800:active {
	--tw-text-opacity: 1;
	color: rgba(39, 39, 42, var(--tw-text-opacity));
}
.disabled\:opacity-25:disabled {
	opacity: 0.25;
}
.group:hover .group-hover\:block {
	display: block;
}
.group:hover .group-hover\:bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-opacity-10 {
	--tw-bg-opacity: 0.1;
}
.group:hover .group-hover\:text-lightBlack {
	--tw-text-opacity: 1;
	color: rgba(50, 50, 50, var(--tw-text-opacity));
}
[dir="rtl"] .rtl\:flex-row-reverse {
	flex-direction: row-reverse;
}
.dark .dark\:block {
	display: block;
}
.dark .dark\:hidden {
	display: none;
}
.dark .dark\:border-gray-600 {
	--tw-border-opacity: 1;
	border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}
.dark .dark\:border-blue-600 {
	border-color: var(--blue-600);
}
.dark .dark\:bg-gray-800 {
	--tw-bg-opacity: 1;
	background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}
.dark .dark\:bg-blue-600 {
	background-color: var(--blue-600);
}
.dark .dark\:bg-\[\#fff\] {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.dark .dark\:bg-\[\#ffffff\] {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.dark .dark\:bg-violet-50 {
	background-color: var(--violet-50);
}
.dark .dark\:bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.dark .dark\:text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(82, 82, 91, var(--tw-text-opacity));
}
.dark .dark\:text-gray-300 {
	--tw-text-opacity: 1;
	color: rgba(212, 212, 216, var(--tw-text-opacity));
}
.dark .dark\:text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(161, 161, 170, var(--tw-text-opacity));
}
.dark .dark\:text-text2 {
	color: var(--text2);
}
.dark .dark\:text-blue-600 {
	color: var(--blue-600);
}
.dark .dark\:text-text1 {
	color: var(--text1);
}
.dark .dark\:text-violet-50 {
	color: var(--violet-50);
}
.dark .dark\:text-\[\#ffffff\] {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.dark .dark\:hover\:bg-blue-500:hover {
	background-color: var(--blue-500);
}
.dark .dark\:hover\:text-gray-300:hover {
	--tw-text-opacity: 1;
	color: rgba(212, 212, 216, var(--tw-text-opacity));
}
.dark .dark\:hover\:opacity-80:hover {
	opacity: 0.8;
}
.dark .dark\:focus\:border-blue-700:focus {
	border-color: var(--blue-700);
}
.dark .dark\:focus\:border-blue-800:focus {
	border-color: var(--blue-800);
}
.dark .dark\:active\:bg-gray-700:active {
	--tw-bg-opacity: 1;
	background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}
.dark .dark\:active\:bg-blue-500:active {
	background-color: var(--blue-500);
}
.dark .dark\:active\:text-gray-300:active {
	--tw-text-opacity: 1;
	color: rgba(212, 212, 216, var(--tw-text-opacity));
}
@media (max-width: 767px) {

	.mdm\:flex {
		display: flex;
	}

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

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

	.mdm\:items-center {
		align-items: center;
	}
}
@media (max-width: 639px) {

	.smm\:bottom-0 {
		bottom: 0px;
	}

	.smm\:left-0 {
		left: 0px;
	}
}
@media (min-width: 640px) {

	.sm\:absolute {
		position: absolute;
	}

	.sm\:top-\[79px\] {
		top: 79px;
	}

	.sm\:top-6 {
		top: 1.5rem;
	}

	.sm\:-left-28 {
		left: -7rem;
	}

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

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

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

	.sm\:-my-px {
		margin-top: -1px;
		margin-bottom: -1px;
	}

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

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

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

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

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

	.sm\:ml-10 {
		margin-left: 2.5rem;
	}

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

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

	.sm\:block {
		display: block;
	}

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

	.sm\:flex {
		display: flex;
	}

	.sm\:hidden {
		display: none;
	}

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

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

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

	.sm\:w-52 {
		width: 13rem;
	}

	.sm\:w-32 {
		width: 8rem;
	}

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

	.sm\:w-96 {
		width: 24rem;
	}

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

	.sm\:w-\[387px\] {
		width: 387px;
	}

	.sm\:w-\[287px\] {
		width: 287px;
	}

	.sm\:min-w-\[520px\] {
		min-width: 520px;
	}

	.sm\:min-w-\[400px\] {
		min-width: 400px;
	}

	.sm\:min-w-\[320px\] {
		min-width: 320px;
	}

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

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

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

	.sm\:max-w-xl {
		max-width: 36rem;
	}

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

	.sm\:max-w-\[330px\] {
		max-width: 330px;
	}

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

	.sm\:translate-y-0 {
		--tw-translate-y: 0px;
		transform: var(--tw-transform);
	}

	.sm\:scale-95 {
		--tw-scale-x: .95;
		--tw-scale-y: .95;
		transform: var(--tw-transform);
	}

	.sm\:scale-100 {
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		transform: var(--tw-transform);
	}

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

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

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

	.sm\:items-start {
		align-items: flex-start;
	}

	.sm\:items-end {
		align-items: flex-end;
	}

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

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

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

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

	.sm\:gap-0 {
		gap: 0px;
	}

	.sm\:overflow-hidden {
		overflow: hidden;
	}

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

	.sm\:rounded-md {
		border-radius: 0.375rem;
	}

	.sm\:rounded-tl-md {
		border-top-left-radius: 0.375rem;
	}

	.sm\:rounded-tr-md {
		border-top-right-radius: 0.375rem;
	}

	.sm\:rounded-bl-md {
		border-bottom-left-radius: 0.375rem;
	}

	.sm\:rounded-br-md {
		border-bottom-right-radius: 0.375rem;
	}

	.sm\:rounded-bl-none {
		border-bottom-left-radius: 0px;
	}

	.sm\:rounded-br-none {
		border-bottom-right-radius: 0px;
	}

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

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

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

	.sm\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

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

	.sm\:pt-0 {
		padding-top: 0px;
	}

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

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

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

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

	.md\:relative {
		position: relative;
	}

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

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

	.md\:order-none {
		order: 0;
	}

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

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

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

	.md\:col-span-10 {
		grid-column: span 10 / span 10;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.md\:mt-14 {
		margin-top: 3.5rem;
	}

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

	.md\:mt-5 {
		margin-top: 1.25rem;
	}

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

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

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

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

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

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

	.md\:block {
		display: block;
	}

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

	.md\:flex {
		display: flex;
	}

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

	.md\:table {
		display: table;
	}

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

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

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

	.md\:grid {
		display: grid;
	}

	.md\:hidden {
		display: none;
	}

	.md\:h-72 {
		height: 18rem;
	}

	.md\:h-20 {
		height: 5rem;
	}

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

	.md\:h-8 {
		height: 2rem;
	}

	.md\:h-5 {
		height: 1.25rem;
	}

	.md\:h-\[58px\] {
		height: 58px;
	}

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

	.md\:w-max {
		width: -moz-max-content;
		width: max-content;
	}

	.md\:w-72 {
		width: 18rem;
	}

	.md\:w-36 {
		width: 9rem;
	}

	.md\:w-8 {
		width: 2rem;
	}

	.md\:w-5 {
		width: 1.25rem;
	}

	.md\:w-\[329px\] {
		width: 329px;
	}

	.md\:w-52 {
		width: 13rem;
	}

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

	.md\:w-32 {
		width: 8rem;
	}

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

	.md\:w-\[400px\] {
		width: 400px;
	}

	.md\:max-w-xl {
		max-width: 36rem;
	}

	.md\:max-w-\[140px\] {
		max-width: 140px;
	}

	.md\:max-w-\[50\%\] {
		max-width: 50%;
	}

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

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

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

	.md\:-translate-y-1\/2 {
		--tw-translate-y: -50%;
		transform: var(--tw-transform);
	}

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

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

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

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

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

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

	.md\:flex-nowrap {
		flex-wrap: nowrap;
	}

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

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

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

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

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

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

	.md\:gap-6 {
		gap: 1.5rem;
	}

	.md\:gap-2\.5 {
		gap: 0.625rem;
	}

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

	.md\:gap-0 {
		gap: 0px;
	}

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

	.md\:gap-7 {
		gap: 1.75rem;
	}

	.md\:gap-3\.5 {
		gap: 0.875rem;
	}

	.md\:gap-3 {
		gap: 0.75rem;
	}

	.md\:gap-5 {
		gap: 1.25rem;
	}

	.md\:divide-x > :not([hidden]) ~ :not([hidden]) {
		--tw-divide-x-reverse: 0;
		border-right-width: calc(1px * var(--tw-divide-x-reverse));
		border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
	}

	.md\:self-end {
		align-self: flex-end;
	}

	.md\:whitespace-nowrap {
		white-space: nowrap;
	}

	.md\:rounded-bl-lg {
		border-bottom-left-radius: 0.5rem;
	}

	.md\:rounded-tr-none {
		border-top-right-radius: 0px;
	}

	.md\:rounded-tr-lg {
		border-top-right-radius: 0.5rem;
	}

	.md\:rounded-bl-none {
		border-bottom-left-radius: 0px;
	}

	.md\:rounded-tl-lg {
		border-top-left-radius: 0.5rem;
	}

	.md\:rounded-br-lg {
		border-bottom-right-radius: 0.5rem;
	}

	.md\:rounded-br-none {
		border-bottom-right-radius: 0px;
	}

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

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

	.md\:border-t-0 {
		border-top-width: 0px;
	}

	.md\:border-l {
		border-left-width: 1px;
	}

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

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

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

	.md\:border-l-0 {
		border-left-width: 0px;
	}

	.md\:border-lightWhite {
		--tw-border-opacity: 1;
		border-color: rgba(242, 242, 242, var(--tw-border-opacity));
	}

	.md\:bg-lightBlack {
		--tw-bg-opacity: 1;
		background-color: rgba(50, 50, 50, var(--tw-bg-opacity));
	}

	.md\:p-8 {
		padding: 2rem;
	}

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

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

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

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

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

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

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

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

	.md\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

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

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

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

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

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

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

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

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

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

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

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

	.md\:px-14 {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}

	.md\:px-3\.5 {
		padding-left: 0.875rem;
		padding-right: 0.875rem;
	}

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

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

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

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

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

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

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

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

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

	.md\:pr-2\.5 {
		padding-right: 0.625rem;
	}

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

	.md\:pr-3 {
		padding-right: 0.75rem;
	}

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

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

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

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

	.md\:text-lightWhite {
		--tw-text-opacity: 1;
		color: rgba(242, 242, 242, var(--tw-text-opacity));
	}

	.md\:text-lightBlack {
		--tw-text-opacity: 1;
		color: rgba(50, 50, 50, var(--tw-text-opacity));
	}

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

	.md\:hover\:bg-lightBlack-dark:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(35, 35, 35, var(--tw-bg-opacity));
	}

	.md\:hover\:text-lightBlack-dark:hover {
		--tw-text-opacity: 1;
		color: rgba(35, 35, 35, var(--tw-text-opacity));
	}
}
@media (max-width: 1023px) {

	.mlg\:hidden {
		display: none;
	}

	.mlg\:h-\[0\.005rem\] {
		height: 0.005rem;
	}

	.mlg\:min-w-\[1rem\] {
		min-width: 1rem;
	}

	.mlg\:max-w-\[400px\] {
		max-width: 400px;
	}
}
@media (min-width: 1024px) {

	.lg\:fixed {
		position: fixed;
	}

	.lg\:absolute {
		position: absolute;
	}

	.lg\:relative {
		position: relative;
	}

	.lg\:top-auto {
		top: auto;
	}

	.lg\:order-none {
		order: 0;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.lg\:block {
		display: block;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:hidden {
		display: none;
	}

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

	.lg\:h-\[250px\] {
		height: 250px;
	}

	.lg\:min-h-\[1rem\] {
		min-height: 1rem;
	}

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

	.lg\:w-\[0\.005rem\] {
		width: 0.005rem;
	}

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

	.lg\:min-w-\[400px\] {
		min-width: 400px;
	}

	.lg\:max-w-\[50\%\] {
		max-width: 50%;
	}

	.lg\:max-w-\[400px\] {
		max-width: 400px;
	}

	.lg\:max-w-\[600px\] {
		max-width: 600px;
	}

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

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

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

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

	.lg\:items-end {
		align-items: flex-end;
	}

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

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

	.lg\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.lg\:px-7 {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}

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

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

	.lg\:pt-2 {
		padding-top: 0.5rem;
	}

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

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

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

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

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

	.xl\:order-3 {
		order: 3;
	}

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

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

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

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

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

	.xl\:block {
		display: block;
	}

	.xl\:flex {
		display: flex;
	}

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

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

	.xl\:hidden {
		display: none;
	}

	.xl\:max-h-\[250px\] {
		max-height: 250px;
	}

	.xl\:max-h-\[150px\] {
		max-height: 150px;
	}

	.xl\:w-64 {
		width: 16rem;
	}

	.xl\:w-\[250px\] {
		width: 250px;
	}

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

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

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

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

	.xl\:flex-nowrap {
		flex-wrap: nowrap;
	}

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

	.xl\:gap-11 {
		gap: 2.75rem;
	}

	.xl\:gap-9 {
		gap: 2.25rem;
	}

	.xl\:rounded-tr-lg {
		border-top-right-radius: 0.5rem;
	}

	.xl\:rounded-bl-lg {
		border-bottom-left-radius: 0.5rem;
	}

	.xl\:rounded-tl-lg {
		border-top-left-radius: 0.5rem;
	}

	.xl\:rounded-br-lg {
		border-bottom-right-radius: 0.5rem;
	}

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

	.xl\:text-center {
		text-align: center;
	}
}
@media (min-width: 1536px) {

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

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

	.\32xl\:block {
		display: block;
	}

	.\32xl\:hidden {
		display: none;
	}

	.\32xl\:flex-grow {
		flex-grow: 1;
	}

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

