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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

::-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: Roboto, sans-serif; /* 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: #8591A2;
}

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

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

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-border-opacity:1;
  border-color:rgba(208, 212, 219, var(--tw-border-opacity));
}

.container{
  width:100%;
  margin-right:auto;
  margin-left:auto;
}

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

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

.sticky{
  position:sticky;
}

.top-0{
  top:0px;
}

.top-1{
  top:0.25rem;
}

.top-2{
  top:0.5rem;
}

.top-4{
  top:1rem;
}

.top-5{
  top:1.25rem;
}

.top-7{
  top:1.75rem;
}

.top-10{
  top:2.5rem;
}

.top-12{
  top:3rem;
}

.top-14{
  top:3.5rem;
}

.top-16{
  top:4rem;
}

.top-24{
  top:6rem;
}

.top-28{
  top:7rem;
}

.top-36{
  top:9rem;
}

.-top-16{
  top:-4rem;
}

.right-0{
  right:0px;
}

.right-1{
  right:0.25rem;
}

.right-2{
  right:0.5rem;
}

.right-4{
  right:1rem;
}

.right-5{
  right:1.25rem;
}

.right-28{
  right:7rem;
}

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

.-right-5{
  right:-1.25rem;
}

.-right-6{
  right:-1.5rem;
}

.bottom-0{
  bottom:0px;
}

.bottom-2{
  bottom:0.5rem;
}

.bottom-10{
  bottom:2.5rem;
}

.left-0{
  left:0px;
}

.left-2{
  left:0.5rem;
}

.left-4{
  left:1rem;
}

.left-5{
  left:1.25rem;
}

.left-10{
  left:2.5rem;
}

.-left-5{
  left:-1.25rem;
}

.z-0{
  z-index:0;
}

.z-10{
  z-index:10;
}

.z-20{
  z-index:20;
}

.z-30{
  z-index:30;
}

.z-40{
  z-index:40;
}

.z-50{
  z-index:50;
}

.order-last{
  order:9999;
}

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

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

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

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

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

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

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

.col-span-12{
  grid-column:span 12 / span 12;
}

.col-start-1{
  grid-column-start:1;
}

.col-start-2{
  grid-column-start:2;
}

.col-start-3{
  grid-column-start:3;
}

.col-end-5{
  grid-column-end:5;
}

.float-right{
  float:right;
}

.m-0{
  margin:0px;
}

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

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

.mx-3{
  margin-left:0.75rem;
  margin-right:0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.my-10{
  margin-top:2.5rem;
  margin-bottom:2.5rem;
}

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

.my-36{
  margin-top:9rem;
  margin-bottom:9rem;
}

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

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

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

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

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

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

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

.mt-7{
  margin-top:1.75rem;
}

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

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

.mt-11{
  margin-top:2.75rem;
}

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

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

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

.mt-40{
  margin-top:10rem;
}

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

.mt-1\.5{
  margin-top:0.375rem;
}

.mt-2\.5{
  margin-top:0.625rem;
}

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

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

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

.mr-1{
  margin-right:0.25rem;
}

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

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

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

.mr-5{
  margin-right:1.25rem;
}

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

.mr-32{
  margin-right:8rem;
}

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

.mr-2\.5{
  margin-right:0.625rem;
}

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

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

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

.mb-3{
  margin-bottom:0.75rem;
}

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

.mb-5{
  margin-bottom:1.25rem;
}

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

.mb-7{
  margin-bottom:1.75rem;
}

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

.mb-9{
  margin-bottom:2.25rem;
}

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

.mb-11{
  margin-bottom:2.75rem;
}

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

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

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

.mb-0\.5{
  margin-bottom:0.125rem;
}

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

.mb-2\.5{
  margin-bottom:0.625rem;
}

.mb-3\.5{
  margin-bottom:0.875rem;
}

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

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

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

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

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

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

.ml-16{
  margin-left:4rem;
}

.ml-32{
  margin-left:8rem;
}

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

.ml-1\.5{
  margin-left:0.375rem;
}

.-ml-52{
  margin-left:-13rem;
}

.block{
  display:block;
}

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

.inline{
  display:inline;
}

.flex{
  display:flex;
}

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

.table{
  display:table;
}

.grid{
  display:grid;
}

.hidden{
  display:none;
}

.h-0{
  height:0px;
}

.h-1{
  height:0.25rem;
}

.h-2{
  height:0.5rem;
}

.h-3{
  height:0.75rem;
}

.h-4{
  height:1rem;
}

.h-5{
  height:1.25rem;
}

.h-6{
  height:1.5rem;
}

.h-7{
  height:1.75rem;
}

.h-8{
  height:2rem;
}

.h-9{
  height:2.25rem;
}

.h-10{
  height:2.5rem;
}

.h-11{
  height:2.75rem;
}

.h-12{
  height:3rem;
}

.h-14{
  height:3.5rem;
}

.h-16{
  height:4rem;
}

.h-20{
  height:5rem;
}

.h-24{
  height:6rem;
}

.h-28{
  height:7rem;
}

.h-32{
  height:8rem;
}

.h-36{
  height:9rem;
}

.h-40{
  height:10rem;
}

.h-44{
  height:11rem;
}

.h-48{
  height:12rem;
}

.h-64{
  height:16rem;
}

.h-80{
  height:20rem;
}

.h-96{
  height:24rem;
}

.h-px{
  height:1px;
}

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

.h-1\/2{
  height:50%;
}

.h-full{
  height:100%;
}

.h-screen{
  height:100vh;
}

.h-job-description{
  height:calc(100vh - 144px);
}

.h-one{
  height:1px;
}

.h-input{
  height:44px;
}

.max-h-56{
  max-height:14rem;
}

.max-h-64{
  max-height:16rem;
}

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

.w-0{
  width:0px;
}

.w-4{
  width:1rem;
}

.w-5{
  width:1.25rem;
}

.w-6{
  width:1.5rem;
}

.w-7{
  width:1.75rem;
}

.w-8{
  width:2rem;
}

.w-9{
  width:2.25rem;
}

.w-10{
  width:2.5rem;
}

.w-11{
  width:2.75rem;
}

.w-12{
  width:3rem;
}

.w-14{
  width:3.5rem;
}

.w-16{
  width:4rem;
}

.w-20{
  width:5rem;
}

.w-24{
  width:6rem;
}

.w-28{
  width:7rem;
}

.w-32{
  width:8rem;
}

.w-36{
  width:9rem;
}

.w-44{
  width:11rem;
}

.w-48{
  width:12rem;
}

.w-52{
  width:13rem;
}

.w-72{
  width:18rem;
}

.w-px{
  width:1px;
}

.w-0\.5{
  width:0.125rem;
}

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

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

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

.w-2\/5{
  width:40%;
}

.w-3\/5{
  width:60%;
}

.w-4\/5{
  width:80%;
}

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

.w-full{
  width:100%;
}

.w-auth-blue{
  width:32.125rem;
}

.w-featured-card-mobile{
  width:calc(100vw - 32px);
}

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

.min-w-max{
  min-width:-moz-max-content;
  min-width:max-content;
}

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

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

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

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

.max-w-6xl{
  max-width:72rem;
}

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

.max-w-prose{
  max-width:65ch;
}

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

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

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

.origin-left{
  transform-origin:left;
}

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

.translate-x-0{
  --tw-translate-x:0px;
}

.-translate-x-1{
  --tw-translate-x:-0.25rem;
}

.-translate-x-full{
  --tw-translate-x:-100%;
}

.-translate-y-3{
  --tw-translate-y:-0.75rem;
}

.group:hover .group-hover\:translate-x-0{
  --tw-translate-x:0px;
}

.hover\:translate-x-1:hover{
  --tw-translate-x:0.25rem;
}

.hover\:translate-y-2:hover{
  --tw-translate-y:0.5rem;
}

.hover\:-translate-y-1:hover{
  --tw-translate-y:-0.25rem;
}

.hover\:-translate-y-2:hover{
  --tw-translate-y:-0.5rem;
}

.hover\:-translate-y-2\.5:hover{
  --tw-translate-y:-0.625rem;
}

.rotate-0{
  --tw-rotate:0deg;
}

.rotate-45{
  --tw-rotate:45deg;
}

.rotate-180{
  --tw-rotate:180deg;
}

.-rotate-45{
  --tw-rotate:-45deg;
}

.hover\:scale-105:hover{
  --tw-scale-x:1.05;
  --tw-scale-y:1.05;
}

.hover\:scale-125:hover{
  --tw-scale-x:1.25;
  --tw-scale-y:1.25;
}

.scale-x-0{
  --tw-scale-x:0;
}

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

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

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

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

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

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

.animate-spin{
  animation:spin 1s linear infinite;
}

.animate-pulse{
  animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer{
  cursor:pointer;
}

.cursor-not-allowed{
  cursor:not-allowed;
}

.resize-none{
  resize:none;
}

.list-inside{
  list-style-position:inside;
}

.list-disc{
  list-style-type:disc;
}

.list-decimal{
  list-style-type:decimal;
}

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

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

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

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

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

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

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

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

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

.flex-col-reverse{
  flex-direction:column-reverse;
}

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

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

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

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

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

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

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

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

.gap-1{
  gap:0.25rem;
}

.gap-2{
  gap:0.5rem;
}

.gap-3{
  gap:0.75rem;
}

.gap-4{
  gap:1rem;
}

.gap-5{
  gap:1.25rem;
}

.gap-6{
  gap:1.5rem;
}

.gap-8{
  gap:2rem;
}

.gap-9{
  gap:2.25rem;
}

.gap-1\.5{
  gap:0.375rem;
}

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

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

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

.gap-y-1{
  row-gap:0.25rem;
}

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

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

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

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

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

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1.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-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.125rem * var(--tw-space-y-reverse));
}

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

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse:0;
  border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width:calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgba(223, 226, 232, var(--tw-divide-opacity));
}

.overflow-auto{
  overflow:auto;
}

.overflow-hidden{
  overflow:hidden;
}

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

.overflow-y-auto{
  overflow-y:auto;
}

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

.break-words{
  overflow-wrap:break-word;
}

.break-all{
  word-break:break-all;
}

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

.rounded{
  border-radius:0.25rem;
}

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

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

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

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

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

.rounded-t-lg{
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
}

.rounded-t-xl{
  border-top-left-radius:0.75rem;
  border-top-right-radius:0.75rem;
}

.rounded-b-md{
  border-bottom-right-radius:0.375rem;
  border-bottom-left-radius:0.375rem;
}

.rounded-b-lg{
  border-bottom-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
}

.rounded-b-xl{
  border-bottom-right-radius:0.75rem;
  border-bottom-left-radius:0.75rem;
}

.rounded-br-xl{
  border-bottom-right-radius:0.75rem;
}

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

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

.border-4{
  border-width:4px;
}

.border{
  border-width:1px;
}

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

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

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

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

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

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

.border-dashed{
  border-style:dashed;
}

.border-transparent{
  border-color:transparent;
}

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

.border-gray-50{
  --tw-border-opacity:1;
  border-color:rgba(250, 251, 252, var(--tw-border-opacity));
}

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

.border-gray-200{
  --tw-border-opacity:1;
  border-color:rgba(208, 212, 219, var(--tw-border-opacity));
}

.border-gray-300{
  --tw-border-opacity:1;
  border-color:rgba(167, 177, 191, var(--tw-border-opacity));
}

.border-gray-700{
  --tw-border-opacity:1;
  border-color:rgba(58, 67, 77, var(--tw-border-opacity));
}

.border-red-200{
  --tw-border-opacity:1;
  border-color:rgba(254, 176, 169, var(--tw-border-opacity));
}

.border-red-500{
  --tw-border-opacity:1;
  border-color:rgba(253, 39, 28, var(--tw-border-opacity));
}

.border-yellow-200{
  --tw-border-opacity:1;
  border-color:rgba(254, 215, 153, var(--tw-border-opacity));
}

.border-yellow-300{
  --tw-border-opacity:1;
  border-color:rgba(254, 195, 102, var(--tw-border-opacity));
}

.border-yellow-500{
  --tw-border-opacity:1;
  border-color:rgba(253, 153, 38, var(--tw-border-opacity));
}

.border-green-200{
  --tw-border-opacity:1;
  border-color:rgba(181, 232, 145, var(--tw-border-opacity));
}

.border-green-500{
  --tw-border-opacity:1;
  border-color:rgba(99, 186, 42, var(--tw-border-opacity));
}

.border-blue-100{
  --tw-border-opacity:1;
  border-color:rgba(240, 246, 255, var(--tw-border-opacity));
}

.border-blue-200{
  --tw-border-opacity:1;
  border-color:rgba(187, 223, 254, var(--tw-border-opacity));
}

.border-blue-300{
  --tw-border-opacity:1;
  border-color:rgba(141, 202, 253, var(--tw-border-opacity));
}

.border-blue-400{
  --tw-border-opacity:1;
  border-color:rgba(95, 181, 252, var(--tw-border-opacity));
}

.border-blue-500{
  --tw-border-opacity:1;
  border-color:rgba(27, 149, 250, var(--tw-border-opacity));
}

.border-blue-600{
  --tw-border-opacity:1;
  border-color:rgba(22, 119, 200, var(--tw-border-opacity));
}

.border-main-background{
  --tw-border-opacity:1;
  border-color:rgba(239, 240, 244, var(--tw-border-opacity));
}

.border-inactive-step{
  --tw-border-opacity:1;
  border-color:rgba(131, 169, 202, var(--tw-border-opacity));
}

.hover\:border-gray-200:hover{
  --tw-border-opacity:1;
  border-color:rgba(208, 212, 219, var(--tw-border-opacity));
}

.hover\:border-red-400:hover{
  --tw-border-opacity:1;
  border-color:rgba(253, 84, 67, var(--tw-border-opacity));
}

.hover\:border-red-600:hover{
  --tw-border-opacity:1;
  border-color:rgba(218, 20, 22, var(--tw-border-opacity));
}

.hover\:border-blue-200:hover{
  --tw-border-opacity:1;
  border-color:rgba(187, 223, 254, var(--tw-border-opacity));
}

.hover\:border-blue-400:hover{
  --tw-border-opacity:1;
  border-color:rgba(95, 181, 252, var(--tw-border-opacity));
}

.hover\:border-blue-500:hover{
  --tw-border-opacity:1;
  border-color:rgba(27, 149, 250, var(--tw-border-opacity));
}

.focus\:border-blue-500:focus{
  --tw-border-opacity:1;
  border-color:rgba(27, 149, 250, var(--tw-border-opacity));
}

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

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

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

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

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

.bg-gray-200{
  --tw-bg-opacity:1;
  background-color:rgba(208, 212, 219, var(--tw-bg-opacity));
}

.bg-gray-300{
  --tw-bg-opacity:1;
  background-color:rgba(167, 177, 191, var(--tw-bg-opacity));
}

.bg-gray-700{
  --tw-bg-opacity:1;
  background-color:rgba(58, 67, 77, var(--tw-bg-opacity));
}

.bg-gray-800{
  --tw-bg-opacity:1;
  background-color:rgba(39, 45, 51, var(--tw-bg-opacity));
}

.bg-gray-900{
  --tw-bg-opacity:1;
  background-color:rgba(20, 23, 26, var(--tw-bg-opacity));
}

.bg-red-50{
  --tw-bg-opacity:1;
  background-color:rgba(254, 242, 242, var(--tw-bg-opacity));
}

.bg-red-100{
  --tw-bg-opacity:1;
  background-color:rgba(255, 223, 219, var(--tw-bg-opacity));
}

.bg-yellow-100{
  --tw-bg-opacity:1;
  background-color:rgba(255, 247, 235, var(--tw-bg-opacity));
}

.bg-green-100{
  --tw-bg-opacity:1;
  background-color:rgba(232, 250, 221, var(--tw-bg-opacity));
}

.bg-green-500{
  --tw-bg-opacity:1;
  background-color:rgba(99, 186, 42, var(--tw-bg-opacity));
}

.bg-blue-50{
  --tw-bg-opacity:1;
  background-color:rgba(247, 250, 255, var(--tw-bg-opacity));
}

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

.bg-blue-200{
  --tw-bg-opacity:1;
  background-color:rgba(187, 223, 254, var(--tw-bg-opacity));
}

.bg-blue-300{
  --tw-bg-opacity:1;
  background-color:rgba(141, 202, 253, var(--tw-bg-opacity));
}

.bg-blue-500{
  --tw-bg-opacity:1;
  background-color:rgba(27, 149, 250, var(--tw-bg-opacity));
}

.bg-blue-600{
  --tw-bg-opacity:1;
  background-color:rgba(22, 119, 200, var(--tw-bg-opacity));
}

.bg-blue-700{
  --tw-bg-opacity:1;
  background-color:rgba(16, 89, 150, var(--tw-bg-opacity));
}

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

.bg-light-background{
  --tw-bg-opacity:1;
  background-color:rgba(243, 245, 247, var(--tw-bg-opacity));
}

.bg-main-background{
  --tw-bg-opacity:1;
  background-color:rgba(239, 240, 244, var(--tw-bg-opacity));
}

.bg-dark-overlay{
  background-color:#272D337A;
}

.bg-inactive-step{
  --tw-bg-opacity:1;
  background-color:rgba(131, 169, 202, var(--tw-bg-opacity));
}

.bg-icon-bg{
  --tw-bg-opacity:1;
  background-color:rgba(240, 242, 244, var(--tw-bg-opacity));
}

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

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

.hover\:bg-red-700:hover{
  --tw-bg-opacity:1;
  background-color:rgba(168, 16, 14, var(--tw-bg-opacity));
}

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

.hover\:bg-blue-500:hover{
  --tw-bg-opacity:1;
  background-color:rgba(27, 149, 250, var(--tw-bg-opacity));
}

.hover\:bg-blue-600:hover{
  --tw-bg-opacity:1;
  background-color:rgba(22, 119, 200, var(--tw-bg-opacity));
}

.bg-opacity-50{
  --tw-bg-opacity:0.5;
}

.bg-gradient-to-r{
  background-image:linear-gradient(to right, var(--tw-gradient-stops));
}

.from-transparent{
  --tw-gradient-from:transparent;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-gray-100{
  --tw-gradient-from:#DFE2E8;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgba(223, 226, 232, 0));
}

.via-gray-100{
  --tw-gradient-stops:var(--tw-gradient-from), #DFE2E8, var(--tw-gradient-to, rgba(223, 226, 232, 0));
}

.via-gray-400{
  --tw-gradient-stops:var(--tw-gradient-from), #8591A2, var(--tw-gradient-to, rgba(133, 145, 162, 0));
}

.to-transparent{
  --tw-gradient-to:transparent;
}

.bg-cover{
  background-size:cover;
}

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

.p-1{
  padding:0.25rem;
}

.p-2{
  padding:0.5rem;
}

.p-3{
  padding:0.75rem;
}

.p-4{
  padding:1rem;
}

.p-5{
  padding:1.25rem;
}

.p-6{
  padding:1.5rem;
}

.p-7{
  padding:1.75rem;
}

.p-10{
  padding:2.5rem;
}

.p-14{
  padding:3.5rem;
}

.p-4\.5{
  padding:1.125rem;
}

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

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

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

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

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

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

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

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

.px-9{
  padding-left:2.25rem;
  padding-right:2.25rem;
}

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

.px-11{
  padding-left:2.75rem;
  padding-right:2.75rem;
}

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

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

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

.px-1\.5{
  padding-left:0.375rem;
  padding-right:0.375rem;
}

.px-2\.5{
  padding-left:0.625rem;
  padding-right:0.625rem;
}

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

.px-4\.5{
  padding-left:1.125rem;
  padding-right:1.125rem;
}

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

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

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

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

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

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

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

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

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

.py-9{
  padding-top:2.25rem;
  padding-bottom:2.25rem;
}

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

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

.py-14{
  padding-top:3.5rem;
  padding-bottom:3.5rem;
}

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

.py-0\.5{
  padding-top:0.125rem;
  padding-bottom:0.125rem;
}

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

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

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

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

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

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

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

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

.pt-7{
  padding-top:1.75rem;
}

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

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

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

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

.pt-1\.5{
  padding-top:0.375rem;
}

.pt-2\.5{
  padding-top:0.625rem;
}

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

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

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

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

.pr-7{
  padding-right:1.75rem;
}

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

.pr-10{
  padding-right:2.5rem;
}

.pr-12{
  padding-right:3rem;
}

.pr-14{
  padding-right:3.5rem;
}

.pr-20{
  padding-right:5rem;
}

.pr-28{
  padding-right:7rem;
}

.pb-1{
  padding-bottom:0.25rem;
}

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

.pb-3{
  padding-bottom:0.75rem;
}

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

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

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

.pb-7{
  padding-bottom:1.75rem;
}

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

.pb-9{
  padding-bottom:2.25rem;
}

.pb-10{
  padding-bottom:2.5rem;
}

.pb-12{
  padding-bottom:3rem;
}

.pb-14{
  padding-bottom:3.5rem;
}

.pb-2\.5{
  padding-bottom:0.625rem;
}

.pl-0{
  padding-left:0px;
}

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

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

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

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

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

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

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

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

.text-justify{
  text-align:justify;
}

.align-top{
  vertical-align:top;
}

.font-sans{
  font-family:Roboto, sans-serif;
}

.font-serif{
  font-family:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

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

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

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

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

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

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

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

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

.text-2\.5xl{
  font-size:1.75rem;
}

.font-light{
  font-weight:300;
}

.font-normal{
  font-weight:400;
}

.font-medium{
  font-weight:500;
}

.font-semibold{
  font-weight:600;
}

.font-bold{
  font-weight:700;
}

.uppercase{
  text-transform:uppercase;
}

.capitalize{
  text-transform:capitalize;
}

.italic{
  font-style:italic;
}

.not-italic{
  font-style:normal;
}

.leading-4{
  line-height:1rem;
}

.leading-5{
  line-height:1.25rem;
}

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

.leading-7{
  line-height:1.75rem;
}

.leading-8{
  line-height:2rem;
}

.leading-9{
  line-height:2.25rem;
}

.leading-tight{
  line-height:1.25;
}

.tracking-tighter{
  letter-spacing:-0.05em;
}

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

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

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

.text-gray-50{
  --tw-text-opacity:1;
  color:rgba(250, 251, 252, var(--tw-text-opacity));
}

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

.text-gray-200{
  --tw-text-opacity:1;
  color:rgba(208, 212, 219, var(--tw-text-opacity));
}

.text-gray-300{
  --tw-text-opacity:1;
  color:rgba(167, 177, 191, var(--tw-text-opacity));
}

.text-gray-400{
  --tw-text-opacity:1;
  color:rgba(133, 145, 162, var(--tw-text-opacity));
}

.text-gray-500{
  --tw-text-opacity:1;
  color:rgba(106, 118, 134, var(--tw-text-opacity));
}

.text-gray-600{
  --tw-text-opacity:1;
  color:rgba(77, 88, 102, var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity:1;
  color:rgba(58, 67, 77, var(--tw-text-opacity));
}

.text-gray-800{
  --tw-text-opacity:1;
  color:rgba(39, 45, 51, var(--tw-text-opacity));
}

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

.text-red-400{
  --tw-text-opacity:1;
  color:rgba(253, 84, 67, var(--tw-text-opacity));
}

.text-red-500{
  --tw-text-opacity:1;
  color:rgba(253, 39, 28, var(--tw-text-opacity));
}

.text-red-600{
  --tw-text-opacity:1;
  color:rgba(218, 20, 22, var(--tw-text-opacity));
}

.text-yellow-600{
  --tw-text-opacity:1;
  color:rgba(204, 124, 29, var(--tw-text-opacity));
}

.text-yellow-700{
  --tw-text-opacity:1;
  color:rgba(153, 93, 19, var(--tw-text-opacity));
}

.text-yellow-800{
  --tw-text-opacity:1;
  color:rgba(102, 62, 9, var(--tw-text-opacity));
}

.text-green-500{
  --tw-text-opacity:1;
  color:rgba(99, 186, 42, var(--tw-text-opacity));
}

.text-green-600{
  --tw-text-opacity:1;
  color:rgba(77, 144, 29, var(--tw-text-opacity));
}

.text-green-800{
  --tw-text-opacity:1;
  color:rgba(32, 58, 12, var(--tw-text-opacity));
}

.text-blue-50{
  --tw-text-opacity:1;
  color:rgba(247, 250, 255, var(--tw-text-opacity));
}

.text-blue-200{
  --tw-text-opacity:1;
  color:rgba(187, 223, 254, var(--tw-text-opacity));
}

.text-blue-300{
  --tw-text-opacity:1;
  color:rgba(141, 202, 253, var(--tw-text-opacity));
}

.text-blue-400{
  --tw-text-opacity:1;
  color:rgba(95, 181, 252, var(--tw-text-opacity));
}

.text-blue-500{
  --tw-text-opacity:1;
  color:rgba(27, 149, 250, var(--tw-text-opacity));
}

.text-blue-600{
  --tw-text-opacity:1;
  color:rgba(22, 119, 200, var(--tw-text-opacity));
}

.text-blue-700{
  --tw-text-opacity:1;
  color:rgba(16, 89, 150, var(--tw-text-opacity));
}

.text-indigo-600{
  --tw-text-opacity:1;
  color:rgba(79, 70, 229, var(--tw-text-opacity));
}

.text-inactive-step{
  --tw-text-opacity:1;
  color:rgba(131, 169, 202, var(--tw-text-opacity));
}

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

.hover\:text-gray-300:hover{
  --tw-text-opacity:1;
  color:rgba(167, 177, 191, var(--tw-text-opacity));
}

.hover\:text-gray-700:hover{
  --tw-text-opacity:1;
  color:rgba(58, 67, 77, var(--tw-text-opacity));
}

.hover\:text-blue-500:hover{
  --tw-text-opacity:1;
  color:rgba(27, 149, 250, var(--tw-text-opacity));
}

.hover\:text-blue-600:hover{
  --tw-text-opacity:1;
  color:rgba(22, 119, 200, var(--tw-text-opacity));
}

.hover\:text-blue-700:hover{
  --tw-text-opacity:1;
  color:rgba(16, 89, 150, var(--tw-text-opacity));
}

.underline{
  text-decoration:underline;
}

.opacity-0{
  opacity:0;
}

.opacity-25{
  opacity:0.25;
}

.opacity-50{
  opacity:0.5;
}

.opacity-75{
  opacity:0.75;
}

.opacity-80{
  opacity:0.8;
}

.opacity-100{
  opacity:1;
}

.group:hover .group-hover\:opacity-30{
  opacity:0.3;
}

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

*, ::before, ::after{
  --tw-shadow:0 0 #0000;
}

.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:0px 17px 27px rgba(5, 30, 50, 0.06);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-dropdown{
  --tw-shadow:0 29px 48px #0b3c641a;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-contact{
  --tw-shadow:0px 17px 27px rgba(5, 30, 50, 0.06);;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover{
  --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);
}

.hover\:shadow-job-box:hover{
  --tw-shadow:0px 29px 48px rgba(11, 60, 100, 0.1);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

*, ::before, ::after{
  --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgba(27, 149, 250, 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000;
}

.ring-2{
  --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);
}

.filter{
  --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,/*!*/ /*!*/);
  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);
}

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

.transition{
  transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, 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-colors{
  transition-property:background-color, border-color, color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
}

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

.duration-100{
  transition-duration:100ms;
}

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

.duration-200{
  transition-duration:200ms;
}

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

.duration-500{
  transition-duration:500ms;
}

.ease-linear{
  transition-timing-function:linear;
}

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

@media (min-width: 640px){
  .sm\:w-80{
    width:20rem;
  }

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

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

@media (min-width: 768px){
  .md\:fixed{
    position:fixed;
  }

  .md\:relative{
    position:relative;
  }

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

  .md\:-left-36{
    left:-9rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:col-start-9{
    grid-column-start:9;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:mt-3{
    margin-top:0.75rem;
  }

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

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

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

  .md\:mt-12{
    margin-top:3rem;
  }

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

  .md\:-mt-36{
    margin-top:-9rem;
  }

  .md\:mr-14{
    margin-right:3.5rem;
  }

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

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

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

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

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

  .md\:mb-7{
    margin-bottom:1.75rem;
  }

  .md\:mb-12{
    margin-bottom:3rem;
  }

  .md\:mb-14{
    margin-bottom:3.5rem;
  }

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

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

  .md\:block{
    display:block;
  }

  .md\:inline{
    display:inline;
  }

  .md\:flex{
    display:flex;
  }

  .md\:grid{
    display:grid;
  }

  .md\:hidden{
    display:none;
  }

  .md\:h-6{
    height:1.5rem;
  }

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

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

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

  .md\:h-11{
    height:2.75rem;
  }

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

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

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

  .md\:h-24{
    height:6rem;
  }

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

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

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

  .md\:h-40{
    height:10rem;
  }

  .md\:h-44{
    height:11rem;
  }

  .md\:h-64{
    height:16rem;
  }

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

  .md\:h-screen{
    height:100vh;
  }

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

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

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

  .md\:w-16{
    width:4rem;
  }

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

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

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

  .md\:w-7\/12{
    width:58.333333%;
  }

  .md\:w-auth-blue{
    width:32.125rem;
  }

  .md\:w-auth-small{
    width:20rem;
  }

  .md\:w-featured-card{
    width:21.5rem;
  }

  .md\:max-w-xs{
    max-width:20rem;
  }

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

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

  .md\:hover\:translate-x-2:hover{
    --tw-translate-x:0.5rem;
  }

  .md\:hover\:translate-x-2\.5:hover{
    --tw-translate-x:0.625rem;
  }

  .md\:hover\:-translate-y-2:hover{
    --tw-translate-y:-0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:rounded-t-xl{
    border-top-left-radius:0.75rem;
    border-top-right-radius:0.75rem;
  }

  .md\:rounded-t-3xl{
    border-top-left-radius:1.5rem;
    border-top-right-radius:1.5rem;
  }

  .md\:rounded-b-xl{
    border-bottom-right-radius:0.75rem;
    border-bottom-left-radius:0.75rem;
  }

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

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

  .md\:rounded-br-xl{
    border-bottom-right-radius:0.75rem;
  }

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

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

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

  .md\:border-gray-200{
    --tw-border-opacity:1;
    border-color:rgba(208, 212, 219, var(--tw-border-opacity));
  }

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

  .md\:bg-gray-300{
    --tw-bg-opacity:1;
    background-color:rgba(167, 177, 191, var(--tw-bg-opacity));
  }

  .md\:bg-light-background{
    --tw-bg-opacity:1;
    background-color:rgba(243, 245, 247, var(--tw-bg-opacity));
  }

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

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

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

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

  .md\:p-10{
    padding:2.5rem;
  }

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

  .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\:px-6{
    padding-left:1.5rem;
    padding-right:1.5rem;
  }

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

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

  .md\:px-9{
    padding-left:2.25rem;
    padding-right:2.25rem;
  }

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

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

  .md\:px-36{
    padding-left:9rem;
    padding-right:9rem;
  }

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

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

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

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

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

  .md\:py-14{
    padding-top:3.5rem;
    padding-bottom:3.5rem;
  }

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

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

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

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

  .md\:pt-11{
    padding-top:2.75rem;
  }

  .md\:pt-14{
    padding-top:3.5rem;
  }

  .md\:pt-36{
    padding-top:9rem;
  }

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

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

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

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

  .md\:pb-11{
    padding-bottom:2.75rem;
  }

  .md\:pb-14{
    padding-bottom:3.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-2\.5xl{
    font-size:1.75rem;
  }

  .md\:leading-12{
    line-height:3.8rem;
  }

  .md\:text-gray-700{
    --tw-text-opacity:1;
    color:rgba(58, 67, 77, var(--tw-text-opacity));
  }

  .md\:shadow-lg{
    --tw-shadow:0px 17px 27px rgba(5, 30, 50, 0.06);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-dropdown{
    --tw-shadow:0 29px 48px #0b3c641a;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-featured-box:hover{
    --tw-shadow:0px 24px 32px rgba(11, 60, 100, 0.12);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-job-box:hover{
    --tw-shadow:0px 29px 48px rgba(11, 60, 100, 0.1);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px){
  .lg\:pointer-events-auto{
    pointer-events:auto;
  }

  .lg\:static{
    position:static;
  }

  .lg\:absolute{
    position:absolute;
  }

  .lg\:-left-5{
    left:-1.25rem;
  }

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

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

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

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

  .lg\:mr-14{
    margin-right:3.5rem;
  }

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

  .lg\:block{
    display:block;
  }

  .lg\:flex{
    display:flex;
  }

  .lg\:hidden{
    display:none;
  }

  .lg\:h-11{
    height:2.75rem;
  }

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

  .lg\:min-h-0{
    min-height:0px;
  }

  .lg\:w-11{
    width:2.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:border-none{
    border-style:none;
  }

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

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

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

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

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

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

  .lg\:pt-28{
    padding-top:7rem;
  }

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

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

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

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

@media (min-width: 1280px){
  .xl\:mx-0{
    margin-left:0px;
    margin-right:0px;
  }

  .xl\:w-auth-blue{
    width:32.125rem;
  }

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

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