/*! tailwindcss v2.2.4 | 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;
	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] {
	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: 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::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}
button,
[role="button"] {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * 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;
}
*, ::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));
	border-color: currentColor;
	--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-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{
	appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
}
[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::placeholder,textarea::placeholder{
	color: #6b7280;
	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='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	color-adjust: exact;
}
[multiple]{
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	color-adjust: unset;
}
[type='checkbox'],[type='radio']{
	appearance: none;
	padding: 0;
	color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	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;
}
@font-face {
    font-display: block;
    font-family: 'SofiaPro';
    font-weight: 100;
    src: local('SofiaPro'), url(/731b7a192d588ceb59eb35e86d4c56ed.woff2) format('woff2'),
      url(/82901a76e33d36c40c4a56eef531871d.woff) format('woff'), url(/2bf29615b6846cee8da388f9c2a504e6.ttf) format('truetype');
  }
@font-face {
    font-display: block;
    font-family: 'SofiaPro';
    font-weight: 100;
    src: local('SofiaPro'), url(/731b7a192d588ceb59eb35e86d4c56ed.woff2) format('woff2'),
      url(/82901a76e33d36c40c4a56eef531871d.woff) format('woff'), url(/2bf29615b6846cee8da388f9c2a504e6.ttf) format('truetype');
  }
@font-face {
    font-display: block;
    font-family: 'SofiaPro';
    font-weight: 200;
    src: local('SofiaPro'), url(/2519d527a30a9ceefe6e7a9d72ba0680.woff2) format('woff2'),
      url(/abfe633f8a9cff36a2f4a8bdafad8953.woff) format('woff'), url(/8feb71820703a27b1aa2986228bc2f2d.ttf) format('truetype');
  }
@font-face {
    font-display: block;
    font-family: 'SofiaPro';
    font-weight: 300;
    src: local('SofiaPro'), url(/387b9cd3f56186a2d81018aaed65cdbf.woff2) format('woff2'),
      url(/ad523299460d206beaeb2260e2ffc6c9.woff) format('woff'), url(/38c7e6ae0853da8e03f6791e93ed2182.ttf) format('truetype');
  }
@font-face {
    font-display: block;
    font-family: 'SofiaPro';
    font-weight: 400;
    src: local('SofiaPro'), url(/c4b752ed2f87ae8a5f420fada2532186.woff2) format('woff2'),
      url(/d2c9b25052cb360c3190aa52fcda4833.woff) format('woff'), url(/cdacd0944e0d178dc37b75eb2eaa2850.ttf) format('truetype');
  }
@font-face {
    font-display: block;
    font-family: 'SofiaPro';
    font-weight: 500;
    src: local('SofiaPro'), url(/ebc1edb8b19d5e2030dd453e5168ece7.woff2) format('woff2'),
      url(/8674ad455fad54edad5b096445e0ee09.woff) format('woff'), url(/35df6d89bb0cba944316fd0847866f58.ttf) format('truetype');
  }
@font-face {
    font-display: block;
    font-family: 'SofiaPro';
    font-weight: 600;
    src: local('SofiaProS'), url(/a8bc257f1b625ddd17fafd3cf494fd21.woff2) format('woff2'),
      url(/9b156d6dfb9a9ff39928bb876357a7d3.woff) format('woff'), url(/6c779394e84c6aefe1b05eaea4f3c801.ttf) format('truetype');
  }
@font-face {
    font-display: block;
    font-family: 'SofiaPro';
    font-weight: 700;
    src: local('SofiaPro'), url(/93a56148e06cfdc404a97c89956c2826.woff2) format('woff2'),
      url(/e65d0ad0b78e6dae2b6b480614e49f6b.woff) format('woff'), url(/3727d636f2472a1846b4a087bfd4df43.ttf) format('truetype');
  }
h1{
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
}
h2{
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
}
h5{
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
}
.pointer-events-none{
	pointer-events: none;
}
.pointer-events-auto{
	pointer-events: auto;
}
.visible{
	visibility: visible;
}
.static{
	position: static;
}
.fixed{
	position: fixed;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.inset-0{
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.inset-y-0{
	top: 0px;
	bottom: 0px;
}
.right-0{
	right: 0px;
}
.left-0{
	left: 0px;
}
.top-0{
	top: 0px;
}
.bottom-0{
	bottom: 0px;
}
.-top-20{
	top: -5rem;
}
.left-\[8px\]{
	left: 8px;
}
.top-\[22px\]{
	top: 22px;
}
.left-1\/2{
	left: 50%;
}
.-bottom-6{
	bottom: -1.5rem;
}
.top-1\/2{
	top: 50%;
}
.-top-2{
	top: -0.5rem;
}
.-right-2{
	right: -0.5rem;
}
.top-0\.5{
	top: 0.125rem;
}
.left-9{
	left: 2.25rem;
}
.top-1{
	top: 0.25rem;
}
.right-2{
	right: 0.5rem;
}
.top-full{
	top: 100%;
}
.left-\[5px\]{
	left: 5px;
}
.right-\[5px\]{
	right: 5px;
}
.top-\[calc\(100\%-4px\)\]{
	top: calc(100% - 4px);
}
.top-\[65px\]{
	top: 65px;
}
.bottom-\[23px\]{
	bottom: 23px;
}
.top-px{
	top: 1px;
}
.left-px{
	left: 1px;
}
.left-7{
	left: 1.75rem;
}
.right-\[30px\]{
	right: 30px;
}
.right-3{
	right: 0.75rem;
}
.top-14{
	top: 3.5rem;
}
.left-8{
	left: 2rem;
}
.top-3{
	top: 0.75rem;
}
.right-1{
	right: 0.25rem;
}
.right-4{
	right: 1rem;
}
.top-8{
	top: 2rem;
}
.right-8{
	right: 2rem;
}
.bottom-4{
	bottom: 1rem;
}
.z-20{
	z-index: 20;
}
.z-50{
	z-index: 50;
}
.z-10{
	z-index: 10;
}
.z-30{
	z-index: 30;
}
.z-0{
	z-index: 0;
}
.col-span-1{
	grid-column: span 1 / span 1;
}
.col-span-3{
	grid-column: span 3 / span 3;
}
.col-span-2{
	grid-column: span 2 / span 2;
}
.col-span-4{
	grid-column: span 4 / span 4;
}
.col-span-8{
	grid-column: span 8 / span 8;
}
.col-span-12{
	grid-column: span 12 / span 12;
}
.col-end-4{
	grid-column-end: 4;
}
.col-end-9{
	grid-column-end: 9;
}
.m-2{
	margin: 0.5rem;
}
.m-0{
	margin: 0px;
}
.m-3{
	margin: 0.75rem;
}
.m-7{
	margin: 1.75rem;
}
.-m-px{
	margin: -1px;
}
.-m-1{
	margin: -0.25rem;
}
.m-1{
	margin: 0.25rem;
}
.m-auto{
	margin: auto;
}
.m-0\.5{
	margin: 0.125rem;
}
.m-4{
	margin: 1rem;
}
.m-6{
	margin: 1.5rem;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.my-10{
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.my-2{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.mx-2{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.mx-1{
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.my-1{
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.mx-4{
	margin-left: 1rem;
	margin-right: 1rem;
}
.my-7{
	margin-top: 1.75rem;
	margin-bottom: 1.75rem;
}
.mx-8{
	margin-left: 2rem;
	margin-right: 2rem;
}
.my-4{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mx-3{
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}
.my-6{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.my-5{
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.my-3{
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.-mx-2{
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.my-0{
	margin-top: 0px;
	margin-bottom: 0px;
}
.mx-0{
	margin-left: 0px;
	margin-right: 0px;
}
.mx-6{
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.\!my-4{
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}
.mb-10{
	margin-bottom: 2.5rem;
}
.mb-4{
	margin-bottom: 1rem;
}
.mr-4{
	margin-right: 1rem;
}
.mr-3{
	margin-right: 0.75rem;
}
.mt-1{
	margin-top: 0.25rem;
}
.mt-4{
	margin-top: 1rem;
}
.mb-1{
	margin-bottom: 0.25rem;
}
.mt-1\.5{
	margin-top: 0.375rem;
}
.mt-2\.5{
	margin-top: 0.625rem;
}
.mt-2{
	margin-top: 0.5rem;
}
.mt-\[-4px\]{
	margin-top: -4px;
}
.mr-2{
	margin-right: 0.5rem;
}
.-mr-2{
	margin-right: -0.5rem;
}
.mt-3{
	margin-top: 0.75rem;
}
.ml-1{
	margin-left: 0.25rem;
}
.ml-2{
	margin-left: 0.5rem;
}
.mt-5{
	margin-top: 1.25rem;
}
.ml-4{
	margin-left: 1rem;
}
.mr-1{
	margin-right: 0.25rem;
}
.ml-2\.5{
	margin-left: 0.625rem;
}
.mb-3{
	margin-bottom: 0.75rem;
}
.ml-5{
	margin-left: 1.25rem;
}
.mt-\[26px\]{
	margin-top: 26px;
}
.mr-\[10px\]{
	margin-right: 10px;
}
.mt-10{
	margin-top: 2.5rem;
}
.mb-6{
	margin-bottom: 1.5rem;
}
.mt-8{
	margin-top: 2rem;
}
.mb-5{
	margin-bottom: 1.25rem;
}
.ml-3{
	margin-left: 0.75rem;
}
.mb-2{
	margin-bottom: 0.5rem;
}
.-mt-1{
	margin-top: -0.25rem;
}
.mt-14{
	margin-top: 3.5rem;
}
.mt-9{
	margin-top: 2.25rem;
}
.mt-11{
	margin-top: 2.75rem;
}
.mt-6{
	margin-top: 1.5rem;
}
.mt-12{
	margin-top: 3rem;
}
.mb-11{
	margin-bottom: 2.75rem;
}
.-ml-1{
	margin-left: -0.25rem;
}
.ml-auto{
	margin-left: auto;
}
.mb-9{
	margin-bottom: 2.25rem;
}
.ml-\[11px\]{
	margin-left: 11px;
}
.mt-7{
	margin-top: 1.75rem;
}
.mb-8{
	margin-bottom: 2rem;
}
.mt-\[40px\]{
	margin-top: 40px;
}
.mr-2\.5{
	margin-right: 0.625rem;
}
.mb-7{
	margin-bottom: 1.75rem;
}
.mr-\[23px\]{
	margin-right: 23px;
}
.-mt-1\.5{
	margin-top: -0.375rem;
}
.-mb-2\.5{
	margin-bottom: -0.625rem;
}
.-mb-2{
	margin-bottom: -0.5rem;
}
.box-content{
	box-sizing: content-box;
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.inline{
	display: inline;
}
.\!inline{
	display: inline !important;
}
.flex{
	display: flex;
}
.\!flex{
	display: flex !important;
}
.inline-flex{
	display: inline-flex;
}
.grid{
	display: grid;
}
.contents{
	display: contents;
}
.hidden{
	display: none;
}
.h-24{
	height: 6rem;
}
.h-full{
	height: 100%;
}
.h-5{
	height: 1.25rem;
}
.h-auto{
	height: auto;
}
.h-0{
	height: 0px;
}
.\!h-auto{
	height: auto !important;
}
.h-\[45px\]{
	height: 45px;
}
.h-4{
	height: 1rem;
}
.h-9{
	height: 2.25rem;
}
.h-\[60px\]{
	height: 60px;
}
.h-6{
	height: 1.5rem;
}
.h-\[30px\]{
	height: 30px;
}
.h-\[35px\]{
	height: 35px;
}
.h-\[40px\]{
	height: 40px;
}
.h-\[50px\]{
	height: 50px;
}
.h-3{
	height: 0.75rem;
}
.h-screen{
	height: 100vh;
}
.h-px{
	height: 1px;
}
.h-2{
	height: 0.5rem;
}
.h-8{
	height: 2rem;
}
.\!h-\[21px\]{
	height: 21px !important;
}
.h-56{
	height: 14rem;
}
.h-\[3px\]{
	height: 3px;
}
.h-12{
	height: 3rem;
}
.h-10{
	height: 2.5rem;
}
.h-\[18px\]{
	height: 18px;
}
.h-\[85px\]{
	height: 85px;
}
.h-7{
	height: 1.75rem;
}
.h-\[470px\]{
	height: 470px;
}
.h-11{
	height: 2.75rem;
}
.h-\[21px\]{
	height: 21px;
}
.h-\[80px\]{
	height: 80px;
}
.\!h-\[35px\]{
	height: 35px !important;
}
.h-\[15px\]{
	height: 15px;
}
.h-\[65px\]{
	height: 65px;
}
.h-2\.5{
	height: 0.625rem;
}
.h-14{
	height: 3.5rem;
}
.h-\[88px\]{
	height: 88px;
}
.h-\[70px\]{
	height: 70px;
}
.h-\[11px\]{
	height: 11px;
}
.h-\[38px\]{
	height: 38px;
}
.h-\[483px\]{
	height: 483px;
}
.h-16{
	height: 4rem;
}
.h-20{
	height: 5rem;
}
.\!h-\[22px\]{
	height: 22px !important;
}
.h-\[43px\]{
	height: 43px;
}
.h-52{
	height: 13rem;
}
.h-\[37px\]{
	height: 37px;
}
.h-\[26px\]{
	height: 26px;
}
.h-\[450px\]{
	height: 450px;
}
.h-96{
	height: 24rem;
}
.h-\[389px\]{
	height: 389px;
}
.h-3\.5{
	height: 0.875rem;
}
.max-h-8{
	max-height: 2rem;
}
.max-h-40{
	max-height: 10rem;
}
.max-h-0{
	max-height: 0px;
}
.max-h-44{
	max-height: 11rem;
}
.min-h-screen{
	min-height: 100vh;
}
.min-h-\[50px\]{
	min-height: 50px;
}
.w-24{
	width: 6rem;
}
.w-14{
	width: 3.5rem;
}
.w-6{
	width: 1.5rem;
}
.w-5{
	width: 1.25rem;
}
.w-3{
	width: 0.75rem;
}
.w-min{
	width: min-content;
}
.w-full{
	width: 100%;
}
.\!w-auto{
	width: auto !important;
}
.w-\[18px\]{
	width: 18px;
}
.w-\[200px\]{
	width: 200px;
}
.w-4{
	width: 1rem;
}
.w-9{
	width: 2.25rem;
}
.w-40{
	width: 10rem;
}
.w-80{
	width: 20rem;
}
.w-8{
	width: 2rem;
}
.w-\[220px\]{
	width: 220px;
}
.w-\[136px\]{
	width: 136px;
}
.w-px{
	width: 1px;
}
.w-\[30px\]{
	width: 30px;
}
.w-\[35px\]{
	width: 35px;
}
.w-\[40px\]{
	width: 40px;
}
.w-\[50px\]{
	width: 50px;
}
.w-0{
	width: 0px;
}
.w-10{
	width: 2.5rem;
}
.w-2{
	width: 0.5rem;
}
.w-52{
	width: 13rem;
}
.w-\[66px\]{
	width: 66px;
}
.w-\[166px\]{
	width: 166px;
}
.w-\[60px\]{
	width: 60px;
}
.w-12{
	width: 3rem;
}
.w-\[49px\]{
	width: 49px;
}
.w-\[70px\]{
	width: 70px;
}
.w-7{
	width: 1.75rem;
}
.w-\[260px\]{
	width: 260px;
}
.w-\[26px\]{
	width: 26px;
}
.w-\[530px\]{
	width: 530px;
}
.\!w-\[485px\]{
	width: 485px !important;
}
.\!w-\[550px\]{
	width: 550px !important;
}
.\!w-\[385px\]{
	width: 385px !important;
}
.w-auto{
	width: auto;
}
.w-\[42px\]{
	width: 42px;
}
.w-\[431px\]{
	width: 431px;
}
.w-16{
	width: 4rem;
}
.w-screen{
	width: 100vw;
}
.\!w-\[50px\]{
	width: 50px !important;
}
.w-\[15px\]{
	width: 15px;
}
.w-1\/5{
	width: 20%;
}
.w-\[317px\]{
	width: 317px;
}
.w-2\.5{
	width: 0.625rem;
}
.w-11\/12{
	width: 91.666667%;
}
.w-\[80px\]{
	width: 80px;
}
.w-\[11px\]{
	width: 11px;
}
.w-\[38px\]{
	width: 38px;
}
.w-\[21px\]{
	width: 21px;
}
.w-\[550px\]{
	width: 550px;
}
.w-48{
	width: 12rem;
}
.w-3\.5{
	width: 0.875rem;
}
.w-56{
	width: 14rem;
}
.w-96{
	width: 24rem;
}
.min-w-\[250px\]{
	min-width: 250px;
}
.min-w-full{
	min-width: 100%;
}
.min-w-\[350px\]{
	min-width: 350px;
}
.max-w-min{
	max-width: min-content;
}
.max-w-\[calc\(100\%-50px\)\]{
	max-width: calc(100% - 50px);
}
.max-w-\[96px\]{
	max-width: 96px;
}
.max-w-\[1168px\]{
	max-width: 1168px;
}
.max-w-none{
	max-width: none;
}
.max-w-\[350px\]{
	max-width: 350px;
}
.max-w-\[142px\]{
	max-width: 142px;
}
.max-w-\[calc\(100\%-36px\)\]{
	max-width: calc(100% - 36px);
}
.max-w-\[200px\]{
	max-width: 200px;
}
.max-w-full{
	max-width: 100%;
}
.max-w-\[130px\]{
	max-width: 130px;
}
.max-w-\[210px\]{
	max-width: 210px;
}
.flex-1{
	flex: 1 1 0%;
}
.flex-shrink{
	flex-shrink: 1;
}
.flex-shrink-0{
	flex-shrink: 0;
}
.flex-grow{
	flex-grow: 1;
}
.origin-top-right{
	transform-origin: top right;
}
.-translate-y-1\/2{
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
}
.-translate-x-1\/2{
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}
.translate-x-\[-9px\]{
	--tw-translate-x: -9px;
	transform: var(--tw-transform);
}
.translate-y-1{
	--tw-translate-y: 0.25rem;
	transform: var(--tw-transform);
}
.translate-y-0{
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}
.translate-x-0{
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}
.-translate-x-full{
	--tw-translate-x: -100%;
	transform: var(--tw-transform);
}
.rotate-180{
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}
.rotate-0{
	--tw-rotate: 0deg;
	transform: var(--tw-transform);
}
.rotate-90{
	--tw-rotate: 90deg;
	transform: var(--tw-transform);
}
.-rotate-90{
	--tw-rotate: -90deg;
	transform: var(--tw-transform);
}
.rotate-45{
	--tw-rotate: 45deg;
	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-pointer{
	cursor: pointer;
}
.cursor-not-allowed{
	cursor: not-allowed;
}
.cursor-default{
	cursor: default;
}
.select-none{
	user-select: none;
}
.resize{
	resize: both;
}
.appearance-none{
	appearance: none;
}
.grid-cols-mobile{
	grid-template-columns: 1fr;
}
.grid-cols-12{
	grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1{
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-9{
	grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-6{
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-3{
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-8{
	grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-5{
	grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-4{
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row{
	flex-direction: row;
}
.flex-col{
	flex-direction: column;
}
.flex-wrap{
	flex-wrap: wrap;
}
.content-center{
	align-content: center;
}
.content-between{
	align-content: space-between;
}
.items-start{
	align-items: flex-start;
}
.items-end{
	align-items: flex-end;
}
.items-center{
	align-items: center;
}
.\!items-center{
	align-items: center !important;
}
.items-baseline{
	align-items: baseline;
}
.justify-start{
	justify-content: flex-start;
}
.\!justify-start{
	justify-content: flex-start !important;
}
.justify-end{
	justify-content: flex-end;
}
.justify-center{
	justify-content: center;
}
.\!justify-center{
	justify-content: center !important;
}
.justify-between{
	justify-content: space-between;
}
.justify-around{
	justify-content: space-around;
}
.justify-evenly{
	justify-content: space-evenly;
}
.gap-2{
	gap: 0.5rem;
}
.gap-1{
	gap: 0.25rem;
}
.gap-3{
	gap: 0.75rem;
}
.gap-2\.5{
	gap: 0.625rem;
}
.gap-4{
	gap: 1rem;
}
.gap-6{
	gap: 1.5rem;
}
.gap-3\.5{
	gap: 0.875rem;
}
.\!gap-2{
	gap: 0.5rem !important;
}
.\!gap-2\.5{
	gap: 0.625rem !important;
}
.gap-7{
	gap: 1.75rem;
}
.gap-8{
	gap: 2rem;
}
.gap-5{
	gap: 1.25rem;
}
.gap-1\.5{
	gap: 0.375rem;
}
.gap-10{
	gap: 2.5rem;
}
.gap-\[25px\]{
	gap: 25px;
}
.gap-12{
	gap: 3rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.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-whiteblue > :not([hidden]) ~ :not([hidden]){
	border-color: var(--whiteblue);
}
.divide-greyback > :not([hidden]) ~ :not([hidden]){
	border-color: var(--greyback);
}
.self-end{
	align-self: flex-end;
}
.self-center{
	align-self: center;
}
.justify-self-start{
	justify-self: start;
}
.justify-self-end{
	justify-self: end;
}
.overflow-auto{
	overflow: auto;
}
.overflow-hidden{
	overflow: hidden;
}
.overflow-y-auto{
	overflow-y: auto;
}
.truncate{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.overflow-ellipsis{
	text-overflow: ellipsis;
}
.whitespace-nowrap{
	white-space: nowrap;
}
.whitespace-pre-line{
	white-space: pre-line;
}
.break-all{
	word-break: break-all;
}
.rounded-md{
	border-radius: 0.375rem;
}
.rounded-full{
	border-radius: 9999px;
}
.rounded{
	border-radius: 0.25rem;
}
.rounded-lg{
	border-radius: 0.5rem;
}
.rounded-sm{
	border-radius: 0.125rem;
}
.rounded-xl{
	border-radius: 0.75rem;
}
.rounded-l-md{
	border-top-left-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}
.rounded-r-lg{
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}
.border-8{
	border-width: 8px;
}
.border-2{
	border-width: 2px;
}
.border{
	border-width: 1px;
}
.\!border{
	border-width: 1px !important;
}
.\!border-2{
	border-width: 2px !important;
}
.border-0{
	border-width: 0px;
}
.border-r-2{
	border-right-width: 2px;
}
.border-b{
	border-bottom-width: 1px;
}
.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-lightmainblue{
	border-color: var(--lightmainblue);
}
.border-negvar{
	--tw-border-opacity: 1;
	border-color: rgba(255, 80, 75, var(--tw-border-opacity));
}
.border-posvar{
	border-color: var(--posvar);
}
.border-white{
	border-color: var(--white);
}
.border-mainblue{
	border-color: var(--mainblue);
}
.border-greyback{
	border-color: var(--greyback);
}
.border-darkblue{
	border-color: var(--darkblue);
}
.\!border-darkblue{
	border-color: var(--darkblue) !important;
}
.border-pink{
	border-color: var(--pink);
}
.border-transparent{
	border-color: transparent;
}
.border-greytextlight{
	border-color: var(--greytextlight);
}
.border-greytext{
	border-color: var(--greytext);
}
.border-yellow{
	border-color: var(--yellow);
}
.\!border-greyback{
	border-color: var(--greyback) !important;
}
.bg-darkblue{
	background-color: var(--darkblue);
}
.bg-white{
	background-color: var(--white);
}
.bg-whiteblue{
	background-color: var(--whiteblue);
}
.bg-negvar{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 80, 75, var(--tw-bg-opacity));
}
.bg-transparent{
	background-color: transparent;
}
.bg-mainblue{
	background-color: var(--mainblue);
}
.bg-greyback{
	background-color: var(--greyback);
}
.\!bg-white{
	background-color: var(--white) !important;
}
.bg-posvar{
	background-color: var(--posvar);
}
.bg-lightmainblue{
	background-color: var(--lightmainblue);
}
.bg-yellow{
	background-color: var(--yellow);
}
.bg-\[\#020217\]{
	--tw-bg-opacity: 1;
	background-color: rgba(2, 2, 23, var(--tw-bg-opacity));
}
.bg-lightnegvar{
	background-color: var(--lightnegvar);
}
.bg-greytext{
	background-color: var(--greytext);
}
.bg-opacity-10{
	--tw-bg-opacity: 0.1;
}
.bg-none{
	background-image: none;
}
.bg-gradient-to-r{
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-img-ptf-connect{
	background-image: url(/64e69642d4f8e45b31d2f2c4dcf599bb.png);
}
.bg-img-ptf-inspire{
	background-image: url(/781f8e07641d32283d85241653027baf.jpg);
}
.from-\[\#0AE0DE\]{
	--tw-gradient-from: #0AE0DE;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 224, 222, 0));
}
.via-\[\#FE85C9\]{
	--tw-gradient-stops: var(--tw-gradient-from), #FE85C9, var(--tw-gradient-to, rgba(254, 133, 201, 0));
}
.to-\[\#FFD988\]{
	--tw-gradient-to: #FFD988;
}
.bg-cover{
	background-size: cover;
}
.fill-current{
	fill: currentColor;
}
.fill-\[white\]{
	fill: white;
}
.stroke-current{
	stroke: currentColor;
}
.p-6{
	padding: 1.5rem;
}
.\!p-\[0\.4em\]{
	padding: 0.4em !important;
}
.p-2{
	padding: 0.5rem;
}
.p-2\.5{
	padding: 0.625rem;
}
.p-4{
	padding: 1rem;
}
.p-1\.5{
	padding: 0.375rem;
}
.p-1{
	padding: 0.25rem;
}
.p-5{
	padding: 1.25rem;
}
.p-3{
	padding: 0.75rem;
}
.p-0{
	padding: 0px;
}
.\!p-5{
	padding: 1.25rem !important;
}
.p-\[20px\]{
	padding: 20px;
}
.p-\[1px\]{
	padding: 1px;
}
.p-8{
	padding: 2rem;
}
.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-3{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-3{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-9{
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
}
.px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-1{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.px-2{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-6{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.px-1{
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.px-5{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-\[30px\]{
	padding-top: 30px;
	padding-bottom: 30px;
}
.\!px-4{
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.py-7{
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}
.\!px-1{
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}
.px-9{
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}
.\!py-1\.5{
	padding-top: 0.375rem !important;
	padding-bottom: 0.375rem !important;
}
.\!py-1{
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}
.px-48{
	padding-left: 12rem;
	padding-right: 12rem;
}
.px-10{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.py-0\.5{
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}
.py-0{
	padding-top: 0px;
	padding-bottom: 0px;
}
.px-2\.5{
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}
.px-1\.5{
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}
.px-7{
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}
.py-8{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-12{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-5{
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.px-8{
	padding-left: 2rem;
	padding-right: 2rem;
}
.\!px-0{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.pl-4{
	padding-left: 1rem;
}
.pr-10{
	padding-right: 2.5rem;
}
.pt-4{
	padding-top: 1rem;
}
.pr-7{
	padding-right: 1.75rem;
}
.pb-3{
	padding-bottom: 0.75rem;
}
.pr-5{
	padding-right: 1.25rem;
}
.pl-12{
	padding-left: 3rem;
}
.pl-2{
	padding-left: 0.5rem;
}
.pb-2{
	padding-bottom: 0.5rem;
}
.pt-\[65px\]{
	padding-top: 65px;
}
.pt-6{
	padding-top: 1.5rem;
}
.pt-1{
	padding-top: 0.25rem;
}
.pt-0\.5{
	padding-top: 0.125rem;
}
.pt-0{
	padding-top: 0px;
}
.pt-7{
	padding-top: 1.75rem;
}
.pl-3{
	padding-left: 0.75rem;
}
.pr-3{
	padding-right: 0.75rem;
}
.pb-4{
	padding-bottom: 1rem;
}
.pt-2{
	padding-top: 0.5rem;
}
.pt-\[30px\]{
	padding-top: 30px;
}
.pr-2{
	padding-right: 0.5rem;
}
.pr-1{
	padding-right: 0.25rem;
}
.\!pl-1{
	padding-left: 0.25rem !important;
}
.pl-11{
	padding-left: 2.75rem;
}
.pt-44{
	padding-top: 11rem;
}
.pb-32{
	padding-bottom: 8rem;
}
.pl-5{
	padding-left: 1.25rem;
}
.\!pt-0{
	padding-top: 0px !important;
}
.pr-4{
	padding-right: 1rem;
}
.pt-3{
	padding-top: 0.75rem;
}
.pb-1{
	padding-bottom: 0.25rem;
}
.pr-16{
	padding-right: 4rem;
}
.pt-5{
	padding-top: 1.25rem;
}
.\!pb-0{
	padding-bottom: 0px !important;
}
.pl-1{
	padding-left: 0.25rem;
}
.pr-2\.5{
	padding-right: 0.625rem;
}
.pl-10{
	padding-left: 2.5rem;
}
.pb-\[0\.2rem\]{
	padding-bottom: 0.2rem;
}
.pr-6{
	padding-right: 1.5rem;
}
.pl-2\.5{
	padding-left: 0.625rem;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-justify{
	text-align: justify;
}
.align-middle{
	vertical-align: middle;
}
.font-mono{
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-xl{
	font-size: 18px;
	line-height: 18px;
}
.text-lg{
	font-size: 16px;
	line-height: 16px;
}
.text-sm{
	font-size: 12px;
	line-height: 12px;
}
.text-base{
	font-size: 14px;
	line-height: 14px;
}
.\!text-sm{
	font-size: 12px !important;
	line-height: 12px !important;
}
.text-2xl{
	font-size: 24px;
	line-height: 24px;
}
.text-xs{
	font-size: 10px;
	line-height: 10px;
}
.\!text-lg{
	font-size: 16px !important;
	line-height: 16px !important;
}
.text-2xxl{
	font-size: 28px;
	line-height: 28px;
}
.text-button{
	font-size: 30px;
	line-height: 30px;
}
.text-5xl{
	font-size: 60px;
	line-height: 60px;
}
.text-\[30px\]{
	font-size: 30px;
}
.text-\[20px\]{
	font-size: 20px;
}
.text-\[14px\]{
	font-size: 14px;
}
.\!text-base{
	font-size: 14px !important;
	line-height: 14px !important;
}
.text-\[32px\]{
	font-size: 32px;
}
.font-bold{
	font-weight: 700;
}
.font-light{
	font-weight: 300;
}
.font-semibold{
	font-weight: 600;
}
.font-normal{
	font-weight: 400;
}
.font-medium{
	font-weight: 500;
}
.\!font-bold{
	font-weight: 700 !important;
}
.font-extralight{
	font-weight: 200;
}
.font-extrabold{
	font-weight: 800;
}
.\!font-semibold{
	font-weight: 600 !important;
}
.uppercase{
	text-transform: uppercase;
}
.capitalize{
	text-transform: capitalize;
}
.leading-6{
	line-height: 1.5rem;
}
.leading-4{
	line-height: 1rem;
}
.leading-5{
	line-height: 1.25rem;
}
.leading-loose{
	line-height: 2;
}
.leading-3{
	line-height: .75rem;
}
.leading-normal{
	line-height: 1.5;
}
.tracking-tight{
	letter-spacing: -0.025em;
}
.tracking-widest{
	letter-spacing: 0.1em;
}
.tracking-wide{
	letter-spacing: 0.025em;
}
.text-negvar{
	--tw-text-opacity: 1;
	color: rgba(255, 80, 75, var(--tw-text-opacity));
}
.text-posvar{
	color: var(--posvar);
}
.text-white{
	color: var(--white);
}
.text-greytext{
	color: var(--greytext);
}
.text-darkblue{
	color: var(--darkblue);
}
.text-mainblue{
	color: var(--mainblue);
}
.text-greytextlight{
	color: var(--greytextlight);
}
.\!text-darkblue{
	color: var(--darkblue) !important;
}
.text-yellow{
	color: var(--yellow);
}
.text-pink{
	color: var(--pink);
}
.text-greyback{
	color: var(--greyback);
}
.underline{
	text-decoration: underline;
}
.placeholder-greytext::placeholder{
	color: var(--greytext);
}
.opacity-100{
	opacity: 1;
}
.opacity-0{
	opacity: 0;
}
.opacity-40{
	opacity: 0.4;
}
.opacity-50{
	opacity: 0.5;
}
.opacity-75{
	opacity: 0.75;
}
.shadow-md{
	--tw-shadow: 0 2px 16px 0 rgba(154,166,201,0.2);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow{
	--tw-shadow: 0 2px 20px 0 rgba(154,166,201,0.2);
	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 2px 20px 0 rgba(154,166,201,0.93);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
	outline: 0px transparent;
	outline-offset: 0;
}
.blur{
	--tw-blur: blur(8px);
	filter: var(--tw-filter);
}
.filter{
	filter: var(--tw-filter);
}
.\!filter{
	filter: var(--tw-filter) !important;
}
.transition-transform{
	transition-property: transform;
	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;
}
.transition{
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, 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-colors{
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-100{
	transition-duration: 100ms;
}
.duration-75{
	transition-duration: 75ms;
}
.duration-300{
	transition-duration: 300ms;
}
.duration-200{
	transition-duration: 200ms;
}
.duration-150{
	transition-duration: 150ms;
}
.duration-500{
	transition-duration: 500ms;
}
.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;
}
.ease-in-out{
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.bg-rainbow-light{
	background-image: linear-gradient(50.59deg, #0ae0de66 0%, #fe85c966 56.45%, #ffd98866 100%);
}
.bg-rainbow{
	background-image: linear-gradient(50.59deg, #0ae0de 0%, #fe85c9 56.45%, #ffd988 100%);
}
.text-clip{
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.placeholder-font-light::-moz-placeholder{
	font-weight: 300;
}
.placeholder-font-light:-ms-input-placeholder{
	font-weight: 300;
}
.placeholder-font-light::placeholder{
	font-weight: 300;
}

/* Default theme */
:root {
  /* Colors */
  --white: #ffffff;
  --whiteblue: #f9fafc;
  --greyback: #eaedf3;
  --greytext: #969fb9;
  --greytextlight: #abb5d0;
  --darkblue: #0a0a32;
  --posvar: #2ed39e;
  --negvar: #ff504b;
  --lightnegvar: #fadadb;
  --mainblue: #2ad4db;
  --lightmainblue: #dcf6f7;
  --pink: #fe87c5;
  --yellow: #fdb84a;
  /* Misc */
  --Navigation-height: 65px;

  /* Toast colors */
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: #3ad29f;
  --toastify-icon-color-warning: #fdb84a;
  --toastify-icon-color-error: #ff504b;

  color: #0a0a32;

  color: var(--darkblue);
}

.theme-dark {
  /* Colors */
  --white: #000000;
  --whiteblue: #0a0a32;
  --greyback: #152647;
  --greytext: #ffffff;
  --darkblue: #eaeaf7;
  --posvar: #2ed39e;
  --negvar: #ff504b;
  --mainblue: #2ad4db;
  --lightmainblue: #dcf6f7;
  --pink: #fe87c5;
  --yellow: #fdb84a;

  color: #0a0a32;

  color: var(--darkblue);
}

body {
  font-family: SofiaPro;
  background: white;
}
html,
body,
#root {
  height: 100%;
}

.Toastify__toast {
  border-radius: 14px;
}

.Toastify__toast-icon {
  align-self: flex-start;
  justify-self: flex-start;
}

.hideScrollBars {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.hideScrollBars::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

.tooltip-container[data-popper-placement*='right'] .tooltip-arrow::before {
  border-color: transparent #0a0a32 transparent transparent;
  border-color: transparent var(--darkblue) transparent transparent;
}
.tooltip-container[data-popper-placement*='right'] .tooltip-arrow::after {
  border-color: transparent #0a0a32 transparent transparent;
  border-color: transparent var(--darkblue) transparent transparent;
}

.tooltip-container[data-popper-placement*='left'] .tooltip-arrow::before {
  border-color: transparent transparent transparent #0a0a32;
  border-color: transparent transparent transparent var(--darkblue);
}
.tooltip-container[data-popper-placement*='left'] .tooltip-arrow::after {
  border-color: transparent transparent transparent #0a0a32;
  border-color: transparent transparent transparent var(--darkblue);
}

.tooltip-container[data-popper-placement*='top'] .tooltip-arrow::before {
  border-color: #0a0a32 transparent transparent transparent;
  border-color: var(--darkblue) transparent transparent transparent;
}
.tooltip-container[data-popper-placement*='top'] .tooltip-arrow::after {
  border-color: #0a0a32 transparent transparent transparent;
  border-color: var(--darkblue) transparent transparent transparent;
}

.tooltip-container[data-popper-placement*='bottom'] .tooltip-arrow::before {
  border-color: transparent transparent #0a0a32 transparent;
  border-color: transparent transparent var(--darkblue) transparent;
}
.tooltip-container[data-popper-placement*='bottom'] .tooltip-arrow::after {
  border-color: transparent transparent #0a0a32 transparent;
  border-color: transparent transparent var(--darkblue) transparent;
}

/* Custom greytext dashed border: dashes 5px and gaps 5px */
.custom-greytext-dashed-border {
  background:
  /* top */ linear-gradient(to right, #969fb9 50%, #fff 0%) top/10px 1px repeat-x,
     linear-gradient(#969fb9 50%, #fff 0%) right/1px 10px repeat-y,
     linear-gradient(to right, #969fb9 50%, #fff 0%) bottom/10px 1px repeat-x,
     linear-gradient(#969fb9 50%, #fff 0%) left/1px 10px repeat-y;
  background:
  /* top */ linear-gradient(to right, var(--greytext) 50%, #fff 0%) top/10px 1px repeat-x,
    /* right */ linear-gradient(var(--greytext) 50%, #fff 0%) right/1px 10px repeat-y,
    /* bottom */ linear-gradient(to right, var(--greytext) 50%, #fff 0%) bottom/10px 1px repeat-x,
    /* left */ linear-gradient(var(--greytext) 50%, #fff 0%) left/1px 10px repeat-y;
}

.scrollbar::-webkit-scrollbar {
  margin-left: 20px;
  width: 6px;
  height: 8px;
  scrollbar-width: 6px; /* Firefox */
}

.scrollbar::-webkit-scrollbar-corner {
  background-color: transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #0a0a32;
  background: var(--darkblue);
}

.scrollbar::-webkit-scrollbar-track {
  border-radius: 3px;
  background: transparent;
}

.after\:absolute::after{
	content: "";
	position: absolute;
}

.after\:left-0::after{
	content: "";
	left: 0px;
}

.after\:-bottom-0\.5::after{
	content: "";
	bottom: -0.125rem;
}

.after\:-bottom-0::after{
	content: "";
	bottom: 0px;
}

.after\:h-0\.5::after{
	content: "";
	height: 0.125rem;
}

.after\:h-0::after{
	content: "";
	height: 0px;
}

.after\:w-full::after{
	content: "";
	width: 100%;
}

.after\:bg-rainbow::after{
	content: "";
	background-image: linear-gradient(50.59deg, #0ae0de 0%, #fe85c9 56.45%, #ffd988 100%);
}

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

.hover\:-rotate-45:hover{
	--tw-rotate: -45deg;
	transform: var(--tw-transform);
}

.hover\:scale-105:hover{
	--tw-scale-x: 1.05;
	--tw-scale-y: 1.05;
	transform: var(--tw-transform);
}

.hover\:scale-90:hover{
	--tw-scale-x: .9;
	--tw-scale-y: .9;
	transform: var(--tw-transform);
}

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

.hover\:border-darkblue:hover{
	border-color: var(--darkblue);
}

.hover\:bg-whiteblue:hover{
	background-color: var(--whiteblue);
}

.hover\:bg-\[\#ecfbfb\]:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(236, 251, 251, var(--tw-bg-opacity));
}

.hover\:bg-mainblue:hover{
	background-color: var(--mainblue);
}

.hover\:bg-greyback:hover{
	background-color: var(--greyback);
}

.hover\:bg-lightmainblue:hover{
	background-color: var(--lightmainblue);
}

.hover\:bg-posvar:hover{
	background-color: var(--posvar);
}

.hover\:bg-yellow:hover{
	background-color: var(--yellow);
}

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

.hover\:text-darkblue:hover{
	color: var(--darkblue);
}

.hover\:text-white:hover{
	color: var(--white);
}

.hover\:text-mainblue:hover{
	color: var(--mainblue);
}

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

.hover\:shadow-lg:hover{
	--tw-shadow: 0 2px 20px 0 rgba(154,166,201,0.93);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow:hover{
	--tw-shadow: 0 2px 20px 0 rgba(154,166,201,0.2);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:outline-none:hover{
	outline: 0px transparent;
	outline-offset: 0;
}

.hover\:drop-shadow-sm:hover{
	--tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
	filter: var(--tw-filter);
}

.hover\:bg-rainbow-extralight:hover{
	background-image: linear-gradient(50.59deg, #0ae0de1a 0%, #fe85c91a 56.45%, #ffd9881a 100%);
}

.hover\:bg-rainbow-light:hover{
	background-image: linear-gradient(50.59deg, #0ae0de66 0%, #fe85c966 56.45%, #ffd98866 100%);
}

.focus\:border-greyback:focus{
	border-color: var(--greyback);
}

.focus\:shadow:focus{
	--tw-shadow: 0 2px 20px 0 rgba(154,166,201,0.2);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.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-greyback:focus{
	--tw-ring-color: var(--greyback);
}

.group:hover .group-hover\:border{
	border-width: 1px;
}

.group:hover .group-hover\:border-mainblue{
	border-color: var(--mainblue);
}

.group:hover .group-hover\:bg-white{
	background-color: var(--white);
}

.group:hover .group-hover\:text-mainblue{
	color: var(--mainblue);
}

@media (min-width: 768px){
	.md\:relative{
		position: relative;
	}
	.md\:block{
		display: block;
	}
	.md\:flex{
		display: flex;
	}
	.md\:inline-flex{
		display: inline-flex;
	}
	.md\:hidden{
		display: none;
	}
	.md\:w-96{
		width: 24rem;
	}
	.md\:\!w-\[600px\]{
		width: 600px !important;
	}
	.md\:\!w-\[447px\]{
		width: 447px !important;
	}
	.md\:\!w-\[385px\]{
		width: 385px !important;
	}
	.md\:\!w-\[467px\]{
		width: 467px !important;
	}
	.md\:\!w-\[431px\]{
		width: 431px !important;
	}
	.md\:w-\[356px\]{
		width: 356px;
	}
	.md\:translate-x-0{
		--tw-translate-x: 0px;
		transform: var(--tw-transform);
	}
	.md\:grid-cols-desktop{
		grid-template-columns: 271px 1fr;
	}
	.md\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.md\:grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.md\:flex-row{
		flex-direction: row;
	}
	.md\:items-start{
		align-items: flex-start;
	}
	.md\:items-center{
		align-items: center;
	}
	.md\:justify-start{
		justify-content: flex-start;
	}
	.md\:gap-2\.5{
		gap: 0.625rem;
	}
	.md\:gap-2{
		gap: 0.5rem;
	}
	.md\:gap-8{
		gap: 2rem;
	}
	.md\:gap-5{
		gap: 1.25rem;
	}
	.md\:gap-4{
		gap: 1rem;
	}
	.md\:p-6{
		padding: 1.5rem;
	}
	.md\:text-left{
		text-align: left;
	}
	.md\:text-lg{
		font-size: 16px;
		line-height: 16px;
	}
	.md\:text-sm{
		font-size: 12px;
		line-height: 12px;
	}
	.md\:tracking-wide{
		letter-spacing: 0.025em;
	}
}

@media (min-width: 1024px){
	.lg\:w-\[480px\]{
		width: 480px;
	}
	.lg\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lg\:grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1280px){
	.xl\:grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.xl\:grid-cols-4{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 1536px){
	.\32xl\:grid-cols-4{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.\32xl\:grid-cols-5{
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

